Fri Aug 4 08:17:36 2023 UTC ()
py-pypiserver: updated to 1.5.2

1.5.2 (2023-07-30)
- FIX: Add missing pip dependency
- MAINT: Feat/dependabot
- FIX: Health endpoint usage is missing.
- MAINT: Bump waitress from 1.4.4 to 2.1.2 in /docker
- MAINT: update docs folder
- MAINT: Update README.rst and config.py
- MAINT: add help output for `run` and `update` to README
- MAINT: Update README to reflect run/update commands
- MAINT: Upgrade to psf/black stable style 2023
- MAINT: disable tests on Python3.6
- FIX: explicit optional types in `config.py`
- ENH: :stethoscope: allow customized health check endpoint
- FIX: correct 1.5.1 tag date in CHANGES
- MAINT: from importlib import reload for Python 3
- FIX: force setuptools update + no duplicate runs in GH Actions
- MAINT: Support current versions of CPython
- MAINT: Upgrade GitHub Actions:


(adam)
diff -r1.11 -r1.12 pkgsrc/net/py-pypiserver/Makefile
diff -r1.8 -r1.9 pkgsrc/net/py-pypiserver/distinfo
diff -r1.3 -r1.4 pkgsrc/net/py-pypiserver/patches/patch-setup.py

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

--- pkgsrc/net/py-pypiserver/Makefile 2023/06/06 12:42:08 1.11
+++ pkgsrc/net/py-pypiserver/Makefile 2023/08/04 08:17:36 1.12
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.11 2023/06/06 12:42:08 riastradh Exp $ 1# $NetBSD: Makefile,v 1.12 2023/08/04 08:17:36 adam Exp $
2 2
3DISTNAME= pypiserver-1.5.1 3DISTNAME= pypiserver-1.5.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
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.25.0:../../devel/py-wheel 14TOOL_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}-pip>=7:../../devel/py-pip
16DEPENDS+= ${PYPKGPREFIX}-watchdog-[0-9]*:../../sysutils/py-watchdog 17DEPENDS+= ${PYPKGPREFIX}-watchdog-[0-9]*:../../sysutils/py-watchdog
17TEST_DEPENDS+= ${PYPKGPREFIX}-WebTest-[0-9]*:../../www/py-WebTest 18TEST_DEPENDS+= ${PYPKGPREFIX}-WebTest-[0-9]*:../../www/py-WebTest
18TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=7:../../devel/py-pip 19TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=7:../../devel/py-pip
19TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.3:../../devel/py-test 20TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.3:../../devel/py-test
20TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox 21TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
21TEST_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine 22TEST_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
22 23
23USE_LANGUAGES= # none 24USE_LANGUAGES= # none
24 25
25USE_PKG_RESOURCES= yes 26USE_PKG_RESOURCES= yes
26 27
27PYTHON_VERSIONS_INCOMPATIBLE= 27 28PYTHON_VERSIONS_INCOMPATIBLE= 27
28 29

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

--- pkgsrc/net/py-pypiserver/distinfo 2022/10/21 08:00:16 1.8
+++ pkgsrc/net/py-pypiserver/distinfo 2023/08/04 08:17:36 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2022/10/21 08:00:16 adam Exp $ 1$NetBSD: distinfo,v 1.9 2023/08/04 08:17:36 adam Exp $
2 2
3BLAKE2s (pypiserver-1.5.1.zip) = 9e44448e5b061ac58a3277dbc74cce249ba6440d6035b90c2ce7996f7fd29e8f 3BLAKE2s (pypiserver-1.5.2.zip) = f91bc70463677363a07251e9cf49423b255277e994324a15dcae84579d8f7e27
4SHA512 (pypiserver-1.5.1.zip) = 95c9cd6b22123349fc51b1a5fa97564b852e84d5fa507cca0f0c22f84a92cf5b2023adedeb151ee2dc60967d0232d13735ce190280585745615c8e2664167cfc 4SHA512 (pypiserver-1.5.2.zip) = 0e5e437f7fe7ef5e538d568ac7fc3ac56e7c0c4a6e709c032c531a00fbbe5462e93461494f60e64993fc62622db56f069427cbf9409f345f2a477dde373a2f11
5Size (pypiserver-1.5.1.zip) = 197212 bytes 5Size (pypiserver-1.5.2.zip) = 201367 bytes
6SHA1 (patch-setup.py) = bb5ab96568ded55d450e564d3adae57f59282ad1 6SHA1 (patch-setup.py) = 8a9e4de725f3df7beb44e6036abebafc6cedd7b8

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

--- pkgsrc/net/py-pypiserver/patches/patch-setup.py 2022/05/11 11:01:39 1.3
+++ pkgsrc/net/py-pypiserver/patches/patch-setup.py 2023/08/04 08:17:36 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-setup.py,v 1.3 2022/05/11 11:01:39 adam Exp $ 1$NetBSD: patch-setup.py,v 1.4 2023/08/04 08:17:36 adam Exp $
2 2
3Do not require setuptools-git for building. 3Do not require setuptools-git for building.
4 4
5--- setup.py.orig 2022-05-01 18:53:34.000000000 +0000 5--- setup.py.orig 2023-07-30 19:33:20.000000000 +0000
6+++ setup.py 6+++ setup.py
7@@ -14,7 +14,7 @@ tests_require = [ 7@@ -13,7 +13,7 @@ tests_require = [
8 "webtest", 8 "webtest",
9 ] 9 ]
10  10
11-setup_requires = ["setuptools", "setuptools-git >= 0.3", "wheel >= 0.25.0"] 11-setup_requires = ["setuptools", "setuptools-git >= 0.3", "wheel >= 0.25.0"]
12+setup_requires = ["setuptools", "wheel >= 0.25.0"] 12+setup_requires = ["setuptools", "wheel >= 0.25.0"]
 13 install_requires = ["pip>=7"]
13  14
14  15
15 def read_file(rel_path: str):