diff --git a/backport-fix-build-failed-err.patch b/backport-fix-build-failed-err.patch deleted file mode 100644 index cf89a1f..0000000 --- a/backport-fix-build-failed-err.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur a/pyproject.toml b/pyproject.toml ---- a/pyproject.toml 2021-02-02 17:11:47.542490469 +0800 -+++ b/pyproject.toml 2021-02-02 17:13:04.363419475 +0800 -@@ -1,7 +1,7 @@ - [build-system] - requires = [ - "setuptools >= 40.0.4", -- "setuptools_scm >= 2.0.0, <4", -+ "setuptools_scm >= 2.0.0, <6", - "wheel >= 0.29.0", - ] - build-backend = 'setuptools.build_meta' -diff -Naur a/setup.py b/setup.py ---- a/setup.py 2021-02-02 17:11:47.542490469 +0800 -+++ b/setup.py 2021-02-02 17:13:46.093922146 +0800 -@@ -35,7 +35,7 @@ - "toml >=0.9.4", - "filelock >= 3.0.0, <4", - ], -- setup_requires=["setuptools-scm>2, <4"], # readthedocs needs it -+ setup_requires=["setuptools-scm>2, <6"], # readthedocs needs it - extras_require={ - "testing": [ - "pytest >= 3.0.0, <4", diff --git a/python-tox.spec b/python-tox.spec index a614734..f4c8da5 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,13 +1,11 @@ Name: python-tox -Version: 3.5.3 -Release: 4 +Version: 3.24.4 +Release: 1 Summary: Virtualenv-based automation of test activities License: MIT URL: https://tox.readthedocs.io/ Source0: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz -Patch9000: backport-fix-build-failed-err.patch - BuildArch: noarch %description @@ -18,7 +16,7 @@ Summary: Virtualenv-based automation of test activities %{?python_provide:%python_provide python3-tox} Provides: tox = %{version}-%{release} BuildRequires: python3-devel python3-setuptools python3-setuptools_scm -Requires: python38 python3-devel +Requires: python3-devel %description -n python3-tox At its core tox povides a convenient way to run arbitrary commands in isolated environments to serve as a single entry point for build, test and release activities. @@ -44,9 +42,12 @@ rm -rf tox.egg-info %files help %defattr(-,root,root) -%doc README.rst +%doc docs/changelog/README.rst %changelog +* Sat Dec 18 2021 shixuantong - 3.24.4-1 +- update version to 3.24.4 + * Tue Feb 2 2021 hanhui - 3.5.3-4 - bugfix - DESC:slove setuptools_scm upgrade lead to tox complication failures diff --git a/tox-3.24.4.tar.gz b/tox-3.24.4.tar.gz new file mode 100644 index 0000000..a3e15fd Binary files /dev/null and b/tox-3.24.4.tar.gz differ diff --git a/tox-3.5.3.tar.gz b/tox-3.5.3.tar.gz deleted file mode 100644 index e98c486..0000000 Binary files a/tox-3.5.3.tar.gz and /dev/null differ