Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2023-08-18 19:27:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cython.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cython"

Fri Aug 18 19:27:27 2023 rev:73 rq:1103745 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes      
2023-07-12 17:26:06.774061220 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.1766/python-Cython.changes    
2023-08-18 19:27:34.935232308 +0200
@@ -1,0 +2,18 @@
+Wed Jul 19 12:23:38 UTC 2023 - Matej Cepl <[email protected]>
+
+- Update to the official release of 3.0.0:
+  - The complete list is seriously long, so I would relegate you
+    to https://github.com/cython/cython/blob/master/CHANGES.rst
+  - The implemented PEPs are:
+    - PEP-3131: Supporting Non-ASCII Identifiers
+    - PEP-479: generator_stop (enabled by default for language_level=3)
+    - PEP-487: Simpler customisation of class creation
+    - PEP-563: Postponed Evaluation of Annotations
+    - PEP-570: Positional-Only Parameters
+    - PEP-572: Assignment Expressions (a.k.a. the walrus operator :=)
+    - PEP-590: Vectorcall protocol
+    - PEP-614: Relaxing Grammar Restrictions On Decorators
+  - Cython supports all released versions of Python from 2.7 to
+    3.11 (and some experimental parts of 3.12) inclusive.
+
+-------------------------------------------------------------------

Old:
----
  Cython-0.29.36.tar.gz

New:
----
  Cython-3.0.0.tar.gz

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

Other differences:
------------------
++++++ python-Cython.spec ++++++
--- /var/tmp/diff_new_pack.riVQCw/_old  2023-08-18 19:27:35.623233542 +0200
+++ /var/tmp/diff_new_pack.riVQCw/_new  2023-08-18 19:27:35.627233549 +0200
@@ -16,25 +16,27 @@
 #
 
 
-%{?sle15_python_module_pythons}
 %bcond_with test
+%{?sle15_python_module_pythons}
 Name:           python-Cython
-Version:        0.29.36
+Version:        3.0.0
 Release:        0
 Summary:        The Cython compiler for writing C extensions for the Python 
language
 License:        Apache-2.0
 URL:            https://cython.org/
+# SourceRepository: https://github.com/cython/cython
 Source:         
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:        python-Cython-rpmlintrc
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module wheel}
-BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
+Conflicts:      python-Cython < 3
+Provides:       python-Cython3 = 3.0.0
+Obsoletes:      python-Cython3 <= 3.0.0
 Requires:       python-devel
-Requires:       python-xml
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 %python_subpackages
@@ -91,7 +93,7 @@
 %python_alternative %{_bindir}/cython
 %python_alternative %{_bindir}/cythonize
 %{python_sitearch}/Cython/
-%{python_sitearch}/Cython-%{version}*-info
+%{python_sitearch}/Cython-%{version}.dist-info
 %{python_sitearch}/cython.py*
 %pycache_only %{python_sitearch}/__pycache__/cython*.py*
 %{python_sitearch}/pyximport/

++++++ Cython-0.29.36.tar.gz -> Cython-3.0.0.tar.gz ++++++
++++ 132417 lines of diff (skipped)

Reply via email to