Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testscenarios for
openSUSE:Factory checked in at 2026-06-29 17:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testscenarios (Old)
and /work/SRC/openSUSE:Factory/.python-testscenarios.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testscenarios"
Mon Jun 29 17:29:49 2026 rev:12 rq:1362168 version:0.6.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-testscenarios/python-testscenarios.changes
2026-03-17 19:02:23.531442970 +0100
+++
/work/SRC/openSUSE:Factory/.python-testscenarios.new.11887/python-testscenarios.changes
2026-06-29 17:30:18.613925369 +0200
@@ -1,0 +2,10 @@
+Sun Jun 28 11:38:14 UTC 2026 - Dirk Müller <[email protected]>
+
+- Update to 0.6.2:
+ * Claim Python 3.10 - 3.14 support.
+ * Fix compatibility with recent versions of fixtures, testtools.
+ * Switch to hatchling/hatch-vcs build backend.
+ * Test suite relocated to top-level tests/ directory.
+- Remove obsolete use-assertequal.patch
+
+-------------------------------------------------------------------
Old:
----
testscenarios-0.5.0.tar.gz
use-assertequal.patch
New:
----
testscenarios-0.6.2-gh.tar.gz
----------(Old B)----------
Old: * Test suite relocated to top-level tests/ directory.
- Remove obsolete use-assertequal.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testscenarios.spec ++++++
--- /var/tmp/diff_new_pack.8vWif0/_old 2026-06-29 17:30:19.297948952 +0200
+++ /var/tmp/diff_new_pack.8vWif0/_new 2026-06-29 17:30:19.297948952 +0200
@@ -26,25 +26,22 @@
%endif
%{?sle15_python_module_pythons}
Name: python-testscenarios%{psuffix}
-Version: 0.5.0
+Version: 0.6.2
Release: 0
Summary: A pyunit extension for dependency injection
License: Apache-2.0 OR BSD-3-Clause
-URL: https://launchpad.net/testscenarios
-Source:
https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Based on one commit from gh#testing-cabal/testscenarios#11
-# Waiting for a new release before updating URL
-Patch0: use-assertequal.patch
-BuildRequires: %{python_module pbr >= 0.11}
+URL: https://github.com/testing-cabal/testscenarios
+Source:
https://github.com/testing-cabal/testscenarios/archive/refs/tags/%{version}.tar.gz#/testscenarios-%{version}-gh.tar.gz
+BuildRequires: %{python_module hatch-vcs}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
%if %{with test}
-BuildRequires: %{python_module extras}
BuildRequires: %{python_module testscenarios = %{version}}
+BuildRequires: %{python_module testtools >= 2.8.7}
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pbr >= 0.11
Requires: python-testtools
BuildArch: noarch
%python_subpackages
@@ -60,6 +57,7 @@
%autosetup -p1 -n testscenarios-%{version}
%build
+export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
%if !%{with test}
%pyproject_wheel
%endif
@@ -80,7 +78,7 @@
%if !%{with test}
%files %{python_files}
%license COPYING
-%doc Apache-2.0 BSD GOALS HACKING NEWS README
+%doc Apache-2.0 BSD GOALS HACKING NEWS README.rst
%{python_sitelib}/testscenarios
%{python_sitelib}/testscenarios-%{version}.dist-info
%endif