Skip to main content

devpi upload/install/... workflow commands for Python developers

Project description

devpi-client: manage devpi-server, Python packaging and testing

The devpi command line tool is typically used in conjunction with devpi-server. It allows to upload, test and install packages from devpi indexes.

See https://doc.devpi.net for quickstart and more documentation.

Support

If you find a bug, use the issue tracker at Github.

For general questions use GitHub Discussions or the devpi-dev@python.org mailing list.

For support contracts and paid help contact mail at pyfidelity.com.

Changelog

7.0.2 (2023-10-19)

Bug Fixes

  • Fix #992: Fix error added in 6.0.4 when old authentication data from before 6.x exists.

7.0.1 (2023-10-15)

Bug Fixes

  • Fix #1005: use shutil.move instead of Path.rename to move distribution after building to prevent cross-device link errors.

  • Fix #1008: pass --no-isolation option to build when determining name/version for documentation.

7.0.0 (2023-10-11)

Deprecations and Removals

  • Use build instead of deprecated pep517 package.

  • Removed dependency on py package. Plugins which expect py.path.local need to be adjusted to work with pathlib.Path.

  • Dropped support for Python <= 3.6.

Other Changes

  • Fix #946: output name==version instead of name-version for devpi list -v.

6.0.6 (2023-10-11)

Bug Fixes

  • Fix #997: Directly use BDist, SDist and Wheel from pkginfo based on file extension instead of get_metadata, as the latter does auto-detection on content which fails in some cases.

  • Fix #1002: cleanup build directory before running Sphinx to prevent build artifacts from being added to documentation zip.

6.0.5 (2023-07-02)

Bug Fixes

  • Remember URL when devpi use causes a 403, so one can use devpi login afterwards.

  • Fix #978: Quote username and password when adding to URL.

  • Fix #980: Remove long deprecated backward compatibility for old pluggy versions to fix error with pluggy 1.1.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devpi-client-7.0.2.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

devpi_client-7.0.2-py3-none-any.whl (43.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page