public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-bitstring] f45: Update to 4.3.1
@ 2026-09-26 14:40 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-26 14:40 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-bitstring
            Branch : f45
            Commit : 4d6520fabca172b2a379b4e65f84d8b924312be5
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-09-22T19:35:00+02:00
            Stats  : +17/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-bitstring/c/4d6520fabca172b2a379b4e65f84d8b924312be5?branch=f45

            Log:
            Update to 4.3.1

- Fixes: rhbz#2513926

---
diff --git a/.gitignore b/.gitignore
index b0c5f75..3b45ae4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /bitstring-bitstring-3.1.7.tar.gz
 /bitstring-bitstring-3.1.9.tar.gz
 /bitstring-bitstring-4.1.4.tar.gz
+/bitstring-bitstring-4.3.1.tar.gz

diff --git a/python-bitstring.spec b/python-bitstring.spec
index 11e4c4f..012f5c8 100644
--- a/python-bitstring.spec
+++ b/python-bitstring.spec
@@ -1,8 +1,8 @@
 %global srcname bitstring
 
 Name:           python-%{srcname}
-Version:        4.1.4
-Release:        13%{?dist}
+Version:        4.3.1
+Release:        1%{?dist}
 Summary:        Simple construction, analysis and modification of binary data
 
 License:        MIT
@@ -27,6 +27,8 @@ to a file or stream.}
 %package -n python%{python3_pkgversion}-%{srcname}
 Summary:        %{summary}
 BuildRequires:  python%{python3_pkgversion}-devel
+BuildRequires:  python%{python3_pkgversion}-pytest
+BuildRequires:  python%{python3_pkgversion}-hypothesis
 
 %generate_buildrequires
 %pyproject_buildrequires
@@ -50,14 +52,23 @@ sed -i '1{s|^#!\(/usr\)\?/bin/\(env \)\?python\d\?$||}' %{srcname}/__init__.py
 
 
 %check
-%{__python3} -m unittest
+# test_fp8+test_mxfp needs gfloat, unpackaged yet
+# test_benchmarks is for benchmarking, needs pytest-benchmark
+%pytest \
+  --ignore tests/test_fp8.py \
+  --ignore tests/test_mxfp.py \
+  --ignore tests/test_benchmarks.py \
 
 
 %files -n python%{python3_pkgversion}-%{srcname} -f %{pyproject_files}
-%doc README.md release_notes.txt
+%doc README.md
 
 
 %changelog
+* Tue Sep 22 2026 Miro Hrončok <miro@hroncok.cz> - 4.3.1-1
+- Update to 4.3.1
+- Fixes: rhbz#2513926
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.4-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index e9b49ba..ff2ecff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (bitstring-bitstring-4.1.4.tar.gz) = 8a8d98dff0a05ca2453fa9786306405b512d5d2da03822b8852b55fa42fada3b871594e0ab4d7651971c289d3a5f97fa1e60ceabbdbe7ca890ea7e5c98fdf9ee
+SHA512 (bitstring-bitstring-4.3.1.tar.gz) = aaede34fd51c2ebf221aa6c50dc5d6d6f3754f38c3f80d5e248cdf9e6571c68955d4fcf9bdbca18f271b091a6e039e383f1cb1e733da480e0d9e6740d9a350ba

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

only message in thread, other threads:[~2026-09-26 14:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-26 14:40 [rpms/python-bitstring] f45: Update to 4.3.1 

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