From f6fe6c8bb5a137f2a462f6cbb1ae779a853a3b02 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Oct 11 2021 14:53:17 +0000 Subject: Update to 2.1 Related-to: https://review.rdoproject.org/r/q/I0915664abba58ce1e4c70bb8cdda3dfef63719ac --- diff --git a/.python-tzlocal.metadata b/.python-tzlocal.metadata index b8f20f0..b19bfa0 100644 --- a/.python-tzlocal.metadata +++ b/.python-tzlocal.metadata @@ -1 +1 @@ -bde4d04817f42cb52e7d334964385d1442ba51a8 SOURCES/python-tzlocal-2.0.0.tar.gz +e9f01fa8d98a3230b62f4fde16fdb2fd0e4fc79a SOURCES/python-tzlocal-2.1.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-tzlocal.spec b/SPECS/python-tzlocal.spec index c87deda..4d08b53 100644 --- a/SPECS/python-tzlocal.spec +++ b/SPECS/python-tzlocal.spec @@ -2,8 +2,8 @@ %global sum A Python module that tries to figure out what your local timezone is Name: python-tzlocal -Version: 2.0.0 -Release: 4%{?dist} +Version: 2.1 +Release: 2%{?dist} Summary: %{sum} License: MIT @@ -20,9 +20,9 @@ BuildRequires: python3-setuptools %description -This Python module returns a tzinfo object with the local timezone information. -It requires pytz, and returns pytz tzinfo objects. This module attempts to fix -a glaring hole in pytz, that there is no way to get the local timezone +This Python module returns a tzinfo object with the local timezone information. +It requires pytz, and returns pytz tzinfo objects. This module attempts to fix +a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name. @@ -33,9 +33,9 @@ Requires: python3-pytz %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} -This Python module returns a tzinfo object with the local timezone information. -It requires pytz, and returns pytz tzinfo objects. This module attempts to fix -a glaring hole in pytz, that there is no way to get the local timezone +This Python module returns a tzinfo object with the local timezone information. +It requires pytz, and returns pytz tzinfo objects. This module attempts to fix +a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name. @@ -67,6 +67,16 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/test_data %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 2.1-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 30 2021 Joel Capitao - 2.1-1 +- Update to 2.1 + +* Thu Jun 03 2021 Python Maint - 2.0.0-5 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild