public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pykickstart] rawhide: - New release: 3.74 (bcl)
@ 2026-06-08 22:46 Brian C. Lane
  0 siblings, 0 replies; only message in thread
From: Brian C. Lane @ 2026-06-08 22:46 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/pykickstart
            Branch : rawhide
            Commit : ed0db24451cf668d049b393dd6436adfedf27419
            Author : Brian C. Lane <bcl@redhat.com>
            Date   : 2026-06-08T15:44:55-07:00
            Stats  : +11/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/pykickstart/c/ed0db24451cf668d049b393dd6436adfedf27419?branch=rawhide

            Log:
            - New release: 3.74 (bcl)
- spec: do not depend on pytest-cov, nor pytest-xdist on RHEL (yselkowi)
- Fix filename typo in condition (github.com)
- Enable Packit COPR builds for Fedora rawhide (k.koukiou)

---
diff --git a/.gitignore b/.gitignore
index cb293cf..2fa4a80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -300,3 +300,5 @@ pykickstart-1.78.tar.gz
 /pykickstart-3.72.tar.gz.asc
 /pykickstart-3.73.tar.gz
 /pykickstart-3.73.tar.gz.asc
+/pykickstart-3.74.tar.gz
+/pykickstart-3.74.tar.gz.asc

diff --git a/pykickstart.spec b/pykickstart.spec
index 8750cc8..c364e99 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -23,8 +23,9 @@ BuildRequires: python3-requests
 BuildRequires: python3-setuptools
 BuildRequires: make
 BuildRequires: python3-pytest
+%if %{undefined rhel}
 BuildRequires: python3-pytest-xdist
-BuildRequires: python3-pytest-cov
+%endif
 
 # Only required when building with runtests
 %if %{with runtests}
@@ -47,6 +48,11 @@ the pykickstart package.
 %prep
 %autosetup -p1
 
+%if %{defined rhel}
+# no xdist, run tests serially
+sed -i -e '/pytest/s/ -n auto / /' Makefile
+%endif
+
 %build
 make PYTHON=%{__python3}
 

diff --git a/sources b/sources
index 52fff88..9f4e8a4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (pykickstart-3.73.tar.gz) = 1bccb266f2c4ad806edc7db392c361bbeafe2f2f84b2de16a053a520adabff1d9112cb515b10245b940af0c5a0567be33a9540e0512ebe031163ed115284af10
-SHA512 (pykickstart-3.73.tar.gz.asc) = 88022cabd612c667dc31b688b0162412fdc9c5db548e24884245fbfc7573992dec0bc8228778661292d263c35982f440c511984d1ee5f13314014ccb333fd696
+SHA512 (pykickstart-3.74.tar.gz) = db05d371c2888bb196e43fab77842a4a1354ab75aaa6bac52227e1029a7d26f2d6ba0d3e3800398690170063352b719a50c5ce3ee65394ea0ea90805072b806b
+SHA512 (pykickstart-3.74.tar.gz.asc) = 5742a84d51ac6a7b54ceeefa72fc9d6059c596e5a11d5892ac5506dbd8d4127d7fb97981fc8eb8776c5b6a93284c8a66560b3491b603d346ef9b860eadcba409

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

only message in thread, other threads:[~2026-06-08 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 22:46 [rpms/pykickstart] rawhide: - New release: 3.74 (bcl) Brian C. Lane

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