Commit graph

20 commits

Author SHA1 Message Date
Dave Shawley
e9e5f25925
Move metadata from setup.py into setup.cfg. 2021-09-16 09:49:42 -04:00
Dave Shawley
5755792959 3.0.3: Preparing for Python 3.9. 2020-09-14 08:10:20 -04:00
Gavin M. Roy
7da331464b Support Tornado 6, remove setuptools_scm 2019-03-05 09:32:00 -05:00
Andrew Rabert
1a300dea34 Rename to match package name 2018-12-04 23:24:06 -05:00
Andrew Rabert
bed9d3a1fd Drop support for Python < 3.7 2018-12-04 23:00:28 -05:00
Andrew Rabert
1727bb3655 Use pathlib in setup.py for relative paths 2018-11-28 13:17:32 -05:00
Andrew Rabert
00b87a43cf Use setuptools_scm
This allows us to remove the ImportError hack from __init__.py.
It also simplifies how the package is versioned - deriving it solely
from the repository tag.
Both version_info and __version__ have been removed with this change.
Given how these are a unofficial-standard at best, I've found it safer to
always use pkg_resources to determine the version when I need to.
2018-11-28 13:15:54 -05:00
Andrew Rabert
fd3f8b3008 Python 3 updates
- Simplify super()
- Remove object inheritance
- Simplify package namespacing
- Remove BinaryWrapper
- Remove python 2 code paths
2018-11-28 11:50:40 -05:00
Andrew Rabert
b26998a912 Add msgpack to extras_requires 2018-11-28 11:04:10 -05:00
Andrew Rabert
908f530b7b Drop PyPy and Python < 3.5 2018-11-28 11:01:44 -05:00
Andrew Rabert
7043250a1c Add support for Python 3.5 through 3.7 2018-08-07 15:51:29 -04:00
Dave Shawley
ce54332cab Repackage sprockets.mixins.mediatype into a package.
Distributing a raw python module into a namespace package seems to be
somewhat unreliable though I haven't proven it yet...  In any case,
installing a package inside of a namespace package behaves itself.
2016-01-10 11:36:46 -05:00
Amber Heilman
1a60c4a0f3 bump to 1.0.4 2015-09-14 11:15:29 -04:00
Amber Heilman
6353f4f47f bump to 1.0.3 2015-09-10 11:33:39 -04:00
amberheilman
eb07dd5188 Fix requirements
Change to new file for installation_requires and tests_require
2015-09-10 11:07:33 -04:00
Dave Shawley
97a7cf76ea Remove underscore from distributable name. 2015-09-09 18:18:54 -04:00
Dave Shawley
91f7ad972f Version bumps around the world 2015-09-09 18:02:06 -04:00
Amber Heilman
0a7bf6113f bump for initial relase 1.0.0 2015-09-09 16:14:39 -04:00
Dave Shawley
e5023a420f RST 2015-08-07 17:14:37 -04:00
Dan Tracy
f73a5e07ce Initial commit 2015-06-09 09:28:29 -04:00