15
0

Accepting request 948286 from home:mcepl:branches:devel:languages:python

- Update to 7.0:
  - Fix spurious log messages when not breaking the lock.
  - 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.
  - Add a favicon and logos to the published documentation.
  - Use importlib.metadata.version() as a better way to get the
    package version number for the documentation.
  - Drop Python 3.6 support.
  - Update copyright years.
- Remove now irrelevant patch python-flufl.lock-fix-setup.patch.

OBS-URL: https://build.opensuse.org/request/show/948286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.lock?expand=0&rev=8
This commit is contained in:
2022-01-23 23:14:21 +00:00
committed by Git OBS Bridge
parent 9dabe5c6c1
commit 0c313387ec
5 changed files with 31 additions and 21 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jan 20 18:33:51 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 7.0:
- Fix spurious log messages when not breaking the lock.
- 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.
- Add a favicon and logos to the published documentation.
- Use importlib.metadata.version() as a better way to get the
package version number for the documentation.
- Drop Python 3.6 support.
- Update copyright years.
- Remove now irrelevant patch python-flufl.lock-fix-setup.patch.
-------------------------------------------------------------------
Wed Nov 17 09:13:16 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>