Path to this page:
./
net/py-pypiserver,
Minimal PyPI server for use with pip/easy_install
Branch: CURRENT,
Version: 2.2.0,
Package name: py312-pypiserver-2.2.0,
Maintainer: pkgsrc-userspypiserver 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.
Required to run:[
devel/py-setuptools] [
security/py-passlib] [
sysutils/py-watchdog] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-wheel]
Master sites:
Filesize: 185.602 KB
Version history: (Expand)
- (2024-09-16) Updated to version: py312-pypiserver-2.2.0
- (2024-04-29) Updated to version: py311-pypiserver-2.1.1
- (2024-01-15) Updated to version: py311-pypiserver-2.0.1
- (2023-08-04) Updated to version: py310-pypiserver-1.5.2
- (2022-10-21) Updated to version: py310-pypiserver-1.5.1
- (2022-05-12) Updated to version: py39-pypiserver-1.5.0
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-09-16 21:21:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pypiserver: updated to 2.2.0
2.2.0 (2024-09-15)
- ENH: use json client for `update`
- MAINT: cleanup README
- MAINT: solve deprecated `types-pkg_resources`
- MAINT: Update setuptools requirement from <70.0.0,>=40.0 to \
>=40.0,<71.0.0 in /requirements
- MAINT: Update Deprecated Compose Commands for Pypiserver Services
- MAINT: test: Fix running `build` in offline test environment
- MAINT: Updated HTML formatting
|
2024-07-14 15:26:46 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
*: remove Python 38 support for upcoming py-readme_renderer update
|
2024-04-29 12:53:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pypiserver: updated to 2.1.1
2.1.1 (2024-04-24)
- 31c9cf1 FIX: deprecated `setuptools.py` when building in `package.sh`
- 2619c17 FIX: use the right env variables in `release-tag` workflow
2.1.0 (2024-04-24)
- d588913 ENH: Bump github action versions and add multiarch support
- a558dbc ENH: Handle tar.xz archives
- 2f0a56c FIX: support Python 3.12
- 84bf12c MAINT: make the last supported python version explicit in `ci.yaml`
- 946fbfe MAINT: Update setuptools requirement from <62.0.0,>=40.0 to \
>=40.0,<70.0.0 in /requirements
- 50c7a78 MAINT: add tar xz test case
|
2024-01-15 21:42:45 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pypiserver: updated to 2.0.1
2.0.1 (2023-10-01)
- FIX: dockerhub description readme
- FIX: specify long_description as MD type
- MAINT: simpler release_tag action
2.0.0 (2023-10-01)
- FIX: Json Info for the same version
- ENH: Switch default hash-algo to sha256
- MAINT: add GitHub container registry for stable images
- MAINT: cleanup release process
- MAINT: TOC internal links
- MAINT: readme output diff on format error
- ENH: Feature/markdown conversion
|
2023-08-04 10:17:36 by Adam Ciarcinski | Files touched by this commit (3) | |
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:
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|