Commit Graph

23 Commits

Author SHA256 Message Date
4a0a19579b Accepting request 694839 from home:mcepl:branches:devel:languages:python
- Add non-updating note to the SPEC file

OBS-URL: https://build.opensuse.org/request/show/694839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=39
2019-04-18 08:50:39 +00:00
7952502550 - downgrade to < 3.0.0 again to fix all openstack clients
- Update to 3.0.1:
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=38
2019-04-08 19:17:07 +00:00
d98510e4ce osc copypac from project:openSUSE:Factory package:python-jsonschema revision:17
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=37
2019-04-08 19:16:37 +00:00
Tomáš Chvátal
779893c1b7 - Update to 3.0.1:
* 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=33
2019-03-28 15:04:01 +00:00
Tomáš Chvátal
fba313760a Accepting request 665971 from home:kukuk:branches:devel:languages:python
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/665971
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=31
2019-01-14 15:25:05 +00:00
Tomáš Chvátal
d59cd154fc - Add condition around the python2 code to make sure we can build
in python3 only URL

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=29
2018-01-24 10:25:06 +00:00
Todd R
b1fcffcda7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=27 2017-04-19 22:14:58 +00:00
Todd R
9bc6c8656f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=26 2017-04-19 22:13:38 +00:00
Todd R
db93d441ff Accepting request 488134 from home:TheBlackCat:branches:devel:languages:python
- Update to 2.6.0
- Implement single-spec version
- Fix source url

OBS-URL: https://build.opensuse.org/request/show/488134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=25
2017-04-19 14:21:41 +00:00
Michal Čihař
8046957b66 Accepting request 336544 from home:Nijel:branches:devel:languages:python
- Adjust dependencies for Python 2.6 based SLE 11

OBS-URL: https://build.opensuse.org/request/show/336544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=23
2015-10-05 13:39:38 +00:00
Todd R
5166db435b Accepting request 322412 from home:TheBlackCat:branches:devel:languages:python
update to version 2.5.1

OBS-URL: https://build.opensuse.org/request/show/322412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=21
2015-08-13 12:49:10 +00:00
Denisart Benjamin
94f73ed35e Accepting request 260368 from home:Ledest:misc
fix bashism in pre script

OBS-URL: https://build.opensuse.org/request/show/260368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=19
2014-11-11 17:01:01 +00:00
Jan Matejek
796ff442a2 Accepting request 249253 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=17
2014-09-15 14:01:21 +00:00
Sascha Peilicke
9393e4d33a Accepting request 222148 from Cloud:OpenStack:Master
- remove dependency on unittest2

OBS-URL: https://build.opensuse.org/request/show/222148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=15
2014-02-13 11:52:31 +00:00
Denisart Benjamin
15c3ec8827 Accepting request 205477 from home:dirkmueller:branches:devel:languages:python
- update to 2.2.0:
  * Compile the host name regex (#127)
  * Allow arbitrary objects to be types (#129)
  * Support RFC 3339 datetimes in conformance with the spec
  * Fixed error paths for additionalItems + items (#122)
  * Fixed wording for min / maxProperties (#117)

OBS-URL: https://build.opensuse.org/request/show/205477
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=13
2013-11-01 00:02:22 +00:00
Sascha Peilicke
344ada0d7a Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=11
2013-06-17 12:51:44 +00:00
Denisart Benjamin
c2782659b8 Accepting request 178357 from home:dirkmueller:branches:devel:languages:python
- update to 2.0.0:
  * Added ``create`` and ``extend`` to ``jsonschema.validators``
  * Removed ``ValidatorMixin``
  * Fixed array indices ref resolution (#95)
  * Fixed unknown scheme defragmenting and handling (#102)

- update to 1.3.0:
 * Better error tracebacks (#83)
 * Raise exceptions in ``ErrorTree``\s for keys not in the instance (#92)
 * More attributes for ValidationError (#86)
 * Added ``ValidatorMixin.descend``
 * Fixed bad ``RefResolutionError`` message (#82)
 * Canonicalize URIs (#70)

OBS-URL: https://build.opensuse.org/request/show/178357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=10
2013-06-10 13:00:50 +00:00
Todd R
1f6947edfe Accepting request 163872 from devel:languages:python3
- Remove pre_checkin.sh since the two packages are not the same
- Added requires and buildrequires python3.  It will not work properly without them on openSUSE < 12.3

OBS-URL: https://build.opensuse.org/request/show/163872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=8
2013-04-13 10:43:18 +00:00
Sascha Peilicke
bea839a87e Accepting request 156304 from home:posophe:branches:devel:languages:python
Update and python3

OBS-URL: https://build.opensuse.org/request/show/156304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=6
2013-02-25 12:27:23 +00:00
Sascha Peilicke
7204806041 - Update to version 0.7:
+ Partial support for (JSON Pointer) $ref
  + Deprecations
  + Validator is replaced by Draft3Validator with a slightly different
    interface
  + validator(meta_validate=False)
- Changes from version 0.6:
  + Issue #30 - Wrong behavior for the dependencies property validation
  + Fix a miswritten test

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=4
2012-11-22 15:43:46 +00:00
Ismail Dönmez
f16b6f81e8 Accepting request 129074 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/129074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=1
2012-07-30 15:13:21 +00:00
Sascha Peilicke
e19cb14a45 - Add BuildRequires: python-unittest2 for SLE-11-SP2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=2
2012-07-27 10:20:05 +00:00
Sascha Peilicke
32fba6c43e - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=1
2012-07-26 13:56:42 +00:00