Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-backports.tarfile for
openSUSE:Factory checked in at 2026-02-17 16:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports.tarfile (Old)
and /work/SRC/openSUSE:Factory/.python-backports.tarfile.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backports.tarfile"
Tue Feb 17 16:37:35 2026 rev:4 rq:1333396 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-backports.tarfile/python-backports.tarfile.changes
2025-04-11 16:45:29.771987931 +0200
+++
/work/SRC/openSUSE:Factory/.python-backports.tarfile.new.1977/python-backports.tarfile.changes
2026-02-17 16:38:59.866477420 +0100
@@ -1,0 +2,11 @@
+Mon Feb 16 16:48:19 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.2.0:
+ * Remove shebang.
+ * Synced with python/cpython@f912e5a2f6.
+ * Declare the backports namespace package.
+ * Backported tests from CPython.
+ * Fixed a bug in _proc_gnulong on Python 3.8 where removesuffix
+ was used.
+
+-------------------------------------------------------------------
Old:
----
backports.tarfile-1.0.0.tar.gz
New:
----
backports_tarfile-1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-backports.tarfile.spec ++++++
--- /var/tmp/diff_new_pack.9SQOXY/_old 2026-02-17 16:39:00.730513540 +0100
+++ /var/tmp/diff_new_pack.9SQOXY/_new 2026-02-17 16:39:00.734513706 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-backports.tarfile
#
-# 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
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-backports.tarfile
-Version: 1.0.0
+Version: 1.2.0
Release: 0
Summary: Backport of CPython tarfile module
License: MIT
URL: https://github.com/jaraco/backports.tarfile
-Source:
https://files.pythonhosted.org/packages/source/b/backports.tarfile/backports.tarfile-1.0.0.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/b/backports.tarfile/backports_tarfile-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
@@ -39,7 +39,7 @@
Backport of CPython tarfile module
%prep
-%autosetup -p1 -n backports.tarfile-%{version}
+%autosetup -p1 -n backports_tarfile-%{version}
%build
%pyproject_wheel