From 14c11b06dc04d8f1bad00db7d17c687d37e630ba7185186846aad6ae4ede4831 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 18:58:12 +0000 Subject: [PATCH] - update to 6.0.1: * pin Cython to < 3.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=53 --- PyYAML-6.0.1.tar.gz | 3 +++ PyYAML-6.0.tar.gz | 3 --- python-PyYAML.changes | 6 ++++++ python-PyYAML.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 PyYAML-6.0.1.tar.gz delete mode 100644 PyYAML-6.0.tar.gz diff --git a/PyYAML-6.0.1.tar.gz b/PyYAML-6.0.1.tar.gz new file mode 100644 index 0000000..3135c1e --- /dev/null +++ b/PyYAML-6.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43 +size 125201 diff --git a/PyYAML-6.0.tar.gz b/PyYAML-6.0.tar.gz deleted file mode 100644 index 5ffc3e7..0000000 --- a/PyYAML-6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2 -size 124996 diff --git a/python-PyYAML.changes b/python-PyYAML.changes index 769e528..0b27670 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 13 18:57:47 UTC 2023 - Dirk Müller + +- update to 6.0.1: + * pin Cython to < 3.0 + ------------------------------------------------------------------- Fri Apr 21 12:21:10 UTC 2023 - Dirk Müller diff --git a/python-PyYAML.spec b/python-PyYAML.spec index 5a0c0d5..d5e25bb 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -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