Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
dd832e3323
!24 [sync] PR-23: remove python3-virtualenv-python26
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-05-17 06:04:35 +00:00
shixuantong
8f39cd00f0 remove python3-virtualenv-python26
(cherry picked from commit d14fa523174284024cd9142ee75d2e1749746c1c)
2023-05-17 11:43:22 +08:00
openeuler-ci-bot
149e4f0793 !18 [sync] PR-17: update version to 20.4.7
From: @openeuler-sync-bot
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-12-09 10:00:36 +00:00
桐小哥
86e85247ea update versiosn to 20.4.7
(cherry picked from commit 6643d41d68b1e818ccfe60e8cb8f59062a661e1f)
2021-12-09 17:40:15 +08:00
openeuler-ci-bot
05b51cb486 !16 Upgrade package to version 20.4.2 for OpenStack Wallaby support
From: @sean-lau
Reviewed-by: @huangtianhua,@small_leek
Signed-off-by: @small_leek
2021-08-11 03:52:35 +00:00
sean-lau
fe35558ac7 Upgrade package to version 20.4.2 for OpenStack Wallaby support 2021-08-05 17:45:45 +08:00
openeuler-ci-bot
25ee8d4b0b !13 【轻量级 PR】:add requires python3-appdirs python3-distlib python3-filelock
From: @tong_1001
Reviewed-by: @licihua
Signed-off-by: @licihua
2021-04-28 14:14:34 +08:00
桐小哥
cbc5ad524d add requires python3-appdirs python3-distlib python3-filelock 2021-04-28 12:43:52 +08:00
openeuler-ci-bot
4943499f80 !11 upgrade version to 20.3.0
From: @run-is-pig
Reviewed-by: @overweight,@licihua
Signed-off-by: @overweight,@licihua
2021-02-03 16:06:10 +08:00
yangl777
d378d41b74 upgrade version to 20.3.0 2021-02-02 19:45:35 +08:00
2 changed files with 23 additions and 24 deletions

View File

@ -1,10 +1,11 @@
Name: python-virtualenv %global srcname virtualenv
Version: 20.0.27 Name: python-%{srcname}
Release: 1 Version: 20.4.7
Release: 2
Summary: A tool to create isolated Python environments Summary: A tool to create isolated Python environments
License: MIT License: MIT
URL: http://pypi.python.org/pypi/virtualenv URL: http://pypi.python.org/pypi/virtualenv
Source0: https://files.pythonhosted.org/packages/aa/9d/d7713847ff3f58801045ab2ea5d4b6cdebc4a075b2bdd086f093beb92ecf/virtualenv-20.0.27.tar.gz Source0: https://files.pythonhosted.org/packages/7c/46/4d4c37b6d96eb06961f8b2f38f7df12bb1a4951ff1145ac5dead9977e674/virtualenv-20.4.7.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-appdirs python3-distlib python3-filelock python3-six BuildRequires: python3-appdirs python3-distlib python3-filelock python3-six
@ -22,31 +23,17 @@ Python versions and some more advanced features.
%package -n python3-virtualenv %package -n python3-virtualenv
Summary: Tool to create isolated Python environments Summary: Tool to create isolated Python environments
Requires: python3-setuptools python3-appdirs python3-virtualenv-python26 Requires: python3-setuptools python3-appdirs
Requires: python3-distlib python3-filelock python3-six Requires: python3-distlib python3-filelock python3-six
%{?python_provide:%python_provide python3-virtualenv} %{?python_provide:%python_provide python3-virtualenv}
Provides: virtualenv = %{version}-%{release} Provides: virtualenv = %{version}-%{release}
Requires: python-pip-wheel python-setuptools-wheel python-wheel-wheel Requires: python-pip-wheel python-setuptools-wheel python-wheel-wheel
Requires: python3-appdirs python3-distlib python3-filelock
Obsoletes: python3-virtualenv-python26 < %{version}-%{release}
%description -n python3-virtualenv %description -n python3-virtualenv
virtualenv support in python3. virtualenv support in python3.
%package -n python3-virtualenv-python26
Summary: Extra bits of virtuelenv only needed with Python 2.6
Requires: python3-virtualenv = %{version}-%{release}
%{?python_provide:%python_provide python3-virtualenv-python26}
Provides: bundled(python2dist(argparse)) = 1.4.0
Provides: bundled(python2dist(pip)) = 19.1.1
Provides: bundled(python2dist(pip)) = 20.1.1
Provides: bundled(python2dist(setuptools)) = 43.0.0
Provides: bundled(python2dist(setuptools)) = 44.1.0
Provides: bundled(python2dist(setuptools)) = 46.4.0
Provides: bundled(python2dist(wheel)) = 0.33.6
Provides: bundled(python2dist(wheel)) = 0.34.2
%description -n python3-virtualenv-python26
Tools that support for python2.6 virtual environments with python3.
%prep %prep
%autosetup -n virtualenv-%{version} -p1 %autosetup -n virtualenv-%{version} -p1
@ -62,10 +49,22 @@ Tools that support for python2.6 virtual environments with python3.
%{python3_sitelib}/virtualenv* %{python3_sitelib}/virtualenv*
%{_bindir}/virtualenv %{_bindir}/virtualenv
%files -n python3-virtualenv-python26
%{python3_sitelib}/virtualenv/seed/wheels/embed/*.whl
%changelog %changelog
* Tue May 16 2023 shixuantong <shixuantong1@huawei.com> - 20.4.7-2
- remove python3-virtualenv-python26
* Thu Dec 09 2021 shixuantong <shixuantong@huawei.com> - 20.4.7-1
- update version to 20.4.7
* Thu Aug 05 2021 liusheng <liusheng2048@gmail.com> - 20.4.2-1
- Upgrade to version 20.4.2
* Wed Apr 28 2021 shixuantong<shixuantong@huawei.com> - 20.3.0-2
- add requires python3-appdirs python3-distlib python3-filelock
* Thu Jan 28 2021 liudabo <liudabo1@huawei.com> - 20.3.0-1
- upgrade version to 20.3.0
* Fri Jul 24 2020 shixuantong <shixuantong@huawei.com> - 20.0.27-1 * Fri Jul 24 2020 shixuantong <shixuantong@huawei.com> - 20.0.27-1
- update to 20.0.27-1 - update to 20.0.27-1