Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flexmock for openSUSE:Factory
checked in at 2024-07-09 20:06:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flexmock (Old)
and /work/SRC/openSUSE:Factory/.python-flexmock.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flexmock"
Tue Jul 9 20:06:01 2024 rev:8 rq:1186412 version:0.12.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flexmock/python-flexmock.changes
2023-11-27 22:45:23.950313642 +0100
+++
/work/SRC/openSUSE:Factory/.python-flexmock.new.2080/python-flexmock.changes
2024-07-09 20:06:35.650390469 +0200
@@ -1,0 +2,15 @@
+Fri Jul 5 13:21:48 UTC 2024 - Joshua Smith <[email protected]>
+
+- Replace deprecated %setup with %autosetup
+- Fix source URL -- pythonhosted no longer includes setup.py
+- Update to 0.12.1:
+ * Flexmock Pytest plugin entrypoint missing from setup.py.
+- Updates from 0.12.0:
+ * Add tox.ini to sdist to make the downstream testing easier.
+ * Add Python 3.12 and 3.13 support.
+ * Drop Python 3.6 and 3.7 support.
+ * Drop Pytest 5.x support.
+ * Fixed the pytest integration by switching from wrapping of the
+ test runner to the pytest plugin system.
+
+-------------------------------------------------------------------
Old:
----
flexmock-0.11.3.tar.gz
New:
----
python-flexmock-0.12.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flexmock.spec ++++++
--- /var/tmp/diff_new_pack.xSPM9b/_old 2024-07-09 20:06:36.074405919 +0200
+++ /var/tmp/diff_new_pack.xSPM9b/_new 2024-07-09 20:06:36.078406064 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flexmock
#
-# Copyright (c) 2023 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
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-flexmock
-Version: 0.11.3
+Version: 0.12.1
Release: 0
Summary: Testing library for creating mocks, stubs and fakes
License: BSD-2-Clause
URL: https://github.com/bkabrda/flexmock
-Source:
https://files.pythonhosted.org/packages/source/f/flexmock/flexmock-%{version}.tar.gz
+Source:
%{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -39,7 +39,7 @@
a number of Python-only features.
%prep
-%setup -q -n flexmock-%{version}
+%autosetup -n flexmock-%{version}
%build
%python_build