From 3dc5c3561f89cada38e1d1740b4ba96bbf6ae3f8 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 17 May 2026 15:21:54 -0500 Subject: [PATCH] fix: zipstream-ng (#12383) (#12389) (cherry picked from commit d0f4ac600e45fd445c23a81c30f62a4fe569cb9f) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/zipstream-ng/zipstream-ng.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/python/zipstream-ng/zipstream-ng.spec b/anda/langs/python/zipstream-ng/zipstream-ng.spec index e5daf68f85..5931e2f74e 100644 --- a/anda/langs/python/zipstream-ng/zipstream-ng.spec +++ b/anda/langs/python/zipstream-ng/zipstream-ng.spec @@ -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 @@ -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