Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-warlock for openSUSE:Factory checked in at 2023-09-28 00:25:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-warlock (Old) and /work/SRC/openSUSE:Factory/.python-warlock.new.23327 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-warlock" Thu Sep 28 00:25:16 2023 rev:20 rq:1113702 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-warlock/python-warlock.changes 2022-10-15 16:40:58.934661639 +0200 +++ /work/SRC/openSUSE:Factory/.python-warlock.new.23327/python-warlock.changes 2023-09-28 00:47:38.696829502 +0200 @@ -1,0 +2,5 @@ +Tue Sep 26 13:38:50 UTC 2023 - Ben Greiner <[email protected]> + +- Fix dependencies and remove deprecated python packaging patterns + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-warlock.spec ++++++ --- /var/tmp/diff_new_pack.Kvu4Gt/_old 2023-09-28 00:47:39.676864954 +0200 +++ /var/tmp/diff_new_pack.Kvu4Gt/_new 2023-09-28 00:47:39.680865098 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-warlock Version: 2.0.1 Release: 0 @@ -25,16 +24,15 @@ Group: Development/Languages/Python URL: https://github.com/bcwaldon/warlock Source: https://github.com/bcwaldon/warlock/archive/%{version}.tar.gz#/warlock-%{version}.tar.gz -BuildRequires: %{python_module jsonpatch >= 0.7} -BuildRequires: %{python_module jsonschema >= 0.10} +BuildRequires: %{python_module jsonpatch >= 1} +BuildRequires: %{python_module jsonschema >= 4} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-jsonpatch >= 0.7 -Requires: python-jsonschema >= 0.10 +Requires: python-jsonpatch >= 1 +Requires: python-jsonschema >= 4 BuildArch: noarch %python_subpackages @@ -58,5 +56,6 @@ %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/warlock +%{python_sitelib}/warlock-%{version}.dist-info
