summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version, add changelog for 1.3.31.3.3release1.3.3Jan Willhaus2019-05-202-2/+10
|
* Install requirements through setuptools, for testingJan Willhaus2019-05-201-2/+2
|
* use io module for handling encoding while opening file in setup.pyrelease1.3.2Chandan Kumar (raukadah)2019-05-201-2/+3
| | | | | | | | | | | Currently in release 1.3.2 is failing while doing python setup.py install with TypeError: 'encoding' is an invalid keyword argument for this function while reading warlock/setup.py", line 28, in read os.path.join(os.path.dirname(__file__), fname), "r", encoding="utf-8" By using io module while reading the file fixes the issue. Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
* Bump version1.3.2Jan Willhaus2019-05-201-1/+1
|
* Add release to changelogJan Willhaus2019-05-201-1/+6
|
* Enforce utf-8 encoding when reading files into setup.pyJan Willhaus2019-05-202-3/+5
|
* Release 1.3.1 (#36)1.3.1Jan Willhaus2019-05-192-1/+53
| | | | | | * Bump version * Add changelog framing * Prepare changelog for release
* Acommodate flake8 for blackJan Willhaus2019-05-181-0/+9
|
* Add explicit black configJan Willhaus2019-05-181-0/+11
|
* Blackify 🏴Jan Willhaus2019-05-184-163/+149
|
* Update contributing guidelinesJan Willhaus2019-05-181-6/+7
|
* Move files to follow GH best practicesJan Willhaus2019-05-182-0/+0
|
* Move unittests to tests/ dirJan Willhaus2019-05-186-2/+2
|
* Update CI testing environmentJan Willhaus2019-05-185-10/+69
|
* Update readme headerJan Willhaus2019-05-181-3/+22
|
* Declare codeblocks as python for REPL-looking `>>>`Jan Willhaus2019-05-181-2/+12
|
* Update package metadataJan Willhaus2019-05-182-2/+32
|
* Update jsonschema pinningJan Willhaus2019-05-181-1/+1
|
* Release version 1.3.0v1.3.01.3.0Brian Waldon2016-06-251-1/+1
|
* Run python setup.py develop in TravisBrian Waldon2016-06-251-1/+1
|
* Better error message on __setitem__ failure (#22)Victor Costan2016-06-251-1/+1
| | | repr helps distinguish between strings and integers
* Update HACKING.txtBrian Waldon2016-06-251-2/+2
|
* flake8 complianceBrian Waldon2016-06-253-9/+11
|
* Use py.test and flake8 in Travis CIBrian Waldon2016-06-252-12/+6
|
* Allow a resolver to be set on the ModelDavid Johnson2016-06-255-18/+112
|
* Implement copy magic methods on ModelAlex Turek2016-06-251-0/+7
| | | | | - Add Model.__copy__ - Add Model.__deepcopy__
* Setup Travis CI configBrian Waldon2016-06-252-0/+11
|
* bump version to 1.2.01.2.0Brian Waldon2015-10-121-1/+1
|
* Merge pull request #19 from graingert/patch-1Brian Waldon2015-10-121-0/+2
|\ | | | | Support universal wheels
| * Support universal wheelsThomas Grainger2015-10-021-0/+2
|/
* Merge pull request #18 from wackywendell/masterBrian Waldon2015-08-033-3/+29
|\ | | | | Make 'name' optional
| * Test naming schemeWendell Smith2015-06-221-0/+22
| |
| * Optional nameWendell Smith2015-06-221-2/+6
| |
| * Use python 3.4Wendell Smith2015-06-221-1/+1
|/
* Merge pull request #17 from jacquerie/issue-13Brian Waldon2015-05-111-9/+21
|\ | | | | Compare JSON strings as JSON instead of strings.
| * Compare JSON strings as JSON instead of strings.Jacopo Notarstefano2015-04-131-9/+21
|/ | | | Fixes #13.
* Merge pull request #12 from apevec/masterBrian Waldon2013-10-121-1/+1
|\ | | | | LICENSE.txt was missing in the source tarball
| * LICENSE.txt was missing in the source tarballAlan Pevec2013-10-101-1/+1
|/ | | | it was renamed in c4d87ac700d3849bcb8140cbf8a2e9475a50c449
* Merge pull request #11 from isethi/validationBrian Waldon2013-09-141-4/+6
|\ | | | | Add description to exception messages
| * Add description to exception messagesiccha.sethi2013-09-061-4/+6
|/ | | | | Add description to exception messages, so users know how they violated the schema.
* Add python3 supportbaserock/morphChuck Short2013-07-235-9/+13
| | | | Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Update version to 1.0.11.0.1Brian Waldon2013-06-281-1/+1
|
* Merge pull request #8 from dirkmueller/masterBrian Waldon2013-06-281-1/+1
|\ | | | | Allow jsonschema 2.0.0
| * jsonschema 2.0.0 passes unit tests as wellDirk Mueller2013-06-221-1/+1
|/ | | | Allow jsonschema 2.0.0, restrict to <3
* Bump version to 1.0.01.0.01.0.0Brian Waldon2013-04-261-1/+1
|
* Trigger DeprecationWarning in Model.changesBrian Waldon2013-04-261-1/+4
|
* Modify jsonpatch dep to >=0.10,<2Brian Waldon2013-04-261-1/+1
|
* Bump version to 0.8.20.8.2Brian Waldon2013-03-251-1/+1
|
* Merge pull request #5 from saschpe/masterBrian Waldon2013-02-251-1/+1
|\ | | | | Allow jsonschema<2.0 too.
| * Allow jsonschema<2.0 too.Sascha Peilicke2013-02-251-1/+1
|/ | | | Tests still pass and we need it for openSUSE.