Update to 3.24.0

epel9
Miro Hrončok 4 years ago
parent c48b048f2f
commit 04c9269866

@ -1,25 +0,0 @@
From a91c09353a9d222178fc0e37f496aa0e6fbacc3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Tue, 30 Mar 2021 11:46:11 +0200
Subject: [PATCH] Allow building with setuptools_scm 6+
Once again a new setuptools_scm version is available, 6.
Lets' not change this to <7 again but allow any future version.
If it breaks in the future, we can adapt.
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index a57d6c9f6..6aa5a1b15 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools >= 40.0.4",
- "setuptools_scm >= 2.0.0, <6",
+ "setuptools_scm >= 2.0.0",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'

@ -12,17 +12,14 @@
%bcond_with tests
Name: python-tox
Version: 3.23.0
Release: 4%{?dist}
Version: 3.24.0
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
License: MIT
URL: https://tox.readthedocs.io/
Source0: %{pypi_source tox}
# Allow building with setuptools_scm 6+
Patch1: https://github.com/tox-dev/tox/commit/a91c0935.patch
BuildArch: noarch
BuildRequires: python3-devel
@ -116,6 +113,9 @@ Obsoletes: python3-tox < 3.21.0-2
%changelog
* Mon Jul 26 2021 Miro Hrončok <mhroncok@redhat.com> - 3.24.0-1
- Update to 3.24.0
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (tox-3.23.0.tar.gz) = e061ee902c4a3844cea620d179c5e89b2e62c811eb5bd7e6a6a79eaf39ddfd26ccaec8797e89900d7648e340edea23e87945e262ec90d420cd3b2109049975bc
SHA512 (tox-3.24.0.tar.gz) = 3c15db668452b927904d48e3ea92c2a4a79e6f3c3097fde878132d0796c86bd76597e43c5b2498157df679d4d35c134b64abd125b0ab4b4c0c2b125202120091

Loading…
Cancel
Save