Compare commits

..

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 7 additions and 58 deletions
+4 -12
View File
@@ -17,7 +17,7 @@
%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
Name: python-tox
Version: 3.27.1
Version: 3.28.0
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
@@ -91,11 +91,6 @@ Obsoletes: python3-tox < 3.24.4-2
%prep
%autosetup -p1 -n tox-%{version}
# In https://github.com/tox-dev/tox/pull/2463 upstream insisted on pinning tomli to >=2.0.1.
# However, it works fine with 1.2.3 we have in Fedora 35+36, so we relax the dependency.
# We rely on the Fedora CI to catch problems.
sed -i 's/tomli>=2.0.1/tomli>=1.2.3/' setup.cfg
%generate_buildrequires
%pyproject_buildrequires -r %{?with_tests:-x testing}
@@ -122,21 +117,18 @@ sed -i 's/tomli>=2.0.1/tomli>=1.2.3/' setup.cfg
%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
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jul 13 2022 Lumír Balhar <lbalhar@redhat.com> - 3.25.1-1
- Update to 3.25.1
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.25.0-2
- Rebuilt for Python 3.11
* Mon May 09 2022 Miro Hrončok <mhroncok@redhat.com> - 3.25.0-1
- Update to 3.25.0
+1 -1
View File
@@ -1 +1 @@
SHA512 (tox-3.27.1.tar.gz) = 89be82a1e0374ce3e281e63bdf36d1619878c46ba5e2a3b45ee28ed3a3ab13b1f7030ad27efabb866a084fb813d1e146ad9fa81f22580904d0e261a94fde0689
SHA512 (tox-3.28.0.tar.gz) = 15c2b5e8f3220cc5be436d5eb0b460fa06ecb04c639f45d31fba284d23743d754e85dfe72fe6a1945f4e3aa094278911834e85c6d973972a3179c905178dec6e
+2 -45
View File
@@ -30,42 +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
- smoke312:
dir: python/smoke
run: VERSION=3.12 ./venv.sh
- smoke_pypy37_optional:
dir: python/smoke
run: PYTHON=pypy3.7 VERSION=3.7 INSTALL_OR_SKIP=true ./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
@@ -78,18 +45,8 @@
required_packages:
- gcc
- virtualenv
- python2.7
- python3.6
- python3.7
- python3.8
- python3.9
- python3.10-devel
- python3.11-devel
- python3.12-devel
- python2-devel
- pypy3.8-devel
- pypy3.9-devel
- python3-tox
- python3.9-devel
- tox
- dnf
- mock
- rpmdevtools