Marcel Telka
2024-03-11 9b44d0265637a747269e48e1fe227614c0e0c039
python/types-toml: update to 0.10.8.20240310

6 files modified
23 ■■■■ changed files
components/python/types-toml/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/types-toml/history 2 ●●● patch | view | raw | blame | history
components/python/types-toml/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/types-toml/pkg5 6 ●●●● patch | view | raw | blame | history
components/python/types-toml/python-integrate-project.conf 1 ●●●● patch | view | raw | blame | history
components/python/types-toml/test/results-all.master 6 ●●●● patch | view | raw | blame | history
components/python/types-toml/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        types-toml
HUMAN_VERSION =            0.10.8.7
HUMAN_VERSION =            0.10.8.20240310
COMPONENT_SUMMARY =        types-toml - Typing stubs for toml
COMPONENT_PROJECT_URL =        https://github.com/python/typeshed
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/0d/c3/290afb9e9263d6639fa60ac25d9c26fef86ea207fa9862a5a07afb6f2639/types-toml-0.10.8.7.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:58b0781c681e671ff0b5c0319309910689f4ab40e8a2431e205d70c94bb6efb1
    sha256:3d41501302972436a6b8b239c850b26689657e25281b48ff0ec06345b8830331
COMPONENT_LICENSE =        Apache-2.0 AND MIT
TEST_STYLE = setup.py
components/python/types-toml/history
@@ -1 +1 @@
library/python/types-toml-37@0.10.8.6,5.11-2023.0.0.1 noincorporate
library/python/types-toml-37@0.10.8.6,5.11-2023.0.0.2
components/python/types-toml/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/types-toml/pkg5
@@ -3,8 +3,8 @@
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/types-toml-39",
        "library/python/types-toml"
        "library/python/types-toml",
        "library/python/types-toml-39"
    ],
    "name": "types-toml"
}
}
components/python/types-toml/python-integrate-project.conf
@@ -15,6 +15,7 @@
%hook-no-license%
# This project is a part of typeshed so its license applies
# https://github.com/typeshed-internal/stub_uploader/issues/89
curl -s "https://raw.githubusercontent.com/python/typeshed/main/LICENSE" > "$DISTRIBUTION.license"
%hook-manifest%
# both licenses apply, but license-detector is unable to detect that
components/python/types-toml/test/results-all.master
@@ -1,6 +1,6 @@
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
        ********************************************************************************
@@ -10,7 +10,7 @@
!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
        ********************************************************************************
@@ -20,7 +20,7 @@
!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
        ********************************************************************************