python-pdm/.gitattributes
Matej Cepl e07016c735 Accepting request 1184831 from home:dgarcia:branches:devel:languages:python
- Require new packages:
  - python-hishel https://build.opensuse.org/request/show/1184828
  - python-pbs-installer https://build.opensuse.org/request/show/1184829
  - python-unearth (update) https://build.opensuse.org/request/show/1184830

- Update to 2.16.1
  * Fix new interface from pbs_installer regarding build_dir and best
    match auto-install strategy for pdm use
    (same as for pdm python install --list) (#2943)
  * Fix crash when pdm is used with importlib-metadata version 8.0.
    (#2974)
- 2.16.0
  * Add --no-extras to pdm export to strip extras from the
    requirements. Now the default behavior is to keep extras. (#2519)
  * Support PEP 723: running scripts with inline metadata in
    standalone environment with dependencies. (#2924)
  * pdm use and pdm python install now take requires-python into
    account (incl. from pyproject.toml) if python version not
    specified and pdm use provides auto installation by that. (#2943)
  * --no-isolation no longer installs build-requires nor dynamic build
    dependencies, to be consistent with pip. (#2944)
  * Add notifiers in CLI output when global project is being used.
    (#2952)
  * Use tool.pdm.resolution table when calculating the content hash of
    project file, previously only overrides table was used.
  * This will change the hash already stored in the lockfile, so bump
    the lockfile version to 4.4.2. (#2956)
  * Add max retries on read timeout or bad connection. (#2914)
  * Don't update local files if they don't change. (#2966)
  * Don't list python versions that don't have any installation link
    for the current platform. (#2970)
  * Clarify the purposes of pdm outdated and --unconstrained option.
    (#2965)
  * Some clarifications on the interpreter selection and central
    package cache. (#2967)

OBS-URL: https://build.opensuse.org/request/show/1184831
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=40
2024-07-04 13:18:50 +00:00

24 lines
941 B
Plaintext

## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text