15
0
forked from pool/python-pdm

Accepting request 1226900 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1226900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=47
This commit is contained in:
2024-11-27 16:16:56 +00:00
committed by Git OBS Bridge
parent 4c1ae88c27
commit 984a0e26da
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 27 12:46:38 UTC 2024 - Markéta Machová <mmachova@suse.com>
- 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 <steven.kowalik@suse.com>