Mon Jan 11 10:31:59 2021 UTC ()
py-pypiserver: updated to 1.4.2

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


(adam)
diff -r1.4 -r1.5 pkgsrc/net/py-pypiserver/Makefile
diff -r1.3 -r1.4 pkgsrc/net/py-pypiserver/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/net/py-pypiserver/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-pypiserver/Makefile 2020/05/16 18:00:31 1.4
+++ pkgsrc/net/py-pypiserver/Makefile 2021/01/11 10:31:59 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2020/05/16 18:00:31 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2021/01/11 10:31:59 adam Exp $
2 2
3DISTNAME= pypiserver-1.3.2 3DISTNAME= pypiserver-1.4.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypiserver/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypiserver/}
7EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/pypiserver/pypiserver 10HOMEPAGE= https://github.com/pypiserver/pypiserver
11COMMENT= Minimal PyPI server for use with pip/easy_install 11COMMENT= Minimal PyPI server for use with pip/easy_install
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.25.0:../../devel/py-wheel 14BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.25.0:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6:../../security/py-passlib 15DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6:../../security/py-passlib
16DEPENDS+= ${PYPKGPREFIX}-watchdog-[0-9]*:../../sysutils/py-watchdog 16DEPENDS+= ${PYPKGPREFIX}-watchdog-[0-9]*:../../sysutils/py-watchdog

cvs diff -r1.3 -r1.4 pkgsrc/net/py-pypiserver/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-pypiserver/distinfo 2020/01/16 08:20:01 1.3
+++ pkgsrc/net/py-pypiserver/distinfo 2021/01/11 10:31:59 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2020/01/16 08:20:01 adam Exp $ 1$NetBSD: distinfo,v 1.4 2021/01/11 10:31:59 adam Exp $
2 2
3SHA1 (pypiserver-1.3.2.zip) = a93a0ba37548e61417a25076acb1965849853d4c 3SHA1 (pypiserver-1.4.2.zip) = 488450ef15479776574aa8bae486ceab4497fa27
4RMD160 (pypiserver-1.3.2.zip) = e811a51790ee62255b2f6549825a788ef0807e5e 4RMD160 (pypiserver-1.4.2.zip) = 938fcbfc48b9bee2da8a2c0d6da8a0a58ccbbe04
5SHA512 (pypiserver-1.3.2.zip) = 5034b8ce1a7ac012d3ee9a5413e5fca5d75b3ee49ec52230a5a1dae3a63485a205d6a40ed57c349b55dd6f2d1666dd079d94bc9c03a123bd2eb7d9ef11c88b77 5SHA512 (pypiserver-1.4.2.zip) = f7e17dd894d62300ba27d99244e809b3789c658a5eba8d82236c8b978e28091877dd26526ce5574466dba470d70e03381982ec818a7c969071283370eb6d4cf2
6Size (pypiserver-1.3.2.zip) = 540495 bytes 6Size (pypiserver-1.4.2.zip) = 547599 bytes
7SHA1 (patch-setup.py) = 711949ce59a54a88e2cf4af347ddc7db24683357 7SHA1 (patch-setup.py) = 711949ce59a54a88e2cf4af347ddc7db24683357