Accepting request 941189 from home:bnavigator:branches:devel:languages:python

- Update to v0.12.1
  * Require Python 3.7+ by @madig in #178
  * Removed legacy Font(path), use Font.open(path) instead by
    @anthrotype in #176
- Release 0.11.4
  * Fix Font's explicit data and images kwarg converters.
- Release 0.11.3
  * Ensure data and image stores are unlazified for direct
    comparisons (#165).
- Release 0.11.2
  * Internal change: Don't compare private Font attributes,
    cleaning up pytest assert displays (#160).
  * Internal change: Do not require wheel for all setuptools
    operations (#158).
- No setup.py: Build system now uses PEP517

OBS-URL: https://build.opensuse.org/request/show/941189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=10
This commit is contained in:
2021-12-17 10:48:41 +00:00
committed by Git OBS Bridge
parent 20b60bac25
commit 107098bad2
4 changed files with 34 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Dec 16 11:13:17 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v0.12.1
* Require Python 3.7+ by @madig in #178
* Removed legacy Font(path), use Font.open(path) instead by
@anthrotype in #176
- Release 0.11.4
* Fix Font's explicit data and images kwarg converters.
- Release 0.11.3
* Ensure data and image stores are unlazified for direct
comparisons (#165).
- Release 0.11.2
* Internal change: Don't compare private Font attributes,
cleaning up pytest assert displays (#160).
* Internal change: Do not require wheel for all setuptools
operations (#158).
- No setup.py: Build system now uses PEP517
-------------------------------------------------------------------
Mon Feb 22 15:44:45 UTC 2021 - Ben Greiner <code@bnavigator.de>