15
0
forked from pool/python-PyYAML

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

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