Marcel Telka
2023-09-05 775bdc01721e40b103fef86b42bfb54910022413
python/pytz: update to 2023.3.post1; obsolete package for Python 3.7

1 files deleted
3 files modified
1 files renamed
273 ■■■■■ changed files
components/python/pytz/Makefile 8 ●●●● patch | view | raw | blame | history
components/python/pytz/history 1 ●●●● patch | view | raw | blame | history
components/python/pytz/pkg5 2 ●●●●● patch | view | raw | blame | history
components/python/pytz/test/results-3.7.master 255 ●●●●● patch | view | raw | blame | history
components/python/pytz/test/results-all.master 7 ●●●● patch | view | raw | blame | history
components/python/pytz/Makefile
@@ -15,18 +15,18 @@
#
BUILD_STYLE = setup.py
USE_COMMON_TEST_MASTER = no
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pytz
HUMAN_VERSION =            2023.3
HUMAN_VERSION =            2023.3.post1
COMPONENT_REVISION =        1
COMPONENT_SUMMARY =        pytz - World timezone definitions, modern and historical
COMPONENT_PROJECT_URL =        http://pythonhosted.org/pytz
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz
    https://files.pythonhosted.org/packages/69/4f/7bf883f12ad496ecc9514cd9e267b29a68b3e9629661a2bbc24f80eff168/pytz-2023.3.post1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588
    sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/pytz/history
@@ -1,3 +1,4 @@
library/python/pytz-27@2021.3,5.11-2022.0.0.1 noincorporate
library/python/pytz-34@2016.6.1,5.11-2020.0.1.2
library/python/pytz-35@2021.3,5.11-2022.0.0.1 noincorporate
library/python/pytz-37@2023.3,5.11-2023.0.0.1 noincorporate
components/python/pytz/pkg5
@@ -1,10 +1,8 @@
{
    "dependencies": [
        "runtime/python-37",
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/pytz-37",
        "library/python/pytz-39",
        "library/python/pytz"
    ],
components/python/pytz/test/results-3.7.master
File was deleted
components/python/pytz/test/results-all.master
File was renamed from components/python/pytz/test/results-3.9.master
@@ -1,12 +1,9 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D)
asyncio: mode=strict
collecting ... collected 236 items
collecting ... collected 234 items
::project PASSED
pytz/tests/test_docs.py::DocumentationTestCase::test_readme_encoding PASSED
pytz/tests/test_docs.py::test_suite PASSED
pytz/tests/test_lazy.py::LazyListTestCase::test_append PASSED
@@ -252,4 +249,4 @@
    warnings.warn(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 235 passed, 2 warnings ========
======== 234 passed, 2 warnings ========