Marcel Telka
2024-03-16 3256016cdcc9eabec5b41b4c5851b537fe328ebf
python/hatchling: update to 1.22.1

4 files modified
16 ■■■■ changed files
components/python/hatchling/Makefile 7 ●●●● patch | view | raw | blame | history
components/python/hatchling/hatchling-PYVER.p5m 4 ●●● patch | view | raw | blame | history
components/python/hatchling/manifests/sample-manifest.p5m 4 ●●● patch | view | raw | blame | history
components/python/hatchling/pkg5 1 ●●●● patch | view | raw | blame | history
components/python/hatchling/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        hatchling
HUMAN_VERSION =            1.21.1
HUMAN_VERSION =            1.22.1
COMPONENT_SUMMARY =        hatchling - Modern, extensible Python build backend
COMPONENT_PROJECT_URL =        https://hatch.pypa.io/latest/
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857/hatchling-1.21.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
    sha256:ad52ebe5dabbce8f7448f347e2a4f72700dcc7a1e3d93f6e69996f9df30bc129
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
@@ -49,7 +47,6 @@
include $(WS_MAKE_RULES)/common.mk
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/editables
PYTHON_REQUIRED_PACKAGES += library/python/packaging
PYTHON_REQUIRED_PACKAGES += library/python/pathspec
PYTHON_REQUIRED_PACKAGES += library/python/pluggy
components/python/hatchling/hatchling-PYVER.p5m
@@ -23,10 +23,8 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/hatchling-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/METADATA
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/WHEEL
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/licenses/LICENSE.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__about__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__init__.py
@@ -36,6 +34,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/build.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/app.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/binary.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/custom.py
@@ -100,7 +99,6 @@
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/editables-$(PYV)
depend type=require fmri=pkg:/library/python/packaging-$(PYV)
depend type=require fmri=pkg:/library/python/pathspec-$(PYV)
depend type=require fmri=pkg:/library/python/pluggy-$(PYV)
components/python/hatchling/manifests/sample-manifest.p5m
@@ -23,10 +23,8 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/hatchling-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/METADATA
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/WHEEL
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/licenses/LICENSE.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__about__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__init__.py
@@ -36,6 +34,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/build.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/app.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/binary.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/custom.py
@@ -100,7 +99,6 @@
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/editables-$(PYV)
depend type=require fmri=pkg:/library/python/packaging-$(PYV)
depend type=require fmri=pkg:/library/python/pathspec-$(PYV)
depend type=require fmri=pkg:/library/python/pluggy-$(PYV)
components/python/hatchling/pkg5
@@ -1,6 +1,5 @@
{
    "dependencies": [
        "library/python/editables-39",
        "library/python/packaging-39",
        "library/python/pathspec-39",
        "library/python/pluggy-39",