- 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
This commit is contained in:
Dirk Mueller 2023-08-13 18:58:12 +00:00 committed by Git OBS Bridge
parent 9ae541a696
commit 14c11b06dc
4 changed files with 11 additions and 5 deletions

BIN
PyYAML-6.0.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2
size 124996

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 13 18:57:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.0.1:
* pin Cython to < 3.0
-------------------------------------------------------------------
Fri Apr 21 12:21:10 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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