diff --git a/python-pdm.changes b/python-pdm.changes index a6752f0..e4b12b2 100644 --- a/python-pdm.changes +++ b/python-pdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 5 17:45:28 UTC 2024 - Dirk Müller + +- remove unnecessary pdm-pep517 + ------------------------------------------------------------------- Wed Dec 13 02:58:14 UTC 2023 - Steve Kowalik @@ -73,12 +78,12 @@ Mon Jun 19 14:02:16 UTC 2023 - Dirk Müller #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 + * Fix a bug that merging settings with AoTs causing a failure. #2011 ------------------------------------------------------------------- Thu Apr 6 06:26:23 UTC 2023 - Steve Kowalik -- Remove pep517 requirement. +- Remove pep517 requirement. ------------------------------------------------------------------- Tue Apr 4 06:45:30 UTC 2023 - Daniel Garcia @@ -255,7 +260,7 @@ Tue Nov 15 19:09:33 UTC 2022 - Matej Cepl ------------------------------------------------------------------- Wed Nov 9 16:22:05 UTC 2022 - Yogalakshmi Arunachalam -- Update to v2.2.1 +- Update to v2.2.1 Features & Improvements# * Make sitecustomize.py respect the PDM_PROJECT_MAX_DEPTH environment variable #1471 Bug Fixes# @@ -426,7 +431,7 @@ Fri Jun 17 07:42:46 UTC 2022 - Steve Kowalik resolution loop. #1119 * Update the poetry importer to support the new [tool.poetry.build] config table. #1131 - * Fix a bug where dependencies with requires-python pre-release versions + * Fix a bug where dependencies with requires-python pre-release versions caused pdm update to fail with InvalidPyVersion. #1111 * Fix a bug that dependencies are missing from the dep graph when they are depended by a requirement with extras. #1097 @@ -464,7 +469,7 @@ Fri Jun 17 07:42:46 UTC 2022 - Steve Kowalik * Fix the hash calculation when generating direct_url.json for a local pre-built wheel. #861 * Reduce the number of tests that require network, and mark the rest with - network marker. #858 + network marker. #858 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch diff --git a/python-pdm.spec b/python-pdm.spec index a8b2151..af056e1 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -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