#92 [F34] Update to 3.25.0
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python-tox 3.25.0  into  f34

file modified
+6 -4
@@ -14,11 +14,11 @@ 

  # Unset -s on python shebang - ensure that extensions installed with pip

  # to user locations are seen and properly loaded

  # Fixes https://bugzilla.redhat.com/2057015

- %global py3_shebang_flags %nil

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

  

  Name:           python-tox

- Version:        3.24.5

- Release:        2%{?dist}

+ Version:        3.25.0

+ Release:        1%{?dist}

  Summary:        Virtualenv-based automation of test activities

  

  License:        MIT
@@ -34,7 +34,6 @@ 

  BuildRequires:  /usr/bin/gcc

  BuildRequires:  /usr/bin/git

  BuildRequires:  /usr/bin/pip

- BuildRequires:  /usr/bin/poetry

  BuildRequires:  /usr/bin/pytest

  BuildRequires:  /usr/bin/python

  BuildRequires:  libffi-devel
@@ -118,6 +117,9 @@ 

  

  

  %changelog

+ * Mon May 09 2022 Miro Hrončok <mhroncok@redhat.com> - 3.25.0-1

+ - Update to 3.25.0

+ 

  * Tue Feb 22 2022 Rich Megginson <rmeggins@redhat.com> - 3.24.5-2

  - Remove -s flag from tox shebang, make tox see user-installed plugins

  - Fixes: rhbz#2057015

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

- SHA512 (tox-3.24.5.tar.gz) = 2b047c5682c2c57268fb46055207388d060fb31511d6e442dc49244a5ac53c4d2fecd7bb9a8e33bb02b580192926592523dfb991c4bd8b216559f71a1c548f9a

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

no initial comment

1 new commit added

  • /usr/bin/poetry is not needed for tests, poetry is pip-installed as a build backend
2 years ago

Build succeeded.

Pull-Request has been merged by churchyard

2 years ago
Metadata