Marcel Telka
2023-11-28 67218558692747fd8f62085655adc513ede34d8f
python/pytest_env: update to 1.1.3

3 files modified
14 ■■■■ changed files
components/python/pytest_env/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/pytest_env/patches/01-test-no-color.patch 4 ●●●● patch | view | raw | blame | history
components/python/pytest_env/patches/03-pytest-plugin-disable.patch 4 ●●●● patch | view | raw | blame | history
components/python/pytest_env/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pytest_env
HUMAN_VERSION =            1.1.1
HUMAN_VERSION =            1.1.3
COMPONENT_SUMMARY =        pytest_env - pytest plugin that allows you to add environment variables.
COMPONENT_PROJECT_URL =        https://github.com/pytest-dev/pytest-env
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/16/8f/350f60802e2809457c792634ee45cb9b7c13810ecb7cc60addb81b7a1b7d/pytest_env-1.1.1.tar.gz
    https://files.pythonhosted.org/packages/02/cc/df6940b2527bfa634c00940dfb6e3ec873bdfb7507b55894c93283fa3178/pytest_env-1.1.3.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:1efb8acce1f6431196150f3b30673443ff05a6fabff64539a9495cd2248adf9e
    sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/pytest_env/patches/01-test-no-color.patch
@@ -1,5 +1,5 @@
--- pytest_env-1.1.1/tox.ini.orig
+++ pytest_env-1.1.1/tox.ini
--- pytest_env-1.1.3/tox.ini.orig
+++ pytest_env-1.1.3/tox.ini
@@ -22,7 +22,7 @@
     COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}{/}.coverage.{envname}}
 commands =
components/python/pytest_env/patches/03-pytest-plugin-disable.patch
@@ -1,5 +1,5 @@
--- pytest_env-1.1.1/tests/test_env.py.orig
+++ pytest_env-1.1.1/tests/test_env.py
--- pytest_env-1.1.3/tests/test_env.py.orig
+++ pytest_env-1.1.3/tests/test_env.py
@@ -113,7 +113,7 @@
 
     # monkeypatch persists env variables across parametrized tests, therefore using mock.patch.dict