Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dirty-equals for openSUSE:Factory checked in at 2022-09-01 22:10:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dirty-equals (Old) and /work/SRC/openSUSE:Factory/.python-dirty-equals.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dirty-equals" Thu Sep 1 22:10:50 2022 rev:2 rq:1000358 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dirty-equals/python-dirty-equals.changes 2022-07-19 17:20:27.860454818 +0200 +++ /work/SRC/openSUSE:Factory/.python-dirty-equals.new.2083/python-dirty-equals.changes 2022-09-01 22:11:54.352364720 +0200 @@ -1,0 +2,5 @@ +Tue Aug 30 23:56:51 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Correct a Requires into a BuildRequires, as was meant. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dirty-equals.spec ++++++ --- /var/tmp/diff_new_pack.XNhRUj/_old 2022-09-01 22:11:54.852366087 +0200 +++ /var/tmp/diff_new_pack.XNhRUj/_new 2022-09-01 22:11:54.856366098 +0200 @@ -23,15 +23,15 @@ License: MIT URL: https://dirty-equals.helpmanual.io Source: https://github.com/samuelcolvin/dirty-equals/archive/refs/tags/v%{version}.tar.gz#/dirty-equals-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} -BuildRequires: %{python_module pytz >= 2021.3} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-mock} -Requires: %{python_module python-typing-extensions >= 4.0.1 if %python-base < 3.8} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module python-typing-extensions >= 4.0.1 if %python-base < 3.8} +BuildRequires: %{python_module pytz >= 2021.3} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pytz >= 2021.3 %if 0%{?python_version_nodots} < 38 Requires: python-typing-extensions >= 4.0.1