aboutsummaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO30
1 files changed, 22 insertions, 8 deletions
diff --git a/PKG-INFO b/PKG-INFO
index d64332fc..b302ec90 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: fonttools
-Version: 3.41.2
+Version: 3.42.0
Summary: Tools to manipulate font files
Home-page: http://github.com/fonttools/fonttools
Author: Just van Rossum
@@ -238,8 +238,8 @@ Description: |Travis Build Status| |Appveyor Build status| |Coverage Status| |Py
To use the latest available data, you can install:
* `unicodedata2 <https://pypi.python.org/pypi/unicodedata2>`__:
- ``unicodedata`` backport for Python 2.7 and 3.5 updated to the latest
- Unicode version 9.0. Note this is not necessary if you use Python 3.6
+ ``unicodedata`` backport for Python 2.7 and 3.x updated to the latest
+ Unicode version 12.0. Note this is not necessary if you use Python 3.8
as the latter already comes with an up-to-date ``unicodedata``.
*Extra:* ``unicode``
@@ -415,6 +415,20 @@ Description: |Travis Build Status| |Appveyor Build status| |Coverage Status| |Py
Changelog
~~~~~~~~~
+ 3.42.0 (released 2019-05-28)
+ ----------------------------
+
+ - [OS/2] Fixed sign of ``fsType``: it should be ``uint16``, not ``int16`` (#1619).
+ - [subset] Skip out-of-range class values in mark attachment (#1478).
+ - [fontBuilder] Add an empty ``DSIG`` table with ``setupDummyDSIG`` method (#1621).
+ - [varLib.merger] Fixed bug whereby ``GDEF.GlyphClassDef`` were being dropped
+ when generating instance via ``varLib.mutator`` (#1614).
+ - [varLib] Added command-line options ``-v`` and ``-q`` to configure logging (#1613).
+ - [subset] Update font extents in head table (#1612).
+ - [subset] Make --retain-gids truncate empty glyphs after the last non-empty glyph
+ (#1611).
+ - [requirements] Updated ``unicodedata2`` backport for Unicode 12.0.
+
3.41.2 (released 2019-05-13)
----------------------------
@@ -1742,13 +1756,13 @@ Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
-Provides-Extra: lxml
Provides-Extra: all
-Provides-Extra: woff
+Provides-Extra: symfont
+Provides-Extra: graphite
Provides-Extra: unicode
Provides-Extra: interpolatable
+Provides-Extra: lxml
+Provides-Extra: ufo
+Provides-Extra: woff
Provides-Extra: plot
Provides-Extra: type1
-Provides-Extra: ufo
-Provides-Extra: symfont
-Provides-Extra: graphite