15
0
Commit Graph

15 Commits

Author SHA256 Message Date
4828b2e81b - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=24
2025-03-26 05:22:01 +00:00
f2a0087db0 - update to 0.12.3:
* Update setup.py
  * Update fonttools to 4.54.1
  * Update base.reference doc
  * Fix copyData based on #758
- update to 0.12.2:
  * Replace remaining usage of assertEquals with assertEqual. See
  * Fixes/tweaks to documentation
  * Get guidelines from the mathInfo object directly. See #738
- drop fontParts-pr720-py312tests.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=21
2024-11-10 21:50:23 +00:00
3190176d3d Accepting request 1154444 from home:bnavigator:branches:devel:languages:python
- Build PEP517 wheel
- Clean old flavor directives
- Add fontParts-pr720-py312tests.patch gh#robotools/fontParts#720
  for python312 compatibility

OBS-URL: https://build.opensuse.org/request/show/1154444
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=19
2024-03-04 09:48:50 +00:00
0889c98806 - update to 0.12.1:
* Tweak to logic of `setStartSegment`
- update to 0.12.0:
  * Fixes to `setStartSegment` so that it keeps the start point
    on-curve and prevents setting a setting a start segment on an
    open contour (issues #709 and #412). Thanks @typesupply!
  * Fixes to docs and test setup. Boring things.
- Update to version 0.11.0
- version update to 0.10.8
- skip python 36 (no FontTools as that requries scipy)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=17
2023-12-07 21:29:54 +00:00
2bbe6b3036 - Remove python_module macro definition
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=15
2022-12-14 08:44:10 +00:00
b40f39388a Accepting request 1042709 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.11.0 
  * Expose the mathGlyph options. Thanks @typesupply! See #672
  * Set defaultLayer to "public.default" when its available. Fixes issue #674. Thanks @typemytype! See #675.
  * Add info.update to the info object. Thanks @typesupply! See #676

OBS-URL: https://build.opensuse.org/request/show/1042709
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=14
2022-12-14 08:41:19 +00:00
abc08cddce Accepting request 1006720 from home:yarunachalam:branches:devel:languages:python
- version update to 0.10.8 
  * add contour.setStartPoint + test by @typemytype in #668
- version update to 0.10.7
  * Update fonttools to 4.34.4 by @pyup-bot in #659
  * Update setuptools_scm to 7.0.5 by @pyup-bot in #660
  * move the code example above the list by @typemytype in #661
- version update to 0.10.6
  * Implement OpenFonts. by @typesupply in #651
- version update to 0.10.5
  * Add implementation for glyph.autoContourOrder() by @roberto-arista in #646
- version update to 0.10.4
  * copy and change the glyph.name when ever the name is not the same by @typemytype in #634
- version update to 0.10.3
  * fix doc strings for getCharacterMapping and getReverseComponentMapping by @arialcrime in #626
  * force change the default layer name to the source defaultLayerName by @typemytype in #630

OBS-URL: https://build.opensuse.org/request/show/1006720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=12
2022-09-28 16:50:42 +00:00
975ed14e51 Accepting request 955267 from home:pgajdos:python
- version update to 0.10.2
  0.10.1 (released 2021-12-28)
  ---------------------------
  - Update to use Collections.abc.Hashable by @benkiel in #622
  - Start testing Python 3.10 by @benkiel in #619
  
  0.10.0 (released 2021-12-28)
  ---------------------------
  - 2021-12-28: Drops support for Python 3.6
  - 2021-12-14: Adds tempLib, #615 (thanks @typemytype!)
  - Improved docs with #605 and #607. Thanks @driehuis and @arrowtype!

OBS-URL: https://build.opensuse.org/request/show/955267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=11
2022-02-16 16:33:00 +00:00
e1b8b4db1e Accepting request 940878 from home:bnavigator:branches:devel:languages:python
- Update to 0.9.11
  * Fixes inserting a segment with an open contour, #601
- Skip python36: FontTools dropped support

OBS-URL: https://build.opensuse.org/request/show/940878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=10
2021-12-17 21:35:58 +00:00
a5e6198f88 Accepting request 880815 from home:bnavigator:branches:devel:languages:python
- Update to 0.9.10
  * Update to Defcon 0.8.0
- Release 0.9.9
  * Fixed import of version.
- Release 0.9.8
  * Add support for quadratic curves with no on-curve points in
    Contour and Segment.
- Release 0.9.7
  * Change to github actions for CI and release.
  * fontShell returns None when referenced file name doesn't exist
    for an Image
- Release 0.9.6
  * fontShell has changed() implemented now
- Release 0.9.5
  * Fix for contours not getting updated in fontShell
  * Fix for error message in normalizeKerningKey
- Release 0.9.4
  * Fixed release build
- Release 0.9.3
  *  All rounding uses otRound. #536, fixes #533.
  *  Allow contour.segment to be empty (#480).
  *  Image file names now get a png file extension (#482).
  *  Fixed error in setting contour index (#488).
  *  Fixed error in PointPositionMixin (#486, fixed by #491)
  *  Added option to turn off normalizer tests
  *  Test fixes and updates. #512.
  *  various: Documentation updates and corrections
- reinstate python36 build (python36-FontTools is available)
- skip python2 for Leap

OBS-URL: https://build.opensuse.org/request/show/880815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=8
2021-03-24 08:04:44 +00:00
fd92f35b2e - skip python 36 (no FontTools as that requries scipy)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=6
2021-02-13 10:27:18 +00:00
Tomáš Chvátal
0bbd1243ef OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=4 2020-05-26 09:15:08 +00:00
Tomáš Chvátal
9e15a9bf44 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=3 2020-05-26 09:06:03 +00:00
Tomáš Chvátal
6bee622634 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=2 2020-05-26 08:25:52 +00:00
Tomáš Chvátal
8df0c25c92 Accepting request 808920 from home:alarrosa:branches:devel:languages:python
New package python-fontParts

OBS-URL: https://build.opensuse.org/request/show/808920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=1
2020-05-26 08:21:30 +00:00