diff --git a/python-testrepository.changes b/python-testrepository.changes index 385c475..4869a1e 100644 --- a/python-testrepository.changes +++ b/python-testrepository.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 1 08:15:50 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Fri May 5 12:17:54 UTC 2023 - Johannes Kastl @@ -102,7 +115,7 @@ Thu Feb 13 13:56:39 UTC 2014 - speilicke@suse.com ------------------------------------------------------------------- Thu Jan 30 08:59:07 UTC 2014 - dmueller@suse.com -- fix requires +- fix requires ------------------------------------------------------------------- Sun Nov 17 17:12:34 UTC 2013 - p.drouand@gmail.com @@ -146,12 +159,12 @@ Fri Jul 19 10:56:40 UTC 2013 - dmueller@suse.com ------------------------------------------------------------------- Thu Jul 11 15:55:27 UTC 2013 - dmueller@suse.com -- tighten runtime requires +- tighten runtime requires ------------------------------------------------------------------- Tue Apr 30 09:17:02 UTC 2013 - dmueller@suse.com -- add buildrequires to satisfy test suite run +- add buildrequires to satisfy test suite run ------------------------------------------------------------------- Mon Apr 29 12:15:17 UTC 2013 - dmueller@suse.com @@ -165,7 +178,7 @@ Mon Apr 29 12:15:17 UTC 2013 - dmueller@suse.com ------------------------------------------------------------------- Sat Apr 20 18:58:56 UTC 2013 - toddrme2178@gmail.com -- Add BuildRequires: python-extras +- Add BuildRequires: python-extras ------------------------------------------------------------------- Tue Jan 15 15:43:14 UTC 2013 - dmueller@suse.com diff --git a/python-testrepository.spec b/python-testrepository.spec index 06792fa..8827ec3 100644 --- a/python-testrepository.spec +++ b/python-testrepository.spec @@ -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 @@ URL: https://github.com/testing-cabal/testrepository 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: python-rpm-macros 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 @@ subunit or be converted into a subunit stream can be accepted). %files %{python_files} %license COPYING Apache-2.0 BSD -%doc NEWS README.txt +%doc NEWS README.rst %python_alternative %{_bindir}/testr %{python_sitelib}/* diff --git a/testrepository-0.0.20.tar.gz b/testrepository-0.0.20.tar.gz deleted file mode 100644 index 24e9f94..0000000 --- a/testrepository-0.0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb -size 84956 diff --git a/testrepository-0.0.21.tar.gz b/testrepository-0.0.21.tar.gz new file mode 100644 index 0000000..8385309 --- /dev/null +++ b/testrepository-0.0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368afcf7e090b3c688bdd754a25f64bc314e512b816f8c71b9f9fc17dc37a3d9 +size 2416956