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

python3-ZConfig-3.5.0-bp153.1.19 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-ZConfig Distribution: SUSE Linux Enterprise 15 SP3
Version: 3.5.0 Vendor: openSUSE
Release: bp153.1.19 Build date: Sat Mar 6 09:58:50 2021
Group: Development/Libraries/Python Build host: lamb04
Size: 1155720 Source RPM: python-ZConfig-3.5.0-bp153.1.19.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/zopefoundation/ZConfig
Summary: Structured Configuration Library
ZConfig is a configuration library intended for general use. It supports a
hierarchical schema-driven configuration model that allows a schema to specify
data conversion routines written in Python. ZConfig's model is very different
from the model supported by the ConfigParser module found in Python's standard
library, and is more suitable to configuration-intensive applications.

ZConfig schema are written in an XML-based language and are able to "import"
schema components provided by Python packages. Since components are able to
bind to conversion functions provided by Python code in the package (or
elsewhere), configuration objects can be arbitrarily complex, with values that
have been verified against arbitrary constraints. This makes it easy for
applications to separate configuration support from configuration loading even
with configuration data being defined and consumed by a wide range of separate
packages.

Provides

Requires

License

ZPL-2.1

Changelog

* Mon Nov 25 2019 Steve Kowalik <steven.kowalik@suse.com>
  - Add python-38-support.patch to support Python 3.8
* Mon Jul 29 2019 pgajdos@suse.com
  - version update to 3.5.0
    * Add support for documenting schema files contained in packages to
      the Sphinx extension. See `issue 59
      <https://github.com/zopefoundation/ZConfig/issues/59>`_.
* Mon Mar 04 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 3.4.0:
    * Many changes have been made in the support for logging configurations
    * Drop support for Python 3.3.
    * Add support for Python 3.7.
    * Drop support for 'python setup.py test'. See issue 38.
    * Add support for example in section and multisection, and include those examples in generated documentation. See https://github.com/zopefoundation/ZConfig/pull/5.
    * Fix configuration loaders to decode byte data using UTF-8 instead of the default encoding (usually ASCII). See issue 37.
* Fri Jun 23 2017 aloisio@gmx.com
  - Update to 3.2.0
    * Drop support for Python 2.6 and 3.2 and add support for
      Python 3.6.
    * Run tests with pypy and pypy3 as well.
    * Host docs at https://zconfig.readthedocs.io
    * BaseLoader is now an abstract class that cannot be
      instantiated.
    * Allow nan, inf and -inf values for floats in configurations.
      See https://github.com/zopefoundation/ZConfig/issues/16.
    * Scripts zconfig (for schema validation) and
      zconfig_schema2html are ported to Python 3.
    * A new ZConfig.sphinx Sphinx extension facilitates
      automatically documenting ZConfig components using their
      description and examples in Sphinx documentation. See
      https://github.com/zopefoundation/ZConfig/pull/25.
    * Simplify internal schema processing of max and min
      occurrence values. See
      https://github.com/zopefoundation/ZConfig/issues/15.
    * Almost all uses of type as a parameter name have been
      replaced with type_ to avoid shadowing a builtin. These were
      typically not public APIs and weren’t expected to be called
      with  keyword arguments so there should not be any
      user-visible  changes.
      See https://github.com/zopefoundation/ZConfig/issues/17
    3.1.0:
    * Add ability to do variable substitution from environment
      variables using $() syntax.
  - Converted to single-spec
* Wed Apr 16 2014 p.drouand@gmail.com
  - Update to version 3.0.4
    + Added Python 3.4 support
  - Implement update-alternatives
* Thu Sep 26 2013 toddrme2178@gmail.com
  - Fix source URL
* Sat Aug 03 2013 hpj@urpla.net
  - version 3.0.3: initial build

Files

/etc/alternatives/zconfig
/etc/alternatives/zconfig_schema2html
/usr/bin/zconfig
/usr/bin/zconfig-3.6
/usr/bin/zconfig_schema2html
/usr/bin/zconfig_schema2html-3.6
/usr/lib/python3.6/site-packages/ZConfig
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/ZConfig-3.5.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/ZConfig/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/_compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/_compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/_schema_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/_schema_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/cfgparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/cfgparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/cmdline.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/cmdline.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/datatypes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/datatypes.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/info.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/info.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/loader.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/loader.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/matcher.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/matcher.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/schema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/schema.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/schema2html.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/schema2html.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/schemaless.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/schemaless.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/sphinx.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/sphinx.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/substitution.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/substitution.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/url.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/url.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/validator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/__pycache__/validator.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/_compat.py
/usr/lib/python3.6/site-packages/ZConfig/_schema_utils.py
/usr/lib/python3.6/site-packages/ZConfig/cfgparser.py
/usr/lib/python3.6/site-packages/ZConfig/cmdline.py
/usr/lib/python3.6/site-packages/ZConfig/components
/usr/lib/python3.6/site-packages/ZConfig/components/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/components/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/components/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic
/usr/lib/python3.6/site-packages/ZConfig/components/basic/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/components/basic/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/components/basic/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/__pycache__/mapping.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/__pycache__/mapping.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/component.xml
/usr/lib/python3.6/site-packages/ZConfig/components/basic/mapping.py
/usr/lib/python3.6/site-packages/ZConfig/components/basic/mapping.xml
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests/__pycache__/test_mapping.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests/__pycache__/test_mapping.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/basic/tests/test_mapping.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/datatypes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/datatypes.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/factory.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/factory.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/formatter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/formatter.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/handlers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/handlers.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/logger.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/logger.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/loghandler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/__pycache__/loghandler.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/abstract.xml
/usr/lib/python3.6/site-packages/ZConfig/components/logger/base-logger.xml
/usr/lib/python3.6/site-packages/ZConfig/components/logger/component.xml
/usr/lib/python3.6/site-packages/ZConfig/components/logger/datatypes.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/eventlog.xml
/usr/lib/python3.6/site-packages/ZConfig/components/logger/factory.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/formatter.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/handlers.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/handlers.xml
/usr/lib/python3.6/site-packages/ZConfig/components/logger/logger.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/logger.xml
/usr/lib/python3.6/site-packages/ZConfig/components/logger/loghandler.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/support.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/support.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/test_formatter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/test_formatter.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/test_logger.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/__pycache__/test_logger.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/support.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/test_formatter.py
/usr/lib/python3.6/site-packages/ZConfig/components/logger/tests/test_logger.py
/usr/lib/python3.6/site-packages/ZConfig/datatypes.py
/usr/lib/python3.6/site-packages/ZConfig/info.py
/usr/lib/python3.6/site-packages/ZConfig/loader.py
/usr/lib/python3.6/site-packages/ZConfig/matcher.py
/usr/lib/python3.6/site-packages/ZConfig/schema.py
/usr/lib/python3.6/site-packages/ZConfig/schema2html.py
/usr/lib/python3.6/site-packages/ZConfig/schemaless.py
/usr/lib/python3.6/site-packages/ZConfig/schemaless.txt
/usr/lib/python3.6/site-packages/ZConfig/sphinx.py
/usr/lib/python3.6/site-packages/ZConfig/substitution.py
/usr/lib/python3.6/site-packages/ZConfig/tests
/usr/lib/python3.6/site-packages/ZConfig/tests/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/support.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/support.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_cfgimports.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_cfgimports.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_cmdline.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_cmdline.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_config.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_cookbook.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_cookbook.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_datatypes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_datatypes.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_info.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_info.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_loader.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_loader.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_matcher.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_matcher.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_schema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_schema.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_schema2html.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_schema2html.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_schemaless.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_schemaless.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_subst.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_subst.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_validator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/__pycache__/test_validator.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/bad-component.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/bad-component2.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/foosample.zip
/usr/lib/python3.6/site-packages/ZConfig/tests/input
/usr/lib/python3.6/site-packages/ZConfig/tests/input/base-datatype1.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/base-datatype2.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/base-keytype1.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/base-keytype2.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/base.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/include.conf
/usr/lib/python3.6/site-packages/ZConfig/tests/input/inner.conf
/usr/lib/python3.6/site-packages/ZConfig/tests/input/library.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/logger.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/non-ascii.txt
/usr/lib/python3.6/site-packages/ZConfig/tests/input/outer.conf
/usr/lib/python3.6/site-packages/ZConfig/tests/input/simple.conf
/usr/lib/python3.6/site-packages/ZConfig/tests/input/simple.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/input/simplesections.conf
/usr/lib/python3.6/site-packages/ZConfig/tests/input/simplesections.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/library
/usr/lib/python3.6/site-packages/ZConfig/tests/library/README.txt
/usr/lib/python3.6/site-packages/ZConfig/tests/library/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/tests/library/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/tests/library/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/library/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing/component.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing/extras
/usr/lib/python3.6/site-packages/ZConfig/tests/library/thing/extras/extras.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/library/widget
/usr/lib/python3.6/site-packages/ZConfig/tests/library/widget/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/tests/library/widget/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/tests/library/widget/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/library/widget/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/library/widget/component.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/library/widget/extra.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/sphinx_test_schema.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/support.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_cfgimports.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_cmdline.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_config.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_cookbook.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_datatypes.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_info.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_loader.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_matcher.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_schema.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_schema2html.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_schemaless.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_subst.py
/usr/lib/python3.6/site-packages/ZConfig/tests/test_validator.py
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/README.txt
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/__init__.py
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/__pycache__
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/__pycache__/datatypes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/__pycache__/datatypes.cpython-36.pyc
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/component.xml
/usr/lib/python3.6/site-packages/ZConfig/tests/zipsource/foo/sample/datatypes.py
/usr/lib/python3.6/site-packages/ZConfig/url.py
/usr/lib/python3.6/site-packages/ZConfig/validator.py
/usr/share/doc/packages/python3-ZConfig
/usr/share/doc/packages/python3-ZConfig/CHANGES.rst
/usr/share/doc/packages/python3-ZConfig/COPYRIGHT.txt
/usr/share/doc/packages/python3-ZConfig/PKG-INFO
/usr/share/doc/packages/python3-ZConfig/README.rst
/usr/share/licenses/python3-ZConfig
/usr/share/licenses/python3-ZConfig/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:43:28 2024