Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pdm for openSUSE:Factory checked in at 2023-06-26 18:16:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pdm (Old) and /work/SRC/openSUSE:Factory/.python-pdm.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pdm" Mon Jun 26 18:16:59 2023 rev:10 rq:1094865 version:2.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pdm/python-pdm.changes 2023-04-06 15:57:13.228729096 +0200 +++ /work/SRC/openSUSE:Factory/.python-pdm.new.15902/python-pdm.changes 2023-06-26 18:17:15.222779530 +0200 @@ -1,0 +2,15 @@ +Thu Jun 22 07:41:39 UTC 2023 - Andreas Schneider <[email protected]> + +- Fix building with Python 3.9 + +------------------------------------------------------------------- +Mon Jun 19 14:02:16 UTC 2023 - Dirk Müller <[email protected]> + +- Update to version 2.7.4 + * Fix the warning of extras not found due to extra names not normalized. + #2006 + * Pop up a warning when the deprecated parser argument is passed to + BaseCommand.__init__() method. #2007 + * Fix a bug that merging settings with AoTs causing a failure. #2011 + +------------------------------------------------------------------- Old: ---- pdm-2.4.9.tar.gz New: ---- pdm-2.7.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pdm.spec ++++++ --- /var/tmp/diff_new_pack.B2Qnea/_old 2023-06-26 18:17:15.950782763 +0200 +++ /var/tmp/diff_new_pack.B2Qnea/_new 2023-06-26 18:17:15.954782782 +0200 @@ -25,14 +25,17 @@ %define psuffix %{nil} %bcond_with test %endif +%{?sle15_python_module_pythons} Name: python-pdm%{psuffix} -Version: 2.4.9 +Version: 2.7.4 Release: 0 Summary: Python Development Master License: MIT URL: https://github.com/pdm-project/pdm/ Source0: https://files.pythonhosted.org/packages/source/p/pdm/pdm-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module importlib-metadata if %python-base <= 3.9} +BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pdm-pep517 >= 1.0} BuildRequires: %{python_module pip} BuildRequires: fdupes @@ -43,6 +46,7 @@ Requires: python-findpython >= 0.2.2 Requires: python-installer Requires: python-packaging >= 20.9 +Requires: python-pdm-backend Requires: python-platformdirs Requires: python-pyproject-hooks Requires: python-python-dotenv >= 0.15 @@ -58,7 +62,7 @@ %if 0%{?python_version_nodots} < 311 Requires: python-tomli >= 1.1.0 %endif -%if 0%{?python_version_nodots} < 38 +%if 0%{?python_version_nodots} <= 39 Requires: python-importlib-metadata Requires: python-typing-extensions %endif @@ -68,6 +72,7 @@ # SECTION test requirements %if %{with test} BuildRequires: %{python_module pdm = %{version}} +BuildRequires: %{python_module pytest-httpserver} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} ++++++ pdm-2.4.9.tar.gz -> pdm-2.7.4.tar.gz ++++++ ++++ 15302 lines of diff (skipped)
