Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-circuitbreaker for
openSUSE:Factory checked in at 2024-09-01 19:21:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-circuitbreaker (Old)
and /work/SRC/openSUSE:Factory/.python-circuitbreaker.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-circuitbreaker"
Sun Sep 1 19:21:37 2024 rev:3 rq:1197814 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-circuitbreaker/python-circuitbreaker.changes
2021-10-27 22:21:45.755215788 +0200
+++
/work/SRC/openSUSE:Factory/.python-circuitbreaker.new.2698/python-circuitbreaker.changes
2024-09-01 19:21:56.073262535 +0200
@@ -1,0 +2,19 @@
+Tue Aug 27 07:50:27 UTC 2024 - Frantisek Simorda <[email protected]>
+
+- update to 2.0.0:
+ * Async Support
+ * Python2 not supported anymore
+ * Supported Python versions now are: 3.11, 3.10, 3.9, 3.8, 3.7
+
+- version 1.4.0:
+ * Fallback Function
+ * Custom callable for handling exceptions
+ * Monotonic clock
+ * Circuitbreaker default name
+ * the project is now built on Github Action instead of Travis CI
+ * building for python 3.10
+ * applied smaller flake8 fixes
+
+- Drop use_stdlib_mock.patch merged upstream
+
+-------------------------------------------------------------------
Old:
----
circuitbreaker-1.3.2.tar.gz
use_stdlib_mock.patch
New:
----
circuitbreaker-2.0.0.tar.gz
BETA DEBUG BEGIN:
Old:
- Drop use_stdlib_mock.patch merged upstream
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-circuitbreaker.spec ++++++
--- /var/tmp/diff_new_pack.FxxZho/_old 2024-09-01 19:21:56.873295289 +0200
+++ /var/tmp/diff_new_pack.FxxZho/_new 2024-09-01 19:21:56.873295289 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-circuitbreaker
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,19 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname circuitbreaker
Name: python-circuitbreaker
-Version: 1.3.2
+Version: 2.0.0
Release: 0
Summary: Python implementation of the "Circuit Breaker" Pattern
License: BSD-3-Clause
URL: https://github.com/fabfuel/circuitbreaker
Source:
https://files.pythonhosted.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM use_stdlib_mock.patch bugno [email protected]
-# Don't depend on the external mock
-Patch0: use_stdlib_mock.patch
+BuildRequires: %{python_module coverage}
+BuildRequires: %{python_module flake8}
+BuildRequires: %{python_module pytest-asyncio}
+BuildRequires: %{python_module pytest-cov}
+BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
++++++ circuitbreaker-1.3.2.tar.gz -> circuitbreaker-2.0.0.tar.gz ++++++
++++ 2067 lines of diff (skipped)