Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b7d159bed | |||
| 7722f8bcaa | |||
| 0dcd415d37 | |||
| 0ead455dad | |||
| 4ba7348014 | |||
| 494739e213 | |||
| ca97e78349 |
+14
-2
@@ -5,7 +5,7 @@
|
|||||||
# 1) Build --without tests (the default)
|
# 1) Build --without tests (the default)
|
||||||
# (e.g. fedpkg mockbuild)
|
# (e.g. fedpkg mockbuild)
|
||||||
# 2) Install the built package
|
# 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)
|
# 3) Build again --with tests (and internet connection)
|
||||||
# (e.g. fedpkg mockbuild --enable-network --no-clean-all --with tests)
|
# (e.g. fedpkg mockbuild --enable-network --no-clean-all --with tests)
|
||||||
# The Fedora CI tests do this.
|
# The Fedora CI tests do this.
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
|
%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
|
||||||
|
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.25.0
|
Version: 3.28.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
|
|
||||||
@@ -117,6 +117,18 @@ Obsoletes: python3-tox < 3.24.4-2
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 09 2022 Miro Hrončok <mhroncok@redhat.com> - 3.25.0-1
|
||||||
- Update to 3.25.0
|
- Update to 3.25.0
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
SHA512 (tox-3.25.0.tar.gz) = d98ed9f589c751ddc187618caf509fbc64e99f1b5eafeb9cbd919d94d10e15a55331658121efabac53ef07adeb71af15da8be86fc4f35688a8f9b93bf3e723d1
|
SHA512 (tox-3.28.0.tar.gz) = 15c2b5e8f3220cc5be436d5eb0b460fa06ecb04c639f45d31fba284d23743d754e85dfe72fe6a1945f4e3aa094278911834e85c6d973972a3179c905178dec6e
|
||||||
|
|||||||
+2
-43
@@ -30,39 +30,9 @@
|
|||||||
- all_supplementing_pythons:
|
- all_supplementing_pythons:
|
||||||
dir: tests
|
dir: tests
|
||||||
run: ./all_supplementing_pythons.py
|
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:
|
- smoke39:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.9 ./venv.sh
|
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:
|
- pyproject_pytest:
|
||||||
dir: pyproject-rpm-macros/tests
|
dir: pyproject-rpm-macros/tests
|
||||||
run: ./mocktest.sh python-pytest
|
run: ./mocktest.sh python-pytest
|
||||||
@@ -75,19 +45,8 @@
|
|||||||
required_packages:
|
required_packages:
|
||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
- python2.7
|
- python3.9-devel
|
||||||
- python3.6
|
- tox
|
||||||
- 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
|
|
||||||
- dnf
|
- dnf
|
||||||
- mock
|
- mock
|
||||||
- rpmdevtools
|
- rpmdevtools
|
||||||
|
|||||||
Reference in New Issue
Block a user