Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python310 for openSUSE:Factory 
checked in at 2026-09-04 12:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python310 (Old)
 and      /work/SRC/openSUSE:Factory/.python310.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python310"

Fri Sep  4 12:39:08 2026 rev:81 rq:1375464 version:3.10.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/python310/python310.changes      2026-08-15 
22:41:14.115872859 +0200
+++ /work/SRC/openSUSE:Factory/.python310.new.1265/python310.changes    
2026-09-04 12:39:56.325591498 +0200
@@ -1,0 +2,10 @@
+Wed Sep  2 17:12:38 UTC 2026 - Matej Cepl <[email protected]>
+
+- Update bundled pip wheels to pip-20.0.2-py2.py3-none-any.whl
+  patched from SUSE:SLE-15-SP4:Update/python3-pip
+  Fixing also bsc#1262429 CVE-2026-3219, bsc#1273094
+  CVE-2026-13346, bsc#1273091 CVE-2026-13346, bsc#1274743
+  CVE-2026-1703, bsc#1273090 CVE-2026-13346, and bsc#1276903 or
+  bsc#1277271.
+
+-------------------------------------------------------------------

New:
----
  pip-20.0.2-py2.py3-none-any.whl
  setuptools-67.7.2-py2.py3-none-any.whl

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python310.spec ++++++
--- /var/tmp/diff_new_pack.El84mS/_old  2026-09-04 12:39:58.260659451 +0200
+++ /var/tmp/diff_new_pack.El84mS/_new  2026-09-04 12:39:58.261659486 +0200
@@ -129,6 +129,11 @@
 # 3. mkdir Vendor && mv usr/include/* Vendor/
 # 4. tar cJf bluez-devel-vendor.tar.xz Vendor/
 Source21:       bluez-devel-vendor.tar.xz
+
+# Fixed bundled wheels
+Source30:       setuptools-67.7.2-py2.py3-none-any.whl
+Source31:       pip-20.0.2-py2.py3-none-any.whl
+
 Source98:       python310-rpmlintrc
 # Tarball is signed by the GPG key of Pablo Galindo Salgado 
(0x64E628F8D684696D)
 # 
https://keybase.io/pablogsal/pgp_keys.asc?fingerprint=a035c8c19219ba821ecea86b64e628f8d684696d
@@ -584,6 +589,16 @@
 # Add vendored bluez-devel files
 tar xvf %{SOURCE21}
 
+# Replace bundled wheels with the updates ones
+rm -v Lib/ensurepip/_bundled/*.whl
+STVER=$(basename %{SOURCE30}|cut -d- -f2)
+PIPVER=$(basename %{SOURCE31}|cut -d- -f2)
+cp -v %{SOURCE30} Lib/ensurepip/_bundled/setuptools-${STVER}-py3-none-any.whl
+cp -v %{SOURCE31} Lib/ensurepip/_bundled/pip-${PIPVER}-py3-none-any.whl
+sed -E -i -e "s/^(\s*_SETUPTOOLS_VERSION\s+=\s+)\"[0-9.]+\"/\1\"${STVER}\"/" \
+          -e "s/^(\s*_PIP_VERSION\s+=\s+)\"[0-9.]+\"/\1\"${PIPVER}\"/" \
+    Lib/ensurepip/__init__.py
+
 # Don't fail on warnings when building documentation
 sed -i -e '/^SPHINXERRORHANDLING/s/-W//' Doc/Makefile
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.El84mS/_old  2026-09-04 12:39:58.465666650 +0200
+++ /var/tmp/diff_new_pack.El84mS/_new  2026-09-04 12:39:58.468666756 +0200
@@ -1,6 +1,6 @@
-mtime: 1786728920
-commit: f4ef5d553b299d780dd0dbeddfea1f33698484d2c6b16a97bdcfe29c9a9565c3
+mtime: 1788369190
+commit: 84508ff650174e330025fff2573dbe7197198f43a2563280be789cff0b1c6247
 url: https://src.opensuse.org/python-interpreters/python310
-revision: f4ef5d553b299d780dd0dbeddfea1f33698484d2c6b16a97bdcfe29c9a9565c3
+revision: 84508ff650174e330025fff2573dbe7197198f43a2563280be789cff0b1c6247
 projectscmsync: https://src.opensuse.org/python-interpreters/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-09-02 19:13:10.000000000 +0200
@@ -0,0 +1,7 @@
+.osc
+*.obscpio
+*.osc
+_build.*
+.pbuild
+*.rej
+python310*-build/

Reply via email to