14
0
forked from pool/python-pdm

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=31
This commit is contained in:
2023-06-19 14:04:06 +00:00
committed by Git OBS Bridge
parent 76147fb982
commit 683988a1fd
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 19 14:02:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>