14
0

- Update to 2.3.2:

* use importlib_resources only when needed (#627)
  * use json client for update (#588)
  * solve deprecated types-pkg_resources (#589)
  * Update Deprecated Compose Commands for Pypiserver Services (#583)
  * Updated HTML formatting (#580) (#581)
  * deprecated setuptools.py when building in package.sh (#568)
  * use the right env variables in release-tag workflow (#569)
  * Handle tar.xz archives (#536)
  * support Python 3.12 (#539)
  * add tar xz test case (#538)
  * specify long_description as MD type (#532)
  * simpler release_tag action (#530)
  * Json Info for the same version (#511)
  * Switch default hash-algo to sha256 (#459)
  * cleanup release process (#516)
  * TOC internal links (#520)
- Correct URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypiserver?expand=0&rev=17
This commit is contained in:
2024-12-05 01:52:33 +00:00
committed by Git OBS Bridge
parent 4ab326d440
commit c3a1172b86
4 changed files with 39 additions and 13 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Dec 5 01:52:18 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.3.2:
* use importlib_resources only when needed (#627)
* use json client for update (#588)
* solve deprecated types-pkg_resources (#589)
* Update Deprecated Compose Commands for Pypiserver Services (#583)
* Updated HTML formatting (#580) (#581)
* deprecated setuptools.py when building in package.sh (#568)
* use the right env variables in release-tag workflow (#569)
* Handle tar.xz archives (#536)
* support Python 3.12 (#539)
* add tar xz test case (#538)
* specify long_description as MD type (#532)
* simpler release_tag action (#530)
* Json Info for the same version (#511)
* Switch default hash-algo to sha256 (#459)
* cleanup release process (#516)
* TOC internal links (#520)
- Correct URL.
-------------------------------------------------------------------
Mon Sep 11 14:23:34 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>