diff --git a/propcache-0.2.0.tar.gz b/propcache-0.2.0.tar.gz deleted file mode 100644 index 758de4b..0000000 --- a/propcache-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70 -size 40951 diff --git a/propcache-0.3.0.tar.gz b/propcache-0.3.0.tar.gz new file mode 100644 index 0000000..5bbd448 --- /dev/null +++ b/propcache-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fd93de4e1d278046345f49e2238cdb298589325849b2645d4a94c53faeffc5 +size 42722 diff --git a/python-propcache.changes b/python-propcache.changes index 86bb663..74e3449 100644 --- a/python-propcache.changes +++ b/python-propcache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 13 15:49:55 UTC 2025 - Felix Stegmeier + +- Update to 0.3.0 + * Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou. + ------------------------------------------------------------------- Sun Oct 13 11:54:18 UTC 2024 - Bernhard Wiedemann diff --git a/python-propcache.spec b/python-propcache.spec index 38418a9..a3935bb 100644 --- a/python-propcache.spec +++ b/python-propcache.spec @@ -1,7 +1,7 @@ # # spec file for package python-propcache # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,26 +15,27 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} Name: python-propcache -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Accelerated property cache License: Apache-2.0 URL: https://github.com/aio-libs/propcache Source: https://files.pythonhosted.org/packages/source/p/propcache/propcache-%{version}.tar.gz Patch0: reproducible.patch -BuildRequires: python-rpm-macros BuildRequires: %{python_module Cython >= 3.0.11} +BuildRequires: %{python_module covdefaults} BuildRequires: %{python_module expandvars} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools >= 47} -BuildRequires: %{python_module wheel} -BuildRequires: %{python_module covdefaults} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools >= 47} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros %python_subpackages %description