Skip to content

Commit

Permalink
Intermediate changes
Browse files Browse the repository at this point in the history
commit_hash:a4868debc9fcd0aeb8f0f55fc5c5aa939fda6dbd
  • Loading branch information
robot-piglet committed Feb 1, 2025
1 parent 5ef4578 commit 8cb823c
Show file tree
Hide file tree
Showing 50 changed files with 834 additions and 853 deletions.
3 changes: 2 additions & 1 deletion contrib/python/pytz/py3/.dist-info/METADATA
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytz
Version: 2024.1
Version: 2024.2
Summary: World timezone definitions, modern and historical
Home-page: http://pythonhosted.org/pytz
Author: Stuart Bishop
Expand Down Expand Up @@ -35,6 +35,7 @@ Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt

Expand Down
5 changes: 2 additions & 3 deletions contrib/python/pytz/py3/pytz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@


# The IANA (nee Olson) database is updated several times a year.
OLSON_VERSION = '2024a'
VERSION = '2024.1' # pip compatible version number.
OLSON_VERSION = '2024b'
VERSION = '2024.2' # pip compatible version number.
__version__ = VERSION

OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
Expand Down Expand Up @@ -1343,7 +1343,6 @@ def _test():
'Asia/Bishkek',
'Asia/Brunei',
'Asia/Chita',
'Asia/Choibalsan',
'Asia/Colombo',
'Asia/Damascus',
'Asia/Dhaka',
Expand Down
4 changes: 2 additions & 2 deletions contrib/python/pytz/py3/pytz/tests/test_tzinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

# I test for expected version to ensure the correct version of pytz is
# actually being tested.
EXPECTED_VERSION = '2024.1'
EXPECTED_OLSON_VERSION = '2024a'
EXPECTED_VERSION = '2024.2'
EXPECTED_OLSON_VERSION = '2024b'

fmt = '%Y-%m-%d %H:%M:%S %Z%z'

Expand Down
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Blantyre
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Bujumbura
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Gaborone
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Harare
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Kigali
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Lubumbashi
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Lusaka
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Africa/Maputo
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Bahia_Banderas
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Cancun
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Chihuahua
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Ciudad_Juarez
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Ensenada
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Hermosillo
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Mazatlan
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Merida
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Mexico_City
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Monterrey
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Ojinaga
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Santa_Isabel
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/America/Tijuana
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Asia/Choibalsan
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Asia/Dili
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Atlantic/Azores
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Atlantic/Madeira
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/CET
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/CST6CDT
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/EET
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/EST
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/EST5EDT
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Europe/Lisbon
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/HST
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/MET
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/MST
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/MST7MDT
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Mexico/BajaNorte
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Mexico/BajaSur
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Mexico/General
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/PST8PDT
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/Portugal
Binary file not shown.
Binary file modified contrib/python/pytz/py3/pytz/zoneinfo/WET
Binary file not shown.
8 changes: 4 additions & 4 deletions contrib/python/pytz/py3/pytz/zoneinfo/leapseconds
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ Leap 2016 Dec 31 23:59:60 + S
# Any additional leap seconds will come after this.
# This Expires line is commented out for now,
# so that pre-2020a zic implementations do not reject this file.
#Expires 2024 Dec 28 00:00:00
#Expires 2025 Jun 28 00:00:00

# POSIX timestamps for the data in this file:
#updated 1704708379 (2024-01-08 10:06:19 UTC)
#expires 1735344000 (2024-12-28 00:00:00 UTC)
#updated 1720104763 (2024-07-04 14:52:43 UTC)
#expires 1751068800 (2025-06-28 00:00:00 UTC)

# Updated through IERS Bulletin C (https://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat)
# File expires on 28 December 2024
# File expires on 28 June 2025
Loading

0 comments on commit 8cb823c

Please sign in to comment.