Marcel Telka
2024-04-05 9c9e7d0108c06ffc5ed10ccdd4ca65ceea09eac0
python/Faker: update to 24.4.0

1 files deleted
2 files modified
27 ■■■■ changed files
components/python/Faker/Makefile 10 ●●●● patch | view | raw | blame | history
components/python/Faker/patches/01-pytest-disable-plugins.patch 10 ●●●●● patch | view | raw | blame | history
components/python/Faker/python-integrate-project.conf 7 ●●●● patch | view | raw | blame | history
components/python/Faker/Makefile
@@ -19,16 +19,22 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        Faker
HUMAN_VERSION =            24.3.0
HUMAN_VERSION =            24.4.0
COMPONENT_SUMMARY =        Faker - Faker is a Python package that generates fake data for you.
COMPONENT_PROJECT_URL =        https://github.com/joke2k/faker
COMPONENT_ARCHIVE_HASH =    \
    sha256:5fb5aa9749d09971e04a41281ae3ceda9414f683d4810a694f8a8eebb8f9edec
    sha256:a5ddccbe97ab691fad6bd8036c31f5697cfaa550e62e000078d1935fa8a7ec2e
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
include $(WS_MAKE_RULES)/common.mk
# https://github.com/pytest-dev/pytest/issues/12186
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-black
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-mypy
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-salt-factories
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-system-statistics
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
PYTHON_REQUIRED_PACKAGES += library/python/python-dateutil
components/python/Faker/patches/01-pytest-disable-plugins.patch
File was deleted
components/python/Faker/python-integrate-project.conf
@@ -13,4 +13,9 @@
# Copyright 2023 Marcel Telka
#
%patch% 01-pytest-disable-plugins.patch
%include-3%
# https://github.com/pytest-dev/pytest/issues/12186
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-black
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-mypy
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-salt-factories
TEST_CONFLICTING_PACKAGES.python += library/python/pytest-system-statistics