SHA256
1
0
forked from pool/python-pdm

Accepting request 1137127 from devel:languages:python

- remove unnecessary pdm-pep517

  * Fix a bug that merging settings with AoTs causing a failure. #2011
- Remove pep517 requirement.
- Update to v2.2.1
  * Fix a bug where dependencies with requires-python pre-release versions
    network marker. #858

OBS-URL: https://build.opensuse.org/request/show/1137127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pdm?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2024-01-06 17:41:13 +00:00 committed by Git OBS Bridge
commit 102ecac92f
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 5 17:45:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- remove unnecessary pdm-pep517
-------------------------------------------------------------------
Wed Dec 13 02:58:14 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -36,7 +36,6 @@ Source0: https://files.pythonhosted.org/packages/source/p/pdm/pdm-%{versi
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 pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros