Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d9e262d4eb
!17 Upgrade package to version 1.1.0 for OpenStack Antelope
From: @han-guangyu 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2024-04-22 10:51:42 +00:00
han-guangyu
a3f65f897e Upgrade package to version 1.1.0 2024-04-11 16:35:15 +08:00
openeuler-ci-bot
5877afbaaf
!12 upgrade package for openstack yoga
From: @liksh 
Reviewed-by: @ruebb, @huangtianhua 
Signed-off-by: @ruebb
2022-08-04 04:10:45 +00:00
liksh
7dcae59f98 upgrade for openstack yoga
Signed-off-by: liksh <li_kunshan@163.com>
2022-07-25 17:02:26 +08:00
openeuler-ci-bot
9d0d8670b6 !10 Upgrade to 0.1.14 to support OpenStack-W
From: @huangtianhua
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-07-09 09:02:47 +00:00
huangtianhua
a0c99fc343 Upgrade to 0.1.14 to support OpenStack-W
This change upgrades to 0.1.14 to support
OpenStack-W and enable testing.
2021-07-09 08:32:47 +00:00
openeuler-ci-bot
2f182b45e2 !9 Remove unnecessary files iso8601-0.1.11.tar.gz
From: @bolin-lee
Reviewed-by: @shinwell_hu,@small_leek
Signed-off-by: @shinwell_hu,@small_leek
2021-02-03 18:01:34 +08:00
bolin-lee
88bcbe2111 Remove unnecessary files iso8601-0.1.11.tar.gz 2021-02-03 17:26:06 +08:00
openeuler-ci-bot
699fb5056a !6 upgrade package version to v-0.1.12
From: @bolin-lee
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-02-01 10:41:12 +08:00
bolin-lee
aa0eb189c1 upgrade package to v-0.1.12 2021-01-30 07:18:03 +00:00
3 changed files with 22 additions and 3 deletions

Binary file not shown.

BIN
iso8601-1.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-iso8601
Version: 0.1.11
Release: 4
Version: 1.1.0
Release: 1
Summary: Simple module to parse ISO 8601 dates
License: MIT
URL: https://pypi.org/project/iso8601/
Source: https://pypi.python.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-%{version}.tar.gz
BuildArch: noarch
@ -15,7 +15,11 @@ This module parses the most common forms of ISO 8601 date strings
%package -n python3-iso8601
Summary: Simple module to parse ISO 8601 dates
%{?python_provide:%python_provide python3-iso8601}
BuildRequires: python3-pytz
BuildRequires: python3-hypothesis
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 +34,26 @@ 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
* 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
- remove python2 subpackage