14
0

Accepting request 1110346 from home:Simmphonie:branches:devel:languages:python

- update to 1.5.2
  * Upgrade GitHub Actions #447
  * Support current versions of CPython #453
  * fix: force setuptools update + no duplicate runs in GH Actions #445
  * from importlib import reload for Python 3 #448
  * fix: correct 1.5.1 tag date in CHANGES #457
  * feat: 🩺 allow customized health check endpoint #442
  * fix: explicit optional types in config.py #472
  * chore: disable tests on Python3.6 #471
  * Upgrade to psf/black stable style 2023 #474
  * Update README to reflect run/update commands #451
  * chore: add help output for run and update to README #478
  * Update README.rst and config.py #470
  * chore: update docs folder #479
  * Bump waitress from 1.4.4 to 2.1.2 in /docker #454
  * Health endpoint usage is missing. #481
  * Feat/dependabot #493
  * fix: Add missing pip dependency #500
  * chore(auto-release-candidate-07-30-2023) #505

OBS-URL: https://build.opensuse.org/request/show/1110346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypiserver?expand=0&rev=15
This commit is contained in:
2023-09-12 07:12:16 +00:00
committed by Git OBS Bridge
parent 69754fa1c6
commit 4ab326d440
5 changed files with 56 additions and 16 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 11 14:23:34 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
- update to 1.5.2
* Upgrade GitHub Actions #447
* Support current versions of CPython #453
* fix: force setuptools update + no duplicate runs in GH Actions #445
* from importlib import reload for Python 3 #448
* fix: correct 1.5.1 tag date in CHANGES #457
* feat: 🩺 allow customized health check endpoint #442
* fix: explicit optional types in config.py #472
* chore: disable tests on Python3.6 #471
* Upgrade to psf/black stable style 2023 #474
* Update README to reflect run/update commands #451
* chore: add help output for run and update to README #478
* Update README.rst and config.py #470
* chore: update docs folder #479
* Bump waitress from 1.4.4 to 2.1.2 in /docker #454
* Health endpoint usage is missing. #481
* Feat/dependabot #493
* fix: Add missing pip dependency #500
* chore(auto-release-candidate-07-30-2023) #505
-------------------------------------------------------------------
Tue May 9 13:12:28 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>