14
0

- 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:
2024-01-07 19:22:08 +00:00
committed by Git OBS Bridge
parent a77444a5ca
commit d89b32d6ef
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b853cb049244b697f5ebe9028d34418449130d6e12adf71b7661a4b95c342d59
size 97508

3
pdm_backend-2.1.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2487dfbd13f69d80fb4e6a08006a3ee68272833970813047dc5fcfacdfdc0151
size 98038

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jan 7 19:20:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 19 13:41:44 UTC 2023 - Dirk Müller <dmueller@suse.com> Mon Jun 19 13:41:44 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pdm-backend # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pdm-backend Name: python-pdm-backend
Version: 2.1.0 Version: 2.1.8
Release: 0 Release: 0
Summary: Backend used by PDM Summary: Backend used by PDM
License: MIT License: MIT
URL: https://github.com/pdm-project/pdm-backend 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 devel}
BuildRequires: %{python_module editables} BuildRequires: %{python_module editables}
BuildRequires: %{python_module importlib-metadata >= 3.6.0 if %python-base < 3.10} BuildRequires: %{python_module importlib-metadata >= 3.6.0 if %python-base < 3.10}