diff --git a/pdm-2.19.1.tar.gz b/pdm-2.19.1.tar.gz deleted file mode 100644 index 5014b96..0000000 --- a/pdm-2.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fe235a9cb27b7ec17b762dc85bc9ae71e0776e4b7a8b6f64203f24bb915aa2c -size 2637357 diff --git a/pdm-2.21.0.tar.gz b/pdm-2.21.0.tar.gz new file mode 100644 index 0000000..725f8ea --- /dev/null +++ b/pdm-2.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c928d6db62d104ab86318fe09aaf9bdfc6f616176af407e4df00f59e001930f +size 2643561 diff --git a/python-pdm.changes b/python-pdm.changes index c29311d..48a0548 100644 --- a/python-pdm.changes +++ b/python-pdm.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Nov 27 12:46:38 UTC 2024 - Markéta Machová + +- Update to 2.21.0 + * Support dependency groups as standardized by PEP 735. By default, dev + dependencies will be written to [dependency-groups] table. + * Fix a bug that strategy.inherit_metadata config is not honored when using + --lockfile option. + * Update resolvelib to 1.1.0. + * Add a fixer to remove the deprecated cross_platform strategy from lock file. + * Pass original working directory as env variable to pdm scripts. + * Output similar commands or script command when the input command is not + correct. + * Print task name by default when using pdm run + * Make OrderedSet.__contains__ run in O(1) + * Drop support of Python 3.8 + ------------------------------------------------------------------- Fri Sep 27 04:52:45 UTC 2024 - Steve Kowalik diff --git a/python-pdm.spec b/python-pdm.spec index 60f277b..005263f 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -27,13 +27,13 @@ %endif %{?sle15_python_module_pythons} Name: python-pdm%{psuffix} -Version: 2.19.1 +Version: 2.21.0 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 base >= 3.9} BuildRequires: %{python_module importlib-metadata if %python-base <= 3.9} BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pip}