15
0

Accepting request 1195288 from home:frantisek.simorda:branches:openSUSE:Factory

- Update to 5.0:
   * @public is now properly type annotated.
   * Adopt hatch test and hatch fmt commands. (GL#25)
   * @public and @private now raise TypeError instead of ValueError if __all__ is not a concrete list object. (GL#26)
   * Other minor coding improvements identified by ruff.
   * Switch to Trusted Publishing for publishing new versions to PyPI. (GL#24)
- version 4.1:
   * Add support for Python 3.12. (GL#22)
   * Switch to hatch, replacing pdm and tox. (GL#21)

OBS-URL: https://build.opensuse.org/request/show/1195288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=18
This commit is contained in:
2024-08-30 10:49:54 +00:00
committed by Git OBS Bridge
parent 416b48153a
commit 5fd4d29710
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 22 11:40:10 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- Update to 5.0:
* @public is now properly type annotated.
* Adopt hatch test and hatch fmt commands. (GL#25)
* @public and @private now raise TypeError instead of ValueError if __all__ is not a concrete list object. (GL#26)
* Other minor coding improvements identified by ruff.
* Switch to Trusted Publishing for publishing new versions to PyPI. (GL#24)
- version 4.1:
* Add support for Python 3.12. (GL#22)
* Switch to hatch, replacing pdm and tox. (GL#21)
-------------------------------------------------------------------
Fri Jan 5 17:15:58 UTC 2024 - Dirk Müller <dmueller@suse.com>