diff --git a/pdm-2.4.9.tar.gz b/pdm-2.4.9.tar.gz deleted file mode 100644 index 6b1e6b4..0000000 --- a/pdm-2.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbc6ffb195f39ab24b4bcb507fe99789a61a32159d8bf227f3117b94f327f2f2 -size 2883026 diff --git a/pdm-2.7.4.tar.gz b/pdm-2.7.4.tar.gz new file mode 100644 index 0000000..6bd4b07 --- /dev/null +++ b/pdm-2.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77f8df1ccb7d701f005e3a430da4b8a196a2824e23e69d2d5abebafaf6e50ce +size 3062137 diff --git a/python-pdm.changes b/python-pdm.changes index 53f7ac1..b09b3fb 100644 --- a/python-pdm.changes +++ b/python-pdm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 19 14:02:16 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Thu Apr 6 06:26:23 UTC 2023 - Steve Kowalik diff --git a/python-pdm.spec b/python-pdm.spec index ddc5ddb..e563056 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -25,14 +25,16 @@ %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 pdm-backend} BuildRequires: %{python_module pdm-pep517 >= 1.0} BuildRequires: %{python_module pip} BuildRequires: fdupes @@ -43,6 +45,7 @@ Requires: python-certifi 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 @@ -68,6 +71,7 @@ BuildArch: noarch # 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}