Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testrepository for
openSUSE:Factory checked in at 2024-07-01 11:22:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testrepository (Old)
and /work/SRC/openSUSE:Factory/.python-testrepository.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testrepository"
Mon Jul 1 11:22:17 2024 rev:23 rq:1184223 version:0.0.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-testrepository/python-testrepository.changes
2023-05-05 15:59:41.072909946 +0200
+++
/work/SRC/openSUSE:Factory/.python-testrepository.new.18349/python-testrepository.changes
2024-07-01 11:23:07.917083692 +0200
@@ -1,0 +2,13 @@
+Mon Jul 1 08:15:50 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.0.21:
+ * testrepository now uses ``hatch`` rather than ``pbr``.
+ * setup.py testr now supports different coverage names.
+ * Isolate the testrepository test suite from the chunking (or
+ otherwise) behaviour of testtools' exception handlers.
+ * Unexpected errors reading streams from a file repository now
+ propogate the correct exception.
+ * testrepository now requires at least version 0.0.11 of the
+ subunit Python module.
+
+-------------------------------------------------------------------
Old:
----
testrepository-0.0.20.tar.gz
New:
----
testrepository-0.0.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testrepository.spec ++++++
--- /var/tmp/diff_new_pack.IW7ihX/_old 2024-07-01 11:23:08.401101210 +0200
+++ /var/tmp/diff_new_pack.IW7ihX/_new 2024-07-01 11:23:08.405101355 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-testrepository
#
-# 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,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-testrepository
-Version: 0.0.20
+Version: 0.0.21
Release: 0
Summary: A repository of test results
License: Apache-2.0 OR BSD-3-Clause
@@ -27,7 +27,7 @@
Source:
https://files.pythonhosted.org/packages/source/t/testrepository/testrepository-%{version}.tar.gz
BuildRequires: %{python_module extras}
BuildRequires: %{python_module fixtures}
-BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module python-mimeparse}
BuildRequires: %{python_module python-subunit}
BuildRequires: %{python_module pytz}
@@ -40,11 +40,11 @@
BuildRequires: python3-dbm
Requires: python-extras
Requires: python-fixtures
-Requires: python-python-subunit >= 0.0.10
+Requires: python-python-subunit >= 0.0.11
Requires: python-testscenarios
Requires: python-testtools >= 0.9.30
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
BuildArch: noarch
%if "%python_flavor" != "python2"
Requires: python-dbm
@@ -91,7 +91,7 @@
%files %{python_files}
%license COPYING Apache-2.0 BSD
-%doc NEWS README.txt
+%doc NEWS README.rst
%python_alternative %{_bindir}/testr
%{python_sitelib}/*
++++++ testrepository-0.0.20.tar.gz -> testrepository-0.0.21.tar.gz ++++++
++++ 275017 lines of diff (skipped)