Marcel Telka
2023-11-07 e098d7e8b68513deefaa22a0d6c91261d26babca
python/hatch_vcs: update to 0.4.0; obsolete package for Python 3.7

1 files added
4 files modified
35 ■■■■■ changed files
components/python/hatch_vcs/Makefile 11 ●●●● patch | view | raw | blame | history
components/python/hatch_vcs/history 1 ●●●● patch | view | raw | blame | history
components/python/hatch_vcs/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/hatch_vcs/pkg5 9 ●●●● patch | view | raw | blame | history
components/python/hatch_vcs/test/results-all.master 12 ●●●● patch | view | raw | blame | history
components/python/hatch_vcs/Makefile
@@ -19,12 +19,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        hatch_vcs
HUMAN_VERSION =            0.3.0
HUMAN_VERSION =            0.4.0
COMPONENT_SUMMARY =        hatch_vcs - Hatch plugin for versioning with your preferred VCS
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/04/33/b68d68e532392d938472d16a03e4ce0ccd749ea31b42d18f8baa6547cbfd/hatch_vcs-0.3.0.tar.gz
    https://files.pythonhosted.org/packages/f5/c9/54bb4fa27b4e4a014ef3bb17710cdf692b3aa2cbc7953da885f1bf7e06ea/hatch_vcs-0.4.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee
    sha256:093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
@@ -32,7 +32,12 @@
# This component is required by following bootstrapped components so it must be
# bootstrapped too.
# - filelock (test bootstrap)
# - iniconfig (test bootstrap)
# - platformdirs (test bootstrap)
# - pyproject_api (test bootstrap)
# - tox (test bootstrap)
# - virtualenv (test bootstrap)
PYTHON_TEST_BOOTSTRAP = yes
include $(WS_MAKE_RULES)/common.mk
components/python/hatch_vcs/history
New file
@@ -0,0 +1 @@
library/python/hatch-vcs-37@0.3.0,5.11-2022.1.0.1
components/python/hatch_vcs/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/python/hatch_vcs/pkg5
@@ -1,17 +1,10 @@
{
    "dependencies": [
        "SUNWcs",
        "library/python/hatchling-37",
        "library/python/hatchling-39",
        "library/python/setuptools-scm-37",
        "library/python/setuptools-scm-39",
        "runtime/python-37",
        "runtime/python-39",
        "shell/ksh93",
        "system/library"
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/hatch-vcs-37",
        "library/python/hatch-vcs-39",
        "library/python/hatch-vcs"
    ],
components/python/hatch_vcs/test/results-all.master
@@ -1,11 +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)
collecting ... collected 23 items
collecting ... collected 22 items
::project PASSED
tests/test_build.py::test_basic PASSED
tests/test_build.py::test_fallback PASSED
tests/test_build.py::test_metadata PASSED
@@ -29,10 +27,4 @@
tests/test_version_config.py::TestTagPattern::test_not_string PASSED
tests/test_version_config.py::test_coverage PASSED
=============================== warnings summary ===============================
../../../../../../../..$(PYTHON_DIR)/vendor-packages/pytest_freezegun.py:17: 46 warnings
  $(PYTHON_DIR)/vendor-packages/pytest_freezegun.py:17: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
    if LooseVersion(pytest.__version__) < LooseVersion('3.6.0'):
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 23 passed, 46 warnings ========
======== 22 passed ========