Commit Graph

8 Commits

Author SHA256 Message Date
Yuchen Lin
2bcbd0862c Accepting request 508802 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/508802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=3
2017-08-04 09:58:51 +00:00
Thomas Bechtold
8bd4bc5486 Accepting request 508591 from home:tbechtold:branches:devel:languages:python
- update to 0.10.5:
  - [#278](https://github.com/alecthomas/voluptuous/pull/278): Unicode
    translation to python 2 issue fixed.
  - [#195](https://github.com/alecthomas/voluptuous/pull/195):
    `Range` raises `RangeInvalid` when testing `math.nan`.
  - [#215](https://github.com/alecthomas/voluptuous/pull/215):
    `{}` and `[]` now always evaluate as is, instead of as any dict or any list.
    To specify a free-form list, use `list` instead of `[]`. To specify a
    free-form dict, use `dict` instead of `Schema({}, extra=ALLOW_EXTRA)`.
  - [#224](https://github.com/alecthomas/voluptuous/pull/224):
    Change the encoding of keys in error messages from Unicode to UTF-8.
  - [#185](https://github.com/alecthomas/voluptuous/pull/185):
    Add argument validation decorator.
  - [#199](https://github.com/alecthomas/voluptuous/pull/199):
    Add `Unordered`.
  - [#200](https://github.com/alecthomas/voluptuous/pull/200):
    Add `Equal`.
  - [#207](https://github.com/alecthomas/voluptuous/pull/207):
    Add `Number`.
  - [#210](https://github.com/alecthomas/voluptuous/pull/210):
    Add `Schema` equality check.
  - [#212](https://github.com/alecthomas/voluptuous/pull/212):
    Add `coveralls`.
  - [#227](https://github.com/alecthomas/voluptuous/pull/227):
    Improve `Marker` management in `Schema`.
  - [#232](https://github.com/alecthomas/voluptuous/pull/232):
    Add `Maybe`.
  - [#234](https://github.com/alecthomas/voluptuous/pull/234):
    Add `Date`.
  - [#236](https://github.com/alecthomas/voluptuous/pull/236),

OBS-URL: https://build.opensuse.org/request/show/508591
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=7
2017-07-07 13:03:39 +00:00
Dominique Leuenberger
25364ba6c7 Accepting request 418738 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/418738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=2
2016-08-12 13:43:46 +00:00
Denisart Benjamin
8403589bbe Accepting request 418675 from home:tbechtold:branches:devel:languages:python
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/418675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=5
2016-08-11 16:06:02 +00:00
3b41aec731 Accepting request 418338 from Cloud:OpenStack:Master
- 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
2016-08-10 16:28:39 +00:00
7f019f4f7d Accepting request 418295 from Cloud:OpenStack:Master
- update to 0.9.3

OBS-URL: https://build.opensuse.org/request/show/418295
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=3
2016-08-10 16:24:45 +00:00
Dominique Leuenberger
e0c79df73a Accepting request 347801 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/347801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=1
2015-12-09 18:53:48 +00:00
6e317bf641 Accepting request 294086 from home:aspiers:branches:devel:languages:python
new package (required by python-gertty)

OBS-URL: https://build.opensuse.org/request/show/294086
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=1
2015-04-02 07:50:43 +00:00