fschulze/devpi45/: devpi-client-4.0.3 metadata and description

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

Metadata
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: Implementation :: PyPy
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
maintainer Holger Krekel
maintainer_email [email protected]
Files
File Tox results History
devpi-client-4.0.3.tar.gz
Size
63 KB
Type
Source
sha256
32f0bdaef26c84c212be15f3f0dfbe5be79827d3c55bda05a5b048b4fc2ceabe
trubel.lan darwin py27 2.7.15 Tests passed
trubel.lan darwin py27-lin 2.7.15 Tests passed
trubel.lan darwin py27-server4 2.7.15 Tests passed
trubel.lan darwin py27-version 2.7.15 Tests passed
trubel.lan darwin py34 3.4.8 Tests passed
trubel.lan darwin py35 3.5.5 Tests passed
trubel.lan darwin pypy 2.7.13 Tests passed
All toxresults …
devpi_client-4.0.3-py2.py3-none-any.whl
Size
37 KB
Type
Python Wheel
Python
2.7
sha256
f871c34d7d4e7f2ba364276f26d1e1f3c58280a24e554c1d22d01cd632eeefca
trubel.local darwin py27 2.7.15 Tests passed
trubel.local darwin py27-lin 2.7.15 Tests passed
trubel.local darwin py27-server4 2.7.15 Tests passed
trubel.local darwin py27-version 2.7.15 Tests passed
trubel.local darwin py34 3.4.8 Tests passed
trubel.local darwin py35 3.5.5 Tests passed
trubel.local darwin pypy 2.7.13 Tests passed
All toxresults …

devpi-client: commands for 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 http://doc.devpi.net for quickstart and more documentation.

Changelog

4.0.3 (2018-07-12)

Bug Fixes

  • fix #557: enable exporting links to directories inside packages for devpi upload

4.0.2 (2018-05-04)

Bug Fixes

  • fix #361: allow deletion of versions with no releases.

  • fix #524: require at least pkginfo 1.4.2 to support metadata 2.1.

  • fix #532: add missing pluggy dependency to setup.py.

  • Update default upload location to https://upload.pypi.org/legacy/ for external devpi push.

4.0.1 (2018-02-02)

Bug Fixes

  • fix #508: on macOS the __PYVENV_LAUNCHER__ environment variable needs to be removed when calling pip, otherwise the generated scripts use the wrong Python executable.

4.0.0 (2018-01-17)

Features

  • CHANGED BEHAVIOR! If an activated virtualenv is detected, it is used by default for devpi install and devpi use --set-cfg now.

Bug Fixes

  • devpi test: if basic auth is configured, correctly pass credentials when downloading packages and submitting JSON reports. Thanks to Vytautas Liuolia for the PR.

3.1.0 (2017-11-23)

No significant changes.