pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-pypiserver py-pypiserver: updated to 1.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/267d71491633
branches:  trunk
changeset: 444637:267d71491633
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 11 10:31:59 2021 +0000

description:
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

diffstat:

 net/py-pypiserver/Makefile |   4 ++--
 net/py-pypiserver/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f1ce22cd44c3 -r 267d71491633 net/py-pypiserver/Makefile
--- a/net/py-pypiserver/Makefile        Mon Jan 11 10:20:49 2021 +0000
+++ b/net/py-pypiserver/Makefile        Mon Jan 11 10:31:59 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/05/16 18:00:31 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/11 10:31:59 adam Exp $
 
-DISTNAME=      pypiserver-1.3.2
+DISTNAME=      pypiserver-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypiserver/}
diff -r f1ce22cd44c3 -r 267d71491633 net/py-pypiserver/distinfo
--- a/net/py-pypiserver/distinfo        Mon Jan 11 10:20:49 2021 +0000
+++ b/net/py-pypiserver/distinfo        Mon Jan 11 10:31:59 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/01/16 08:20:01 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/01/11 10:31:59 adam Exp $
 
-SHA1 (pypiserver-1.3.2.zip) = a93a0ba37548e61417a25076acb1965849853d4c
-RMD160 (pypiserver-1.3.2.zip) = e811a51790ee62255b2f6549825a788ef0807e5e
-SHA512 (pypiserver-1.3.2.zip) = 5034b8ce1a7ac012d3ee9a5413e5fca5d75b3ee49ec52230a5a1dae3a63485a205d6a40ed57c349b55dd6f2d1666dd079d94bc9c03a123bd2eb7d9ef11c88b77
-Size (pypiserver-1.3.2.zip) = 540495 bytes
+SHA1 (pypiserver-1.4.2.zip) = 488450ef15479776574aa8bae486ceab4497fa27
+RMD160 (pypiserver-1.4.2.zip) = 938fcbfc48b9bee2da8a2c0d6da8a0a58ccbbe04
+SHA512 (pypiserver-1.4.2.zip) = f7e17dd894d62300ba27d99244e809b3789c658a5eba8d82236c8b978e28091877dd26526ce5574466dba470d70e03381982ec818a7c969071283370eb6d4cf2
+Size (pypiserver-1.4.2.zip) = 547599 bytes
 SHA1 (patch-setup.py) = 711949ce59a54a88e2cf4af347ddc7db24683357



Home | Main Index | Thread Index | Old Index