15
0

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

- Update to v3.1.1
  * Improvements to the GitLab CI integration.
- version 3.1 (2022-08-27)
  * Fix a typo in pyproject.toml file.
  * Exclude certain local cache files from the sdist/wheel.
  * Add support for Python 3.11.
  * Updates for pdm and dependencies.
- version 3.0.1 (2022-01-10)
  * Fix a typo in the README.rst.
- version 3.0 (2022-01-10)
  * Use modern package management by adopting pdm and pyproject.toml, and dropping setup.py and setup.cfg.
  * Build the docs with Python 3.8.
  * Update to version 3.0 of Sybil.
  * Adopt the Furo documentation theme.
  * Use importlib.metadata.version() as a better way to get the package version number for the documentation.
  * Drop Python 3.6 support.
  * Update Windows GitLab runner to include Python 3.10.
  * Update copyright years.
  * The master branch is renamed to main. (GL#11)

OBS-URL: https://build.opensuse.org/request/show/1040311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=8
This commit is contained in:
2022-12-05 17:31:03 +00:00
committed by Git OBS Bridge
parent f23123b6fa
commit f248e24dc9
5 changed files with 58 additions and 16 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Dec 4 20:31:51 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
- Update to v3.1.1
* Improvements to the GitLab CI integration.
- version 3.1 (2022-08-27)
* Fix a typo in pyproject.toml file.
* Exclude certain local cache files from the sdist/wheel.
* Add support for Python 3.11.
* Updates for pdm and dependencies.
- version 3.0.1 (2022-01-10)
* Fix a typo in the README.rst.
- version 3.0 (2022-01-10)
* Use modern package management by adopting pdm and pyproject.toml, and dropping setup.py and setup.cfg.
* Build the docs with Python 3.8.
* Update to version 3.0 of Sybil.
* Adopt the Furo documentation theme.
* Use importlib.metadata.version() as a better way to get the package version number for the documentation.
* Drop Python 3.6 support.
* Update Windows GitLab runner to include Python 3.10.
* Update copyright years.
* The master branch is renamed to main. (GL#11)
-------------------------------------------------------------------
Tue Jan 11 20:25:53 UTC 2022 - Ben Greiner <code@bnavigator.de>