15
0
forked from pool/python-defcon

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

- Update to 0.9.0
  * Makes glyph.image object “sticky”, just like lib objects (#352)
  * Adds a .tempLib to font, layer, and glyph that is available for
    the life of the object and is never saved with the ufo. (#367)
- Skip python36: FontTools now dropped it.

OBS-URL: https://build.opensuse.org/request/show/940848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-defcon?expand=0&rev=12
This commit is contained in:
2021-12-17 10:36:54 +00:00
committed by Git OBS Bridge
parent d253a320b9
commit 97fc0910f2
4 changed files with 28 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 16 10:22:57 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.9.0
* Makes glyph.image object “sticky”, just like lib objects (#352)
* Adds a .tempLib to font, layer, and glyph that is available for
the life of the object and is never saved with the ufo. (#367)
- Skip python36: FontTools now dropped it.
-------------------------------------------------------------------
Tue Mar 23 19:23:58 UTC 2021 - Benjamin Greiner <code@bnavigator.de>