python-freetype-py/python-freetype-py.changes
Dirk Mueller 6d2a53da9b Accepting request 1006721 from home:yarunachalam:branches:devel:languages:python
- update to 2.3.0 
  * Add build rules for ARM 32 and 64 bits (#134).
  * Add ARM64 builds for PyPI (#139)
  * Add aarch64 builds for PyPI (#144)
  * Update bundled FreeType version to 2.12.0 and add support for SDF rendering (#141, #148)
  * Update bundled HarfBuzz to 4.2.1 (#148)
  * Declare Python 3.7 the minimum supported version (#148)
  * Fix bindings for FT_Outline (#142)
  * Expose binding to FT_Outline_EmboldenXY (#143)
  * Fix a Python 2 era print statement into a function call (#147)

OBS-URL: https://build.opensuse.org/request/show/1006721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freetype-py?expand=0&rev=12
2022-09-28 16:50:58 +00:00

58 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Wed Sep 28 15:40:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 2.3.0
* Add build rules for ARM 32 and 64 bits (#134).
* Add ARM64 builds for PyPI (#139)
* Add aarch64 builds for PyPI (#144)
* Update bundled FreeType version to 2.12.0 and add support for SDF rendering (#141, #148)
* Update bundled HarfBuzz to 4.2.1 (#148)
* Declare Python 3.7 the minimum supported version (#148)
* Fix bindings for FT_Outline (#142)
* Expose binding to FT_Outline_EmboldenXY (#143)
* Fix a Python 2 era print statement into a function call (#147)
-------------------------------------------------------------------
Tue Jul 14 06:40:43 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.2.0:
* Expose FT_Outline_Decompose() as Outline.decompose()
* examples/glyph-vector-decompose.py: Use larger size, and with
FT_LOAD_NO_BITMAP, to avoid loading embedded bitmaps
* Glyph.get_cbox: unbreak
* Improve variable font support with examples
* Update embedded FreeType and HarfBuzz in wheels to latest versions.
* Drop Python 2 support and 32 bit wheels.
- Update URL to use zip
- Update BuildRequires
- Drop bcond test now that upstream no longer supports Python 2
-------------------------------------------------------------------
Thu Sep 12 12:08:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.1.0.post1:
* no changelog given
-------------------------------------------------------------------
Fri Jun 7 13:55:56 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 2.1.0
* Freetype-py can now install the library with a bundled FreeType binary.
* Update bundled FreeType to 2.10.0
* Update bundled HarfBuzz to 2.3.1
* Add Python 3.7 builds to PyPI
* FT_Face can now be instantiated with a file path or a byte
stream from memory
* Fix bug where outline and bitmap could be off by one grid unit
in one of the examples, when extrema did not have on-curve points.
-------------------------------------------------------------------
Tue Dec 4 12:48:12 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Tue Nov 7 18:23:47 UTC 2017 - toddrme2178@gmail.com
- initial version