2020.5
This commit is contained in:
parent
c25108188e
commit
a5e9c1f54b
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ pytz-2010h.tar.gz
|
||||
/pytz-2019.3.tar.gz
|
||||
/pytz-2020.1.tar.gz
|
||||
/pytz-2020.4.tar.gz
|
||||
/pytz-2020.5.tar.gz
|
||||
|
@ -38,9 +38,9 @@ index d217c96..2b1ac03 100644
|
||||
return open(filename, 'rb')
|
||||
|
||||
|
||||
--- a/pytz/__init__.py~ 2020-04-28 08:22:34.000000000 -0500
|
||||
+++ b/pytz/__init__.py 2020-04-28 08:29:50.658745404 -0500
|
||||
@@ -495,1045 +495,37 @@
|
||||
--- a/pytz/__init__.py~ 2020-12-24 16:02:19.111185746 -0600
|
||||
+++ b/pytz/__init__.py 2020-12-28 13:16:13.399004167 -0600
|
||||
@@ -502,1044 +502,37 @@
|
||||
|
||||
if __name__ == '__main__':
|
||||
_test()
|
||||
@ -962,7 +962,6 @@ index d217c96..2b1ac03 100644
|
||||
- 'Australia/Adelaide',
|
||||
- 'Australia/Brisbane',
|
||||
- 'Australia/Broken_Hill',
|
||||
- 'Australia/Currie',
|
||||
- 'Australia/Darwin',
|
||||
- 'Australia/Eucla',
|
||||
- 'Australia/Hobart',
|
||||
|
@ -11,8 +11,8 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: pytz
|
||||
Version: 2020.4
|
||||
Release: 3%{?dist}
|
||||
Version: 2020.5
|
||||
Release: 1%{?dist}
|
||||
Summary: World Timezone Definitions for Python
|
||||
|
||||
License: MIT
|
||||
@ -107,6 +107,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 24 2020 Gwyn Ciesla <gwync@protonmail.com> - 2020.5-1
|
||||
- 2020.5
|
||||
|
||||
* Mon Dec 21 2020 Miro Hrončok <mhroncok@redhat.com> - 2020.4-3
|
||||
- Disable Python 2 in Fedora 34+
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytz-2020.4.tar.gz) = dcbe763bc6e48c52df855fe03a8109dc0656a0e851324c0468f4307e8aff60e577fe0c9f0b062319e90d2f639b96e98edf8346064705e244143386c863a0aa7c
|
||||
SHA512 (pytz-2020.5.tar.gz) = 0845c0b7cefb8732e3016568b17ae73232fe6537bac6da89cb1bf911ba5786ee1be6b5e3aa8767225291e3a7e9afd5b8e40e4051671a3a006f9e2f71c551e13e
|
||||
|
Loading…
Reference in New Issue
Block a user