python-zipp/python-zipp.spec
2024-08-12 14:31:12 +08:00

60 lines
1.7 KiB
RPMSpec

Name: python-zipp
Version: 0.5.1
Release: 3
Summary: Backport of pathlib-compatible object wrapper for zip files
License: MIT
URL: https://github.com/jaraco/zipp
Source0: https://files.pythonhosted.org/packages/f9/c4/15a1260171956ed4f8190962b1771c7dbca4a39360c15f9c2b77e667a489/zipp-0.5.1.tar.gz
Patch0: backport-Add-test-capturing-failure-to-traverse-parent-of-a-d.patch
Patch1: backport-Strip-the-trailing-slash-from-directory-entries.-Fix.patch
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-setuptools_scm >= 1.15.0
%description
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%package -n python3-zipp
Summary: Backport of pathlib-compatible object wrapper for zip files
%{?python_provide:%python_provide python3-zipp}
%description -n python3-zipp
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%package_help
%prep
%autosetup -n zipp-%{version}
%build
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
%install
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
%check
%{__python3} setup.py test
%files -n python3-zipp
%defattr(-,root,root)
%license LICENSE
%_prefix/lib/python3.7/site-packages/zipp*
%_prefix/lib/python3.7/site-packages/__pycache__/zipp.*
%files help
%defattr(-,root,root)
%doc README.rst
%changelog
* Mon Aug 12 2024 zhangruifang <zhangruifang@h-partners.com> - 0.5.1-3
- backport patch from upstream
* Wed Dec 16 2020 zhanzhimin<zhanzhimin@huawei.com> - 0.5.1-2
- Update Source0
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.5.1-1
- Package init