15
0

- Update to 1.3.2:

- tests are included in the tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-circuitbreaker?expand=0&rev=4
This commit is contained in:
2021-10-27 18:01:54 +00:00
committed by Git OBS Bridge
parent f2831f7a6d
commit 5e4666e894
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8e9adb8395b105b0eada4ba50459935b8857b60599d39ab63b859167f8e3754
size 7126

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:747d4ced5c0797e2ab1d3e00a03b312db23e7ec65106148fc63beec25bbba50f
size 7946

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 27 17:56:18 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 1.3.2:
- tests are included in the tarball
-------------------------------------------------------------------
Tue Oct 26 14:07:30 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -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