Commit Graph

158 Commits

Author SHA1 Message Date
David Lord
e2f673e604
update markupsafe minimum version 2021-05-11 14:21:06 -07:00
David Lord
8169a9db2a
update minimum install requirements 2021-04-16 08:21:12 -07:00
David Lord
e381730a73
move version to setup.cfg 2021-02-24 09:50:00 -08:00
David Lord
a30f92d246
fix new formatting issues 2021-01-30 23:07:30 -08:00
David Lord
cd41cacc5f
move metadata to setup.cfg 2020-07-01 09:33:03 -07:00
David Lord
42edc13290
stop building universal wheel 2020-02-05 08:37:40 -08:00
David Lord
4b8d839e1e
start version 3.0.0 2020-01-27 13:51:27 -08:00
David Lord
9ff27f64a9
add python 3.8 classifier, clean up changelog 2020-01-26 22:24:57 -08:00
David Lord
4a59ac9514
Revert "rename imports to jinja"
This reverts commit 1167525b73.
2020-01-26 21:12:52 -08:00
David Lord
4ec93a454b
Revert "add warning and alias for jinja2"
This reverts commit fc9c60ba45.
2020-01-26 21:12:47 -08:00
David Lord
fc9c60ba45
add warning and alias for jinja2 2020-01-10 15:30:16 -08:00
David Lord
1167525b73
rename imports to jinja 2020-01-10 15:30:16 -08:00
David Lord
e1e1e7d18b
move to src directory 2020-01-09 10:38:52 -08:00
David Lord
544c2e9501
Merge branch '2.10.x' 2019-10-04 11:59:18 -07:00
Adrian
218e77d77d
Fix typo in setup.py 2019-10-04 20:46:10 +02:00
David Lord
38165dfeba
Merge branch '2.10.x' 2019-10-04 11:22:50 -07:00
David Lord
65da441ee7
update project metadata 2019-10-04 11:17:12 -07:00
Alex Chan
beb1fc6dbc Add docs, code and issue tracker links to setup.py 2019-09-22 09:52:15 +01:00
David Lord
ac6131d9b7
standardize license 2019-07-17 08:01:46 -07:00
David Lord
c4c4088945
release 2.10.1 2019-04-06 11:02:53 -07:00
Jon Dufresne
1b55cb7a45 Add testing and document support for Python 3.7 & pypy3 2018-12-08 10:07:56 -08:00
David Lord
7a6704db55
Merge pull request #797 from jdufresne/pyreq
Pass python_requires argument to setuptools
2018-08-30 07:09:27 -07:00
Jon Dufresne
33d6401e59 Add trove classifier for PyPy support
Tested during CI since 761da6ff61.
2018-08-29 21:03:24 -07:00
Jon Dufresne
ccac9402fc Pass python_requires argument to setuptools
Helps pip decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

> If your project only runs on certain Python versions, setting the
> python_requires argument to the appropriate PEP 440 version specifier
> string will prevent pip from installing the project on other Python
> versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

> python_requires
>
> A string corresponding to a version specifier (as defined in PEP 440)
> for the Python version, used to specify the Requires-Python defined in
> PEP 345.
2018-08-29 20:25:02 -07:00
Florian Bruhin
5425921899 Also drop Python 2.6 2018-06-27 21:48:02 +02:00
Florian Bruhin
d1fb22fd45 Drop Python 3.3 support
It's currently broken on Travis (as it was dropped in 'wheel'), so continuing to
support it is probably not worth the pain.
2018-06-27 16:13:52 +02:00
Unknown
778ccb22e9 Trivial typos
Most non-user facing.
2017-11-08 20:02:28 -05:00
David Lord
b2dd36b60f
Bump version number to 2.11.dev 2017-11-08 12:02:36 -08:00
David Lord
78d2f67214
Bump version number to 2.10 2017-11-08 11:58:35 -08:00
David Lord
d905cf0b6c Merge pull request #703 from jdufresne/https
In documentation, prefer https over http when available
2017-04-09 15:57:56 -07:00
Jon Dufresne
3b1ddea8ac In documentation, prefer https over http when available 2017-04-09 15:21:05 -07:00
Jon Dufresne
27fffd4dcb Add trove classifier for Python 3.6 2017-04-09 14:24:33 -07:00
Bruno Guberfain do Amaral
ad2d90e78d Fixed incorrect merge in setup.py
I just don't know if the correct version is 2.9.7.dev or 2.10.dev
2017-04-05 11:01:25 -03:00
Armin Ronacher
c1cd154278 Merge branch '2.9-maintenance' 2017-04-03 15:12:08 +02:00
Armin Ronacher
5b335b7a9e 2.9.7-dev 2017-04-03 15:11:44 +02:00
Armin Ronacher
d78a1b079c Bump version number to 2.9.6 2017-04-03 15:11:27 +02:00
Armin Ronacher
b5d4599a74 2.9.6-dev 2017-01-28 15:43:46 +01:00
Armin Ronacher
09f8b2b2d1 Bump version number to 2.9.5 2017-01-28 15:42:29 +01:00
Armin Ronacher
256ad51137 2.9.5-dev 2017-01-10 09:24:24 +01:00
Armin Ronacher
df8296af7e Bump version number to 2.9.4 2017-01-10 09:24:10 +01:00
Armin Ronacher
b8bd94afda 2.9.4-dev 2017-01-08 22:24:32 +01:00
Armin Ronacher
c1b076e8e5 Bump version number to 2.9.3 2017-01-08 22:23:53 +01:00
Armin Ronacher
b557eca315 2.9.3-dev 2017-01-08 02:50:57 +01:00
Armin Ronacher
3a0f01df84 Bump version number to 2.9.2 2017-01-08 02:50:41 +01:00
Armin Ronacher
8ce8fd39de 2.9.2-dev 2017-01-07 16:56:57 +01:00
Armin Ronacher
8a6f084852 Bump version number to 2.9.1 2017-01-07 16:56:20 +01:00
Armin Ronacher
352334c566 2.10-dev 2017-01-07 16:36:03 +01:00
Armin Ronacher
3e4ebc80f8 Bump version number to 2.9 2017-01-07 16:35:43 +01:00
Armin Ronacher
5453db1711 Ensure we depend on recent markupsafe. Fixes #638 2017-01-06 13:00:34 +01:00
Sebastian Noack
6c54ccddd0 Added Python 3.4 and 3.5 to the classifiers in setup.py 2015-10-06 16:14:28 +02:00