public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-zstandard] epel9: drop -t from %pyproject_buildrequires
@ 2026-08-13  8:05 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-13  8:05 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-zstandard
            Branch : epel9
            Commit : 19acab774dfd0ecec0ecc4236b92faff26c77e0f
            Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
            Date   : 2025-03-28T17:03:14+01:00
            Stats  : +5/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-zstandard/c/19acab774dfd0ecec0ecc4236b92faff26c77e0f?branch=epel9

            Log:
            drop -t from %pyproject_buildrequires

There's no tox configuration, so this fails (resolves rhbz#2354136).

---
diff --git a/python-zstandard.spec b/python-zstandard.spec
index d376e77..c8a774c 100644
--- a/python-zstandard.spec
+++ b/python-zstandard.spec
@@ -11,7 +11,7 @@ compression library. A C extension and CFFI interface are provided.
 
 Name: python-%{pypi_name}
 Version: 0.23.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Zstandard bindings for Python
 License: (BSD-3-Clause OR GPL-2.0-only) AND MIT
 URL: https://github.com/indygreg/python-zstandard
@@ -45,11 +45,7 @@ Provides: bundled(zstd) = 1.5.6
 rm -r %{pypi_name}.egg-info
 
 %generate_buildrequires
-%if %{with check}
-%pyproject_buildrequires -x cffi -t
-%else
 %pyproject_buildrequires -x cffi
-%endif
 
 %build
 %pyproject_wheel
@@ -73,6 +69,10 @@ mv zstandard{.src,}
 %doc README.rst
 
 %changelog
+* Fri Mar 28 2025 Dominik Mierzejewski <dominik@greysector.net> - 0.23.0-3
+- drop -t from %%pyproject_buildrequires (fails due to missing tox.ini,
+  resolves rhbz#2354136)
+
 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-13  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13  8:05 [rpms/python-zstandard] epel9: drop -t from %pyproject_buildrequires Dominik 'Rathann' Mierzejewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox