forked from pool/python-testrepository
- 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. - fix requires - tighten runtime requires - add buildrequires to satisfy test suite run - Add BuildRequires: python-extras OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=46
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 1 08:15:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <kastl@b1-systems.de>
|
Fri May 5 12:17:54 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-testrepository
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-testrepository
|
Name: python-testrepository
|
||||||
Version: 0.0.20
|
Version: 0.0.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A repository of test results
|
Summary: A repository of test results
|
||||||
License: Apache-2.0 OR BSD-3-Clause
|
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
|
Source: https://files.pythonhosted.org/packages/source/t/testrepository/testrepository-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module extras}
|
BuildRequires: %{python_module extras}
|
||||||
BuildRequires: %{python_module fixtures}
|
BuildRequires: %{python_module fixtures}
|
||||||
BuildRequires: %{python_module pbr}
|
BuildRequires: %{python_module hatch_vcs}
|
||||||
BuildRequires: %{python_module python-mimeparse}
|
BuildRequires: %{python_module python-mimeparse}
|
||||||
BuildRequires: %{python_module python-subunit}
|
BuildRequires: %{python_module python-subunit}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
@@ -40,7 +40,7 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: python3-dbm
|
BuildRequires: python3-dbm
|
||||||
Requires: python-extras
|
Requires: python-extras
|
||||||
Requires: python-fixtures
|
Requires: python-fixtures
|
||||||
Requires: python-python-subunit >= 0.0.10
|
Requires: python-python-subunit >= 0.0.11
|
||||||
Requires: python-testscenarios
|
Requires: python-testscenarios
|
||||||
Requires: python-testtools >= 0.9.30
|
Requires: python-testtools >= 0.9.30
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
@@ -91,7 +91,7 @@ subunit or be converted into a subunit stream can be accepted).
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING Apache-2.0 BSD
|
%license COPYING Apache-2.0 BSD
|
||||||
%doc NEWS README.txt
|
%doc NEWS README.rst
|
||||||
%python_alternative %{_bindir}/testr
|
%python_alternative %{_bindir}/testr
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb
|
|
||||||
size 84956
|
|
3
testrepository-0.0.21.tar.gz
Normal file
3
testrepository-0.0.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:368afcf7e090b3c688bdd754a25f64bc314e512b816f8c71b9f9fc17dc37a3d9
|
||||||
|
size 2416956
|
Reference in New Issue
Block a user