fix: zipstream-ng (#12383) (#12389)

(cherry picked from commit d0f4ac600e)

Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-05-17 15:21:54 -05:00
committed by GitHub
parent 0786d48415
commit 3dc5c3561f
@@ -1,3 +1,5 @@
%global __brp_mangle_shebangs_exclude_from /usr/lib/python3.14/site-packages/zipstream/
%global pypi_name zipstream-ng
%global _desc 🔉 A modern and easy to use streamable zip file generator
@@ -14,6 +16,7 @@ BuildRequires: python3-devel
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-hatchling
Packager: Owen Zimmerman <owen@fyralabs.com>
@@ -42,9 +45,6 @@ Provides: zipstream-ng
%doc README.md CHANGELOG.md docs/zipserver.rst
%license LICENSE
%{_bindir}/zipserver
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%python3_sitelib/zipstream_ng-%version.dist-info/*
%changelog
* Mon Nov 03 2025 Owen Zimmerman <owen@fyralabs.com>