Revisions of python-colander
buildservice-autocommit
accepted
request 1138687
from
Dirk Mueller (dirkmueller)
(revision 21)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 20)
- update to 2.0: * Drop support for Python 2.7, 3.4, 3.5, 3.6. * Add support for Python 3.10, 3.11. * [breaking] If a bytes object is serialized by a String schema node with the encoding parameter specified, it will be passed through directly to str first, causing it to come out with a b'' prefix. In order to serialize it properly, it should be decoded to a string first. Previously, when the encoding parameter was specified it would be decoded and re-encoded, effectively passing it through untouched, despite not being a string type. * Add a new colander.DataURL validator. * Add IDN support to colander.url. * colander.All now supports colander.Invalid.msg being None or a list, otherwise colander.Invalid.asdict crashes with TypeError: sequence item 1: expected str instance, NoneType found. * Fixed an issue with colander.Mapping and colander.Sequence where a default value of drop caused missing values to be dropped during deserialization. (Only missing values should affect deserialization, and only default values should affect serialization.) Added many new test cases for MappingSchema and SequenceSchema. * Remove the dependency on setuptools for resolving pkg_resources-style importable paths in colander.GlobalObject. * Refresh localization files with Babel 2.11. * Add support for Python 3.9. * Fix handling of insert_before on deferred nodes so that it inserts the new node before the specified node instead of
buildservice-autocommit
accepted
request 795833
from
Tomáš Chvátal (scarabeus_iv)
(revision 19)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 18)
- Obsolete the lang subpackage to avoid conflicts - Do not generate docu twice, it is provided online by upstream so we don't have to bother really at all
Matej Cepl (mcepl)
committed
(revision 17)
Remove redundant symlink
Matej Cepl (mcepl)
committed
(revision 16)
- Eliminate complicated py2k constructs
buildservice-autocommit
accepted
request 794806
from
Matej Cepl (mcepl)
(revision 15)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 14)
- Add fix-tests.patch allowing use of pytest (gh#Pylons/colander#210)
buildservice-autocommit
accepted
request 765544
from
Matej Cepl (mcepl)
(revision 13)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 12)
Add reference to CVE-2017-18361 in changes
buildservice-autocommit
accepted
request 738302
from
Matej Cepl (mcepl)
(revision 11)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 10)
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
buildservice-autocommit
accepted
request 672756
from
Tomáš Chvátal (scarabeus_iv)
(revision 9)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 672555
from
Hans-Peter Jansen (frispete)
(revision 8)
- Update to 1.7.0 (2019-02-01) + The URL validator regex has been updated to no longer be vulnerable to a catastrophic backtracking that would have led to an infinite loop. See https://github.com/Pylons/colander/pull/323 and https://github.com/Pylons/colander/issues/290. With thanks to Przemek (https://github.com/p-m-k). + This does change the behaviour of the URL validator and it no longer supports file:// URI scheme (https://tools.ietf.org/html/rfc8089). Users that wish to validate file:// URI’s should change their validator to use colander.file_uri instead. + It has also dropped support for alternate schemes outside of http/ftp (and their secure equivelants). Please let us know if we need to relax this requirement. + CVE-ID: CVE-2017-18361 + The Email validator has been updated to use the same regular expression that is used by the WhatWG HTML specification, thereby increasing the email addresses that will validate correctly from web forms submitted. See https://github.com/Pylons/colander/pull/324 and https://github.com/Pylons/colander/issues/283 + Number once again will allow you to serialize None to colander.null, this reverts an accidental revert. See https://github.com/Pylons/colander/issues/204#issuecomment-459556100 + Integer SchemaType now supports an optional strict mode that will validate that the number is an integer, rather than silently accepting floats and truncating. See https://github.com/Pylons/colander/pull/322 and https://github.com/Pylons/colander/issues/292
buildservice-autocommit
accepted
request 655392
from
Todd R (TheBlackCat)
(revision 7)
baserev update by copy to link target
Todd R (TheBlackCat)
accepted
request 654130
from
Jan Engelhardt (jengelh)
(revision 6)
- Ensure neutrality of descriptions.
Matej Cepl (mcepl)
committed
(revision 5)
Remove superfluous devel dependency for noarch package
Todd R (TheBlackCat)
committed
(revision 4)
converted link to branch
Todd R (TheBlackCat)
committed
(revision 3)
Dominique Leuenberger (dimstar_suse)
accepted
request 612076
from
Todd R (TheBlackCat)
(revision 2)
initialized devel package after accepting 612076
Displaying revisions 1 - 20 of 21