From 652b48380804b45d256e50c2cde9d8d66f44abaa Mon Sep 17 00:00:00 2001 From: shirely16 <1360148247@qq.com> Date: Sat, 20 Jun 2020 17:06:00 +0800 Subject: [PATCH] fix python-ldaprequires --- python-tox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index bf8b06a..119dad3 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,6 +1,6 @@ Name: python-tox Version: 3.5.3 -Release: 2 +Release: 3 Summary: Virtualenv-based automation of test activities License: MIT URL: https://tox.readthedocs.io/ @@ -16,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: python37 python3-devel +Requires: python38 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. @@ -45,6 +45,10 @@ rm -rf tox.egg-info %doc README.rst %changelog +* Sat Jun 21 2020 hanhui - 3.5.3-2 +- bugfix +- DESC:fix python-ldap requires + * Thu Jun 18 2020 hanhui - 3.5.3-2 - bugfix - DESC:modify python3.7 can not find file path