public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-utils] rawhide: Update to 4.0.0 (rhbz#2496634)
Date: Wed, 23 Sep 2026 15:03:46 GMT [thread overview]
Message-ID: <179017582621.1.8168340701769637864.rpms-python-utils-2466b98b47b1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-utils
Branch : rawhide
Commit : 2466b98b47b1a6c4fade4ef17f0f17059dcfebd0
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-09-23T15:09:46+02:00
Stats : +8/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-utils/c/2466b98b47b1a6c4fade4ef17f0f17059dcfebd0?branch=rawhide
Log:
Update to 4.0.0 (rhbz#2496634)
---
diff --git a/.gitignore b/.gitignore
index 1e1fc77..7621378 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/python-utils-3.7.0.tar.gz
/python-utils-3.9.0.tar.gz
/python-utils-3.9.1.tar.gz
+/python-utils-4.0.0.tar.gz
diff --git a/python-utils.spec b/python-utils.spec
index 689bc94..1b9b1d6 100644
--- a/python-utils.spec
+++ b/python-utils.spec
@@ -1,5 +1,5 @@
Name: python-utils
-Version: 3.9.1
+Version: 4.0.0
Release: %autorelease
Summary: Python Utils is a module with some convenient utilities
@@ -15,6 +15,8 @@ BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-pytest-asyncio
BuildRequires: python3-sphinx
+BuildRequires: python3-furo
+BuildRequires: python3-myst-parser
%description
@@ -43,7 +45,7 @@ Documentation for python-utils.
%autosetup -p1 -n %{name}-%{version}
# Stop linting code in %%check and measuring coverage, this is upstream's business
-sed -Ei '/--(cov|mypy)/d' pytest.ini
+sed -i '/--cov/d' pyproject.toml
%generate_buildrequires
%pyproject_buildrequires -r
@@ -52,7 +54,7 @@ sed -Ei '/--(cov|mypy)/d' pytest.ini
%pyproject_wheel
# generate html docs
-sphinx-build docs html
+PYTHONPATH=. sphinx-build docs html
# remove the sphinx-build leftovers
rm -rf html/{.doctrees,.buildinfo,*.inv}
@@ -69,7 +71,7 @@ rm -rf html/{.doctrees,.buildinfo,*.inv}
%files -n python3-utils -f %{pyproject_files}
-%doc README.rst
+%doc README.md
%files docs
%doc html
diff --git a/sources b/sources
index 0cedba4..7e14a78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-utils-3.9.1.tar.gz) = b6e9a48fc1be108056a07337a4015d417951aa97e2a7073a369df9c16f75bfd2fe1d56d43676b0ec24905314af35bd82e9f235bd24fe9fc122eff22e369681b4
+SHA512 (python-utils-4.0.0.tar.gz) = d0d0d1ed10fbf55efacba7c57d57ed5cebb8cf5e0c13adb957f9bb36b0c8a964e366243536b44734b53de03f71602e588916099f9bfb8e1e8a9bd0a3fb384e0a
reply other threads:[~2026-09-23 15:03 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=179017582621.1.8168340701769637864.rpms-python-utils-2466b98b47b1@fedoraproject.org \
--to=lbalhar@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