Revisions of python-zope.schema

buildservice-autocommit accepted request 1090389 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 32)
- use python3 module python for sle15
buildservice-autocommit accepted request 1056695 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 30)
- update to 7.0.1:
  * Fix fallback when ``zope.i18nmessageid`` is not installed (regression
  introduced in 7.0.0).
  * Add support for Python 3.11.
  * Drop support for Python 2.7, 3.5, 3.6.
  * Drop ``zope.schema._compat`` module.
  * Fix test deprecation warning on Python 3.11.
buildservice-autocommit accepted request 1004158 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 29)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1004102 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 28)
- Update to 6.2.1
  * Fix incompatibility introduced in 6.1.0: The Bool field constructor 
    implicitly set required to False if not given. 
  * Add support for Python 3.10.
  * Fix outsized integer test values that break tests on newer Python versions.
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1002984 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 27)
- Skip tests which broke with https://github.com/python/cpython/issues/95778
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 905386 from Jason Craig's avatar Jason Craig (jacraig) (revision 26)
- Update to 6.1.0
  * Fix IField.required to not be required by default.
- Changes from 6.0.1
  * Bring branch coverage to 100%.
  * Add support for Python 3.9.
  * Fix FieldUpdateEvent implementation by having an object attribute
    as the IFieldUpdatedEvent interfaces claims there should be.
buildservice-autocommit accepted request 787840 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 787836 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 24)
- version update to 6.0.0
  - Require zope.interface 5.0.
  - Ensure the resolution orders of all fields are consistent and make
    sense. In particular, ``Bool`` fields now correctly implement
    ``IBool`` before ``IFromUnicode``. See `issue 80
    <https://github.com/zopefoundation/zope.schema/issues/80>`_.
  - Add support for Python 3.8.
  - Drop support for Python 3.4.
- deleted sources
  - pre_checkin.sh (not needed)
buildservice-autocommit accepted request 782885 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 782878 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 22)
- update to version 5.0.1
  - Fix: add ``Text.unicode_normalization = 'NFC'`` as default, because some are
    persisting schema fields. Setting that attribute only in ``__init__``
    breaks loading old objects.
  - Set ``IDecimal`` attributes ``min``, ``max`` and ``default`` as ``Decimal``
    type instead of ``Number``.
    See `issue 88 <https://github.com/zopefoundation/zope.schema/issues/88>`_.
  - Enable unicode normalization for ``Text`` fields.
    The default is NFC normalization. Valid forms are 'NFC', 'NFKC', 'NFD', and
    'NFKD'. To disable normalization, set ``unicode_normalization`` to ``False``
    or ``None`` when calling ``__init__`` of the ``Text`` field.
    See `issue 86 <https://github.com/zopefoundation/zope.schema/issues/86>`_.
buildservice-autocommit accepted request 738427 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 20)
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
buildservice-autocommit accepted request 691752 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 19)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 691745 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 17)
- update to version 4.9.3
  4.5.0:
  * Add support for Python 3.5 and 3.6.
  * Drop support for Python 2.6, 3.2, and 3.3.
  * Drop support for ‘setup.py test’. Use zope.testrunner instead.
  4.6.0
  * Add support for Python 3.7.
  * Choice, SimpleVocabulary and SimpleTerm all gracefully handle 
    using Unicode token values with non-ASCII characters by encoding 
    them with the backslashreplace error handler.
  * Add fields and interfaces representing Python’s numeric tower.
  * More various enhancements.
  4.6.1
  * Fix the Field constructor to again allow MessageID values for 
    the description.
  4.6.2
  * Fix checking a field’s constraint to set the field and value 
    properties if the constraint raises a ValidationError.
  4.7.0
  * Give various classes some fields.
  4.8.0
  * Fix passing None as the description to a field constructor.
  4.9.0
  * Make NativeString and NativeStringLine distinct types.
  * Fix Field.getDoc() when value_type or key_type is present. 
  * Make DottedName accept leading underscores for each segment.
  4.9.1
  * Fix SimpleTerm token for non-ASCII bytes values.
  4.9.2
  * Make sure that the title for IObject.validate_invariants is a
buildservice-autocommit accepted request 654091 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 16)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 15)
Clean up the SPEC file
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 14)
Remove superfluous devel dependency for noarch package
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by