Cosimo Lupo
|
b84eb25a50
|
glifLib: do not cache the output of getGLIF
Fixes https://github.com/unified-font-object/ufoLib/issues/80
|
2018-10-10 12:37:32 +01:00 |
|
Cosimo Lupo
|
5b85d8eaba
|
README: remove mention of 'ufo4' branch [skip ci]
that work has been merged. We keep the branch for historical reasons mostly.
|
2018-10-10 11:01:55 +01:00 |
|
Cosimo Lupo
|
f2018e2a26
|
skip (and warn) if could not set modified time
Fixes https://github.com/unified-font-object/ufoLib/issues/48
|
2018-10-10 10:54:57 +01:00 |
|
Cosimo Lupo
|
9b88135931
|
accept both int or long as valid integer types on py27
Fixes https://github.com/unified-font-object/ufoLib/issues/52
|
2018-10-10 10:54:57 +01:00 |
|
Cosimo Lupo
|
a09abd7feb
|
add UFOFileStructure enum to __all__
|
2018-10-10 10:54:57 +01:00 |
|
Cosimo Lupo
|
14dd3347f1
|
make _sniffFileStructure private
|
2018-10-10 10:54:57 +01:00 |
|
Cosimo Lupo
|
dfe3cb5ea0
|
requirements.txt: pin enum34 version
|
2018-10-10 10:54:57 +01:00 |
|
Cosimo Lupo
|
ccec17dd4d
|
Merge pull request #172 from unified-font-object/ufoz-rebased
Add ZIP support to UFO (rebased)
|
2018-10-09 18:37:42 +01:00 |
|
Cosimo Lupo
|
7101e62863
|
Bump version: 2.4.0.dev0 → 3.0.0.dev0
|
2018-10-09 18:33:14 +01:00 |
|
Cosimo Lupo
|
81e0855cc7
|
must decode incoming user paths on py2, pyfilesystem2 requires unicode paths
with this the defcon test suite passes on both py2 and py3. I think i'm done for now.
|
2018-10-09 18:20:10 +01:00 |
|
Khaled Hosny
|
24226fd592
|
Put back __future__ import
|
2018-10-09 18:43:34 +02:00 |
|
Cosimo Lupo
|
37e3f3bcb3
|
Add tests/test_UFOZ.py
we'll add more tests later
|
2018-10-09 17:32:15 +01:00 |
|
Cosimo Lupo
|
57bc0264f5
|
don't attempt to remove empty optional files if writing new UFO from scratch
and don't strip trailing '/', keep input path as is. It should not be
used by anybody, anyway.
|
2018-10-09 17:17:40 +01:00 |
|
Khaled Hosny
|
e1047a3177
|
Sort imports
Also remove unused __future__ imports.
|
2018-10-09 17:25:40 +02:00 |
|
Khaled Hosny
|
13de4f30c2
|
[Snippets] Improve otf2ttf.py post table message
|
2018-10-09 17:25:40 +02:00 |
|
Khaled Hosny
|
5ad27dfb40
|
[Snippets] Handle post table overflow in otf2ttf.py
Fixes https://github.com/fonttools/fonttools/issues/1329
|
2018-10-09 17:25:40 +02:00 |
|
Khaled Hosny
|
c9f79af8ce
|
[Snippets] Allow otf2ttf.py to take in TTC fonts
Processes individual faces only, though. No support for writing out font
collections.
|
2018-10-09 17:25:40 +02:00 |
|
Cosimo Lupo
|
3bb859fe90
|
tests: add *.ufoz test file
Compressed using `zip` utility
$ cd tests/testdata
$ zip -9 -r "TestFont1 (UFO3).ufoz" "TestFont1 (UFO3).ufo"
|
2018-10-09 15:47:46 +01:00 |
|
Cosimo Lupo
|
7321c2d91f
|
tests: add UFO3 test font
|
2018-10-09 15:42:58 +01:00 |
|
Cosimo Lupo
|
032aa7b6ac
|
minor: diff noise, docstrings, etc. [skip ci]
|
2018-10-09 15:18:33 +01:00 |
|
Cosimo Lupo
|
7ef045c88f
|
minor [skip ci]
|
2018-10-09 14:20:52 +01:00 |
|
Cosimo Lupo
|
6ec8b72b6a
|
remove _common module, put shared methods in ufoLib.__init__
and moved the import ufoLib.glifLib outside from global module scope to
avoid circular import issues
|
2018-10-09 14:13:28 +01:00 |
|
Cosimo Lupo
|
20c3c1b227
|
move datetimeAsTimestamp func to utils.py module
|
2018-10-09 14:03:49 +01:00 |
|
Cosimo Lupo
|
3de05dde2f
|
remove runTests helper, just use pytest as runner from now on
|
2018-10-09 13:44:34 +01:00 |
|
Cosimo Lupo
|
c40bfd3a0d
|
setup.cfg: ignore deprecation warnings that we ourselves raise in tests
|
2018-10-09 13:31:56 +01:00 |
|
Cosimo Lupo
|
fa68a5dc94
|
MANIFEST.in: add tests modules and data files to sdist
|
2018-10-09 13:18:43 +01:00 |
|
Cosimo Lupo
|
66ce3d50b5
|
move test suite outside of Lib/ufoLib
Fixes https://github.com/unified-font-object/ufoLib/issues/165
|
2018-10-09 13:15:54 +01:00 |
|
Cosimo Lupo
|
5131c1a0e6
|
Bump version: 2.3.2 → 2.4.0.dev0
|
2018-10-09 12:40:08 +01:00 |
|
Cosimo Lupo
|
56b4505913
|
various cleanups: use pyfilesystem2 API directly, remove ufoLib.filesystem
Among other things, this allows clients to inject an already
instantiated FS object in both the UFOReader/UFOWriter 'path'
argument.
|
2018-10-08 18:06:07 +01:00 |
|
Cosimo Lupo
|
52ec18be96
|
Merge remote-tracking branch 'origin/master' into ufoz-rebased
|
2018-10-03 15:52:45 +01:00 |
|
Cosimo Lupo
|
7426785166
|
tox.ini: update fs to 2.1.1
|
2018-10-03 13:04:49 +01:00 |
|
Cosimo Lupo
|
1692d237e7
|
Release 2.3.2
|
2018-10-02 13:53:16 +01:00 |
|
Cosimo Lupo
|
bfc95edf43
|
travis: update encrypted PyPI credentials; use twine directly to upload
|
2018-10-02 13:50:56 +01:00 |
|
Cosimo Lupo
|
b19e868cd6
|
test note with non-ASCII characters
|
2018-10-02 13:31:11 +01:00 |
|
Cosimo Lupo
|
e658d674e0
|
glifLib: Element.text must be unicode, not UTF-8 bytes
Fixes https://github.com/googlei18n/fontmake/issues/467
|
2018-10-02 13:24:12 +01:00 |
|
Ben Kiel
|
b1ec81ab56
|
Merge pull request #171 from unified-font-object/pyup-scheduled-update-2018-09-24
Scheduled weekly dependency update for week 38
|
2018-10-01 11:26:48 -05:00 |
|
Cosimo Lupo
|
0245f2c55a
|
loggingTools: add msg=None argument to CapturingLogHandler.assertRegex
like all the rest of unittest.TestCase assertSomething
|
2018-09-28 19:10:50 +01:00 |
|
Behdad Esfahbod
|
d258333007
|
[iup] Fix comment
|
2018-09-27 17:41:09 -04:00 |
|
Rob McKaughan
|
7d59b729ab
|
Include nameIDs referenced by STAT table
|
2018-09-26 14:50:22 -04:00 |
|
pyup-bot
|
eae6de9c7e
|
Update fonttools from 3.29.1 to 3.30.0
|
2018-09-24 19:44:09 +01:00 |
|
Sascha Brawer
|
2011ccf6ec
|
[morx] Clean up compilation of AAT action tables; add more tests
|
2018-09-24 20:15:54 +02:00 |
|
Sascha Brawer
|
4a1871ff62
|
[morx] Support AAT action type to insert glyphs
|
2018-09-24 18:14:01 +02:00 |
|
Michiharu Ariza
|
90176ef842
|
--no-hinting to drop LanguageGroup etc
|
2018-09-19 22:33:39 +02:00 |
|
Cosimo Lupo
|
57dda7a5be
|
NEWS.rst: minor: use two backticks for code [skip ci]
|
2018-09-18 16:27:16 +01:00 |
|
Cosimo Lupo
|
ac933ac2d3
|
Bump version: 3.30.0 → 3.30.1.dev0
|
2018-09-18 16:22:57 +01:00 |
|
Cosimo Lupo
|
1699384cef
|
Release 3.30.0
|
2018-09-18 16:22:57 +01:00 |
|
Cosimo Lupo
|
4243cd9e0d
|
Update changelog
|
2018-09-18 16:21:58 +01:00 |
|
Cosimo Lupo
|
6deeb70acb
|
Revert "Merge pull request #1289 from BlackFoundry/master"
This reverts commit 492c8cef106dbcc0b8154bcc969b77777906b009, reversing
changes made to 4bf522abe3b2c65f54699b748336f31a9ce8a3ea.
|
2018-09-18 14:24:44 +01:00 |
|
Cosimo Lupo
|
492c8cef10
|
Merge pull request #1289 from BlackFoundry/master
[merge] CFF tables
|
2018-09-16 22:09:25 +02:00 |
|
Cosimo Lupo
|
4bf522abe3
|
Merge pull request #1318 from khaledhosny/skip-pairpos-nocov
[feaLib] Skip noop class PairPos subtables
|
2018-09-16 12:41:45 +02:00 |
|