python-distlib/python-distlib.spec

59 lines
1.4 KiB
RPMSpec
Raw Normal View History

2020-06-22 11:28:55 +08:00
%bcond_with check
Name: python-distlib
2021-12-09 08:39:01 +00:00
Version: 0.3.4
Release: 1
2020-06-22 11:28:55 +08:00
Summary: A library of packaging functionality
2021-12-09 08:39:01 +00:00
License: Python-2.0
2020-06-22 11:28:55 +08:00
URL: https://readthedocs.org/projects/distlib/
Source0: %pypi_source distlib %{version} zip
Patch0000: distlib_unbundle.patch
BuildRequires: python3-devel
BuildArch: noarch
%description
A library of packaging functionality which is intended to be used as the
basis for third-party packaging tools.
%package -n python3-distlib
Summary: A library of packaging functionality
%{?python_provide:%python_provide python3-distlib}
%description -n python3-distlib
A library of packaging functionality which is intended to be used as the
basis for third-party packaging tools.
%prep
%autosetup -n distlib-%{version} -p1
rm distlib/*.exe
%build
%py3_build
%if %{with check}
%check
export PYTHONHASHSEED=0
%{python3} setup.py test
%endif
%install
%py3_install
%files -n python3-distlib
%doc README.rst LICENSE.txt
2021-11-27 09:52:34 +08:00
%{python3_sitelib}/distlib*
2020-06-22 11:28:55 +08:00
%changelog
2021-12-09 08:39:01 +00:00
* Thu Dec 09 2021 shixuantong <shixuantong@huawei.com> - 0.3.4-1
- update version to 0.3.4
2021-11-27 09:52:34 +08:00
* Sat Nov 27 2021 shixuantong <shixuantong@huawei.com> - 0.3.1-2
- fix build fail for python3-3.10.0
2020-08-07 15:47:10 +08:00
* Fri Aug 7 2020 shixuantong <shixuantong@huawei.com> - 0.3.1-1
- update to 0.3.1
2020-06-22 11:28:55 +08:00
* Fri Jun 5 2020 chengzihan <chengzihan2@huawei.com> - 0.3.0-2
- Package init