diff --git a/.gitignore b/.gitignore index 1bb6f55..a9f2caf 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /tox-3.17.0.tar.gz /tox-3.18.0.tar.gz /tox-3.19.0.tar.gz +/tox-3.20.0.tar.gz diff --git a/python-tox.spec b/python-tox.spec index 84762dc..9376cc8 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -14,7 +14,7 @@ %global pypi_name tox Name: python-%{pypi_name} -Version: 3.19.0 +Version: 3.20.0 Release: 1%{?dist} Summary: Virtualenv-based automation of test activities @@ -74,7 +74,6 @@ BuildRequires: python3-filelock BuildRequires: python3-flaky BuildRequires: python3-freezegun BuildRequires: python3-packaging -BuildRequires: python3-pathlib2 BuildRequires: python3-pip BuildRequires: python3-pluggy >= 0.12 BuildRequires: python3-poetry @@ -115,6 +114,10 @@ can use for: %prep %autosetup -p1 -n %{pypi_name}-%{version} +# Pathlib2 was retired in Fedora, instead of unretiring it, +# it's enough to use pathlib instead. +find . -type f -name "*.py" -print0 | xargs -0 sed -i "s/pathlib2/pathlib/g" + # remove bundled egg-info rm -rf %{pypi_name}.egg-info @@ -137,6 +140,10 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Mon Sep 07 2020 Tomas Hrnciar - 3.20.0-1 +- Update to 3.20.0 +- Fixes rhbz#1874601 + * Fri Aug 07 2020 Miro HronĨok - 3.19.0-1 - Update to 3.19.0 - Fixes rhbz#1861313 diff --git a/sources b/sources index efc465e..92c2794 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tox-3.19.0.tar.gz) = 93f1a56e100c79608b73668449bfe44302222c1e502c5f513762b09ed9fc2d11d056e4e8028d43c1e5af0257f33d7683f5fced7afef15fcf761785d5dbfa74c3 +SHA512 (tox-3.20.0.tar.gz) = 272ce67b39855a81de9a12afb9b38a860f4e476e161b43045fe20a9ae780d8b7e9682562f4a6c60991fdbb1e9ba6af095e34cc5f72bc98456ec026ef752d4c7e