public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Brian C. Lane <bcl@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pykickstart] rawhide: - New release: 3.74 (bcl)
Date: Mon, 08 Jun 2026 22:46:57 GMT [thread overview]
Message-ID: <178095881774.1.17417640901489481790.rpms-pykickstart-ed0db24451cf@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-08 22:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178095881774.1.17417640901489481790.rpms-pykickstart-ed0db24451cf@fedoraproject.org \
--to=bcl@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox