From 31520415a9a7959c319f21c57a501ef85b7b4524 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:49:10 +0100 Subject: [PATCH] update to 2019.1 [release 2019.1-1mamba;Thu May 16 2019] --- python-tz.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/python-tz.spec b/python-tz.spec index 6f0633e..dff1ecf 100644 --- a/python-tz.spec +++ b/python-tz.spec @@ -1,5 +1,5 @@ Name: python-tz -Version: 2016.7 +Version: 2019.1 Release: 1mamba Summary: World Timezone Definitions for Python Group: System/Libraries/Python @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://pytz.sourceforge.net -Source: http://pypi.debian.net/pytz/pytz-%{version}.tar.bz2 +Source: http://pypi.debian.net/pytz/pytz-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -21,6 +21,10 @@ pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n pytz-%{version} @@ -42,11 +46,14 @@ It also solves the issue of ambiguous times at the end of daylight savings, whic %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%doc CHANGES.txt LICENSE.txt README.txt +%doc LICENSE.txt README.txt %changelog +* Thu May 16 2019 Silvan Calarco 2019.1-1mamba +- update to 2019.1 + * Thu Oct 26 2017 Automatic Build System 2016.7-1mamba - automatic update by autodist