forked from pool/python-pdm-backend
Accepting request 1295326 from home:mcalabkova:branches:science:machinelearning:mcp
- Update to 2.4.5 * Remove support for python 3.7 and older * Add tag_filter as a way to pre-filter tags * Detect src layout only if it exists and included by build config * Accept context as the second argument to version_format function * Update pyproject-metadata to support latest version of PEP 639 * Use fallback_version for source = "call" * Out-of-box stubs package support * Support a SOURCE_DATE_EPOCH prior to 1980 OBS-URL: https://build.opensuse.org/request/show/1295326 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm-backend?expand=0&rev=12
This commit is contained in:
BIN
pdm_backend-2.2.0.tar.gz
(Stored with Git LFS)
BIN
pdm_backend-2.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pdm_backend-2.4.5.tar.gz
Normal file
3
pdm_backend-2.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56c019c440308adad5d057c08cbb777e65f43b991a3b0920749781258972fe5b
|
||||
size 118609
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 13:05:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.4.5
|
||||
* Remove support for python 3.7 and older
|
||||
* Add tag_filter as a way to pre-filter tags
|
||||
* Detect src layout only if it exists and included by build config
|
||||
* Accept context as the second argument to version_format function
|
||||
* Update pyproject-metadata to support latest version of PEP 639
|
||||
* Use fallback_version for source = "call"
|
||||
* Out-of-box stubs package support
|
||||
* Support a SOURCE_DATE_EPOCH prior to 1980
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 09:01:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pdm-backend
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pdm-backend
|
||||
Version: 2.2.0
|
||||
Version: 2.4.5
|
||||
Release: 0
|
||||
Summary: Backend used by PDM
|
||||
License: MIT
|
||||
URL: https://github.com/pdm-project/pdm-backend
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pdm-backend/pdm_backend-%{version}.tar.gz
|
||||
BuildRequires: %{python_module importlib-metadata >= 3.6.0 if %python-base < 3.10}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -35,9 +34,6 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: git-core
|
||||
# /SECTION
|
||||
%if 0%{?python_version_nodots} < 310
|
||||
Requires: python-importlib-metadata >= 3.6.0
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -55,6 +51,8 @@ The build backend used by [PDM] that supports latest packaging standards.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
git config --global user.email "o@bs.com"
|
||||
git config --global user.name "Open Build Service"
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
|
Reference in New Issue
Block a user