diff --git a/python-tox.spec b/python-tox.spec index 39388cb..93ff873 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -5,7 +5,7 @@ # 1) Build --without tests (the default) # (e.g. fedpkg mockbuild) # 2) Install the built package -# (e.g. mock install ./results_python-tox/.../python3-tox-...rpm) +# (e.g. mock install ./results_python-tox/.../tox-...rpm) # 3) Build again --with tests (and internet connection) # (e.g. fedpkg mockbuild --enable-network --no-clean-all --with tests) # The Fedora CI tests do this. @@ -17,7 +17,7 @@ %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//) Name: python-tox -Version: 3.25.0 +Version: 3.28.0 Release: 1%{?dist} Summary: Virtualenv-based automation of test activities @@ -117,6 +117,18 @@ Obsoletes: python3-tox < 3.24.4-2 %changelog +* Sun Dec 18 2022 Miro Hrončok - 3.28.0-1 +- Update to 3.28.0 + +* Fri Nov 25 2022 Miro Hrončok - 3.27.1-1 +- Update to 3.27.1 + +* Wed Sep 14 2022 Miro Hrončok - 3.26.0-1 +- Update to 3.26.0 + +* Wed Jul 13 2022 Lumír Balhar - 3.25.1-1 +- Update to 3.25.1 + * Mon May 09 2022 Miro Hrončok - 3.25.0-1 - Update to 3.25.0 diff --git a/sources b/sources index a41a313..ffbddf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tox-3.25.0.tar.gz) = d98ed9f589c751ddc187618caf509fbc64e99f1b5eafeb9cbd919d94d10e15a55331658121efabac53ef07adeb71af15da8be86fc4f35688a8f9b93bf3e723d1 +SHA512 (tox-3.28.0.tar.gz) = 15c2b5e8f3220cc5be436d5eb0b460fa06ecb04c639f45d31fba284d23743d754e85dfe72fe6a1945f4e3aa094278911834e85c6d973972a3179c905178dec6e diff --git a/tests/tests.yml b/tests/tests.yml index 83e4c96..bd44551 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -30,39 +30,9 @@ - all_supplementing_pythons: dir: tests run: ./all_supplementing_pythons.py - - smoke27: - dir: python/smoke - run: VERSION=2.7 METHOD=virtualenv ./venv.sh - - smoke35_optional: - dir: python/smoke - run: VERSION=3.5 INSTALL_OR_SKIP=true ./venv.sh - - smoke36: - dir: python/smoke - run: VERSION=3.6 ./venv.sh - - smoke37: - dir: python/smoke - run: VERSION=3.7 ./venv.sh - - smoke38: - dir: python/smoke - run: VERSION=3.8 ./venv.sh - smoke39: dir: python/smoke run: VERSION=3.9 ./venv.sh - - smoke310: - dir: python/smoke - run: VERSION=3.10 ./venv.sh - - smoke311: - dir: python/smoke - run: VERSION=3.11 ./venv.sh - - smoke_pypy37: - dir: python/smoke - run: PYTHON=pypy3.7 VERSION=3.7 ./venv.sh - - smoke_pypy38: - dir: python/smoke - run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh - - smoke_pypy39: - dir: python/smoke - run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh - pyproject_pytest: dir: pyproject-rpm-macros/tests run: ./mocktest.sh python-pytest @@ -75,19 +45,8 @@ required_packages: - gcc - virtualenv - - python2.7 - - python3.6 - - python3.7 - - python3.8 - - python3.9 - - python3.10 - - python3.11 - - python2-devel - - python3-devel - - pypy3.7-devel - - pypy3.8-devel - - pypy3.9-devel - - python3-tox + - python3.9-devel + - tox - dnf - mock - rpmdevtools