Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9d07850a50
!37 remove useless requires
From: @tong_1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2024-02-20 11:09:49 +00:00
shixuantong
a452b18596 remove useless requires 2024-02-20 15:13:24 +08:00
openeuler-ci-bot
588865be5c
!24 [sync] PR-22: upgrade package for openstack yoga
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-13 07:37:33 +00:00
liksh
36d4f5dfc7 upgrade for openstack yoga
(cherry picked from commit 1fda47c4c3070dc9cbc21c793ace408240a0997c)
2022-10-13 15:03:09 +08:00
openeuler-ci-bot
0e0d76b293 !12 Upgrade to version 3.6.0
Merge pull request !12 from 桐小哥/openEuler-22.03-LTS-Next
2021-12-20 09:34:40 +00:00
shixuantong
343b9344ce Upgrade to version 3.6.0 2021-12-20 11:04:24 +08:00
openeuler-ci-bot
48e1d6555d !11 Upgrade package version for OpenStack Wallaby support
From: @sean-lau
Reviewed-by: 
Signed-off-by:
2021-08-06 01:37:59 +00:00
sean-lau
9e98426d67 Upgrade package version for OpenStack Wallaby support 2021-08-05 14:53:20 +08:00
openeuler-ci-bot
d292bf47dd !7 Update source url in spec
From: @zzm_567
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-12-17 15:22:20 +08:00
zhanzhimin
36b640fb86 Update Source0 2020-12-16 10:44:44 +08:00
3 changed files with 34 additions and 7 deletions

View File

@ -1,20 +1,29 @@
%global _empty_manifest_terminate_build 0
Name: python-zipp Name: python-zipp
Version: 0.5.1 Version: 3.7.0
Release: 2 Release: 2
Summary: Backport of pathlib-compatible object wrapper for zip files Summary: Backport of pathlib-compatible object wrapper for zip files
License: MIT License: MIT
URL: https://github.com/jaraco/zipp URL: https://github.com/jaraco/zipp
Source0: https://github.com/jaraco/zipp/archive/zipp-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-setuptools_scm >= 1.15.0
%description %description
A pathlib-compatible Zipfile object wrapper. A backport of the Path object. A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%package -n python3-zipp %package -n python3-zipp
Summary: Backport of pathlib-compatible object wrapper for zip files Summary: Backport of pathlib-compatible object wrapper for zip files
%{?python_provide:%python_provide python3-zipp} Provides: python-zipp
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml
BuildRequires: boost-iostreams
BuildRequires: python3-pytest
%description -n python3-zipp %description -n python3-zipp
A pathlib-compatible Zipfile object wrapper. A backport of the Path object. A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
@ -23,6 +32,9 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%prep %prep
%autosetup -n zipp-%{version} %autosetup -n zipp-%{version}
# Skip tests that depend on jaraco.itertools
sed -i "/import jaraco.itertools/d" test_zipp.py
sed -i "/func_timeout/d" test_zipp.py
%build %build
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s' %_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
@ -31,7 +43,7 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot %_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
%check %check
%{__python3} setup.py test pytest -k "not test_joinpath_constant_time"
%files -n python3-zipp %files -n python3-zipp
%defattr(-,root,root) %defattr(-,root,root)
@ -44,6 +56,21 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%doc README.rst %doc README.rst
%changelog %changelog
* Tue Feb 20 2024 shixuantong <shixuantong1@huawei.com> - 3.7.0-2
- remove useless requires
* Thu Jul 28 2022 liksh <liks11@chinaunicom.cn> - 3.7.0-1
- Upgrade for openstack yoga
* Mon Dec 20 2021 shixuantong <shixuantong@huawei.com> - 3.6.0-1
- Upgrade to version 3.6.0
* Mon Jul 19 2021 liusheng <liusheng2048@gmaili.com> - 3.4.1-1
- Upgrade to version 3.4.1
* Wed Dec 16 2020 zhanzhimin<zhanzhimin@huawei.com> - 0.5.1-3
- Update Source0
* Fri Jun 19 2020 wuchaochao<wuchaochao4@huawei.com> - 0.5.1-2 * Fri Jun 19 2020 wuchaochao<wuchaochao4@huawei.com> - 0.5.1-2
- Depend on the python version to revise the spec file is variable - Depend on the python version to revise the spec file is variable

Binary file not shown.

BIN
zipp-3.7.0.tar.gz Normal file

Binary file not shown.