#100 F35: Update to 3.26.0
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python-tox 3.26  into  f35

file modified
+12 -1
@@ -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

  
@@ -91,6 +91,11 @@ 

  %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}
@@ -117,6 +122,12 @@ 

  

  

  %changelog

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

  

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

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

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

no initial comment

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

1 new commit added

  • Relax the minimal tomli version to support Fedora 35 and 36
2 years ago

Build succeeded.

Pull-Request has been merged by churchyard

2 years ago
Metadata