This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
1.4.2 (2020-10-10)
------------------
- FIX: The entrypoint for the Dockerfile was failing when called with no
arguments
1.4.1 (2020-10-05)
------------------
- FIX: The entrypoint for the Dockerfile no longer tries to `chown` the
entire `/data` directory, instead limiting itself just to `/data/packages`
as before.
1.4.0 (2020-10-03)
------------------
- DOC: Add docker-compose example with HTTPS configuration using Traefix
- DOC: Add link to zulip chat to README (aa2d78c)
- DOC: Documentation for running as a service in windows
- DOC: Fix typo in README HTML
- DOC: Moved flask-pypi-proxy and pip2pi to a new "Unmaintained or archived" section
- DOC: Slightly clarify the relationship to warehouse.
- ENH: Add ignore list for the update command
- ENH: Add official support and testing for Python 3.8
- ENH: Allow configuration of logging stream
- ENH: Include watchdog to enable caching in docker image
- FIX: Cherrypy import for newer versions of cherrypy in vendored bottle.py
- FIX: Improved permissions management in Dockerfile
- FIX: Usage of string formatting in HTTPError
- MAINT: Update bottle to [0.12.18](https://github.com/bottlepy/bottle/releases/tag/0.12.18)
- MAINT: Use Python 3.8 in Dockerfile
- MAINT: bump version of passlib from 1.7.1 to 1.7.2 in Docker requirements
- MAINT: drop official support for Python 3.4
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
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.
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.