public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-bitstring] rawhide: Update to 4.3.1
Date: Sat, 26 Sep 2026 14:40:11 GMT	[thread overview]
Message-ID: <179043361195.1.5615217372341053035.rpms-python-bitstring-4d6520fabca1@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-bitstring
            Branch : rawhide
            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=rawhide

            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

                 reply	other threads:[~2026-09-26 14:40 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=179043361195.1.5615217372341053035.rpms-python-bitstring-4d6520fabca1@fedoraproject.org \
    --to=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