fschulze/devpi49/: devpi-client-4.4.0 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.4.0.tar.gz
Size
65 KB
Type
Source
sha256
e9e19e87c61a75bc93137553db69554c69efb82cfc7ee83e0305cf6abfc91aa0
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.9 Tests passed
Trubel.local darwin py35 3.5.6 Tests passed
Trubel.local darwin pypy 2.7.13 Tests passed
All toxresults …
devpi_client-4.4.0-py2.py3-none-any.whl
Size
38 KB
Type
Python Wheel
Python
2.7
sha256
05398402d4335a8173d9118df409d16e085a6dacf54300851212d2f6370e1497

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.4.0 (2019-04-26)

Features

  • implement #93: support setting password hash with devpi-server 4.9.0.

Bug Fixes

  • fix #622: deletion of package with inherited versions failed.

4.3.0 (2019-03-14)

Features

  • support for additional commands added by plugins via devpiclient_subcommands hook.

Bug Fixes

  • Update import location for detox 0.18.

4.2.0 (2018-11-16)

Features

  • Use server side operations for modifying indexes if the devpi-server version supports it. This prevents overwriting changes if two clients modify the same index concurrently.

4.1.0 (2018-09-09)

Features

  • implement #565: To show toxresults with devpi list the new -t/--toxresults option is now required, the toxresults aren’t shown by default anymore.

  • implement #579: client can remove specific file with devpi remove url_to_file. This requires at least devpi-server 4.6.0

Bug Fixes

  • fix #523: better error message when index does not support upload.

4.0.3 (2018-07-12)

Bug Fixes

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