aboutsummaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO28
1 files changed, 22 insertions, 6 deletions
diff --git a/PKG-INFO b/PKG-INFO
index c2bfa255..e2bad13a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: fonttools
-Version: 4.14.0
+Version: 4.15.0
Summary: Tools to manipulate font files
Home-page: http://github.com/fonttools/fonttools
Author: Just van Rossum
@@ -254,6 +254,22 @@ Description: |Travis Build Status| |Appveyor Build status| |Coverage Status| |Py
Changelog
~~~~~~~~~
+ 4.15.0 (released 2020-09-21)
+ ----------------------------
+
+ - [plistlib] Added typing annotations to plistlib module. Set up mypy static
+ typechecker to run automatically on CI (#2061).
+ - [ttLib] Implement private ``Debg`` table, a reverse-DNS namespaced JSON dict.
+ - [feaLib] Optionally add an entry into the ``Debg`` table with the original
+ lookup name (if any), feature name / script / language combination (if any),
+ and original source filename and line location. Annotate the ttx output for
+ a lookup with the information from the Debg table (#2052).
+ - [sfnt] Disabled checksum checking by default in ``SFNTReader`` (#2058).
+ - [Docs] Document ``mtiLib`` module (#2027).
+ - [varLib.interpolatable] Added checks for contour node count and operation type
+ of each node (#2054).
+ - [ttLib] Added API to register custom table packer/unpacker classes (#2055).
+
4.14.0 (released 2020-08-19)
----------------------------
@@ -2021,13 +2037,13 @@ Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Requires-Python: >=3.6
+Provides-Extra: lxml
+Provides-Extra: symfont
Provides-Extra: ufo
-Provides-Extra: unicode
Provides-Extra: interpolatable
-Provides-Extra: plot
-Provides-Extra: symfont
Provides-Extra: all
-Provides-Extra: lxml
-Provides-Extra: woff
Provides-Extra: type1
+Provides-Extra: woff
+Provides-Extra: plot
+Provides-Extra: unicode
Provides-Extra: graphite