- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbc6ffb195f39ab24b4bcb507fe99789a61a32159d8bf227f3117b94f327f2f2
size 2883026

3
pdm-2.7.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c77f8df1ccb7d701f005e3a430da4b8a196a2824e23e69d2d5abebafaf6e50ce
size 3062137

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>

View File

@ -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}