public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-utils] rawhide: Update to 4.0.0 (rhbz#2496634)
@ 2026-09-23 15:03 Lumir Balhar
  0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-09-23 15:03 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-09-23 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 15:03 [rpms/python-utils] rawhide: Update to 4.0.0 (rhbz#2496634) Lumir Balhar

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