Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pdm-backend for openSUSE:Factory checked in at 2023-06-26 18:17:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pdm-backend (Old) and /work/SRC/openSUSE:Factory/.python-pdm-backend.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pdm-backend" Mon Jun 26 18:17:01 2023 rev:2 rq:1095428 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pdm-backend/python-pdm-backend.changes 2023-06-16 16:56:10.530178665 +0200 +++ /work/SRC/openSUSE:Factory/.python-pdm-backend.new.15902/python-pdm-backend.changes 2023-06-26 18:17:16.550785429 +0200 @@ -1,0 +2,6 @@ +Mon Jun 19 13:41:44 UTC 2023 - Dirk Müller <[email protected]> + +- add importlib-metadata dependency +- git-core is sufficient for the testsuite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pdm-backend.spec ++++++ --- /var/tmp/diff_new_pack.b5PxI7/_old 2023-06-26 18:17:17.110787917 +0200 +++ /var/tmp/diff_new_pack.b5PxI7/_new 2023-06-26 18:17:17.110787917 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} Name: python-pdm-backend Version: 2.1.0 @@ -23,20 +24,21 @@ License: MIT URL: https://github.com/pdm-project/pdm-backend Source: https://files.pythonhosted.org/packages/8f/aa/df3ad85bf4eeb7a7a3364610ca399f56812e4827cff6495c2a20e4bf1bb4/pdm_backend-2.1.0.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} +BuildRequires: %{python_module editables} +BuildRequires: %{python_module importlib-metadata >= 3.6.0 if %python-base < 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module editables} -BuildRequires: git BuildRequires: fdupes +BuildRequires: git-core +BuildRequires: python-rpm-macros +Requires: python-importlib-metadata >= 3.6.0 BuildArch: noarch %python_subpackages %description The build backend used by [PDM] that supports latest packaging standards. - %prep %autosetup -p1 -n pdm_backend-%{version}
