Subject: CVS commit: pkgsrc/net/py-pypiserver
From: Adam Ciarcinski
Date: 2023-08-04 10:17:36
Message id: 20230804081736.8E5F9FBDB@cvs.NetBSD.org

Log Message:
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:

Files:
RevisionActionfile
1.12modifypkgsrc/net/py-pypiserver/Makefile
1.9modifypkgsrc/net/py-pypiserver/distinfo
1.4modifypkgsrc/net/py-pypiserver/patches/patch-setup.py