#94 Update to 3.25.1
Merged 2 years ago by lbalhar. Opened 2 years ago by lbalhar.
rpms/ lbalhar/python-tox rawhide  into  rawhide

file modified
+5 -2
@@ -17,8 +17,8 @@ 

  %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)

  

  Name:           python-tox

- Version:        3.25.0

- Release:        2%{?dist}

+ Version:        3.25.1

+ Release:        1%{?dist}

  Summary:        Virtualenv-based automation of test activities

  

  License:        MIT
@@ -117,6 +117,9 @@ 

  

  

  %changelog

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

  

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

- SHA512 (tox-3.25.0.tar.gz) = d98ed9f589c751ddc187618caf509fbc64e99f1b5eafeb9cbd919d94d10e15a55331658121efabac53ef07adeb71af15da8be86fc4f35688a8f9b93bf3e723d1

+ SHA512 (tox-3.25.1.tar.gz) = 53244a80d1dd851c62c5004a54acbbb0062747b037fac0c356016dbeaac75cc16e5e70ef51ec7825f702d1d475b12dfea19b8ec8573bdcb8a30dbc0c5a11fb65

file modified
+2 -3
@@ -80,10 +80,9 @@ 

      - python3.7

      - python3.8

      - python3.9

-     - python3.10

-     - python3.11

+     - python3.10-devel

+     - python3.11-devel

      - python2-devel

-     - python3-devel

      - pypy3.7-devel

      - pypy3.8-devel

      - pypy3.9-devel

Control COPR containing a mix of dependant packages and packages using %tox macro: https://copr.fedorainfracloud.org/coprs/lbalhar/python-tox/builds/

None of the failures in the control COPR seem to be related to this change and many of them are already tracked by Koschei.

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

1 new commit added

  • Fix names of dependencies for tests in CI
2 years ago

Build succeeded.

Thanks. I've opened https://src.fedoraproject.org/rpms/python-tox/pull-request/95 and https://src.fedoraproject.org/rpms/python-tox/pull-request/96 so we can see the CI results on each Fedora before merging, but I don't anticipate any breakage.

Pull-Request has been merged by lbalhar

2 years ago