From ca97e78349b08cebef98f67ab248671ef541207d Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 13 Jul 2022 08:49:15 +0000 Subject: [PATCH 1/7] Update to 3.25.1 --- python-tox.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index 39388cb..104f5da 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -17,7 +17,7 @@ %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//) Name: python-tox -Version: 3.25.0 +Version: 3.25.1 Release: 1%{?dist} Summary: Virtualenv-based automation of test activities @@ -117,6 +117,9 @@ Obsoletes: python3-tox < 3.24.4-2 %changelog +* 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..d5f0e15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tox-3.25.0.tar.gz) = d98ed9f589c751ddc187618caf509fbc64e99f1b5eafeb9cbd919d94d10e15a55331658121efabac53ef07adeb71af15da8be86fc4f35688a8f9b93bf3e723d1 +SHA512 (tox-3.25.1.tar.gz) = 53244a80d1dd851c62c5004a54acbbb0062747b037fac0c356016dbeaac75cc16e5e70ef51ec7825f702d1d475b12dfea19b8ec8573bdcb8a30dbc0c5a11fb65 From 494739e213c1e21b3bb1c9b7779810e8991f7c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Sep 2022 12:52:45 +0000 Subject: [PATCH 2/7] Update to 3.26.0 --- python-tox.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index 104f5da..039f978 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -17,7 +17,7 @@ %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//) Name: python-tox -Version: 3.25.1 +Version: 3.26.0 Release: 1%{?dist} Summary: Virtualenv-based automation of test activities @@ -117,6 +117,9 @@ Obsoletes: python3-tox < 3.24.4-2 %changelog +* 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 diff --git a/sources b/sources index d5f0e15..a024e50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tox-3.25.1.tar.gz) = 53244a80d1dd851c62c5004a54acbbb0062747b037fac0c356016dbeaac75cc16e5e70ef51ec7825f702d1d475b12dfea19b8ec8573bdcb8a30dbc0c5a11fb65 +SHA512 (tox-3.26.0.tar.gz) = 36a4a8deb5d2a9f36be9ddf75ce7422f9792911348b68a71acc9ae48a1159ef671e7ceaa1c86ef3e610c0c69f21f5a6e668ba2676ee811a427d04ebfab06111b From 4ba734801400676a8c36fd345935f8ef08d826a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Sep 2022 16:16:53 +0200 Subject: [PATCH 3/7] CI: Remove Pythons not available on EL 9 and disable the mockbuild temporarily --- tests/tests.yml | 51 +++++-------------------------------------------- 1 file changed, 5 insertions(+), 46 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 83e4c96..ec1854a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -24,45 +24,15 @@ - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" dest: "pyproject-rpm-macros" tests: - - mock_with_tests: - dir: . - run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with tests + #- mock_with_tests: -- still missing python3dist(pytest-randomly) and python3dist(flaky) + # dir: . + # run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with tests - 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 From 0ead455dad61e1f54b3344d9b3bbba5fc0dce685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 21 Sep 2022 11:39:59 +0200 Subject: [PATCH 4/7] 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 --- tests/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index ec1854a..bd44551 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -24,9 +24,9 @@ - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" dest: "pyproject-rpm-macros" tests: - #- mock_with_tests: -- still missing python3dist(pytest-randomly) and python3dist(flaky) - # dir: . - # run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with tests + - mock_with_tests: + dir: . + run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with tests - all_supplementing_pythons: dir: tests run: ./all_supplementing_pythons.py From 0dcd415d3724c00f6590ac0135323f675192a5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 25 Nov 2022 12:25:00 +0100 Subject: [PATCH 5/7] Update the test comment: the package name is different for a long time --- python-tox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tox.spec b/python-tox.spec index 039f978..f0ffbae 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. From 7722f8bcaa2c14cd8ccf2b4c07c599832e8a6374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 25 Nov 2022 12:24:40 +0100 Subject: [PATCH 6/7] Update to 3.27.1 --- python-tox.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index f0ffbae..1e71d51 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -17,7 +17,7 @@ %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//) Name: python-tox -Version: 3.26.0 +Version: 3.27.1 Release: 1%{?dist} Summary: Virtualenv-based automation of test activities @@ -117,6 +117,9 @@ Obsoletes: python3-tox < 3.24.4-2 %changelog +* 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 diff --git a/sources b/sources index a024e50..1bb144d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tox-3.26.0.tar.gz) = 36a4a8deb5d2a9f36be9ddf75ce7422f9792911348b68a71acc9ae48a1159ef671e7ceaa1c86ef3e610c0c69f21f5a6e668ba2676ee811a427d04ebfab06111b +SHA512 (tox-3.27.1.tar.gz) = 89be82a1e0374ce3e281e63bdf36d1619878c46ba5e2a3b45ee28ed3a3ab13b1f7030ad27efabb866a084fb813d1e146ad9fa81f22580904d0e261a94fde0689 From 7b7d159bedb6605a949f8bf5a705e2741e1c33ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 18 Dec 2022 15:17:56 +0100 Subject: [PATCH 7/7] Update to 3.28.0 --- python-tox.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index 1e71d51..93ff873 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -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 @@ -117,6 +117,9 @@ 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 diff --git a/sources b/sources index 1bb144d..ffbddf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tox-3.27.1.tar.gz) = 89be82a1e0374ce3e281e63bdf36d1619878c46ba5e2a3b45ee28ed3a3ab13b1f7030ad27efabb866a084fb813d1e146ad9fa81f22580904d0e261a94fde0689 +SHA512 (tox-3.28.0.tar.gz) = 15c2b5e8f3220cc5be436d5eb0b460fa06ecb04c639f45d31fba284d23743d754e85dfe72fe6a1945f4e3aa094278911834e85c6d973972a3179c905178dec6e