Commit Graph

34 Commits

Author SHA256 Message Date
a56e53a98a - update to 4.5.1:
* Revert changes to ``$dynamicRef`` which caused a performance regression
    in v4.5.0
  * Validator classes for each version now maintain references to the correct
    corresponding format checker (#905)
  * Development has moved to a `GitHub organization
    <https://github.com/python-jsonschema/>`_.
    No functional behavior changes are expected from the change.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=50
2022-06-05 00:21:37 +00:00
Markéta Machová
65a316be18 Accepting request 972873 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 4.4.0
  * Add mypy support (#892)
  * Add support for Python 3.11
- Release 4.3.3
  * Properly report deprecation warnings at the right stack level
    (#899)
- Release 4.3.2
  * Additional performance improvements for resolving refs (#896)
- Release 4.3.1
  * Resolving refs has had performance improvements (#893)
- Release 4.3.0
  * Fix undesired fallback to brute force container uniqueness
    check on certain input types (#893)
  * Implement a PEP544 Protocol for validator classes (#890)
- Release 4.2.1
  * Pin importlib.resources from below (#877)
- Release 4.2.0
  * Use importlib.resources to load schemas (#873)
  * Ensure all elements of arrays are verified for uniqueness by
    uniqueItems (#866)
- Release 4.1.2
  * Fix dependentSchemas to properly consider non-object instances
    to be valid (#850)
- Release 4.1.1
  * Fix prefixItems not indicating which item was invalid within
    the instance path (#862)
- Release 4.1.0
  * Add Python 3.10 to the list of supported Python versions
- Release 4.0.1
  * Fix the declaration of minimum supported Python version (#846)

OBS-URL: https://build.opensuse.org/request/show/972873
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=49
2022-04-27 13:48:44 +00:00
ab23a4b796 Accepting request 923263 from home:schubi2
- Use libalternatives instead of update-alternatives.

OBS-URL: https://build.opensuse.org/request/show/923263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=48
2021-11-06 10:35:34 +00:00
Markéta Machová
c1a1849ade Accepting request 895309 from home:pgajdos:python
- %check: use %pytest rpm macro

OBS-URL: https://build.opensuse.org/request/show/895309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=47
2021-05-25 11:11:43 +00:00
Markéta Machová
ecaf9de68d Accepting request 863345 from home:bnavigator:branches:openSUSE:Factory
- Disable python2 build as indirect build dependencies to
  python2-cffi are not resolvable anymore

OBS-URL: https://build.opensuse.org/request/show/863345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=46
2021-01-15 13:39:42 +00:00
Tomáš Chvátal
ca1ceb69eb - Add patch to fix build with new webcolors:
* webcolors.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=45
2020-03-12 07:44:31 +00:00
Tomáš Chvátal
1bbb79a6d2 Accepting request 750214 from home:apersaud:branches:devel:languages:python
- update to version 3.2.0:
  * Added a format_nongpl setuptools extra, which installs only format
    dependencies that are non-GPL (#619).
- specfile:
  * be more explicit in %files section
  * require python-importlib-metadata
- update to version 3.1.1:
  * Temporarily revert the switch to js-regex until #611 and #612 are
    resolved.
- changes from version 3.1.0:
  * Regular expressions throughout schemas now respect the ECMA 262
    dialect, as recommended by the specification (#609).

OBS-URL: https://build.opensuse.org/request/show/750214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=44
2019-11-22 08:29:36 +00:00
77f9de179e - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=43
2019-10-14 13:50:18 +00:00
Tomáš Chvátal
d13e73b0c0 Accepting request 731508 from home:jayvdb:jsonschema
Try to upgrade again -- see issue mentioned ... poetry needs this.

- Activate more of the test suite
- Remove tests and benchmarking from the runtime package
- Update to v3.0.2

OBS-URL: https://build.opensuse.org/request/show/731508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=42
2019-09-20 12:03:14 +00:00
Tomáš Chvátal
569bddbef8 Accepting request 704393 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=41
2019-05-21 08:59:27 +00:00
Tomáš Chvátal
64c1a6170e Accepting request 703836 from home:jayvdb:coala:test-rig
- Remove build dependency on vcversioner

OBS-URL: https://build.opensuse.org/request/show/703836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=40
2019-05-18 14:29:02 +00:00
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