diff --git a/python-testtools.spec b/python-testtools.spec index b2b89dc45030f1915e59c14749b263534ca2810b..afb8a95f2d8e1da67d60b024624dfbe782a7b73a 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -1,5 +1,5 @@ Name: python-testtools -Version: 2.6.0 +Version: 2.7.2 Release: 1 Summary: Extensions to the Python unit testing framework License: MIT @@ -8,6 +8,8 @@ URL: https://launchpad.net/testtools Source0: https://pypi.io/packages/source/t/testtools/testtools-%{version}.tar.gz BuildRequires: python3-extras python3-mimeparse python3-pbr python3-setuptools python3-unittest2 BuildRequires: python3-traceback2 python3-testscenarios python3-sphinx python3-devel +BuildRequires: python3-twisted python3-pip python3-wheel python3-hatchling python3-hatch-vcs +BuildRequires: python3-fixtures BuildArch: noarch %description @@ -17,7 +19,7 @@ many different sources. %package -n python3-testtools Summary: Extensions to the Python unit testing framework -Requires: python3-extras python3-mimeparse python3-pbr python3-unittest2 >= 1.0.0 python3-traceback2 +Requires: python3-extras python3-mimeparse python3-pbr python3-unittest2 >= 1.0.0 python3-traceback2 python3-fixtures %description -n python3-testtools Testtools is a set of extensions to the Python standard library's unit testing framework. These @@ -38,11 +40,11 @@ This package contains HTML documentation for python-testtools. rm -rf testtools.egg-info %build -%py3_build +%pyproject_build PYTHONPATH=$PWD make -C doc html %install -%py3_install +%pyproject_install %check export PYTHONPATH=%{buildroot}%{python3_sitelib} @@ -57,6 +59,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %doc doc/_build/html/* %changelog +* Fri Nov 29 2024 Ge Wang - 2.7.2-1 +- Update to 2.7.2 + * Wed Jun 14 2023 yaoxin - 2.6.0-1 - Update to 2.6.0 diff --git a/testtools-2.6.0.tar.gz b/testtools-2.6.0.tar.gz deleted file mode 100644 index 9479e0d010abf592daed57173ebdec6d25ccaba3..0000000000000000000000000000000000000000 Binary files a/testtools-2.6.0.tar.gz and /dev/null differ diff --git a/testtools-2.7.2.tar.gz b/testtools-2.7.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f4642d532f909e06728395ffbe323814adccc90 Binary files /dev/null and b/testtools-2.7.2.tar.gz differ