Package Release Info

python-schema-0.7.7-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-schema

Change Logs

* Mon Oct 28 2024 dmueller@suse.com
- update to 0.7.7:
  * type hints
  * fix: Fix setuptools not finding the schema package
- drop remove-old-python-support.patch (upstream)
* Thu Aug 11 2022 steven.kowalik@suse.com
- Drop patch python-schema-no-mock.patch:
  * Replaced by the below path.
- Add patch remove-old-python-support.patch:
  * Remove support for old Python versions as well mock and contextlib2.
- Clean up {Build,}Requires as a result.
* Wed May 04 2022 pgajdos@suse.com
- version update to 0.7.5
  * Full subclass support for nested schemas.
  * Don't double-format errors. fixes #240 (#247) [Leif Ryge]
  * Fix "Unknown format code" in Python 3.8 (#245) [Denis Blanchette]
  * JSON Schema: Allow using $ref when schema is not a dict (#244) [Denis Blanchette]
  * JSON Schema: Set additionalProperties true when dict contains str as key (#243) [Denis Blanchette]
- do not require python-mock for build
- added patches
  fix https://github.com/keleshev/schema/pull/273
  + python-schema-no-mock.patch
* Thu Sep 10 2020 alarrosa@suse.com
- Update to 0.7.3
  * JSON Schema: Support schemas where the root is not a dict.
  * Do not drop previous errors within an Or criterion.
- Update to 0.7.2
  * Set the contextlib dependency as a minimum, rather than fixed.
* Thu Mar 26 2020 mcalabkova@suse.com
- update to 0.7.1
  * JSON Schema: Fix allOf and oneOf with only one condition
  * JSON Schema: Fix using falsy values as default
  * Add 3.7 to "schema is tested with..." list
  * JSON schema now rendering using references
* Tue Mar 26 2019 pgajdos@suse.com
- version update to 0.7.0
  * Add an is_valid method to the schema
  * Fix typo in schema.py: vaidated->validated
  * Fix callable check under PyPy2
* Tue Dec 04 2018 mcepl@suse.com
- Remove superfluous devel dependency for noarch package
Version: 0.6.7-bp156.4.3.1
* Fri Aug 02 2024 Nico Krapp <nico.krapp@suse.com>
- build for Python 3.6 and 3.11 (bsc#1228797)
Version: 0.6.7-bp151.1.3
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Tue May 15 2018 toddrme2178@gmail.com
- Update to 0.6.7
  * Implement Const validator to keep data unchanged
  * Implement Forbidden.
  * added __hash__ and __eq__ based on sub-schema to Optional
- Use license tag
* Fri Oct 20 2017 toddrme2178@gmail.com
- initial version