Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Cython3 for openSUSE:Factory checked in at 2023-07-25 11:23:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Cython3 (Old) and /work/SRC/openSUSE:Factory/.python-Cython3.new.1467 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Cython3" Tue Jul 25 11:23:41 2023 rev:4 rq:1099554 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Cython3/python-Cython3.changes 2023-05-26 20:14:51.436042286 +0200 +++ /work/SRC/openSUSE:Factory/.python-Cython3.new.1467/python-Cython3.changes 2023-07-25 11:25:43.500551999 +0200 @@ -1,0 +2,18 @@ +Wed Jul 19 12:23:38 UTC 2023 - Matej Cepl <mc...@suse.com> + +- 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-3.0.0b3.tar.gz New: ---- Cython-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Cython3.spec ++++++ --- /var/tmp/diff_new_pack.akwNRv/_old 2023-07-25 11:25:43.984554822 +0200 +++ /var/tmp/diff_new_pack.akwNRv/_new 2023-07-25 11:25:43.988554846 +0200 @@ -18,15 +18,14 @@ %bcond_with test %{?sle15_python_module_pythons} -%define pversion 3.0.0b3 Name: python-Cython3 -Version: 3.0.0~b3 +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-%{pversion}.tar.gz +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} @@ -53,7 +52,7 @@ allows the compiler to generate very efficient C code from Cython code. %prep -%setup -q -n Cython-%{pversion} +%setup -q -n Cython-%{version} # Fix non-executable scripts sed -i "s|^#!.*||" Cython/Debugger/{libpython,Cygdb}.py cython.py @@ -94,7 +93,7 @@ %python_alternative %{_bindir}/cython %python_alternative %{_bindir}/cythonize %{python_sitearch}/Cython/ -%{python_sitearch}/Cython-%{pversion}.dist-info +%{python_sitearch}/Cython-%{version}.dist-info %{python_sitearch}/cython.py* %pycache_only %{python_sitearch}/__pycache__/cython*.py* %{python_sitearch}/pyximport/ ++++++ Cython-3.0.0b3.tar.gz -> Cython-3.0.0.tar.gz ++++++ ++++ 4514 lines of diff (skipped)