Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-bitstring for
openSUSE:Factory checked in at 2026-03-23 17:16:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitstring (Old)
and /work/SRC/openSUSE:Factory/.python-bitstring.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitstring"
Mon Mar 23 17:16:08 2026 rev:7 rq:1341976 version:4.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitstring/python-bitstring.changes
2025-04-29 16:42:15.862937959 +0200
+++
/work/SRC/openSUSE:Factory/.python-bitstring.new.8177/python-bitstring.changes
2026-03-23 17:18:00.105234523 +0100
@@ -1,0 +2,10 @@
+Mon Mar 23 08:07:54 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 4.4.0
+ * This version adds a new optional Rust-based backend.
+ * The only other change is explicit support for Python 3.14.
+- Adjust filename for dist directory in %python_files
+- Adjust upstream source name in %autosetup call
+- Update upstream tarball URL in Source field
+
+-------------------------------------------------------------------
Old:
----
bitstring-4.3.1.tar.gz
New:
----
bitstring-4.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitstring.spec ++++++
--- /var/tmp/diff_new_pack.ReFXpk/_old 2026-03-23 17:18:00.661257581 +0100
+++ /var/tmp/diff_new_pack.ReFXpk/_new 2026-03-23 17:18:00.661257581 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-bitstring
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: python-bitstring
-Version: 4.3.1
+Version: 4.4.0
Release: 0
Summary: Python module for the construction, analysis and modification
of binary data
License: MIT
URL: https://github.com/scott-griffiths/bitstring
-Source:
https://github.com/scott-griffiths/bitstring/archive/bitstring-%{version}.tar.gz
+Source:
https://github.com/scott-griffiths/bitstring/archive/%{version}.tar.gz#/bitstring-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -48,7 +48,7 @@
similar to a file or stream.
%prep
-%autosetup -p1 -n bitstring-bitstring-%{version}
+%autosetup -p1 -n bitstring-%{version}
sed -i '1{\@^#!%{_bindir}/env python@d}' bitstring/__init__.py
%build
@@ -65,5 +65,5 @@
%license LICENSE
%doc README.md
%{python_sitelib}/bitstring
-%{python_sitelib}/bitstring-4.3.1.dist-info
+%{python_sitelib}/bitstring-%{version}.dist-info
++++++ bitstring-4.3.1.tar.gz -> bitstring-4.4.0.tar.gz ++++++
++++ 3409 lines of diff (skipped)