forked from pool/python-yamlcore
- Fix Source URL
(https://discuss.python.org/t/stable-pypi-url-or-where-in-the-world-is-yamlcore/67582 and https://warehouse.pypa.io/api-reference/integration-guide.html#querying-pypi-for-package-urls). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamlcore?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 12 18:31:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Fix Source URL
|
||||||
|
(https://discuss.python.org/t/stable-pypi-url-or-where-in-the-world-is-yamlcore/67582
|
||||||
|
and
|
||||||
|
https://warehouse.pypa.io/api-reference/integration-guide.html#querying-pypi-for-package-urls).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 9 19:21:20 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Wed Oct 9 19:21:20 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ Release: 0
|
|||||||
Summary: YAML 1.2 Support for PyYAML
|
Summary: YAML 1.2 Support for PyYAML
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/perlpunk/pyyaml-core
|
URL: https://github.com/perlpunk/pyyaml-core
|
||||||
Source: https://files.pythonhosted.org/packages/y/yamlcore/yamlcore-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/y/yamlcore/yamlcore-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools >= 61.0}
|
BuildRequires: %{python_module setuptools >= 61.0}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module pytest >= 2.3.5}
|
BuildRequires: %{python_module pytest >= 2.3.5}
|
||||||
|
|||||||
Reference in New Issue
Block a user