forked from pool/python-pdm
Accepting request 1094865 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1094865 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pdm?expand=0&rev=10
This commit is contained in:
@@ -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
3
pdm-2.7.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c77f8df1ccb7d701f005e3a430da4b8a196a2824e23e69d2d5abebafaf6e50ce
|
||||||
|
size 3062137
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 22 07:41:39 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Fix building with Python 3.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Apr 6 06:26:23 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -25,14 +25,17 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pdm%{psuffix}
|
Name: python-pdm%{psuffix}
|
||||||
Version: 2.4.9
|
Version: 2.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Development Master
|
Summary: Python Development Master
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/pdm-project/pdm/
|
URL: https://github.com/pdm-project/pdm/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pdm/pdm-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pdm/pdm-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
|
BuildRequires: %{python_module importlib-metadata if %python-base <= 3.9}
|
||||||
|
BuildRequires: %{python_module pdm-backend}
|
||||||
BuildRequires: %{python_module pdm-pep517 >= 1.0}
|
BuildRequires: %{python_module pdm-pep517 >= 1.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -43,6 +46,7 @@ Requires: python-certifi
|
|||||||
Requires: python-findpython >= 0.2.2
|
Requires: python-findpython >= 0.2.2
|
||||||
Requires: python-installer
|
Requires: python-installer
|
||||||
Requires: python-packaging >= 20.9
|
Requires: python-packaging >= 20.9
|
||||||
|
Requires: python-pdm-backend
|
||||||
Requires: python-platformdirs
|
Requires: python-platformdirs
|
||||||
Requires: python-pyproject-hooks
|
Requires: python-pyproject-hooks
|
||||||
Requires: python-python-dotenv >= 0.15
|
Requires: python-python-dotenv >= 0.15
|
||||||
@@ -58,7 +62,7 @@ Requires: python-lockfile >= 0.9
|
|||||||
%if 0%{?python_version_nodots} < 311
|
%if 0%{?python_version_nodots} < 311
|
||||||
Requires: python-tomli >= 1.1.0
|
Requires: python-tomli >= 1.1.0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?python_version_nodots} < 38
|
%if 0%{?python_version_nodots} <= 39
|
||||||
Requires: python-importlib-metadata
|
Requires: python-importlib-metadata
|
||||||
Requires: python-typing-extensions
|
Requires: python-typing-extensions
|
||||||
%endif
|
%endif
|
||||||
@@ -68,6 +72,7 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module pdm = %{version}}
|
BuildRequires: %{python_module pdm = %{version}}
|
||||||
|
BuildRequires: %{python_module pytest-httpserver}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest-xdist}
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
|||||||
Reference in New Issue
Block a user