Commit Graph

21 Commits

Author SHA256 Message Date
Ana Guerrero
1b69de691e Accepting request 1225981 from devel:languages:python
- update to 0.17.0:
  * Added `outputImpliedClosingLine` parameter to Glyph.draw() method

OBS-URL: https://build.opensuse.org/request/show/1225981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=10
2024-11-24 10:04:40 +00:00
3c11fcb6ed - update to 0.17.0:
* Added `outputImpliedClosingLine` parameter to Glyph.draw() method

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=19
2024-11-23 16:37:25 +00:00
Ana Guerrero
7daa40890d Accepting request 1225396 from devel:languages:python
- update to 0.16.1:
  * Drop support Python 3.7
  * Update testing dependencies and cattrs minimum version

OBS-URL: https://build.opensuse.org/request/show/1225396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=9
2024-11-21 14:14:45 +00:00
4a781c1fce - update to 0.16.1:
* Drop support Python 3.7
  * Update testing dependencies and cattrs minimum version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=17
2024-11-20 18:33:31 +00:00
Dominique Leuenberger
c00c43e869 Accepting request 1136818 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1136818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=8
2024-01-04 15:00:17 +00:00
bb3287ddd5 Accepting request 1136801 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1136801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=15
2024-01-04 14:13:06 +00:00
Dominique Leuenberger
f7218f2fd9 Accepting request 1132147 from devel:languages:python
- update to 0.16.0:
  * Added `tempLib` property to Font, Layer and Glyph (like
    defcon's)
  * raise appropriate error when extras not installed
  * Bring guideline invariants up to spec
  * Made lazily loaded ufoLib2.Font objects pickleable by
    automatically un-lazifying them in custom `__getstate__`
    method (e0f3d6af).
  * Added optional support for de/serializing all ufoLib2 objects
    from/to JSON or MessagePack.
  * This uses ``cattrs`` custom converters to
    unstructure/structure ufoLib2 objects to/from basic
    serializable data structures.
  * See docstring in ``ufoLib2.serde::serde`` or #230 for
    examples.

- Update to version 0.13.1
 * Component.move: apply delta to offset directly rather than
 * Typing: add GlyphSet protocol. More elegant than referring to
   Layer and Glyph explicitly, which nicely avoids circular
 * Add APIs Font.object_lib(obj) and Glyph.object_lib(obj) to
   explicitly handle the new public.objectLibs mechanism of
   attaching libs to anchors, guidelines, contours, components and
- skip python 3.6 build (no FontTools as it needs scipy)

OBS-URL: https://build.opensuse.org/request/show/1132147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=7
2023-12-09 21:53:36 +00:00
2470e5e33d - update to 0.16.0:
* Added `tempLib` property to Font, Layer and Glyph (like
    defcon's)
  * raise appropriate error when extras not installed
  * Bring guideline invariants up to spec
  * Made lazily loaded ufoLib2.Font objects pickleable by
    automatically un-lazifying them in custom `__getstate__`
    method (e0f3d6af).
  * Added optional support for de/serializing all ufoLib2 objects
    from/to JSON or MessagePack.
  * This uses ``cattrs`` custom converters to
    unstructure/structure ufoLib2 objects to/from basic
    serializable data structures.
  * See docstring in ``ufoLib2.serde::serde`` or #230 for
    examples.
- Update to version 0.13.1
 * Component.move: apply delta to offset directly rather than
 * Typing: add GlyphSet protocol. More elegant than referring to
   Layer and Glyph explicitly, which nicely avoids circular
 * Add APIs Font.object_lib(obj) and Glyph.object_lib(obj) to
   explicitly handle the new public.objectLibs mechanism of
   attaching libs to anchors, guidelines, contours, components and
- skip python 3.6 build (no FontTools as it needs scipy)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=13
2023-12-08 16:44:11 +00:00
Dominique Leuenberger
1f19aaed55 Accepting request 1009897 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1009897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=6
2022-10-12 16:22:28 +00:00
b22b923036 Accepting request 1009853 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.13.1 
  * Hotfix release to support cattrs v1.10.0 and set it as the minimum required version. It changed the name of a "omit if default"
    parameter that is relevant for our converters.

OBS-URL: https://build.opensuse.org/request/show/1009853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=11
2022-10-11 18:15:22 +00:00
Dominique Leuenberger
16eb48279f Accepting request 941192 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/941192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=5
2021-12-17 22:54:32 +00:00
7cadf9e452 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
2021-12-17 10:48:41 +00:00
Richard Brown
717433d333 Accepting request 874529 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/874529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=4
2021-02-25 17:27:01 +00:00
561fd60fe0 Accepting request 874378 from home:bnavigator:branches:devel:languages:python
- update to v0.11.1
 * Component.move: apply delta to offset directly rather than 
   translating, which fixes moving of flipped components.
 * Typing: add GlyphSet protocol. More elegant than referring to 
   Layer and Glyph explicitly, which nicely avoids circular 
   imports.
 * Some small typing fixes to circumvent microsoft/pyright#1297.
 * Add APIs Font.object_lib(obj) and Glyph.object_lib(obj) to 
   explicitly handle the new public.objectLibs mechanism of 
   attaching libs to anchors, guidelines, contours, components and 
   points.
- Reinstate python36 build. FontTools does not need scipy anymore.

OBS-URL: https://build.opensuse.org/request/show/874378
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=8
2021-02-23 10:10:39 +00:00
Dominique Leuenberger
a2f19d3935 Accepting request 871629 from devel:languages:python
- skip python 3.6 build (no FontTools as it needs scipy)

OBS-URL: https://build.opensuse.org/request/show/871629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=3
2021-02-15 22:18:16 +00:00
88d43fe980 - skip python 3.6 build (no FontTools as it needs scipy)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=6
2021-02-13 10:17:19 +00:00
Dominique Leuenberger
14d55c0c00 Accepting request 839731 from devel:languages:python
- update to 0.8.0
  * Added bounds and controlPointBounds properties to Layer and Font objects, like in defcon API.

OBS-URL: https://build.opensuse.org/request/show/839731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=2
2020-10-13 13:31:16 +00:00
Tomáš Chvátal
6b3933f952 Accepting request 822382 from home:mcalabkova:branches:devel:languages:python
- update to 0.8.0
  * Added bounds and controlPointBounds properties to Layer and Font objects, like in defcon API.

OBS-URL: https://build.opensuse.org/request/show/822382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=4
2020-07-23 13:19:08 +00:00
Yuchen Lin
7fd7dad985 Accepting request 808972 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=1
2020-05-29 19:22:18 +00:00
Tomáš Chvátal
0fc7d80f23 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=2 2020-05-26 09:21:32 +00:00
Tomáš Chvátal
97a78f3cd3 Accepting request 808924 from home:alarrosa:branches:devel:languages:python
New package python-ufoLib2

OBS-URL: https://build.opensuse.org/request/show/808924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=1
2020-05-26 09:18:54 +00:00