diff --git a/python-yamlcore.changes b/python-yamlcore.changes index 54eb747..c2816df 100644 --- a/python-yamlcore.changes +++ b/python-yamlcore.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Oct 12 18:31:33 UTC 2024 - Matej Cepl + +- 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 diff --git a/python-yamlcore.spec b/python-yamlcore.spec index 5f777e0..6192a2c 100644 --- a/python-yamlcore.spec +++ b/python-yamlcore.spec @@ -22,10 +22,10 @@ Release: 0 Summary: YAML 1.2 Support for PyYAML License: MIT URL: https://github.com/perlpunk/pyyaml-core -Source: https://files.pythonhosted.org/packages/y/yamlcore/yamlcore-%{version}.tar.gz -BuildRequires: python-rpm-macros +Source: https://files.pythonhosted.org/packages/source/y/yamlcore/yamlcore-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61.0} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module pytest >= 2.3.5}