- update to 0.14.1:
* Add `python_requires` so package installers know
requirement is >= 3.7
* Fix a few code comment typos
* Change to SPDX conform license string
* Add typing information
* Fix new type hint of schemas, for example for
`Required('key')`
* Fix new type hints and enable `mypy`
* Allow error reporting on keys
* Set static PyPI project description
* Remove Travis build status badge
OBS-URL: https://build.opensuse.org/request/show/1132857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=9
* Add `python_requires` so package installers know
requirement is >= 3.7
* Fix a few code comment typos
* Change to SPDX conform license string
* Add typing information
* Fix new type hint of schemas, for example for
`Required('key')`
* Fix new type hints and enable `mypy`
* Allow error reporting on keys
* Set static PyPI project description
* Remove Travis build status badge
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=21
- update to 0.13.1:
* Ignore `Enum` if it is unavailable
* Fix email regex match for Python 2.7
* Enable github actions
* Convert codebase to adhere to `flake8` W504 (PEP 8)
* Enable `flake8` in github actions
* `pytest` migration + enable Python 3.10
* Display valid `Enum` values in `Coerce`
* Revert Breaking Maybe change in 0.12.1
* Revert Breaking `Maybe` change in 0.12.1
* Fix Email Regex to not match on extra characters
- drop python-voluptuous-remove-nose.patch (upstream)
OBS-URL: https://build.opensuse.org/request/show/1007462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=8
* Ignore `Enum` if it is unavailable
* Fix email regex match for Python 2.7
* Enable github actions
* Convert codebase to adhere to `flake8` W504 (PEP 8)
* Enable `flake8` in github actions
* `pytest` migration + enable Python 3.10
* Display valid `Enum` values in `Coerce`
* Revert Breaking Maybe change in 0.12.1
* Revert Breaking `Maybe` change in 0.12.1
* Fix Email Regex to not match on extra characters
- drop python-voluptuous-remove-nose.patch (upstream)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=19
- update to 0.11.1:
- Support Python 3.6.
- Drop support for Python 2.6, 3.1 and 3.2.
- Allow to use nested schema and allow any validator to be compiled.
- Default values MUST now pass validation just as any regular value.
This is a backward incompatible change if a schema uses default values
that don't pass validation against the specified schema.
- Modify `__lt__` in Marker class to allow comparison with non Marker
objects, such as str and int.
- Add description field to `Marker` instances.
- Add `Schema.infer` method for basic schema inference.
- Add `SomeOf` validator.
- Treat Python 2 old-style classes like types when validating.
- Make `IsDir()`, `IsFile()` and `PathExists()` consistent between
different Python versions.
- Use absolute imports to avoid import conflicts.
- Fix `Coerce` validator to catch `decimal.InvalidOperation`.
- Make `Schema([])` usage consistent with `Schema({})`.
- Allow partial validation when using validate decorator.
- Make `Schema.__eq__` deterministic.
- Replace implementation of `Maybe(s)` with `Any(None, s)` to allow
it to be compiled.
OBS-URL: https://build.opensuse.org/request/show/590718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=4
- Support Python 3.6.
- Drop support for Python 2.6, 3.1 and 3.2.
- Allow to use nested schema and allow any validator to be compiled.
- Default values MUST now pass validation just as any regular value.
This is a backward incompatible change if a schema uses default values
that don't pass validation against the specified schema.
- Modify `__lt__` in Marker class to allow comparison with non Marker
objects, such as str and int.
- Add description field to `Marker` instances.
- Add `Schema.infer` method for basic schema inference.
- Add `SomeOf` validator.
- Treat Python 2 old-style classes like types when validating.
- Make `IsDir()`, `IsFile()` and `PathExists()` consistent between
different Python versions.
- Use absolute imports to avoid import conflicts.
- Fix `Coerce` validator to catch `decimal.InvalidOperation`.
- Make `Schema([])` usage consistent with `Schema({})`.
- Allow partial validation when using validate decorator.
- Make `Schema.__eq__` deterministic.
- Replace implementation of `Maybe(s)` with `Any(None, s)` to allow
it to be compiled.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=9
- update to 0.9.3:
* README: Document Schema.extend
* Also include README.rst in distribution.
* Add missing % formatting character
* Mention use of Any to allow None values
* Flake8 errors resolved; Tox now running successfully
* Bump to 0.9.2
* if/else conditions modified
* 0.9.1 to fix missing Error import.
* Don't assume a user's dict type can be instantiated.
* Eliminate unnecessary SequenceItemInvalid exception.
* Squashing commits into 1
* Fixes issue #118 by guarding against a TypeError: unhashable type: 'list' exception
* Bump version.
* Include tests in sdist.
* Removed docs from master to avoid confusion
* Added additional @wraps where appropriate
* Added Unique and Set
* Added recursive schema into README #128
* Remove setup_requires from setup.py
* Added validator for datetime strings
* 0.8.9 release.
* Documentation made with Sphinx
* Make many of the validators have useful __repr__
* Test cases for checking validation of domain less url's
* Added Literal wrapper for literal comparisons.
* Fixed docs for doctest
* Added Documentation Link
* Implement Schema.extend
* Release 0.8.7.
OBS-URL: https://build.opensuse.org/request/show/418338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=4