17
0

1 Commits

Author SHA256 Message Date
82d5d47543 - migrate to libalternatives
- Update to version 6.18.0
  - Store all available hashes of files.
  - Validate hashes of all files during devpi-import, not only
    releases.
  ## Bug Fixes
  - Apply argparse transformations on values read from config file or
    environment.
  - Restore Python and platform info in user agent string after switch
    to httpx.
  - Remove all database entries on project deletion instead of only
    emptying them.
  - Fix error at end of replica streaming caused by changed behavior
    from switch to httpx.
  - Fix #1102: The data stream was cut off after 64k when proxying
    from replica to primary after switching to httpx.
  - Fix #1107: retry file downloads if there has been an error during
    download.
  # Other Changes
  - The filenames of some exported doczip files change due to
    normalization of the project name caused by changing the internals
    during export to allow ``--hard-links`` to work.
- 6.17.0 (2025-08-27)
  ## Deprecations and Removals
  - Dropped support for migrating old password hashes that were
    replaced in devpi-server 4.2.0.
  - Removed support for basic authorization in primary URL. The
    connection is already secured by a bearer token header.
  - Removed the experimental ``--replica-cert`` option. The replica is
    already using a token via a shared secret, so this is redundant.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=32
2026-02-04 14:12:11 +00:00