#2 Update to 2.1
Closed 2 years ago by ankursinha. Opened 3 years ago by jcapitao.
rpms/ jcapitao/python-tzlocal master  into  rawhide

file modified
+1
@@ -3,3 +3,4 @@ 

  /tzlocal-1.3.tar.gz

  /python-tzlocal-1.5.1.tar.gz

  /python-tzlocal-2.0.0.tar.gz

+ /python-tzlocal-2.1.tar.gz

file modified
+11 -8
@@ -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:        1%{?dist}

  Summary:        %{sum}

  

  License:        MIT
@@ -20,9 +20,9 @@ 

  

  

  %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 @@ 

  %{?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,9 @@ 

  

  

  %changelog

+ * Tue Mar 02 2021 Joel Capitao <jcapitao@redhat.com> - 2.1-1

+ - Update to 2.1

+ 

  * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-tzlocal-2.0.0.tar.gz) = b758f6ed9677e9aca3909a65f64c45ed21e8301d20ddd620be58312661c9e2a2305bed90e8b86afeae92e6be9e38a35385c8b76ccd7cb12b027c341585d7a6a6

+ SHA512 (python-tzlocal-2.1.tar.gz) = 2679cebdc2692d9e0e1c9b714994ad881896f53e75ef407229a67c9fee9d27617638a2919865cb67e21e2bbd6e3bc13f2568343037e06603236f25a96aa6863d

rebased onto 615195e

3 years ago

rebased onto 9670a54

3 years ago

rebased onto a6fe1ee

3 years ago

rebased onto 7f171c2

3 years ago

rebased onto 6c96211

3 years ago

thanks @jcapitao , and sorry for the delay. We've merged these in the other PR now, so I'll close this one.

Pull-Request has been closed by ankursinha

2 years ago