Commit graph

4 commits

Author SHA1 Message Date
adam
085023cc3a pytest from versioned depends 2020-05-16 18:00:31 +00:00
adam
75df829645 py-pypiserver: updated to 1.3.2
1.3.2:
- ENH: The Dockerfile used for the official Docker images now uses Python 3.6
  rather than Python 2.7
- ENH: The `welcome.html` page has been updated to provide more metadata
  and be more HTML-standards compliant
- FIX: the `pypi-server -U` command no longer fails when run inside the
  Docker container
- FIX: The `remove_pkg` API action now removes any extant instances of a
  package name-version combination, not just the first one found. This means
  that now, for example, if a `.whl` and `.tar.gz` file exist for the
  requested package name and version, both will be removed
- FIX: include missing `simple/` path on a URL in the example pip commands
  on the `welcome.html` page
- DOC: more consistent and accurate documentation for pip commands provided
  on the `welcome.html` page
- DOC: fixes to the README to make it easier for people to use pypiserver
  behind an apache webserver
2020-01-16 08:20:01 +00:00
adam
aa8b116ec0 py-pypiserver: updated to 1.3.1
1.3.1:
- FIX: previously, it was possible to upload packages with hashing algorithms
  other than md5, but downloading them again with pip was impossible due to
  incorrect truncation of the hash. This has been fixed!
- FIX: argument parsing would previously fail for the short form of
  ``--help``, due an incorrect operator used during comparison.
- DOC: significant improvements to formatting and consistency in the README.
2019-10-16 16:45:16 +00:00
adam
58491c1010 py-pypiserver: added version 1.3.0
pypiserver is a minimal PyPI compatible server for pip or easy_install. It is
based on bottle and serves packages from regular directories. Wheels, bdists,
eggs and accompanying PGP-signatures can be uploaded either with pip,
setuptools, twine, pypi-uploader, or simply copied with scp.
2019-05-29 20:13:09 +00:00