fschulze/devpi52/: devpi-client-5.1.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
  • Programming Language :: Python :: 3.7
license MIT
maintainer Holger Krekel
maintainer_email [email protected]
Files
File Tox results History
devpi-client-5.1.0.tar.gz
Size
72 KB
Type
Source
sha256
5841c5c1b421cf97f4371f335998acc39bf37c857cd16d6bb44f5b792c363398
trubel.lan darwin py27 2.7.16 Tests passed
trubel.lan darwin py27-lin 2.7.16 Tests passed
trubel.lan darwin py27-server4 2.7.16 Tests passed
trubel.lan darwin py27-version 2.7.16 Tests passed
trubel.lan darwin py34 3.4.10 Tests passed
trubel.lan darwin py35 3.5.7 Tests passed
trubel.lan darwin pypy 2.7.13 Tests passed
All toxresults …
devpi_client-5.1.0-py2.py3-none-any.whl
Size
74 KB
Type
Python Wheel
Python
2.7
sha256
a40fe139f5ec806f8d52106f9e3d2cd52013302081761d3d049fe5e21a40a188

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 the #devpi IRC channel on freenode.net or the [email protected] mailing list.

For support contracts and paid help contact merlinux.eu.

Changelog

5.1.0 (2019-10-31)

Features

Bug Fixes

  • fix #666: output nicer error message when section couldn’t be found in pypirc.

  • the 410 status for the register action isn’t marked as error anymore for push to external repository.

5.1.0 (2019-10-31)

Features

Bug Fixes

  • fix #666: output nicer error message when section couldn’t be found in pypirc.

  • the 410 status for the register action isn’t marked as error anymore for push to external repository.

5.0.0 (2019-06-28)

Deprecations and Removals

  • removed deprecated “quickstart” command.

Features

  • fix #636: support --ignore-bases option for project listings. Requires devpi-server >= 5.0.0 to work, older versions will still include releases from bases.

  • decoupled the functional tests from devpi-server and run devpi-server in a Python 3 virtualenv when testing with Python 2.7.

  • support --no-projects option when showing indexes and use it automatically when creating and modifying and index. Requires devpi-server >= 5.0.0 to work, older versions will still receive and show the projects.

  • sort output of index -l, use -l and user -l.

Other Changes

  • The selection of the Python interpreter used for devpi upload has changed. If used the new -p/--python option has priority, then a currently activated virtualenv, lastly the sys.executable under which devpi is running.

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.