Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-bitstruct for
openSUSE:Factory checked in at 2025-02-24 15:49:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitstruct (Old)
and /work/SRC/openSUSE:Factory/.python-bitstruct.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitstruct"
Mon Feb 24 15:49:15 2025 rev:7 rq:1248022 version:8.20.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitstruct/python-bitstruct.changes
2023-11-30 22:01:32.305539807 +0100
+++
/work/SRC/openSUSE:Factory/.python-bitstruct.new.1873/python-bitstruct.changes
2025-02-24 15:49:38.049429553 +0100
@@ -1,0 +2,8 @@
+Mon Feb 24 08:14:55 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 8.20.0
+ * Python 3.13 instead of 3.7.
+ * Bump CI artifact to v4.
+ * CI release stuff.
+
+-------------------------------------------------------------------
Old:
----
bitstruct-8.19.0.tar.gz
New:
----
bitstruct-8.20.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitstruct.spec ++++++
--- /var/tmp/diff_new_pack.NoxrSe/_old 2025-02-24 15:49:38.609452962 +0100
+++ /var/tmp/diff_new_pack.NoxrSe/_new 2025-02-24 15:49:38.609452962 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-bitstruct
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2020, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-bitstruct
-Version: 8.19.0
+Version: 8.20.0
Release: 0
Summary: Interpret strings as packed binary data
License: MIT
++++++ bitstruct-8.19.0.tar.gz -> bitstruct-8.20.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/bitstruct-8.19.0/PKG-INFO
new/bitstruct-8.20.0/PKG-INFO
--- old/bitstruct-8.19.0/PKG-INFO 2023-10-31 17:30:12.716170500 +0100
+++ new/bitstruct-8.20.0/PKG-INFO 2025-02-22 13:00:33.910494600 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
Name: bitstruct
-Version: 8.19.0
+Version: 8.20.0
Summary: This module performs conversions between Python values and C bit
field structs represented as Python byte strings.
Author: Ilya Petukhov
Author-email: Erik Moqvist <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/bitstruct-8.19.0/src/bitstruct/__init__.py
new/bitstruct-8.20.0/src/bitstruct/__init__.py
--- old/bitstruct-8.19.0/src/bitstruct/__init__.py 2023-10-31
17:30:01.000000000 +0100
+++ new/bitstruct-8.20.0/src/bitstruct/__init__.py 2025-02-22
13:00:30.000000000 +0100
@@ -1,4 +1,4 @@
-__version__ = '8.19.0'
+__version__ = '8.20.0'
import binascii
import re
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/bitstruct-8.19.0/src/bitstruct.egg-info/PKG-INFO
new/bitstruct-8.20.0/src/bitstruct.egg-info/PKG-INFO
--- old/bitstruct-8.19.0/src/bitstruct.egg-info/PKG-INFO 2023-10-31
17:30:12.000000000 +0100
+++ new/bitstruct-8.20.0/src/bitstruct.egg-info/PKG-INFO 2025-02-22
13:00:33.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
Name: bitstruct
-Version: 8.19.0
+Version: 8.20.0
Summary: This module performs conversions between Python values and C bit
field structs represented as Python byte strings.
Author: Ilya Petukhov
Author-email: Erik Moqvist <[email protected]>