diff --git a/pytz-2019.2.tar.gz b/pytz-2019.2.tar.gz deleted file mode 100644 index b0d3793db50678614b2821dc138391754ed442e0..0000000000000000000000000000000000000000 Binary files a/pytz-2019.2.tar.gz and /dev/null differ diff --git a/pytz-2019.3.tar.gz b/pytz-2019.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9686470e4eb762fd3a02403bda9dadbab3203d91 Binary files /dev/null and b/pytz-2019.3.tar.gz differ diff --git a/pytz.spec b/pytz.spec index 1c9d12e10d190719b14a8c8cdceefb7282fd4511..d1ff8f144760d3a78e6e96000a7992dac2865bc7 100644 --- a/pytz.spec +++ b/pytz.spec @@ -1,10 +1,10 @@ Name: pytz -Version: 2019.2 -Release: 2 +Version: 2019.3 +Release: 1 Summary: World Timezone Definitions for Python License: MIT 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 Patch1: remove_tzinfo_test.patch @@ -21,10 +21,8 @@ Python Library Reference (datetime.tzinfo). %package -n python2-pytz Summary: python2 for pytz -BuildRequires: python2-devel python2-pytest +BuildRequires: python2-devel python2-setuptools python2-pytest Requires: tzdata -Provides: pytz = %{version}-%{release} -Obsoletes: pytz < %{version}-%{release} %{?python_provide:%python_provide python2-%{name}} %description -n python2-pytz @@ -32,7 +30,7 @@ python2 for pytz %package -n python3-pytz Summary: python3 for pytz -BuildRequires: python3-devel python3-pytest +BuildRequires: python3-devel python3-setuptools python3-pytest Requires: tzdata %{?python_provide:%python_provide python3-%{name}} @@ -74,6 +72,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %{python3_sitelib}/* %changelog +* Fri Apr 17 2020 zhangrui - 2019.3-1 +- Type:update +- ID:NA +- SUG:NA +- DESC:update to 2019.3 + * Tue Jan 21 2020 openEuler Buildteam - 2019.2-2 - Type:bugfix - ID:NA