2020-09-04 22:34:30 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-jsonschema: fix previous (wrong dependency replaced) |
2020-09-01 01:07:07 by Thomas Klausner | Files touched by this commit (62) |
Log message: *: switch to versioned_dependencies.mk for py-setuptools |
2019-12-03 17:50:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jsonschema: updated to 3.2.0 v3.2.0 * Added a ``format_nongpl`` setuptools extra, which installs only ``format`` dependencies that are non-GPL |
2019-12-02 05:02:44 by Min Sik Kim | Files touched by this commit (1) |
Log message: textproc/py-jsonschema: Add a missing dependency |
2019-10-19 16:32:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-jsonschema: updated to 3.1.1 3.1.1: * Regular expressions throughout schemas now respect the ECMA 262 dialect, as recommended by the specification. |
2019-08-22 13:47:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jsonschema: updated to 3.0.2 v3.0.2 * Fixed a bug where 0 and False were considered equal by const and enum. |
2019-06-13 07:07:56 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-jsonschema: added ALTERNATIVES |
2019-03-02 15:31:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-jsonschema: updated to 3.0.1 v3.0.0 * Support for Draft 6 and Draft 7 * Draft 7 is now the default * New TypeChecker object for more complex type definitions (and overrides) * Falling back to isodate for the date-time format checker is no longer attempted, in accordance with the specification |
2017-05-04 19:46:53 by Adam Ciarcinski | Files touched by this commit (3) |
Log message: v2.6.0 Support for Python 2.6 has been dropped. Improve a few error messages for uniqueItems and additionalProperties Fix an issue with ErrorTree's handling of multiple errors |
2017-01-03 14:23:05 by Jonathan Perkin | Files touched by this commit (52) |
Log message: Use "${MV} || ${TRUE}" and "${RM} -f" consistently in \ post-install targets. |