diff --git a/circuitbreaker-2.0.0.tar.gz b/circuitbreaker-2.0.0.tar.gz deleted file mode 100644 index 1f85275..0000000 --- a/circuitbreaker-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28110761ca81a2accbd6b33186bc8c433e69b0933d85e89f280028dbb8c1dd14 -size 10736 diff --git a/circuitbreaker-2.1.3.tar.gz b/circuitbreaker-2.1.3.tar.gz new file mode 100644 index 0000000..e29fb08 --- /dev/null +++ b/circuitbreaker-2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4baee510f7bea3c91b194dcce7c07805fe96c4423ed5594b75af438531d084 +size 10787 diff --git a/python-circuitbreaker.changes b/python-circuitbreaker.changes index 6eaa455..d546712 100644 --- a/python-circuitbreaker.changes +++ b/python-circuitbreaker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 28 14:00:11 UTC 2025 - Dirk Müller + +- update to 2.1.3: + * fix datetime.utcnow deprecation + * test with newer python versions + * various build cleanups + ------------------------------------------------------------------- Tue Aug 27 07:50:27 UTC 2024 - Frantisek Simorda diff --git a/python-circuitbreaker.spec b/python-circuitbreaker.spec index d05ed12..00e5f91 100644 --- a/python-circuitbreaker.spec +++ b/python-circuitbreaker.spec @@ -1,7 +1,7 @@ # # spec file for package python-circuitbreaker # -# 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 @@ -18,7 +18,7 @@ %define modname circuitbreaker Name: python-circuitbreaker -Version: 2.0.0 +Version: 2.1.3 Release: 0 Summary: Python implementation of the "Circuit Breaker" Pattern License: BSD-3-Clause @@ -26,11 +26,13 @@ URL: https://github.com/fabfuel/circuitbreaker Source: https://files.pythonhosted.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module coverage} BuildRequires: %{python_module flake8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Suggests: python-typing @@ -44,10 +46,10 @@ Python implementation of the "Circuit Breaker" Pattern %autosetup -p1 -n circuitbreaker-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -56,6 +58,8 @@ Python implementation of the "Circuit Breaker" Pattern %files %{python_files} %doc README.rst %license LICENSE.rst -%{python_sitelib}/* +%{python_sitelib}/circuitbreaker.py +%{python_sitelib}/circuitbreaker-%{version}.dist-info +%pycache_only %{python_sitelib}/__pycache__/circuitbreaker* %changelog