Skip to content

Commit 223eb8b

Browse files
committed
Intermediate changes
commit_hash:8e579a20127858c0606c08f784792f66491a86ca
1 parent eb1ebcb commit 223eb8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1008
-966
lines changed

build/mapping.conf.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"6990868751": "https://devtools-registry.s3.yandex.net/6990868751",
810810
"6990860705": "https://devtools-registry.s3.yandex.net/6990860705",
811811
"6990881789": "https://devtools-registry.s3.yandex.net/6990881789",
812+
"7193803465": "https://devtools-registry.s3.yandex.net/7193803465",
813+
"7193800506": "https://devtools-registry.s3.yandex.net/7193800506",
814+
"7193813071": "https://devtools-registry.s3.yandex.net/7193813071",
812815
"3167009386": "https://devtools-registry.s3.yandex.net/3167009386",
813816
"3050798466": "https://devtools-registry.s3.yandex.net/3050798466",
814817
"3064614561": "https://devtools-registry.s3.yandex.net/3064614561",
@@ -1713,6 +1716,9 @@
17131716
"6990868751": "none-none-none-sandbox/backup/3527d100-e2d0-4b0e-bb7a-905010853d98/yfm-docs.tar",
17141717
"6990860705": "none-none-none-sandbox/backup/d386643e-58f8-43e1-8760-341d73801df8/yfm-docs.tar",
17151718
"6990881789": "none-none-none-sandbox/backup/efc428e5-52a5-4a6f-8f0c-53f1d255efea/yfm-docs.tar",
1719+
"7193803465": "none-none-none-service_resources/TASKLET_EXECUTABLE/backup/17df2ad2-24bc-49e8-8909-b58685dac393/yfm-docs.tar",
1720+
"7193800506": "none-none-none-service_resources/TASKLET_EXECUTABLE/backup/9be8ed55-d7f8-4029-a7fd-fbfa072b896f/yfm-docs.tar",
1721+
"7193813071": "none-none-none-service_resources/TASKLET_EXECUTABLE/backup/b6531a79-b803-4672-a9e9-f9f348009f5f/yfm-docs.tar",
17161722
"3167009386": "openjdk 11.0.15 vanilla for darwin",
17171723
"3050798466": "openjdk 11.0.15 vanilla for darwin-arm64",
17181724
"3064614561": "openjdk 11.0.15 vanilla for linux",

contrib/python/pytz/py2/.dist-info/METADATA

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: pytz
3-
Version: 2024.1
3+
Version: 2024.2
44
Summary: World timezone definitions, modern and historical
55
Home-page: http://pythonhosted.org/pytz
66
Author: Stuart Bishop
@@ -35,6 +35,7 @@ Classifier: Programming Language :: Python :: 3.9
3535
Classifier: Programming Language :: Python :: 3.10
3636
Classifier: Programming Language :: Python :: 3.11
3737
Classifier: Programming Language :: Python :: 3.12
38+
Classifier: Programming Language :: Python :: 3.13
3839
Classifier: Topic :: Software Development :: Libraries :: Python Modules
3940
License-File: LICENSE.txt
4041

contrib/python/pytz/py2/pytz/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

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

2929
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
@@ -1343,7 +1343,6 @@ def _test():
13431343
'Asia/Bishkek',
13441344
'Asia/Brunei',
13451345
'Asia/Chita',
1346-
'Asia/Choibalsan',
13471346
'Asia/Colombo',
13481347
'Asia/Damascus',
13491348
'Asia/Dhaka',

contrib/python/pytz/py2/pytz/tests/test_tzinfo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
# I test for expected version to ensure the correct version of pytz is
2929
# actually being tested.
30-
EXPECTED_VERSION = '2024.1'
31-
EXPECTED_OLSON_VERSION = '2024a'
30+
EXPECTED_VERSION = '2024.2'
31+
EXPECTED_OLSON_VERSION = '2024b'
3232

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)