Upgrade to 0.1.14 to support OpenStack-W
This change upgrades to 0.1.14 to support OpenStack-W and enable testing.
This commit is contained in:
parent
2f182b45e2
commit
a0c99fc343
Binary file not shown.
BIN
iso8601-0.1.14.tar.gz
Normal file
BIN
iso8601-0.1.14.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Name: python-iso8601
|
||||
Version: 0.1.12
|
||||
Version: 0.1.14
|
||||
Release: 1
|
||||
Summary: Simple module to parse ISO 8601 dates
|
||||
License: MIT
|
||||
@ -16,6 +16,7 @@ This module parses the most common forms of ISO 8601 date strings
|
||||
Summary: Simple module to parse ISO 8601 dates
|
||||
%{?python_provide:%python_provide python3-iso8601}
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
%description -n python3-iso8601
|
||||
The package parses the most common forms of ISO 8601 date strings
|
||||
@ -30,11 +31,17 @@ The package parses the most common forms of ISO 8601 date strings
|
||||
%install
|
||||
%{__python3} setup.py install --skip-build --root %{buildroot}
|
||||
|
||||
%check
|
||||
py.test --verbose iso8601
|
||||
|
||||
%files -n python3-iso8601
|
||||
%doc LICENSE README.rst
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user