* Env for calling Python applications
* No warning emitting in case of SCM error when
fallback_version is used. Fixes #293 -
* Don't silently ignores invalid `PDM_BUILD_SCM_VERSION` env
var .
* Add license file metadata -
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm-backend?expand=0&rev=14
74 lines
2.7 KiB
Plaintext
74 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
||
Sun Dec 28 19:28:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 2.4.6:
|
||
* Env for calling Python applications
|
||
* No warning emitting in case of SCM error when
|
||
fallback_version is used. Fixes #293 -
|
||
* Don't silently ignores invalid `PDM_BUILD_SCM_VERSION` env
|
||
var .
|
||
* Add license file metadata -
|
||
|
||
-------------------------------------------------------------------
|
||
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>
|
||
|
||
- update to 2.2.0:
|
||
* Don't add '+editable' to the editable version
|
||
* Custom version format for source="scm"
|
||
* Fallback_version config for scm version
|
||
* **vendor**: Update packaging to 24.0
|
||
* **vendors**: Update pyproject-metadata to 0.8.0rc1
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 9 15:03:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||
|
||
- Update dependencies
|
||
|
||
-------------------------------------------------------------------
|
||
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>
|
||
|
||
- add importlib-metadata dependency
|
||
- git-core is sufficient for the testsuite
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 15 13:05:51 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||
|
||
- Initial package
|