Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-zope.schema-5.0.1-bp154.1.1 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-zope.schema Distribution: SUSE Linux Enterprise 15 SP4
Version: 5.0.1 Vendor: openSUSE
Release: bp154.1.1 Build date: Tue May 10 12:09:02 2022
Group: Unspecified Build host: lamb56
Size: 1056053 Source RPM: python-zope.schema-5.0.1-bp154.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pypi.python.org/pypi/zope.schema
Summary: Zope interface extension for defining data schemas
Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods).  Every schema is an interface and
specifies the public fields of an object.  A *field* roughly
corresponds to an attribute of a Python object.  But a Field provides
space for at least a title and a description.  It can also constrain
its value and provide a validation method.  Besides you can optionally
specify characteristics such as its value being read-only or not
required.

Provides

Requires

License

ZPL-2.1

Changelog

* Mon Mar 09 2020 pgajdos@suse.com
  - 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>`_.
* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
  - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Tue Apr 02 2019 Marketa Calabkova <mcalabkova@suse.com>
  - 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
      unicode string.
    4.9.3
    * Fixed a ReST error in getDoc() results when having “subfields”
      with titles.
  - drop *-doc subpackage, use multibuild instead
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Jul 13 2017 aloisio@gmx.com
  - Converted to single-spec
  - Split docs and tests into separate -doc package since running
    tests and sometimes building docs had become very messy.
    Also see (gh#/zopefoundation/zope.proxy#18)
* Fri May 15 2015 benoit.monin@gmx.fr
  - update to version 4.4.2:
    * Fix description of min max field: max value is included,
      not excluded.
  - additional changes from version 4.4.1:
    * Added support for Python 3.4.
  - switch the source archive to tar.gz (zip not available)
  - remove unzip from BuildRequires
  - pass -q to test to avoid spamming the build log
* Fri Feb 28 2014 os-dev@jacraig.com
  - Update to 4.4.0:
    * Add an event on field properties to notify that a field has been updated.
      This event enables definition of subscribers based on an event, a context
      and a field. The event contains also the old value and the new value.
      (also see package ``zope.schemaevent`` that define a field event handler)
  - Changes from 4.3.3:
    * PEP 8 cleanup.
    * Don't raise RequiredMissing if a field's defaultFactory returns the field's
      missing_value.
    * Updated ``boostrap.py`` to version 2.2.
    * Add the ability to swallow ValueErrors when rendering a SimpleVocabulary,
      allowing for cases where vocabulary items may be duplicated (e.g., due to
      user input).
    * It was a pain that ``ConstraintNotSatisfied`` did not tell the field name.
* Mon Jul 29 2013 hpj@urpla.net
  - generate separate -doc package
* Wed Mar 20 2013 speilicke@suse.com
  - Add (Build)Requires python-ordereddict for SLE_11 only
* Fri Mar 15 2013 speilicke@suse.com
  - Initial version

Files

/usr/lib/python3.6/site-packages/zope
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6-nspkg.pth
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info/namespace_packages.txt
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/zope.schema-5.0.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/zope/schema
/usr/lib/python3.6/site-packages/zope/schema/__init__.py
/usr/lib/python3.6/site-packages/zope/schema/__pycache__
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_bootstrapfields.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_bootstrapfields.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_bootstrapinterfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_bootstrapinterfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_field.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_field.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_messageid.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_messageid.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_schema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/_schema.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/accessors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/accessors.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/fieldproperty.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/fieldproperty.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/vocabulary.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/__pycache__/vocabulary.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/_bootstrapfields.py
/usr/lib/python3.6/site-packages/zope/schema/_bootstrapinterfaces.py
/usr/lib/python3.6/site-packages/zope/schema/_compat.py
/usr/lib/python3.6/site-packages/zope/schema/_field.py
/usr/lib/python3.6/site-packages/zope/schema/_messageid.py
/usr/lib/python3.6/site-packages/zope/schema/_schema.py
/usr/lib/python3.6/site-packages/zope/schema/accessors.py
/usr/lib/python3.6/site-packages/zope/schema/fieldproperty.py
/usr/lib/python3.6/site-packages/zope/schema/interfaces.py
/usr/lib/python3.6/site-packages/zope/schema/tests
/usr/lib/python3.6/site-packages/zope/schema/tests/__init__.py
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/states.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/states.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test__bootstrapfields.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test__bootstrapfields.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test__bootstrapinterfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test__bootstrapinterfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test__field.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test__field.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_accessors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_accessors.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_equality.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_equality.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_fieldproperty.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_fieldproperty.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_schema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_schema.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_states.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_states.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_vocabulary.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/__pycache__/test_vocabulary.cpython-36.pyc
/usr/lib/python3.6/site-packages/zope/schema/tests/states.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test__bootstrapfields.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test__bootstrapinterfaces.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test__field.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test_accessors.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test_equality.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test_fieldproperty.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test_interfaces.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test_schema.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test_states.py
/usr/lib/python3.6/site-packages/zope/schema/tests/test_vocabulary.py
/usr/lib/python3.6/site-packages/zope/schema/vocabulary.py
/usr/share/doc/packages/python3-zope.schema
/usr/share/doc/packages/python3-zope.schema/CHANGES.rst
/usr/share/doc/packages/python3-zope.schema/COPYRIGHT.txt
/usr/share/doc/packages/python3-zope.schema/README.rst
/usr/share/licenses/python3-zope.schema
/usr/share/licenses/python3-zope.schema/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024