update to 2019.3
This commit is contained in:
parent
b78fdf656b
commit
4fa2f12bf2
Binary file not shown.
BIN
pytz-2019.3.tar.gz
Normal file
BIN
pytz-2019.3.tar.gz
Normal file
Binary file not shown.
18
pytz.spec
18
pytz.spec
@ -1,10 +1,10 @@
|
|||||||
Name: pytz
|
Name: pytz
|
||||||
Version: 2019.2
|
Version: 2019.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: World Timezone Definitions for Python
|
Summary: World Timezone Definitions for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pytz.sourceforge.net/
|
URL: http://pytz.sourceforge.net/
|
||||||
Source0: https://github.com/stub42/pytz/archive/pytz-2019.2.tar.gz
|
Source0: https://github.com/stub42/pytz/archive/pytz-2019.3.tar.gz
|
||||||
|
|
||||||
Patch0: pytz-zoneinfo.patch
|
Patch0: pytz-zoneinfo.patch
|
||||||
Patch1: remove_tzinfo_test.patch
|
Patch1: remove_tzinfo_test.patch
|
||||||
@ -21,10 +21,8 @@ Python Library Reference (datetime.tzinfo).
|
|||||||
|
|
||||||
%package -n python2-pytz
|
%package -n python2-pytz
|
||||||
Summary: python2 for pytz
|
Summary: python2 for pytz
|
||||||
BuildRequires: python2-devel python2-pytest
|
BuildRequires: python2-devel python2-setuptools python2-pytest
|
||||||
Requires: tzdata
|
Requires: tzdata
|
||||||
Provides: pytz = %{version}-%{release}
|
|
||||||
Obsoletes: pytz < %{version}-%{release}
|
|
||||||
%{?python_provide:%python_provide python2-%{name}}
|
%{?python_provide:%python_provide python2-%{name}}
|
||||||
|
|
||||||
%description -n python2-pytz
|
%description -n python2-pytz
|
||||||
@ -32,7 +30,7 @@ python2 for pytz
|
|||||||
|
|
||||||
%package -n python3-pytz
|
%package -n python3-pytz
|
||||||
Summary: python3 for pytz
|
Summary: python3 for pytz
|
||||||
BuildRequires: python3-devel python3-pytest
|
BuildRequires: python3-devel python3-setuptools python3-pytest
|
||||||
Requires: tzdata
|
Requires: tzdata
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
|
|
||||||
@ -74,6 +72,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 17 2020 zhangrui <zhangrui182@huawei.com> - 2019.3-1
|
||||||
|
- Type:update
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update to 2019.3
|
||||||
|
|
||||||
* Tue Jan 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 2019.2-2
|
* Tue Jan 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 2019.2-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user