Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python311 for openSUSE:Factory 
checked in at 2023-03-05 20:08:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python311 (Old)
 and      /work/SRC/openSUSE:Factory/.python311.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python311"

Sun Mar  5 20:08:01 2023 rev:16 rq:1069317 version:3.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python311/python311.changes      2023-02-22 
15:21:14.869746022 +0100
+++ /work/SRC/openSUSE:Factory/.python311.new.31432/python311.changes   
2023-03-05 20:08:04.344725113 +0100
@@ -1,0 +2,11 @@
+Fri Mar  3 17:23:35 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Update to 3.11.2:
+  Bug fixes, no changes in API and no security bugs.
+
+-------------------------------------------------------------------
+Wed Mar  1 20:50:04 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Add python310 Obsoletes line to obsolete_python_versioned macro.
+
+-------------------------------------------------------------------

Old:
----
  Python-3.11.1.tar.xz
  Python-3.11.1.tar.xz.asc

New:
----
  Python-3.11.2.tar.xz
  Python-3.11.2.tar.xz.asc

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

Other differences:
------------------
++++++ python311.spec ++++++
--- /var/tmp/diff_new_pack.zW9yIl/_old  2023-03-05 20:08:05.544730659 +0100
+++ /var/tmp/diff_new_pack.zW9yIl/_new  2023-03-05 20:08:05.548730678 +0100
@@ -47,7 +47,8 @@
 # Obsoleting previous "latest" Python versions
 # Next versions will get more lines like for older versions
 %define obsolete_python_versioned() \
-Obsoletes:      python39%{?1:-%{1}}
+Obsoletes:      python39%{?1:-%{1}} \
+Obsoletes:      python310%{?1:-%{1}}
 %else
 %define obsolete_python_versioned() %{nil}
 %endif
@@ -103,7 +104,7 @@
 %define dynlib() 
%{sitedir}/lib-dynload/%{1}.cpython-%{abi_tag}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}.so
 %bcond_without profileopt
 Name:           %{python_pkg_name}%{psuffix}
-Version:        3.11.1
+Version:        3.11.2
 Release:        0
 Summary:        Python 3 Interpreter
 License:        Python-2.0
@@ -642,7 +643,7 @@
     _posixsubprocess _queue _random resource select _ssl _socket spwd \
     _statistics _struct syslog termios _testbuffer _testimportmultiple \
     _testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \
-    _typing xxlimited xxlimited_35 \
+    _typing _testclinic xxlimited xxlimited_35 \
     _xxtestfuzz _xxsubinterpreters _elementtree pyexpat _md5 _sha1 \
     _sha256 _sha512 _blake2 _sha3 _uuid _zoneinfo
 do
@@ -891,6 +892,7 @@
 %{dynlib _ctypes_test}
 %{dynlib _testbuffer}
 %{dynlib _testcapi}
+%{dynlib _testclinic}
 %{dynlib _testinternalcapi}
 %{dynlib _testimportmultiple}
 %{dynlib _testmultiphase}

++++++ Python-3.11.1.tar.xz -> Python-3.11.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/python311/Python-3.11.1.tar.xz 
/work/SRC/openSUSE:Factory/.python311.new.31432/Python-3.11.2.tar.xz differ: 
char 27, line 1

++++++ fix_configure_rst.patch ++++++
--- /var/tmp/diff_new_pack.zW9yIl/_old  2023-03-05 20:08:05.672731251 +0100
+++ /var/tmp/diff_new_pack.zW9yIl/_new  2023-03-05 20:08:05.676731270 +0100
@@ -29,7 +29,7 @@
     Create a Python.framework rather than a traditional Unix install. Optional
 --- a/Misc/NEWS
 +++ b/Misc/NEWS
-@@ -7355,7 +7355,7 @@ C API
+@@ -7621,7 +7621,7 @@ C API
  - bpo-40939: Removed documentation for the removed ``PyParser_*`` C API.
  
  - bpo-43795: The list in :ref:`stable-abi-list` now shows the public name

Reply via email to