Marcel Telka
2024-03-22 0ee38fefb85267142786934afcd59300698085fe
python/pytest-enabler: update to 3.1.1

1 files deleted
6 files modified
38 ■■■■■ changed files
components/python/pytest-enabler/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/pytest-enabler/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/pytest-enabler/patches/01-no-ruff.patch 6 ●●●● patch | view | raw | blame | history
components/python/pytest-enabler/patches/02-no-pytest-enabler.patch 12 ●●●●● patch | view | raw | blame | history
components/python/pytest-enabler/pkg5 6 ●●●● patch | view | raw | blame | history
components/python/pytest-enabler/python-integrate-project.conf 1 ●●●● patch | view | raw | blame | history
components/python/pytest-enabler/test/results-all.master 5 ●●●●● patch | view | raw | blame | history
components/python/pytest-enabler/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pytest-enabler
HUMAN_VERSION =            3.0.0
HUMAN_VERSION =            3.1.1
COMPONENT_SUMMARY =        pytest-enabler - Enable installed pytest plugins
COMPONENT_PROJECT_URL =        https://github.com/jaraco/pytest-enabler
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/93/d8/f0032af0f705b9141c2baceb09275262a2b145de8be969a5374ffa15bcdc/pytest-enabler-3.0.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:62376d2fdae65ee967849fa3586f8ce68506988e94c64030c8ff2b038d6422c5
    sha256:9ea1157e716801f9ba3f1c3db4474ec2114a0b8e77b909c1eb0f7a630a325483
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/pytest-enabler/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/pytest-enabler/patches/01-no-ruff.patch
@@ -1,9 +1,9 @@
We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58
--- pytest-enabler-3.0.0/setup.cfg.orig
+++ pytest-enabler-3.0.0/setup.cfg
@@ -38,7 +38,6 @@
--- pytest-enabler-3.1.1/setup.cfg.orig
+++ pytest-enabler-3.1.1/setup.cfg
@@ -30,7 +30,6 @@
     pytest-mypy; \
     python_implementation != "PyPy"
     pytest-enabler >= 2.2
components/python/pytest-enabler/patches/02-no-pytest-enabler.patch
File was deleted
components/python/pytest-enabler/pkg5
@@ -10,8 +10,8 @@
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/pytest-enabler-39",
        "library/python/pytest-enabler"
        "library/python/pytest-enabler",
        "library/python/pytest-enabler-39"
    ],
    "name": "pytest-enabler"
}
}
components/python/pytest-enabler/python-integrate-project.conf
@@ -14,4 +14,3 @@
#
%patch% 01-no-ruff.patch
%patch% 02-no-pytest-enabler.patch
components/python/pytest-enabler/test/results-all.master
@@ -7,7 +7,8 @@
configfile: pytest.ini
collecting ... collected 12 items
::project PASSED
.::project PASSED
.::project PASSED
docs/conf.py::mypy PASSED
docs/conf.py::mypy-status PASSED
pytest_enabler/__init__.py::mypy PASSED
@@ -22,6 +23,6 @@
===================================== mypy =====================================
Success: no issues found in 3 source files
======== 11 passed ========
======== 12 passed ========
  py$(PYV): OK
  congratulations :)