diff --git a/circuitbreaker-1.3.1.tar.gz b/circuitbreaker-1.3.1.tar.gz deleted file mode 100644 index 63e4371..0000000 --- a/circuitbreaker-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e9adb8395b105b0eada4ba50459935b8857b60599d39ab63b859167f8e3754 -size 7126 diff --git a/circuitbreaker-1.3.2.tar.gz b/circuitbreaker-1.3.2.tar.gz new file mode 100644 index 0000000..15ad884 --- /dev/null +++ b/circuitbreaker-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747d4ced5c0797e2ab1d3e00a03b312db23e7ec65106148fc63beec25bbba50f +size 7946 diff --git a/python-circuitbreaker.changes b/python-circuitbreaker.changes index 50faafa..b623c10 100644 --- a/python-circuitbreaker.changes +++ b/python-circuitbreaker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 27 17:56:18 UTC 2021 - Matej Cepl + +- Update to 1.3.2: + - tests are included in the tarball + ------------------------------------------------------------------- Tue Oct 26 14:07:30 UTC 2021 - Matej Cepl diff --git a/python-circuitbreaker.spec b/python-circuitbreaker.spec index 6052142..e2e19c0 100644 --- a/python-circuitbreaker.spec +++ b/python-circuitbreaker.spec @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname circuitbreaker Name: python-circuitbreaker -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Python implementation of the "Circuit Breaker" Pattern License: BSD-3-Clause URL: https://github.com/fabfuel/circuitbreaker -Source: https://github.com/fabfuel/%{modname}/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz # PATCH-FIX-UPSTREAM use_stdlib_mock.patch bugno mcepl@suse.com # Don't depend on the external mock Patch0: use_stdlib_mock.patch