Marcel Telka
2024-03-19 22f2126aa25f054f04e858e517e82bf2cfc616d2
python/Faker: update to 24.3.0

3 files modified
19 ■■■■ changed files
components/python/Faker/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/Faker/patches/01-pytest-disable-plugins.patch 4 ●●●● patch | view | raw | blame | history
components/python/Faker/test/results-all.master 11 ●●●● patch | view | raw | blame | history
components/python/Faker/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        Faker
HUMAN_VERSION =            24.2.0
HUMAN_VERSION =            24.3.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:87d5e7730426e7b36817921679c4eaf3d810cedb8c81194f47adc3df2122ca18
    sha256:5fb5aa9749d09971e04a41281ae3ceda9414f683d4810a694f8a8eebb8f9edec
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/Faker/patches/01-pytest-disable-plugins.patch
@@ -1,5 +1,5 @@
--- Faker-24.2.0/tests/pytest/test_unique_clear.py.orig
+++ Faker-24.2.0/tests/pytest/test_unique_clear.py
--- Faker-24.3.0/tests/pytest/test_unique_clear.py.orig
+++ Faker-24.3.0/tests/pytest/test_unique_clear.py
@@ -32,6 +32,6 @@
         """,
     )
components/python/Faker/test/results-all.master
@@ -5,7 +5,7 @@
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: setup.cfg
collecting ... collected 1892 items
collecting ... collected 1893 items
Use a separate pytest run for tests like this with the "--exclusive-
Use a separate pytest run for tests like this with the "--exclusive-
@@ -244,6 +244,7 @@
tests/providers/test_address.py::TestHrHr::test_street_name PASSED
tests/providers/test_address.py::TestHuHu::test_administrative_unit PASSED
tests/providers/test_address.py::TestHuHu::test_building_number PASSED
tests/providers/test_address.py::TestHuHu::test_city PASSED
tests/providers/test_address.py::TestHuHu::test_city_part PASSED
tests/providers/test_address.py::TestHuHu::test_city_prefix PASSED
tests/providers/test_address.py::TestHuHu::test_frequent_street_name PASSED
@@ -1926,7 +1927,7 @@
    warnings.warn("fr_QC locale is deprecated. Please use fr_CA.")
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 1861 passed, 31 skipped, 2 warnings ========
======== 1862 passed, 31 skipped, 2 warnings ========
py$(PYV): commands[1]> python -m coverage run --source=faker -a -m pytest --exclusive-faker-session tests/pytest/session_overrides
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
@@ -2046,8 +2047,8 @@
faker/providers/address/hi_IN/__init__.py            16     16     0%
faker/providers/address/hr_HR/__init__.py            21     21     0%
faker/providers/address/hr_HR/__init__.py            21     21     0%
faker/providers/address/hu_HU/__init__.py            35     35     0%
faker/providers/address/hu_HU/__init__.py            35     35     0%
faker/providers/address/hu_HU/__init__.py            38     38     0%
faker/providers/address/hu_HU/__init__.py            38     38     0%
faker/providers/address/hy_AM/__init__.py            52     52     0%
faker/providers/address/hy_AM/__init__.py            52     52     0%
faker/providers/address/id_ID/__init__.py            30     30     0%
@@ -3223,6 +3224,6 @@
faker/utils/text.py                                  16      9    44%
faker/utils/text.py                                  16      9    44%
---------------------------------------------------------------------
TOTAL                                             19928  17488    12%
TOTAL                                             19934  17494    12%
  py$(PYV): OK
  congratulations :)