forked from pool/python-pdm
Accepting request 1226943 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1226943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pdm?expand=0&rev=17
This commit is contained in:
commit
5e41aee2d1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fe235a9cb27b7ec17b762dc85bc9ae71e0776e4b7a8b6f64203f24bb915aa2c
|
||||
size 2637357
|
3
pdm-2.21.0.tar.gz
Normal file
3
pdm-2.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c928d6db62d104ab86318fe09aaf9bdfc6f616176af407e4df00f59e001930f
|
||||
size 2643561
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user