summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py -> setup.cfgJulian Berman2018-08-011-57/+1
|
* 3.3 isn't supported.Julian Berman2018-05-201-1/+0
|
* This isn't released, and seems unlikely to be by the time we want to.Julian Berman2018-05-141-1/+0
| | | | See https://github.com/python-hyper/uritemplate/issues/33 for progress.
* Merge branch 'master' into draft6Julian Berman2018-05-011-18/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Apparently this is deprecated. Use a reST note. add clarification on validating with format checkers Squashed 'json/' changes from 86f965e..cb2b906 Sphinx 1.7.x appears broken :/ Minor style. . syntax lint fix fix typo update setup.py syntax for pipenv compliancy vcversioner -> setuptools_scm Move requests import to runtime Whoops. If it needs a loop might as well just loop without the evolver. Might as well make the default be the right type. No need for the evolver. No need for the separate flag. Unused. Skip this too for now. One true type checker attribute. Minor style. Fix the stack levels on the other two warnings. Skip this too until it's fixed. fixup And the extend re-warning behavior. Re-write the two happy case non-warnings. Make the first warning warn at the right stacklevel. This is private, no need to unit test it directly. This is new behavior, so there's no need to support it Slightly friendlier messages. Being less lazy. Sigh, disable git depth on Travis since our version is more than 50 away. Undo Napoleon in the reST files. Make the wording match the section before it. It's passed in now. Make it clear this is only used for deprecating. Sigh, apparently napoleon only works on docstrings wat... Rewording and keep fighting with Sphinx. Spelling More napoleonizing. One more. Another missing object. :ref: :mod: / :exc: / :meth: :func: :doc: :attr: :class:es Start taming reST. Fix more refs. ...
| * Apparently this is deprecated.Julian Berman2018-04-291-1/+1
| |
| * Minor style.Julian Berman2018-03-061-6/+6
| |
| * .apiraino2018-03-031-1/+0
| |
| * syntax lint fixapiraino2018-03-031-2/+2
| |
| * fix typoapiraino2018-03-021-1/+1
| |
| * update setup.py syntax for pipenv compliancyapiraino2018-03-021-3/+5
| |
| * vcversioner -> setuptools_scmJulian Berman2018-02-111-8/+13
| |
| * Fix the default_types deprecationBen Smithers2017-12-041-1/+1
| | | | | | | | | | | | | | | | - Default_types is always available, in case of direct access. - Use a metaclass (provided by six for py2 & py3 compat) to set a classproperty on a Validator that raises a deprecation warning - Add test coverage to check deprecation warnings are raised when appropriate
| * The new type interface: a TypeChecker classBen Smithers2017-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The TypeChecker provides an immutable interface to a mapping of type names to functions that check a value. Includes test coverage for the new TypeChecker, including demonstrations that it is sufficient to extend types. The old type interface is still supported, but will raise a DeprecationWarning. The old isinstance checks are converted to functions & passed to the TypeChecker. The old types are also checked with the JSON schema test suite 'type' tests.
| * Run style on all the rest of the stuff.Julian Berman2017-10-231-2/+2
| |
* | Start on uri-template based on the provisional API.Julian Berman2017-10-291-1/+7
| | | | | | | | | | Will probably change as https://github.com/python-hyper/uritemplate/pull/36 is merged.
* | Add json-pointer format.Julian Berman2017-10-291-1/+1
|/
* Update classifiers.Julian Berman2017-08-271-0/+3
|
* Use newer vcversioner, and py35.Julian Berman2016-08-271-2/+2
|
* Drop support for Python 2.6Julian Berman2015-11-301-2/+0
|
* Formatting.v2.5.1Julian Berman2015-06-081-5/+5
|
* Fix universal wheelsrbtcollins2015-06-081-8/+3
| | | | | The current universal wheels have static install_requires matching the python version they were built on: so a wheel built on 2.6 claims it needs argparse and repoze.lru on 2.7 and 3.4, etc. This clearly doesn't work :) environment markers are however honoured by wheels and pip, using this somewhat ugly syntax in extras (I'm looking to improve that, but this works - see the distutils-sig list for some discussion on it recently).
* Switch to vcversioner, use repoze.lru only on 2.6, and add extras_require ↵Julian Berman2015-03-151-13/+15
| | | | for format.
* Use lru_cacheDaniel Nephin2015-03-041-2/+13
|
* Formatting.Julian Berman2014-05-081-3/+1
|
* Fixed #134 -- Added CLI interfaceBouke Haarsma2014-05-041-0/+3
|
* Support 3.4Julian Berman2014-05-041-1/+1
|
* For my sanity, just depend on setuptools.Julian Berman2014-05-041-4/+1
|
* Minor cleanupJulian Berman2013-12-081-3/+1
|
* Update classifiers.Julian Berman2013-12-081-2/+0
|
* Use setuptools if present.Julian Berman2013-11-231-1/+4
|
* Include testsJulian Berman2013-05-201-1/+1
|
* Unused imports.Julian Berman2013-05-121-2/+0
|
* Fixed loading problem for schema jsonColin Dunklau2013-05-121-0/+3
|
* Began package split, done with compat and _utilsColin Dunklau2013-05-101-1/+1
|
* Update classifiersJulian Berman2013-02-241-1/+1
|
* Correct license.Richard Sternagel2013-02-171-1/+1
|
* Update trove classifiers.Julian Berman2012-11-301-2/+3
|
* Stale future import from 2.5.Julian Berman2012-04-291-1/+0
|
* Fixed classifiers for py3.Julian Berman2012-04-291-2/+3
|
* Adding a basic readme, some classifiers, and bumped the version.Julian Berman2012-01-161-0/+23
|
* Fixed setup.pyJulian Berman2012-01-011-6/+9
|
* setup.py and toxJulian Berman2011-12-301-0/+12