Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Miro Hrončok
7b7d159bed Update to 3.28.0 2022-12-18 15:19:49 +01:00
Miro Hrončok
7722f8bcaa Update to 3.27.1 2022-11-25 12:37:06 +01:00
Miro Hrončok
0dcd415d37 Update the test comment: the package name is different for a long time 2022-11-25 12:37:06 +01:00
Miro Hrončok
0ead455dad CI: Enable the --with tests mockbuild on EL 9
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-9a09334937
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-9a09334937
2022-09-21 11:42:03 +02:00
Miro Hrončok
4ba7348014 CI: Remove Pythons not available on EL 9 and disable the mockbuild temporarily 2022-09-14 16:16:53 +02:00
Miro Hrončok
494739e213 Update to 3.26.0 2022-09-14 14:56:47 +02:00
Lumir Balhar
ca97e78349 Update to 3.25.1 2022-09-14 14:55:36 +02:00
3 changed files with 17 additions and 46 deletions

View file

@ -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 <mhroncok@redhat.com> - 3.28.0-1
- Update to 3.28.0
* Fri Nov 25 2022 Miro Hrončok <mhroncok@redhat.com> - 3.27.1-1
- Update to 3.27.1
* Wed Sep 14 2022 Miro Hrončok <mhroncok@redhat.com> - 3.26.0-1
- Update to 3.26.0
* Wed Jul 13 2022 Lumír Balhar <lbalhar@redhat.com> - 3.25.1-1
- Update to 3.25.1
* Mon May 09 2022 Miro Hrončok <mhroncok@redhat.com> - 3.25.0-1
- Update to 3.25.0

View file

@ -1 +1 @@
SHA512 (tox-3.25.0.tar.gz) = d98ed9f589c751ddc187618caf509fbc64e99f1b5eafeb9cbd919d94d10e15a55331658121efabac53ef07adeb71af15da8be86fc4f35688a8f9b93bf3e723d1
SHA512 (tox-3.28.0.tar.gz) = 15c2b5e8f3220cc5be436d5eb0b460fa06ecb04c639f45d31fba284d23743d754e85dfe72fe6a1945f4e3aa094278911834e85c6d973972a3179c905178dec6e

View file

@ -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