Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Faker for openSUSE:Factory checked in at 2022-01-03 10:49:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Faker (Old) and /work/SRC/openSUSE:Factory/.python-Faker.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Faker" Mon Jan 3 10:49:03 2022 rev:28 rq:943293 version:10.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Faker/python-Faker.changes 2021-12-12 21:27:07.264324183 +0100 +++ /work/SRC/openSUSE:Factory/.python-Faker.new.1896/python-Faker.changes 2022-01-03 10:49:16.727577216 +0100 @@ -1,0 +2,5 @@ +Mon Dec 27 17:51:41 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Add missing typing-extensions requirement + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Faker.spec ++++++ --- /var/tmp/diff_new_pack.3uIYvw/_old 2022-01-03 10:49:17.231577409 +0100 +++ /var/tmp/diff_new_pack.3uIYvw/_new 2022-01-03 10:49:17.235577410 +0100 @@ -32,11 +32,15 @@ BuildRequires: %{python_module random2} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module text-unidecode >= 1.3} +BuildRequires: %{python_module typing-extensions >= 3.10.0.2 if %python-base < 3.8} BuildRequires: %{python_module validators >= 0.13.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-python-dateutil >= 2.4 Requires: python-text-unidecode >= 1.3 +%if 0%{python_version_nodots} < 38 +Requires: python-typing-extensions >= 3.10.0.2 +%endif Requires(post): update-alternatives Requires(postun):update-alternatives Obsoletes: python3-fake-factory < %{version}-%{release}