!6 update version to 3.24.4

Merge pull request !6 from 桐小哥/master
This commit is contained in:
openeuler-ci-bot 2021-12-18 04:51:19 +00:00 committed by Gitee
commit c10018ed4f
4 changed files with 7 additions and 30 deletions

View File

@ -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",

View File

@ -1,13 +1,11 @@
Name: python-tox Name: python-tox
Version: 3.5.3 Version: 3.24.4
Release: 4 Release: 1
Summary: Virtualenv-based automation of test activities Summary: Virtualenv-based automation of test activities
License: MIT License: MIT
URL: https://tox.readthedocs.io/ URL: https://tox.readthedocs.io/
Source0: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
Patch9000: backport-fix-build-failed-err.patch
BuildArch: noarch BuildArch: noarch
%description %description
@ -18,7 +16,7 @@ Summary: Virtualenv-based automation of test activities
%{?python_provide:%python_provide python3-tox} %{?python_provide:%python_provide python3-tox}
Provides: tox = %{version}-%{release} Provides: tox = %{version}-%{release}
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
Requires: python38 python3-devel Requires: python3-devel
%description -n python3-tox %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. 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 %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst %doc docs/changelog/README.rst
%changelog %changelog
* Sat Dec 18 2021 shixuantong <shixuantong@huawei.com> - 3.24.4-1
- update version to 3.24.4
* Tue Feb 2 2021 hanhui<hanhui15@huawei.com> - 3.5.3-4 * Tue Feb 2 2021 hanhui<hanhui15@huawei.com> - 3.5.3-4
- bugfix - bugfix
- DESC:slove setuptools_scm upgrade lead to tox complication failures - DESC:slove setuptools_scm upgrade lead to tox complication failures

BIN
tox-3.24.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.