Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python310"

Wed Dec  8 22:09:31 2021 rev:10 rq:936508 version:3.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python310/python310.changes      2021-12-05 
22:46:44.341519384 +0100
+++ /work/SRC/openSUSE:Factory/.python310.new.31177/python310.changes   
2021-12-08 22:10:50.826915824 +0100
@@ -1,0 +2,25 @@
+Wed Dec  8 13:07:25 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Upgrade to 3.10.1:
+  - PEP 623 ??? Deprecate and prepare for the removal of the wstr
+    member in PyUnicodeObject.
+  - PEP 604 ??? Allow writing union types as X | Y
+  - PEP 612 ??? Parameter Specification Variables
+  - PEP 626 ??? Precise line numbers for debugging and other tools.
+  - PEP 618 ??? Add Optional Length-Checking To zip.
+  - bpo-12782: Parenthesized context managers are now officially
+    allowed.
+  - PEP 632 ??? Deprecate distutils module.
+  - PEP 613 ??? Explicit Type Aliases
+  - PEP 634 ??? Structural Pattern Matching: Specification
+  - PEP 635 ??? Structural Pattern Matching: Motivation and
+    Rationale
+  - PEP 636 ??? Structural Pattern Matching: Tutorial
+  - PEP 644 ??? Require OpenSSL 1.1.1 or newer
+  - PEP 624 ??? Remove Py_UNICODE encoder APIs
+  - PEP 597 ??? Add optional EncodingWarning
+- Patches readjusted:
+  - bpo-31046_ensurepip_honours_prefix.patch
+  - python-3.3.0b1-fix_date_time_compiler.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python310.spec ++++++
--- /var/tmp/diff_new_pack.BiGOKn/_old  2021-12-08 22:10:51.554916166 +0100
+++ /var/tmp/diff_new_pack.BiGOKn/_new  2021-12-08 22:10:51.562916170 +0100
@@ -53,7 +53,7 @@
 # Will do the /usr/bin/python3 and all the core links
 %define         primary_interpreter 0
 # We don't process beta signs well
-%define         folderversion 3.10.0
+%define         folderversion 3.10.1
 %define         tarname    Python-%{tarversion}
 %define         sitedir         %{_libdir}/python%{python_version}
 # three possible ABI kinds: m - pymalloc, d - debug build; see PEP 3149
@@ -89,7 +89,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.10.0
+Version:        3.10.1
 Release:        0
 Summary:        Python 3 Interpreter
 License:        Python-2.0

++++++ Python-3.10.0.tar.xz -> Python-3.10.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/python310/Python-3.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.python310.new.31177/Python-3.10.1.tar.xz differ: 
char 27, line 1

++++++ bpo-31046_ensurepip_honours_prefix.patch ++++++
--- /var/tmp/diff_new_pack.BiGOKn/_old  2021-12-08 22:10:51.674916223 +0100
+++ /var/tmp/diff_new_pack.BiGOKn/_new  2021-12-08 22:10:51.674916223 +0100
@@ -139,7 +139,7 @@
  
 --- a/Makefile.pre.in
 +++ b/Makefile.pre.in
-@@ -1279,7 +1279,7 @@ install: @FRAMEWORKINSTALLFIRST@ commoni
+@@ -1278,7 +1278,7 @@ install: @FRAMEWORKINSTALLFIRST@ commoni
                        install|*) ensurepip="" ;; \
                esac; \
                $(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \
@@ -148,7 +148,7 @@
        fi
  
  altinstall: commoninstall
-@@ -1289,7 +1289,7 @@ altinstall: commoninstall
+@@ -1288,7 +1288,7 @@ altinstall: commoninstall
                        install|*) ensurepip="--altinstall" ;; \
                esac; \
                $(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \

++++++ python-3.3.0b1-fix_date_time_compiler.patch ++++++
--- /var/tmp/diff_new_pack.BiGOKn/_old  2021-12-08 22:10:51.746916256 +0100
+++ /var/tmp/diff_new_pack.BiGOKn/_new  2021-12-08 22:10:51.746916256 +0100
@@ -4,7 +4,7 @@
 
 --- a/Makefile.pre.in
 +++ b/Makefile.pre.in
-@@ -785,11 +785,18 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
+@@ -784,11 +784,18 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
                $(DTRACE_OBJS) \
                $(srcdir)/Modules/getbuildinfo.c
        $(CC) -c $(PY_CORE_CFLAGS) \

Reply via email to