Cosimo Lupo
5c37b5d537
Bump version: 3.40.0 → 3.40.1.dev0
2019-04-08 17:43:59 +01:00
Cosimo Lupo
e969933038
Release 3.40.0
2019-04-08 17:43:58 +01:00
Cosimo Lupo
d2c462a0fb
Bump version: 3.39.0 → 3.39.1.dev0
2019-03-19 16:38:33 +00:00
Cosimo Lupo
88a9e718c4
Release 3.39.0
2019-03-19 16:38:33 +00:00
Cosimo Lupo
4e687c8327
Bump version: 3.38.0 → 3.38.1.dev0
2019-02-18 09:57:09 +00:00
Cosimo Lupo
517dde00b9
Release 3.38.0
2019-02-18 09:57:09 +00:00
Nikolaus Waxweiler
9739dc7d86
Bump version: 3.37.3 → 3.37.4.dev0
2019-02-05 12:50:18 +00:00
Nikolaus Waxweiler
e90d6f3166
Release 3.37.3
2019-02-05 12:50:17 +00:00
Nikolaus Waxweiler
6c0bcb9073
Convert line-endings back from DOS to Unix
2019-02-05 12:10:51 +00:00
Nikolaus Waxweiler
3892493fc5
Bump version: 3.37.2 → 3.37.3.dev0
2019-02-05 11:41:23 +00:00
Nikolaus Waxweiler
26da00ee54
Release 3.37.2
2019-02-05 11:41:21 +00:00
Denis Moyogo Jacquerye
303c7247e1
Bump version: 3.37.1 → 3.37.2.dev0
2019-02-05 09:26:05 +00:00
Denis Moyogo Jacquerye
adbec1fb91
Release 3.37.1
2019-02-05 09:26:05 +00:00
Cosimo Lupo
7d975f7ada
Bump version: 3.37.0 → 3.37.1.dev0
2019-01-28 21:56:19 +00:00
Cosimo Lupo
2def727585
Release 3.37.0
2019-01-28 21:56:18 +00:00
Cosimo Lupo
6367810c0e
Bump version: 3.36.0 → 3.36.1.dev0
2019-01-17 17:01:58 +00:00
Cosimo Lupo
3a6c66a284
Release 3.36.0
2019-01-17 17:01:57 +00:00
Cosimo Lupo
53ad36e42b
Bump version: 3.35.2 → 3.35.3.dev0
2019-01-14 14:26:25 +00:00
Cosimo Lupo
ea489baaf1
Release 3.35.2
2019-01-14 14:26:24 +00:00
Cosimo Lupo
a4ca702733
Bump version: 3.35.1 → 3.35.2.dev0
2019-01-09 11:15:01 +00:00
Cosimo Lupo
f3b80d3a2b
Release 3.35.1
2019-01-09 11:15:01 +00:00
Cosimo Lupo
29818c1ccf
Bump version: 3.35.0 → 3.35.1.dev0
2019-01-07 13:48:20 +00:00
Cosimo Lupo
9c5882014b
Release 3.35.0
2019-01-07 13:48:19 +00:00
Cosimo Lupo
2f2ccdc2c6
Bump version: 3.34.2 → 3.34.3.dev0
2018-12-17 13:37:11 +00:00
Cosimo Lupo
ad30eeffc8
Release 3.34.2
2018-12-17 13:37:11 +00:00
Cosimo Lupo
74ec7cec2a
Bump version: 3.34.1 → 3.34.2.dev0
2018-12-17 13:16:01 +00:00
Cosimo Lupo
1dbfb09587
Release 3.34.1
2018-12-17 13:16:00 +00:00
Cosimo Lupo
6e1e0b73f1
Bump version: 3.34.0 → 3.34.1.dev0
2018-12-14 11:19:05 +00:00
Cosimo Lupo
c14701c820
Release 3.34.0
2018-12-14 11:19:04 +00:00
Denis Moyogo Jacquerye
889d683064
Bump version: 3.33.0 → 3.33.1.dev0
2018-11-30 14:20:33 +00:00
Denis Moyogo Jacquerye
3431770225
Release 3.33.0
2018-11-30 14:20:32 +00:00
Cosimo Lupo
87894641c0
pytest 4.0 doesn't recognize module name if listed in 'testpaths'
...
'fontTools' is not a folder name, but the import name of the package
where we have some doctests to be discovered and run.
even though we have --pyargs option (which makes pytest first attempt
to treat any positional arguments as module import names), with the
latest pytest 4.0.0 our tests started to fail as if the new pytest
is evaluating the default 'testpaths' (as defined in setup.cfg, used
when no arguments are supplied to pytest) _before_ the --pyargs
option, and thus it thinks that 'fontTools' is a directory name
instead of a package name...
This a workaround. It also means that if one runs `pytest` without
arguments, only the tests inside `Tests` directory are going to be
run automatically, and not also the doctests inside fontTools package.
When running the test suite using tox, all tests are run, both
those in Tests folder and the doctests in fontTools.
2018-11-15 08:47:20 +00:00
Cosimo Lupo
3ac256012a
Bump version: 3.32.0 → 3.32.1.dev0
2018-11-01 12:58:53 +00:00
Cosimo Lupo
aa7d99080a
Release 3.32.0
2018-11-01 12:58:52 +00:00
Cosimo Lupo
e2478f8911
setup.cfg: add ALLOW_UNICODE and ELLIPSIS to pytest's 'doctest_optionflags'
2018-10-22 11:20:24 +01:00
Cosimo Lupo
edd01b3fa0
Bump version: 3.31.0 → 3.31.1.dev0
2018-10-21 19:09:09 +01:00
Cosimo Lupo
3230dec69b
Release 3.31.0
2018-10-21 19:05:10 +01:00
Cosimo Lupo
f9f7363fc0
setup.cfg: mute some warnings from pytest log
...
https://github.com/fonttools/fonttools/issues/868
2018-10-18 15:40:32 +01:00
Cosimo Lupo
eb08cc0fbe
setup.py: remove pytest-runner; require pytest to run tests
...
python setup.py test no longer works. The 'tests_require' keyword in setup()
is no longer supported by setuptools.
We use tox to bootstrap the test environment, so we don't need that
2018-10-18 15:40:07 +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
388e0893fb
Bump version: 3.29.1 → 3.29.2.dev0
2018-09-10 10:26:41 +02:00
Cosimo Lupo
8b8384887e
Release 3.29.1
2018-09-10 10:26:40 +02:00
Cosimo Lupo
d125f52339
Bump version: 3.29.0 → 3.29.1.dev0
2018-07-26 15:12:56 +01:00
Cosimo Lupo
2ff6f930a1
Release 3.29.0
2018-07-26 15:12:55 +01:00
Cosimo Lupo
f251c8d665
Bump version: 3.28.0 → 3.28.1.dev0
2018-06-19 17:30:35 +01:00
Cosimo Lupo
37ed01cb4f
Release 3.28.0
2018-06-19 17:30:34 +01:00
Cosimo Lupo
1eddd0dcd2
Bump version: 3.27.1 → 3.27.2.dev0
2018-06-11 19:37:29 +01:00
Cosimo Lupo
05c3a6f44a
Release 3.27.1
2018-06-11 19:37:28 +01:00
Cosimo Lupo
bf5c3a42c6
Bump version: 3.27.0 → 3.27.1.dev0
2018-06-11 14:05:04 +01:00