Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyYAML for openSUSE:Factory checked in at 2023-08-15 16:39:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old) and /work/SRC/openSUSE:Factory/.python-PyYAML.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyYAML" Tue Aug 15 16:39:01 2023 rev:30 rq:1103712 version:6.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes 2023-04-22 22:03:25.922282415 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.11712/python-PyYAML.changes 2023-08-15 16:39:02.450592018 +0200 @@ -1,0 +2,6 @@ +Sun Aug 13 18:57:47 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 6.0.1: + * pin Cython to < 3.0 + +------------------------------------------------------------------- Old: ---- PyYAML-6.0.tar.gz New: ---- PyYAML-6.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyYAML.spec ++++++ --- /var/tmp/diff_new_pack.U1Lqyl/_old 2023-08-15 16:39:03.342598102 +0200 +++ /var/tmp/diff_new_pack.U1Lqyl/_new 2023-08-15 16:39:03.346598129 +0200 @@ -20,14 +20,14 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-PyYAML -Version: 6.0 +Version: 6.0.1 Release: 0 Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml Source: https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz Patch0: setuptools.patch -BuildRequires: %{python_module Cython} +BuildRequires: %{python_module Cython with %python-Cython < 3} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: libyaml-devel ++++++ PyYAML-6.0.tar.gz -> PyYAML-6.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyYAML-6.0/CHANGES new/PyYAML-6.0.1/CHANGES --- old/PyYAML-6.0/CHANGES 2021-10-13 21:13:52.000000000 +0200 +++ new/PyYAML-6.0.1/CHANGES 2023-07-18 01:39:53.000000000 +0200 @@ -4,6 +4,10 @@ * https://github.com/yaml/pyyaml/commits/ * https://bitbucket.org/xi/pyyaml/commits/ +6.0.1 (2023-07-18) + +* https://github.com/yaml/pyyaml/pull/702 -- pin Cython build dep to < 3.0 + 6.0 (2021-10-13) * https://github.com/yaml/pyyaml/pull/327 -- Change README format to Markdown diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyYAML-6.0/PKG-INFO new/PyYAML-6.0.1/PKG-INFO --- old/PyYAML-6.0/PKG-INFO 2021-10-13 21:14:07.319297800 +0200 +++ new/PyYAML-6.0.1/PKG-INFO 2023-07-18 01:40:08.812226300 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 2.1 Name: PyYAML -Version: 6.0 +Version: 6.0.1 Summary: YAML parser and emitter for Python Home-page: https://pyyaml.org/ +Download-URL: https://pypi.org/project/PyYAML/ Author: Kirill Simonov Author-email: x...@resolvent.net License: MIT -Download-URL: https://pypi.org/project/PyYAML/ Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues Project-URL: CI, https://github.com/yaml/pyyaml/actions Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation @@ -25,6 +25,7 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries :: Python Modules @@ -43,4 +44,3 @@ PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistence. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyYAML-6.0/lib/PyYAML.egg-info/PKG-INFO new/PyYAML-6.0.1/lib/PyYAML.egg-info/PKG-INFO --- old/PyYAML-6.0/lib/PyYAML.egg-info/PKG-INFO 2021-10-13 21:14:07.000000000 +0200 +++ new/PyYAML-6.0.1/lib/PyYAML.egg-info/PKG-INFO 2023-07-18 01:40:08.000000000 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 2.1 Name: PyYAML -Version: 6.0 +Version: 6.0.1 Summary: YAML parser and emitter for Python Home-page: https://pyyaml.org/ +Download-URL: https://pypi.org/project/PyYAML/ Author: Kirill Simonov Author-email: x...@resolvent.net License: MIT -Download-URL: https://pypi.org/project/PyYAML/ Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues Project-URL: CI, https://github.com/yaml/pyyaml/actions Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation @@ -25,6 +25,7 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries :: Python Modules @@ -43,4 +44,3 @@ PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistence. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyYAML-6.0/lib/yaml/__init__.py new/PyYAML-6.0.1/lib/yaml/__init__.py --- old/PyYAML-6.0/lib/yaml/__init__.py 2021-10-13 21:13:52.000000000 +0200 +++ new/PyYAML-6.0.1/lib/yaml/__init__.py 2023-07-18 01:39:53.000000000 +0200 @@ -8,7 +8,7 @@ from .loader import * from .dumper import * -__version__ = '6.0' +__version__ = '6.0.1' try: from .cyaml import * __with_libyaml__ = True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyYAML-6.0/pyproject.toml new/PyYAML-6.0.1/pyproject.toml --- old/PyYAML-6.0/pyproject.toml 2021-10-13 21:13:52.000000000 +0200 +++ new/PyYAML-6.0.1/pyproject.toml 2023-07-18 01:39:53.000000000 +0200 @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "wheel", "Cython"] +requires = ["setuptools", "wheel", "Cython<3.0"] build-backend = "setuptools.build_meta" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyYAML-6.0/setup.py new/PyYAML-6.0.1/setup.py --- old/PyYAML-6.0/setup.py 2021-10-13 21:13:52.000000000 +0200 +++ new/PyYAML-6.0.1/setup.py 2023-07-18 01:39:53.000000000 +0200 @@ -1,6 +1,6 @@ NAME = 'PyYAML' -VERSION = '6.0' +VERSION = '6.0.1' DESCRIPTION = "YAML parser and emitter for Python" LONG_DESCRIPTION = """\ YAML is a data serialization format designed for human readability @@ -33,6 +33,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules",