~silnrsi/smith/+git/ufolib-master:pyup-scheduled-update-2019-01-21

Last commit made on 2019-01-21
Get this branch:
git clone -b pyup-scheduled-update-2019-01-21 https://git.launchpad.net/~silnrsi/smith/+git/ufolib-master

Branch merges

Branch information

Name:
pyup-scheduled-update-2019-01-21
Repository:
lp:~silnrsi/smith/+git/ufolib-master

Recent commits

c30452f... by pyup-bot <email address hidden>

Update fs from 2.1.1 to 2.2.1

4219617... by pyup-bot <email address hidden>

Update fonttools from 3.30.0 to 3.36.0

1ec1d4e... by pyup-bot <email address hidden>

Update lxml from 4.2.5 to 4.3.0

e09067d... by Cosimo Lupo <email address hidden>

Merge pull request #190 from gferreira/master

adding note in README about move to fontTools.ufoLib

46e4bde... by Gustavo Ferreira <email address hidden>

adding note in README about move to fontTools.ufoLib

49c7bd1... by Cosimo Lupo <email address hidden>

Release 3.0.0

71d3f55... by Cosimo Lupo <email address hidden>

Merge pull request #174 from unified-font-object/mit

relicense as MIT

8cb02c0... by Cosimo Lupo <email address hidden>

relicense as MIT

https://github.com/fonttools/fonttools/issues/1095#issuecomment-428533389

59cb035... by Cosimo Lupo <email address hidden>

minor: ensure self._path is a unicode string

58455d9... by Cosimo Lupo <email address hidden>

setModificationTime should not warn if path does not exist

the self._path argument of UFOWriter is not always an existing local filesystem
path. It may be a fallback string repr like '<memfs>' when the filesystem
being used does not map to the local OS filesystem (like MemoryFS)