31 Commits

Author SHA1 Message Date
pyup-bot
56c4534c3e Update fs from 2.4.3 to 2.4.4 2019-03-04 07:24:07 -08:00
Cosimo Lupo
55c7af9e86
Merge branch 'master' into pyup-scheduled-update-2019-02-25 2019-02-27 17:10:00 -08:00
Cosimo Lupo
a288bbf580 requirements.txt: pin munkres to latest py2 compatible version
As of version 1.1.0, munkres no longer supports Python 2.
https://github.com/bmc/munkres

hence it fails on pypy2 on Travis:
https://travis-ci.org/fonttools/fonttools/jobs/498219661

so we tell pyup bot to ignore it.
2019-02-27 17:09:31 -08:00
pyup-bot
a54caa4975 Update fs from 2.3.1 to 2.4.3 2019-02-25 15:22:07 +00:00
pyup-bot
c46cb4deb5 Update munkres from 1.0.12 to 1.1.2 2019-02-25 15:22:05 +00:00
pyup-bot
33a39a94e1 Update fs from 2.2.1 to 2.3.1 2019-02-11 16:14:10 +01:00
pyup-bot
901eaf41c1 Update scipy from 1.2.0 to 1.2.1 2019-02-11 16:14:08 +01:00
Nikolaus Waxweiler
f47fee933c
ufoLib, fs calls: Replace deprecated getbytes with readbytes (#1445)
fs 2.2.0 comes with some renamed APIs.
2019-01-15 09:49:24 +00:00
pyup-bot
1cc95db391 Update fs from 2.1.2 to 2.1.3 2018-12-31 15:07:08 +00:00
pyup-bot
0b4663379f Update scipy from 1.1.0 to 1.2.0 2018-12-31 15:07:07 +00:00
pyup-bot
8d08a2eb3f Update zopfli from 0.1.4 to 0.1.6 2018-11-26 15:04:13 +00:00
pyup-bot
7c65ffa0e9 Update fs from 2.1.1 to 2.1.2 2018-11-12 15:06:09 +00:00
pyup-bot
743ecc8387 Update brotli from 1.0.1 to 1.0.7 2018-10-23 16:17:22 +01:00
Cosimo Lupo
d7cc75bb04
requirements.txt: use scipy on cpython, munkres on pypy 2018-10-18 15:40:32 +01:00
Cosimo Lupo
06f199f8f3
requirements.txt: pin fs module version
this is to make sure the test runs are more deterministic/reproducible
We'll set up pyup.io bot to keep this up to date
2018-10-18 15:40:07 +01:00
Cosimo Lupo
0ae200f310
requirements.txt: bump unicodedata2 to 11.0.0 2018-07-12 11:35:16 +01:00
Chris Simpkins
4602f75729 [requirements.txt] add zopfli dependency at version 0.1.4
zopfli at tagged release zopfli-1.0.2
2018-05-22 15:20:29 -04:00
Cosimo Lupo
06d1f64d40 requirements.txt: update brotli to 1.0.1 2017-11-13 11:28:44 +00:00
Cosimo Lupo
77e22c2d8d Update unicodedata2 to 10.0
Must include python3.6 (as that comes with Unicode 9.0).
Python 3.7 already has Unicode 10.0
2017-10-02 13:39:16 +01:00
Cosimo Lupo
06bbad548f
requirements.txt: update munkres 2017-05-30 14:20:57 +01:00
Cosimo Lupo
65909b8b76
requirements.txt: update brotli
Use current brotli==0.6.0 on CPython, and brotlipy==0.7.0 (CFFI-based
extension module) on PyPy.
2017-05-30 14:20:18 +01:00
Cosimo Lupo
cc08ab1050
add munkres to requirements.txt to test varLib.interpolatable 2017-03-07 11:24:16 +00:00
Cosimo Lupo
b8b30d8e55
[requirements.txt] add unicodedata2, for 3.5 and below
Note that we only use requirements.txt for running the test suite inside tox.
I didn't add (yet?) unicodedata2 module to 'install_requires' in setup.py.

Python 3.6 does not need it, as it's built-in unicodedata module is the
same as unicodedata2 backport.

PyPy is also excluded because currently there is no pre-compiled wheel
available for that implementation.
2017-03-02 13:27:49 +00:00
Cosimo Lupo
20cd11b0b0
requirements.txt: fetch Brotli from PyPI 2016-12-31 13:46:33 +01:00
Cosimo Lupo
1b2af584ff requirements.txt: use the latest Brotli 0.5.2 2016-08-12 11:14:42 +01:00
Cosimo Lupo
64d055c742 requirements.txt: download Brotli 0.4.0 pre-compiled wheel (or sdist) from Github Releases
this should speed up the Travis and Appveyor builds, as we don't need to compile
Brotli from source, at least on OSX and Windows. Linux will still use the
.tag.gz source distribution.
2016-08-06 11:30:41 +01:00
Cosimo Lupo
627a54d76f [requirements.txt] install Brotli from v0.3.0 tagged release 2016-02-07 01:04:20 +00:00
Cosimo Lupo
4c49cc6b6e requirements.txt: change commit hash to point to latest google/brotli HEAD
this is in order to compile brotli with old gcc without `-std=c++0x` flag
2015-12-09 12:59:47 +00:00
Cosimo Lupo
c1a1d39b22 [requirements.txt] pip install Brotli v0.2.0 2015-09-10 09:42:56 +01:00
Cosimo Lupo
00c3afd421 [requirements.txt] pip install Brotli-0.1.0 2015-08-11 15:24:50 +01:00
Cosimo Lupo
682971b524 add pip requirements.txt file containing brotli's git url
Check out Brotli repository at the commit afbec11 (current HEAD)
2015-08-07 18:23:41 +01:00