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

python311-FormEncode-2.0.1-slfo.1.1.4 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python311-FormEncode Distribution: SUSE Linux Framework One
Version: 2.0.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.4 Build date: Mon Aug 26 14:46:10 2024
Group: Development/Languages/Python Build host: h03-ch2c
Size: 2015110 Source RPM: python-FormEncode-2.0.1-slfo.1.1.4.src.rpm
Packager: https://www.suse.com/
Url: http://formencode.org
Summary: HTML form validation, generation, and conversion package
FormEncode validates and converts nested structures. It allows for
a declarative form of defining the validation, and decoupled processes
for filling and generating forms.

Provides

Requires

License

Python-2.0

Changelog

* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Thu Dec 23 2021 code@bnavigator.de
  - Update to 2.0.1
    * Add support for 3.10
    * use Pytest instead of Nose and Github Actions instead of Travis
      for tests
    * Documentation updates
    * Note this will be the last version to support Python 2.7. The
      next version will be 2.1 to signal this change. If you want to
      keep support for Python 2.7 update your dependencies spec to be
      below 2.1
  - Release 2.0.0
    * FormEncode can now run on Python 3.6 and higher without needing
      to run 2to3 first.
    * FormEncode 2.0 is no longer compatible with Python 2.6 and 3.2
      to 3.5. If you need Python 2.6 or 3.2 to 3.5 compatibility
      please use FormEncode 1.3. You might also try FormEncode
      2.0.0a1 which supports Python 2.6 and Python 3.3-3.5.
    * This will be the last major version to support Python 2.7
    * Add strict flag to USPostalCode to raise error on postal codes
      that has too many digits instead of just truncating
    * Various Python 3 fixes
    * Serbian latin translation
    * Changed License to MIT
    * Dutch, UK, Greek and South Korean postal code format fixes
    * Add postal code formats for Switzerland, Cyprus, Faroe Islands,
      San Marino, Ukraine and Vatican City.
    * Add ISODateTimeConverter validator
    * Add ability to target htmlfill to particular form or ignore a
      form
    * Fix format errors in some translations
    * The version of the library can be checked using
      formencode.__version__
  - Drop patches
    * new-pycountry.patch
    * python-FormEncode-remove-nose.patch
    * remove-online-tests.patch
    * six.patch
  - Find lang files
* Fri Jul 10 2020 pgajdos@suse.com
  - switch from nose to pytest
  - added patches
    fix https://github.com/formencode/formencode/pull/154
    + python-FormEncode-remove-nose.patch
* Thu Mar 07 2019 tchvatal@suse.com
  - Really run tests under python3
  - Add patch to work with python3:
    * six.patch
* Mon Mar 04 2019 tchvatal@suse.com
  - Remove online tests:
    * remove-online-tests.patch
  - Work with new pycountry:
    * new-pycountry.patch
  - Run tests
* Mon Dec 10 2018 tchvatal@suse.com
  - Fix fdupes call
  - Update to 1.3.1:
    * no obvious changelog
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
  - common -doc subpackage
  - improve packaging of docs
* Wed Mar 09 2016 bwiedemann@suse.com
  - Drop build date from doc to fix build-compare
* Tue May 05 2015 benoit.monin@gmx.fr
  - update to version 1.3.0:
    * Support validation of email addresses with unicode domain names
    * FormEncode 1.3 is no longer compatible with Python 2.3, 2.4, or
      2.5
    * FormEncode now also runs under Python 3.2 and 3.3
    * Validation of email addresses using resolve_domain option now
      requires the dnspython third party library instead of pyDNS
    * The FancyValidator methods _to_python, _from_python,
      validate_python and validate_other have been renamed to
      _convert_to_python, _convert_from_python, _validate_python and
      _validate_other, respectively
  - add fdupes as BuildRequires and call it after install
  - fix end of line of README.rst
  - remove chmod of msgfmt.py: file deleted upstream
  - install html documentation in the docdir of the main package
  - do not install PKG-INFO in the documentation: already provided
    by the egg-info
* Thu Oct 24 2013 speilicke@suse.com
  - Require python-setuptools instead of distribute (upstreams merged)
* Mon Aug 05 2013 hpj@urpla.net
  - somebody updated this package to 1.2.6 (not me)
  - added missing pieces in order to generate sphinx documentation
  - create documentation in separate -doc package
  - fix various wrong line endings
* Mon Jun 10 2013 dmueller@suse.com
  - update to 1.2.5:
    * The method field_is_empty was added to
    formencode.validators.FormValidator
    * Fix packaging issue with i18n files (from Juliusz Gonera)
* Wed Mar 14 2012 saschpe@suse.de
  - Set license to SDPX style (Python-2.0)
  - Removed outdated %clean section
  - Simplified macro usage
  - Only package HTML documentation (not the doc sources)
* Thu Sep 01 2011 saschpe@suse.de
  - Add provides/obsoletes for python-formencode
* Thu Sep 01 2011 saschpe@suse.de
  - Renamed to python-FormEncode to match upstream name
  - Properly package documentation
* Sat Jun 06 2009 lars@linux-schulserver.de
  - disable runtime dependency to python-setuptools
* Mon Apr 27 2009 lars@linux-schulserver.de
  - update to 1.2.2
  - remove FormEncode-1.2-svn-fixes.patch
  - added rpmlintrc
* Sat Dec 13 2008 jfunk@funktronics.ca
  - Apply some fixes from SVN
* Tue Dec 02 2008 jfunk@funktronics.ca
  - Update to 1.2
    * Added :class:`formencode.validators.IPAddress`, validating IP
    addresses, from Leandro Lucarella.
    * Added :meth:`formencode.api.Invalid.__unicode__`
    * In :mod:`formencode.htmlfill` use a default encoding of utf8 when
    handling mixed ``str``/``unicode`` content.  Also do not modify
    ``<input type="image">`` tags (previously ``src`` would be
    overwritten, for no good reason).
    * In :class:`formencode.validators.Email` allow single-character
    domain names (like x.com).
    * Make :class:`formencode.validators.FieldsMatch` give a normal
    ``Invalid`` exception if you pass it a non-dictionary.  Also treat
    all missing keys as the empty string (previously the first key was
    required and would raise KeyError).
    * :class:`formencode.validators.Number` works with ``inf`` float
    values (before it would raise a OverflowError).
    * The ``tw`` locale has been renamed to the more standard ``zh_TW``.
    * Added Japanese and Turkish translations.
    * Fixed some outdated translations and errors in Spanish and Greek
    translations. Translations now managed with `Babel
    <http://babel.edgewall.org/>`_.
  - 1.1
    * Fixed the ``is_empty()`` method in
    :class:`formencode.validators.FieldStorageUploadConverter`;
    previously it returned the opposite of the intended result.
    * Added a parameter to ``htmlfill.render()``: ``prefix_error``.  If
    this parameter is true (the default) then errors automatically go
    before the input field; if false then they go after the input field.
    * Remove deprecated modules: ``fields``, ``formgen``, ``htmlform``,
    ``sqlformgen``, and ``sqlschema``.
    * Added ``formencode.htmlrename``, which renames HTML inputs.
    * In ``formencode.htmlfill``, non-string values are compared usefully
    (e.g., a select box with integer values).
    * The validators ``Int`` and ``Number`` both take min/max arguments
    (from Shannon Behrens).
    * Validators based on ``formencode.validators.FormValidator`` will not
    treat ``{}`` as an empty (unvalidated) value.
    * Some adjustments to the URL validator.
    * :class:`formencode.compound.All` does not handle empty values,
    instead relying on sub-validators to check for emptiness.
    * Fixed the ``if_missing`` attribute in
    :class:`formencode.foreach.ForEach`; previously it would be the same
    list instance, so if you modified it then it would effect future
    ``if_missing`` values (reported by Felix Schwarz).
    * Added formatter to :mod:`formencode.htmlfill`, so you can use
    ``<form:error name="field_name" formatter="ignore" />`` -- this will
    cause the error to be swallowed, not shown to the user.
    * Added :class:`formencode.validators.XRI` for validation i-names,
    i-numbers, URLs, etc (as used in OpenID).
    * Look in ``/usr/share/locale`` for locale files, in addition to the
    normal locations.
    * Quiet Python 2.6 deprecation warnings.
    * Fix :class:`formencode.validators.URL`, which was accepting illegal
    characters (like newlines) and did not accept http://domain:PORT/
  - 1.0.1
    * ``chained_validators`` were removed from Schema somehow; now
    replaced and working.
    * Put in missing ``htmlfill.render(error_class=...)`` parameter (was
    documented and implemented, but ``render()`` did not pass it
    through).
* Mon Nov 10 2008 cfarrell1980@gmail.com
  - try building with --record-rpm instead of --record - 1.0-1
* Tue Mar 18 2008 jfunk@funktronics.ca
  - Update to 1.0
* Wed Dec 26 2007 jfunk@funktronics.ca
  - Fix bad python interpreter path
* Mon Dec 17 2007 jfunk@funktronics.ca
  - Update to 0.9:
    - Backward incompatible changes
    * The notion of "empty" has changed to include empty lists,
    dictionaries, and tuples.  If you get one of these values passed
    into (or generated by) a validator with ``not_empty=True`` you can
    get exceptions where you didn't previously.
    - Enhancements
    * Added support for Paste's MultiDict dictionary as input to
    Schema.to_python, by converting it to a normal dict via MultiDict.mixed.
    Previously MultiDicts wouldn't work with CompoundValidators (like
    ForEach)
    * Added encoding parameter to htmlfill, which will handle cases when mixed
    str and unicode objects are used (turning all str objects into unicode)
    * Include ``formencode.validators.InternationalPhoneNumber`` from
    W-Mark Kubacki.
    * ``validators.Int`` takes ``min`` and ``max`` options (from Felix
    Schwarz).
    * You can control the missing message (which by default is just
    "Missing Value") using the message ``"missing"`` in a validator
    (also from James Gardner).
    * Added ``validators.CADR`` (for IP addresses with an optional range)
    and ``validators.MACAddress`` (from Christoph Haas).
    - Bug Fixes
    * Be friendlier when loaded from a zip file (as with py2exe);
    previously only egg zip files would work.
    * Fixed bug in htmlfill when a document ends with no trailing text
    after the last tag.
    * Fix problem with HTMLParser's default unescaping routing, which only
    understood a very limited number of entities in attribute values.
    * Fix problem with looking up A records for email addresses.
    * ``validators.String`` now always returns strings.  It also converts
    lists to comma-separated strings (no ``[...]``), and can encode
    unicode if an ``encoding`` parameter is given.  Empty values are
    handled better.
    * ``validators.UnicodeString`` properly handles non-Unicode inputs.
    * Make ``validators.DateConverter`` serialize dates properly
    (from James Gardner).
    * Minor fix to setup.py to make FormEncode more friendly with
    zc.buildout.
* Sun Apr 22 2007 jfunk@funktronics.ca
  - Update to 0.7.1:
    From 0.7.1:
    * Set ``if_missing=()`` on ``validators.Set``, as a missing value
    usually means empty for this value.
    * Fix for ``Email`` validator that searches A records in addition to
    MX records (from Jacob Smullyan).
    * Fixes for the ``es`` locale.
    From 0.7:
    * **Backward compatibility issue**: Due to the addition of i18n
    (internationalization) to FormEncode, Invalid exceptions now have
    unicode messages.  You may encounter unicode-related errors if you
    are mixing these messages with non-ASCII ``str`` strings.
    * gettext-enabled branch merged in
    * Fixes `#1457145: Fails on URLs with port numbers
    <http://sourceforge.net/tracker/index.php?func=detail&aid=1457145&group_id=91231&atid=596416>`_
    * Fixes `#1559918 Schema fails to accept unicode errors
    <http://sourceforge.net/tracker/index.php?func=detail&aid=1559918&group_id=91231&atid=596416>`_
    * ``from formencode.validators import *`` will import the ``Invalid``
    exception now.
    * ``Invalid().unpack_errors(encode_variables=True)`` now filters out
    None values (which ``ForEach`` can produce even for keys with no
    errors).
* Sun Jan 07 2007 poeml@suse.de
  - update to 0.6
* Sun Jun 25 2006 jfunk@funktronics.ca
  - Remove noarch
* Thu Jun 22 2006 jfunk@funktronics.ca
  - No longer need pth kludge
* Wed Jun 21 2006 jfunk@funktronics.ca
  - Update
* Wed Oct 12 2005 jfunk@funktronics.ca
  - Initial release

Files

/usr/lib/python3.11/site-packages/FormEncode-2.0.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/FormEncode-2.0.1-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/FormEncode-2.0.1-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/FormEncode-2.0.1-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/FormEncode-2.0.1-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/FormEncode-2.0.1-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/FormEncode-2.0.1-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/formencode
/usr/lib/python3.11/site-packages/formencode/__init__.py
/usr/lib/python3.11/site-packages/formencode/__pycache__
/usr/lib/python3.11/site-packages/formencode/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/api.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/api.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/compound.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/compound.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/context.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/context.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/declarative.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/declarative.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/doctest_xml_compare.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/doctest_xml_compare.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/exc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/exc.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/fieldstorage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/fieldstorage.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/foreach.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/foreach.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlfill.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlfill.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlfill_schemabuilder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlfill_schemabuilder.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlgen.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlgen.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlrename.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/htmlrename.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/interfaces.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/interfaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/national.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/national.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/rewritingparser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/rewritingparser.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/schema.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/schema.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/validators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/validators.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/variabledecode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/__pycache__/variabledecode.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/api.py
/usr/lib/python3.11/site-packages/formencode/compound.py
/usr/lib/python3.11/site-packages/formencode/context.py
/usr/lib/python3.11/site-packages/formencode/declarative.py
/usr/lib/python3.11/site-packages/formencode/doctest_xml_compare.py
/usr/lib/python3.11/site-packages/formencode/exc.py
/usr/lib/python3.11/site-packages/formencode/fieldstorage.py
/usr/lib/python3.11/site-packages/formencode/foreach.py
/usr/lib/python3.11/site-packages/formencode/htmlfill.py
/usr/lib/python3.11/site-packages/formencode/htmlfill_schemabuilder.py
/usr/lib/python3.11/site-packages/formencode/htmlgen.py
/usr/lib/python3.11/site-packages/formencode/htmlrename.py
/usr/lib/python3.11/site-packages/formencode/i18n
/usr/lib/python3.11/site-packages/formencode/i18n/FormEncode.pot
/usr/lib/python3.11/site-packages/formencode/i18n/cs
/usr/lib/python3.11/site-packages/formencode/i18n/cs/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/cs/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/cs/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/da
/usr/lib/python3.11/site-packages/formencode/i18n/da/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/da/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/da/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/de
/usr/lib/python3.11/site-packages/formencode/i18n/de/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/de/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/de/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/el
/usr/lib/python3.11/site-packages/formencode/i18n/el/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/el/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/el/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/es
/usr/lib/python3.11/site-packages/formencode/i18n/es/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/es/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/es/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/et
/usr/lib/python3.11/site-packages/formencode/i18n/et/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/et/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/et/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/fi
/usr/lib/python3.11/site-packages/formencode/i18n/fi/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/fi/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/fi/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/fr
/usr/lib/python3.11/site-packages/formencode/i18n/fr/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/fr/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/fr/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/it
/usr/lib/python3.11/site-packages/formencode/i18n/it/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/it/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/it/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/ja
/usr/lib/python3.11/site-packages/formencode/i18n/ja/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/ja/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/ja/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/ko
/usr/lib/python3.11/site-packages/formencode/i18n/ko/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/ko/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/ko/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/lt
/usr/lib/python3.11/site-packages/formencode/i18n/lt/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/lt/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/lt/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/mk
/usr/lib/python3.11/site-packages/formencode/i18n/mk/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/mk/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/mk/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/nb_NO
/usr/lib/python3.11/site-packages/formencode/i18n/nb_NO/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/nb_NO/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/nb_NO/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/nl
/usr/lib/python3.11/site-packages/formencode/i18n/nl/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/nl/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/nl/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/pl
/usr/lib/python3.11/site-packages/formencode/i18n/pl/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/pl/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/pl/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/pt_BR
/usr/lib/python3.11/site-packages/formencode/i18n/pt_BR/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/pt_BR/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/pt_BR/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/pt_PT
/usr/lib/python3.11/site-packages/formencode/i18n/pt_PT/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/pt_PT/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/pt_PT/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/ru
/usr/lib/python3.11/site-packages/formencode/i18n/ru/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/ru/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/ru/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/sk
/usr/lib/python3.11/site-packages/formencode/i18n/sk/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/sk/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/sk/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/sl
/usr/lib/python3.11/site-packages/formencode/i18n/sl/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/sl/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/sl/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/sr
/usr/lib/python3.11/site-packages/formencode/i18n/sr/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/sr/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/sr/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/sr@latin
/usr/lib/python3.11/site-packages/formencode/i18n/sr@latin/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/sr@latin/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/sr@latin/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/sv
/usr/lib/python3.11/site-packages/formencode/i18n/sv/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/sv/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/sv/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/tr
/usr/lib/python3.11/site-packages/formencode/i18n/tr/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/tr/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/tr/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/zh_CN
/usr/lib/python3.11/site-packages/formencode/i18n/zh_CN/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/zh_CN/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/zh_CN/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/i18n/zh_TW
/usr/lib/python3.11/site-packages/formencode/i18n/zh_TW/LC_MESSAGES
/usr/lib/python3.11/site-packages/formencode/i18n/zh_TW/LC_MESSAGES/FormEncode.mo
/usr/lib/python3.11/site-packages/formencode/i18n/zh_TW/LC_MESSAGES/FormEncode.po
/usr/lib/python3.11/site-packages/formencode/interfaces.py
/usr/lib/python3.11/site-packages/formencode/javascript
/usr/lib/python3.11/site-packages/formencode/javascript/ordering.js
/usr/lib/python3.11/site-packages/formencode/national.py
/usr/lib/python3.11/site-packages/formencode/rewritingparser.py
/usr/lib/python3.11/site-packages/formencode/schema.py
/usr/lib/python3.11/site-packages/formencode/tests
/usr/lib/python3.11/site-packages/formencode/tests/__init__.py
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_cc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_cc.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_compound.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_compound.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_context.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_context.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_declarative.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_declarative.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_doctest_xml_compare.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_doctest_xml_compare.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_doctests.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_doctests.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_email.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_email.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlfill.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlfill.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlfill_control.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlfill_control.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlgen.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlgen.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlrename.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_htmlrename.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_i18n.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_schema.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_schema.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_subclassing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_subclassing.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_subclassing_old.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_subclassing_old.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_validators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_validators.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_variabledecode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/formencode/tests/__pycache__/test_variabledecode.cpython-311.pyc
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data/data-error1.txt
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data/data-fill1.txt
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data/data-fill2.txt
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data/data-fill3.txt
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data/data-fill4.txt
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data/data-form-last-element.txt
/usr/lib/python3.11/site-packages/formencode/tests/htmlfill_data/data-schema1.txt
/usr/lib/python3.11/site-packages/formencode/tests/non_empty.txt
/usr/lib/python3.11/site-packages/formencode/tests/test_cc.py
/usr/lib/python3.11/site-packages/formencode/tests/test_compound.py
/usr/lib/python3.11/site-packages/formencode/tests/test_context.py
/usr/lib/python3.11/site-packages/formencode/tests/test_declarative.py
/usr/lib/python3.11/site-packages/formencode/tests/test_doctest_xml_compare.py
/usr/lib/python3.11/site-packages/formencode/tests/test_doctests.py
/usr/lib/python3.11/site-packages/formencode/tests/test_email.py
/usr/lib/python3.11/site-packages/formencode/tests/test_htmlfill.py
/usr/lib/python3.11/site-packages/formencode/tests/test_htmlfill_control.py
/usr/lib/python3.11/site-packages/formencode/tests/test_htmlgen.py
/usr/lib/python3.11/site-packages/formencode/tests/test_htmlrename.py
/usr/lib/python3.11/site-packages/formencode/tests/test_i18n.py
/usr/lib/python3.11/site-packages/formencode/tests/test_schema.py
/usr/lib/python3.11/site-packages/formencode/tests/test_subclassing.py
/usr/lib/python3.11/site-packages/formencode/tests/test_subclassing_old.py
/usr/lib/python3.11/site-packages/formencode/tests/test_validators.py
/usr/lib/python3.11/site-packages/formencode/tests/test_variabledecode.py
/usr/lib/python3.11/site-packages/formencode/validators.py
/usr/lib/python3.11/site-packages/formencode/variabledecode.py
/usr/share/doc/packages/python311-FormEncode
/usr/share/doc/packages/python311-FormEncode/README.rst
/usr/share/licenses/python311-FormEncode
/usr/share/licenses/python311-FormEncode/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Oct 26 23:59:49 2024