#106 [F36] Update to 3.27.1
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python-tox 3.27.1  into  f36

file modified
+5 -2
@@ -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.26.0

+ Version:        3.27.1

  Release:        1%{?dist}

  Summary:        Virtualenv-based automation of test activities

  
@@ -122,6 +122,9 @@ 

  

  

  %changelog

+ * 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

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (tox-3.26.0.tar.gz) = 36a4a8deb5d2a9f36be9ddf75ce7422f9792911348b68a71acc9ae48a1159ef671e7ceaa1c86ef3e610c0c69f21f5a6e668ba2676ee811a427d04ebfab06111b

+ SHA512 (tox-3.27.1.tar.gz) = 89be82a1e0374ce3e281e63bdf36d1619878c46ba5e2a3b45ee28ed3a3ab13b1f7030ad27efabb866a084fb813d1e146ad9fa81f22580904d0e261a94fde0689

file modified
+6 -3
@@ -54,9 +54,12 @@ 

      - smoke311:

          dir: python/smoke

          run: VERSION=3.11 ./venv.sh

-     - smoke_pypy37:

+     - smoke312:

          dir: python/smoke

-         run: PYTHON=pypy3.7 VERSION=3.7 ./venv.sh

+         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
@@ -82,8 +85,8 @@ 

      - python3.9

      - python3.10-devel

      - python3.11-devel

+     - python3.12-devel

      - python2-devel

-     - pypy3.7-devel

      - pypy3.8-devel

      - pypy3.9-devel

      - python3-tox

no initial comment

1 new commit added

  • CI: Add Python 3.12
2 years ago

1 new commit added

  • CI: Make pypy3.7 optional, as it was retired on Fedora 37+
2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

INSTALL_OR_SKIP does not work with split devel packages. Will need to figure that out.

Build succeeded.

Pull-Request has been merged by churchyard

2 years ago