Commit graph

20 commits

Author SHA1 Message Date
Dave Shawley
665eb71436
Seperate linting requirements.
This will ease implementing Github actions.
2021-09-12 18:34:16 -04:00
Dave Shawley
3a6b98eb1c
Update development toolchain. 2021-09-12 18:34:15 -04:00
Dave Shawley
86d14f962b Update to newest sphinx. 2020-09-14 08:20:06 -04:00
Dave Shawley
70c679c156 Run test suite with unittest runner. 2020-09-14 08:19:36 -04:00
Gavin M. Roy
7da331464b Support Tornado 6, remove setuptools_scm 2019-03-05 09:32:00 -05:00
Andrew Rabert
30c87225c0 Support ietfparse 1.5.1
ietfparse 1.5.1 broke sprockets.mixins.media_type as it introduced the
splitting of content suffix from content subtype. This commit fixes
that.
2018-11-30 11:58:43 -05:00
Andrew Rabert
38275440c7 Fix tox 2018-11-28 13:15:58 -05:00
Andrew Rabert
0ddb305083 Drop support for Tornado<5
Matches sprockets.http
2018-11-28 13:15:58 -05:00
Andrew Rabert
92bde69779 Require flake8 compliance in CI 2018-11-28 13:15:58 -05:00
Andrew Rabert
e9bbe21d3c Update requirements 2018-11-28 11:30:49 -05:00
Andrew Rabert
b2e980d04d Update docs
- Update and isoldate doc dependencies
- Simplify sphinx config
- Treat warnings as errors
- Remove redundant self.finish() from examples
2018-11-28 11:28:18 -05:00
Andrew Rabert
b26998a912 Add msgpack to extras_requires 2018-11-28 11:04:10 -05:00
Andrew Rabert
ee69a7f0ca Support Tornado < 6 2018-08-07 15:51:42 -04:00
Andrew Rabert
3a846d0da1 Pin ietfparse < 1.5
Breaking behavior was introduced in 1.5 which breaks this modules
handling of content types with suffixes.
https://github.com/sprockets/sprockets.mixins.media_type/issues/17
2018-03-09 13:41:12 -05:00
Andrew Rabert
d4caccde26 Use ietfparse.headers.parse_accept
Starting with ietfparse 1.3.0, parse_http_accept_header was marked as deprecated.
2017-06-08 13:18:21 -04:00
Dave Shawley
7d2237745e Add s.m.mediatype.transcoders.MsgPackTranscoder. 2016-01-18 07:58:07 -05:00
Dave Shawley
123793cd86 Clean up documentation. 2015-08-20 07:12:26 -04:00
Dave Shawley
7305cad7e7 Add response type negotiation. 2015-08-19 18:29:11 -04:00
Dave Shawley
c67d1af19d Implement basic content handling framework. 2015-08-19 17:53:46 -04:00
Dave Shawley
e5023a420f RST 2015-08-07 17:14:37 -04:00