Compare commits

..

No commits in common. "d9e262d4eb00fd9f709e9ce87e5574217266bfb0" and "72b707d702ea4e0f377157e2116e37e5369c07ec" have entirely different histories.

3 changed files with 3 additions and 22 deletions

BIN
iso8601-0.1.11.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-iso8601 Name: python-iso8601
Version: 1.1.0 Version: 0.1.11
Release: 1 Release: 4
Summary: Simple module to parse ISO 8601 dates Summary: Simple module to parse ISO 8601 dates
License: MIT License: MIT
URL: https://pypi.org/project/iso8601/ URL: https://pypi.org/project/iso8601/
Source: https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-%{version}.tar.gz Source: https://pypi.python.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -15,11 +15,7 @@ This module parses the most common forms of ISO 8601 date strings
%package -n python3-iso8601 %package -n python3-iso8601
Summary: Simple module to parse ISO 8601 dates Summary: Simple module to parse ISO 8601 dates
%{?python_provide:%python_provide python3-iso8601} %{?python_provide:%python_provide python3-iso8601}
BuildRequires: python3-pytz
BuildRequires: python3-hypothesis
BuildRequires: python3-devel python3-setuptools BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-pytest
%description -n python3-iso8601 %description -n python3-iso8601
The package parses the most common forms of ISO 8601 date strings The package parses the most common forms of ISO 8601 date strings
@ -34,26 +30,11 @@ The package parses the most common forms of ISO 8601 date strings
%install %install
%{__python3} setup.py install --skip-build --root %{buildroot} %{__python3} setup.py install --skip-build --root %{buildroot}
%check
py.test --verbose iso8601
%files -n python3-iso8601 %files -n python3-iso8601
%doc LICENSE README.rst %doc LICENSE README.rst
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Thu Apr 11 2024 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-1
- Upgrade package to version 1.1.0
* Sun Jul 24 2022 liksh <liks11@chinaunicom.com.cn> - 1.0.2-1
- Upgrade to 1.0.2 for openstack yoga
* Fri Jul 9 2021 huangtianhua <huangtianhua@huawei.com> - 0.1.14-1
- Upgrade to 0.1.14 to support OpenStack-W and enable testing
* Sat Jan 30 2021 bolin-lee <bolin3540@gmail.com> - 0.1.12-1
- Package upgrade
* Wed Oct 21 2020 leiju <leiju4@huawei.com> - 0.1.11-4 * Wed Oct 21 2020 leiju <leiju4@huawei.com> - 0.1.11-4
- remove python2 subpackage - remove python2 subpackage