Marcel Telka
2024-03-28 8029e2799b3ae708bf8466daf90bb4c608110dee
python/pyasn1_modules: update to 0.4.0; obsolete package for Python 3.7

1 files added
4 files modified
28 ■■■■■ changed files
components/python/pyasn1_modules/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/pyasn1_modules/history 1 ●●●● patch | view | raw | blame | history
components/python/pyasn1_modules/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/pyasn1_modules/pkg5 11 ●●●● patch | view | raw | blame | history
components/python/pyasn1_modules/test/results-all.master 8 ●●●●● patch | view | raw | blame | history
components/python/pyasn1_modules/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pyasn1_modules
HUMAN_VERSION =            0.3.0
HUMAN_VERSION =            0.4.0
COMPONENT_SUMMARY =        pyasn1_modules - A collection of ASN.1-based protocols modules
COMPONENT_PROJECT_URL =        https://github.com/pyasn1/pyasn1-modules
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/3b/e4/7dec823b1b5603c5b3c51e942d5d9e65efd6ff946e713a325ed4146d070f/pyasn1_modules-0.3.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c
    sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6
COMPONENT_LICENSE =        BSD-2-Clause
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/pyasn1_modules/history
New file
@@ -0,0 +1 @@
library/python/pyasn1-modules-37@0.3.0,5.11-2023.0.0.1
components/python/pyasn1_modules/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/python/pyasn1_modules/pkg5
@@ -1,18 +1,13 @@
{
    "dependencies": [
        "library/python/pyasn1-37",
        "library/python/pyasn1-39",
        "library/python/setuptools-37",
        "library/python/setuptools-39",
        "library/python/wheel-37",
        "library/python/wheel-39",
        "runtime/python-37",
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/pyasn1-modules-37",
        "library/python/pyasn1-modules-39",
        "library/python/pyasn1-modules"
        "library/python/pyasn1-modules",
        "library/python/pyasn1-modules-39"
    ],
    "name": "pyasn1_modules"
}
}
components/python/pyasn1_modules/test/results-all.master
@@ -1,12 +1,10 @@
============================= 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 285 items
configfile: pyproject.toml
collecting ... collected 282 items
::project PASSED
tests/test_pem.py::PemTestCase::testReadBase64fromText PASSED
tests/test_rfc2314.py::CertificationRequestTestCase::testDerCodec PASSED
tests/test_rfc2315.py::Pkcs7TestCase::testDerCodec PASSED
@@ -290,4 +288,4 @@
tests/test_rfc8769.py::CBORContentTestCase::testDerCodec PASSED
tests/test_rfc8769.py::CBORSequenceContentTestCase::testDerCodec PASSED
======== 283 passed ========
======== 282 passed ========