diff --git a/python-cymem.changes b/python-cymem.changes index 2e4819a..3123459 100644 --- a/python-cymem.changes +++ b/python-cymem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 7 15:01:47 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Mon May 22 21:48:27 UTC 2023 - Greg Freemyer diff --git a/python-cymem.spec b/python-cymem.spec index 7825fed..f22cda3 100644 --- a/python-cymem.spec +++ b/python-cymem.spec @@ -15,8 +15,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%{?sle15_python_module_pythons} +%{?sle15_python_module_pythons} Name: python-cymem Version: 2.0.7 Release: 0 @@ -24,14 +24,14 @@ Summary: Manage calls to calloc/free through Cython License: MIT URL: https://github.com/explosion/cymem Source: https://files.pythonhosted.org/packages/source/c/cymem/cymem-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module Cython3} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: %{python_module pytest} -BuildRequires: gcc-c++ BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: python-rpm-macros %python_subpackages %description