python-pdm/python-pdm.spec

129 lines
3.9 KiB
RPMSpec
Raw Normal View History

#
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
# spec file
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%global flavor @BUILD_FLAVOR@%{nil}
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
%if "%{flavor}" == "test"
%define psuffix -test
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%bcond_without test
%endif
%if "%{flavor}" == ""
%define psuffix %{nil}
%bcond_with test
%endif
Name: python-pdm%{psuffix}
Accepting request 1034886 from home:yarunachalam:branches:devel:languages:python - Update to v2.2.1 Features & Improvements# * Make sitecustomize.py respect the PDM_PROJECT_MAX_DEPTH environment variable #1471 Bug Fixes# * Fix the comparison of python_version in the environment marker. When the version contains only one digit, the result was incorrect. #1484 - Update to v2.2.0 Features & Improvements# * Add venv.prompt configuration to allow customizing prompt when a virtualenv is activated #1332 * Allow the use of custom CA certificates per publish repository using ca_certs or from the command line via pdm publish --ca-certs <path> .... #1392 * Rename the plugin command to self, and it can not only manage plugins but also all dependencies. Add a subcommand self update to update PDM itself. #1406 * Allow pdm init to receive a Python path or version via --python option. #1412 * Add a default value for requires-python when importing from other formats. #1426 * Use pdm instead of pip to resolve and install build requirements. So that PDM configurations can control the process. #1429 * Customizable color theme via pdm config command. #1450 * A new pdm lock --check flag to validate whether the lock is up to date. #1459 * Add both option and config item to ship pip when creating a new venv. #1463 * Issue warning and skip the requirement if it has the same name as the current project. #1466 * Enhance the pdm list command with new formats: --csv,--markdown and add options --fields,--sort to control the output contents. Users can also include licenses in the --fields option to display the package licenses. #1469 * A new pre-commit hook to run pdm lock --check in pre-commit. #1471 Bug Fixes# * Fix the issue that relative paths don't work well with --project argument. #1220 * It is now possible to refer to a package from outside the project with relative paths in dependencies. #1381 * Ensure pypi.[ca,client]_cert[s] config items are passed to distribution builder install steps to allow for custom PyPI index sources with self signed certificates. #1396 * Fix a crash issue when depending on editable packages with extras. #1401 * Do not save the python path when using non-interactive mode in pdm init. #1410 * Fix the matching of python* command in pdm run. #1414 * Show the Python path, instead of the real executable, in the Python selection menu. #1418 * Fix the HTTP client of package publishment to prompt for password and read PDM configurations correctly. #1430 OBS-URL: https://build.opensuse.org/request/show/1034886 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=20
2022-11-10 11:47:34 +01:00
Version: 2.2.1
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}
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
BuildRequires: %{python_module pdm-pep517 >= 1.0}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-blinker
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
Requires: python-cachecontrol >= 0.12.11
Requires: python-certifi
Requires: python-findpython >= 0.2.0
Requires: python-packaging >= 20.9
Requires: python-pep517 >= 0.11.0
Requires: python-platformdirs
Requires: python-python-dotenv >= 0.15
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
Requires: python-requests-toolbelt
Requires: python-rich >= 12.3.0
Requires: python-shellingham >= 1.3.2
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
Requires: python-unearth >= 0.6.0
Requires: python-virtualenv >= 20
Requires: (python-installer >= 0.5.1 with python-installer < 0.6)
Requires: (python-pdm-pep517 >= 1.0.0 with python-pdm-pep517 < 2.0.0)
Requires: (python-resolvelib >= 0.8 with python-resolvelib < 0.9)
Requires: (python-tomlkit >= 0.8.0 with python-tomlkit < 1)
# from python-cachecontrol[filecache]
Requires: python-lockfile >= 0.9
%if 0%{?python_version_nodots} < 311
Requires: python-tomli >= 1.1.0
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
%endif
%if 0%{?python_version_nodots} < 38
Requires: python-importlib-metadata
Requires: python-typing-extensions
%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%if %{with test}
BuildRequires: %{python_module pdm = %{version}}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%endif
# /SECTION
%python_subpackages
%description
PDM is a modern Python package manager with PEP 582 support. It
installs and manages packages in a similar way to npm that
doesn't need to create a virtualenv at all!
%prep
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%autosetup -p1 -n pdm-%{version}
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
# we don't care about certifi version, the distro package replaces the certificates with system ones anyway
sed -i 's/"certifi>=[0-9.]*"/"certifi"/' pyproject.toml
%build
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%if !%{with test}
%pyproject_wheel
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%endif
%install
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%if !%{with test}
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/pdm
%python_expand %fdupes %{buildroot}%{$python_sitelib}
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%endif
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
%if %{with test}
%check
# no network
donttest="network"
# mock testing finds the wrong python versions in our multiflavor setup
donttest="$donttest or test_project_packages_path or test_conda_backend_create"
donttest="$donttest or test_init_non_interactive"
# gh#pdm-project/pdm#1516
donttest="$donttest or test_use_invalid_wrapper_python"
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
%pytest -k "not ($donttest)"
%endif
%post
%python_install_alternative pdm
%postun
%python_uninstall_alternative pdm
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%if !%{with test}
%files %{python_files}
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/pdm
Accepting request 995206 from home:bnavigator:branches:devel:languages:python - Update to v2.1.2 * Fix a bug that dependencies from different versions of the same package override each other. #1307 * Forward SIGTERM to child processes in pdm run. #1312 * Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313 * Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319 * Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320 - Release 2.1.1 * Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299 * Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287 * Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290 * Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293 * Fix a bug that checking for PDM update creates a venv. #1301 * Prefer compatible packages when fetching metadata. #1302 - Release 2.1.0 * Allow the use of custom CA certificates using the pypi.ca_certs config entry. #1240 * Add pdm export to available pre-commit hooks. #1279 * Skip incompatible requirements when installing build dependencies. #1264 OBS-URL: https://build.opensuse.org/request/show/995206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=15
2022-08-17 18:37:18 +02:00
%{python_sitelib}/pdm
%{python_sitelib}/pdm-%{version}*-info
- Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite 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 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 * Allow specifying lockfile other than pdm.lock by --lockfile option or PDM_LOCKFILE env var. #1038 * Ensure the pip module inside venv in installation script. #1053 * Fix a bug that file paths in URLs are not correctly unquoted. #1073 * Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075 * Fix a bug of missing subdirectory fragment when importing from a requirements.txt. #1036 * Fix use_cache.json with corrupted python causes pdm use error. #1039 * Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001 * Support installer 0.5.x. #1002 * Don't create project files in pdm search command. #993 * Fix a bug that the env vars in source urls in exported result are not expanded. #997 * Don't follow symlinks for the paths in the requirement strings. #976 * Fix a bug that _.site_packages is overridden by default option value. #985 * Filter out the unmatched python versions when listing the available versions. #941 * Fix a bug displaying the available python versions. #943 * Fix a bug under non-UTF8 console encoding. #960 * Fix a bug that data files are not copied to the destination when using installation cache. #961 * Switch from pythonfinder to findpython as the Python version finder. #930 * Fix a regression issue that prereleases can't be installed if the version specifier of the requirement doesn't imply that. #920 * Fix a race condition in parallel installation by changing metadata to a lazy property. This fixes a bug that incompatible wheels are installed unexpectedly. #924 * Fix a bug that incompatible platform-specific wheels are installed. #921 * Fix the compatibility issue with pip>=22.0. #875 * 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 - Remove artifacts.tar.gz, it is now included in the source tarball. - Drop patches because they are included upstream: * mark-network-tests.patch * mark-tests-path.patch * sys-exec-failures.patch - Switch to multibuild per Python version since the testsuite takes approximately seven eons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=6
2022-06-15 03:55:32 +02:00
%endif
%changelog