forked from pool/python-pdm-backend
- update to 2.1.8:
* Can't include nested data files in built wheel * Update domain name - update to 2.1.7: * Rename tag-pattern to tag_regex in the docs * Copytree handle existing dirs * Normalize the dist info name in the wheel - update to 2.1.6: * Path to uri expansion in dependency string - update to 2.1.5: * Don't quote project root in file:// urls Fix #190 * Write version to file doesn't work for editable installs - update to 2.1.4: * Write version file for sdist build as well - update to 2.1.3: * Remove duplicate files when building wheel - update to 2.1.2: * Fix file permissions to 644 for wheel - update to 2.1.1: * Pdm-backend should not normalize names in project metadata OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm-backend?expand=0&rev=6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pdm-backend
|
||||
#
|
||||
# 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
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pdm-backend
|
||||
Version: 2.1.0
|
||||
Version: 2.1.8
|
||||
Release: 0
|
||||
Summary: Backend used by PDM
|
||||
License: MIT
|
||||
URL: https://github.com/pdm-project/pdm-backend
|
||||
Source: https://files.pythonhosted.org/packages/8f/aa/df3ad85bf4eeb7a7a3364610ca399f56812e4827cff6495c2a20e4bf1bb4/pdm_backend-2.1.0.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pdm-backend/pdm_backend-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module editables}
|
||||
BuildRequires: %{python_module importlib-metadata >= 3.6.0 if %python-base < 3.10}
|
||||
|
Reference in New Issue
Block a user