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

python312-Paste-3.10.1-2.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-Paste Distribution: openSUSE Tumbleweed
Version: 3.10.1 Vendor: openSUSE
Release: 2.3 Build date: Thu Aug 29 12:49:09 2024
Group: Unspecified Build host: reproducible
Size: 2622804 Source RPM: python-Paste-3.10.1-2.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/cdent/paste
Summary: Tools for using a Web Server Gateway Interface stack
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications.  Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.

Provides

Requires

License

MIT

Changelog

* Thu Aug 29 2024 [email protected]
  - python-six is not required
* Mon Jul 29 2024 John Paul Adrian Glaubitz <[email protected]>
  - Update to 3.10.1
    * Correct packaging and testing when not in a clean virtualenv
  - from version 3.10.0
    * Move development to https://github.com/pasteorg/paste
    * Vendor cgi.FieldStorage and cgitb.Hook
    * More cleaning of Python 2 style code.
  - Adjust upstream source name in spec file
* Mon Apr 15 2024 Dirk Müller <[email protected]>
  - update to 3.9.0:
    * misc bugs + please pyflakes
    * Remove unused format_environ method in watchthreads APP
* Fri Mar 22 2024 Dirk Müller <[email protected]>
  - update to 3.8.0:
    * remove most python2 compatibility
* Tue Dec 12 2023 Dirk Müller <[email protected]>
  - update to 3.7.1:
    * The main change for 3.7.0 and beyond is dropping support for
      Python 2. In the past it was possible to get Paste to work in
      Python 2 with some effort. That's now no longer possible. If
      Python 2 is required for some reason, use an older version of
      Paste.
  - update to 3.6.1:
    * Turn on github action for tests on pull requests
    * Add a Makefile for simple automation
* Mon Aug 28 2023 Steve Kowalik <[email protected]>
  - Update to 3.5.3:
    * Use importlib instead of imp with Python 3.
  - Drop patch support-python-311.patch, something similar now included
    upstream.
  - Switch to pyproject macros.
  - Stop using greedy globs in %files.
* Tue May 09 2023 Johannes Kastl <[email protected]>
  - add sle15_python_module_pythons
* Mon Jan 09 2023 Steve Kowalik <[email protected]>
  - Add patch support-python-311.patch:
    * Filter Deprecationwarning for one test script.
  - Remove Python 2 gubbins.
* Fri Sep 09 2022 Yogalakshmi Arunachalam <[email protected]>
  - update to 3.5.2:
    * Fix py3 compatibility in paste.wsgilib.catch_errors (#70)
    * A Python 3 application might only define `__next__`, not `next`.  Use
      `six.next` instead.
    * This is very similar to https://github.com/cdent/paste/pull/53, and was
      apparently missed there.
* Fri Jul 15 2022 Dirk Müller <[email protected]>
  - update to 3.5.1:
    * Replace deprecated threading.currentThread, getName and setDaemon
      with threading.current_thread, name and daemon.
* Tue Feb 23 2021 Markéta Machová <[email protected]>
  - Get rid of broken %ifpython3 macro

Files

/usr/lib/python3.12/site-packages/Paste-3.10.1-py3.12-nspkg.pth
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/LICENSE
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/RECORD
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/namespace_packages.txt
/usr/lib/python3.12/site-packages/Paste-3.10.1.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/paste
/usr/lib/python3.12/site-packages/paste/__pycache__
/usr/lib/python3.12/site-packages/paste/__pycache__/cascade.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/cascade.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/cgiapp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/cgiapp.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/cgitb_catcher.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/cgitb_catcher.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/config.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/config.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/errordocument.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/errordocument.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/fileapp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/fileapp.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/fixture.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/fixture.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/flup_session.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/flup_session.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/gzipper.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/gzipper.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/httpexceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/httpexceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/httpheaders.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/httpheaders.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/httpserver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/httpserver.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/lint.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/lint.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/modpython.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/modpython.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/pony.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/pony.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/progress.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/progress.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/proxy.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/proxy.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/recursive.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/recursive.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/registry.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/registry.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/reloader.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/reloader.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/request.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/request.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/response.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/response.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/session.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/session.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/transaction.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/transaction.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/translogger.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/translogger.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/url.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/url.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/urlmap.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/urlmap.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/urlparser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/urlparser.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/wsgilib.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/wsgilib.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/wsgiwrappers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/__pycache__/wsgiwrappers.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth
/usr/lib/python3.12/site-packages/paste/auth/__init__.py
/usr/lib/python3.12/site-packages/paste/auth/__pycache__
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/auth_tkt.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/auth_tkt.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/basic.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/basic.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/cas.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/cas.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/cookie.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/cookie.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/digest.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/digest.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/form.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/form.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/grantip.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/grantip.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/multi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/multi.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/open_id.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/auth/__pycache__/open_id.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/auth/auth_tkt.py
/usr/lib/python3.12/site-packages/paste/auth/basic.py
/usr/lib/python3.12/site-packages/paste/auth/cas.py
/usr/lib/python3.12/site-packages/paste/auth/cookie.py
/usr/lib/python3.12/site-packages/paste/auth/digest.py
/usr/lib/python3.12/site-packages/paste/auth/form.py
/usr/lib/python3.12/site-packages/paste/auth/grantip.py
/usr/lib/python3.12/site-packages/paste/auth/multi.py
/usr/lib/python3.12/site-packages/paste/auth/open_id.py
/usr/lib/python3.12/site-packages/paste/cascade.py
/usr/lib/python3.12/site-packages/paste/cgiapp.py
/usr/lib/python3.12/site-packages/paste/cgitb_catcher.py
/usr/lib/python3.12/site-packages/paste/config.py
/usr/lib/python3.12/site-packages/paste/cowbell
/usr/lib/python3.12/site-packages/paste/cowbell/__init__.py
/usr/lib/python3.12/site-packages/paste/cowbell/__pycache__
/usr/lib/python3.12/site-packages/paste/cowbell/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/cowbell/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug
/usr/lib/python3.12/site-packages/paste/debug/__init__.py
/usr/lib/python3.12/site-packages/paste/debug/__pycache__
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/debugapp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/debugapp.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/doctest_webapp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/doctest_webapp.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/fsdiff.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/fsdiff.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/prints.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/prints.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/profile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/profile.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/testserver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/testserver.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/watchthreads.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/watchthreads.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/wdg_validate.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/debug/__pycache__/wdg_validate.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/debug/debugapp.py
/usr/lib/python3.12/site-packages/paste/debug/doctest_webapp.py
/usr/lib/python3.12/site-packages/paste/debug/fsdiff.py
/usr/lib/python3.12/site-packages/paste/debug/prints.py
/usr/lib/python3.12/site-packages/paste/debug/profile.py
/usr/lib/python3.12/site-packages/paste/debug/testserver.py
/usr/lib/python3.12/site-packages/paste/debug/watchthreads.py
/usr/lib/python3.12/site-packages/paste/debug/wdg_validate.py
/usr/lib/python3.12/site-packages/paste/errordocument.py
/usr/lib/python3.12/site-packages/paste/evalexception
/usr/lib/python3.12/site-packages/paste/evalexception/__init__.py
/usr/lib/python3.12/site-packages/paste/evalexception/__pycache__
/usr/lib/python3.12/site-packages/paste/evalexception/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/evalexception/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/evalexception/__pycache__/evalcontext.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/evalexception/__pycache__/evalcontext.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/evalexception/__pycache__/middleware.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/evalexception/__pycache__/middleware.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/evalexception/evalcontext.py
/usr/lib/python3.12/site-packages/paste/evalexception/middleware.py
/usr/lib/python3.12/site-packages/paste/exceptions
/usr/lib/python3.12/site-packages/paste/exceptions/__init__.py
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/collector.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/collector.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/errormiddleware.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/errormiddleware.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/formatter.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/formatter.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/reporter.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/reporter.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/serial_number_generator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/__pycache__/serial_number_generator.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/exceptions/collector.py
/usr/lib/python3.12/site-packages/paste/exceptions/errormiddleware.py
/usr/lib/python3.12/site-packages/paste/exceptions/formatter.py
/usr/lib/python3.12/site-packages/paste/exceptions/reporter.py
/usr/lib/python3.12/site-packages/paste/exceptions/serial_number_generator.py
/usr/lib/python3.12/site-packages/paste/fileapp.py
/usr/lib/python3.12/site-packages/paste/fixture.py
/usr/lib/python3.12/site-packages/paste/flup_session.py
/usr/lib/python3.12/site-packages/paste/gzipper.py
/usr/lib/python3.12/site-packages/paste/httpexceptions.py
/usr/lib/python3.12/site-packages/paste/httpheaders.py
/usr/lib/python3.12/site-packages/paste/httpserver.py
/usr/lib/python3.12/site-packages/paste/lint.py
/usr/lib/python3.12/site-packages/paste/modpython.py
/usr/lib/python3.12/site-packages/paste/pony.py
/usr/lib/python3.12/site-packages/paste/progress.py
/usr/lib/python3.12/site-packages/paste/proxy.py
/usr/lib/python3.12/site-packages/paste/recursive.py
/usr/lib/python3.12/site-packages/paste/registry.py
/usr/lib/python3.12/site-packages/paste/reloader.py
/usr/lib/python3.12/site-packages/paste/request.py
/usr/lib/python3.12/site-packages/paste/response.py
/usr/lib/python3.12/site-packages/paste/session.py
/usr/lib/python3.12/site-packages/paste/transaction.py
/usr/lib/python3.12/site-packages/paste/translogger.py
/usr/lib/python3.12/site-packages/paste/url.py
/usr/lib/python3.12/site-packages/paste/urlmap.py
/usr/lib/python3.12/site-packages/paste/urlparser.py
/usr/lib/python3.12/site-packages/paste/util
/usr/lib/python3.12/site-packages/paste/util/PySourceColor.py
/usr/lib/python3.12/site-packages/paste/util/__init__.py
/usr/lib/python3.12/site-packages/paste/util/__pycache__
/usr/lib/python3.12/site-packages/paste/util/__pycache__/PySourceColor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/PySourceColor.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/cgitb_hook.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/cgitb_hook.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/classinit.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/classinit.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/classinstance.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/classinstance.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/converters.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/converters.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/dateinterval.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/dateinterval.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/datetimeutil.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/datetimeutil.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/field_storage.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/field_storage.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/filemixin.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/filemixin.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/finddata.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/finddata.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/findpackage.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/findpackage.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/import_string.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/import_string.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/intset.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/intset.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/ip4.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/ip4.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/killthread.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/killthread.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/looper.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/looper.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/mimeparse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/mimeparse.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/multidict.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/multidict.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/quoting.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/quoting.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/scgiserver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/scgiserver.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/template.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/template.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/threadedprint.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/threadedprint.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/threadinglocal.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/util/__pycache__/threadinglocal.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/util/cgitb_hook.py
/usr/lib/python3.12/site-packages/paste/util/classinit.py
/usr/lib/python3.12/site-packages/paste/util/classinstance.py
/usr/lib/python3.12/site-packages/paste/util/converters.py
/usr/lib/python3.12/site-packages/paste/util/dateinterval.py
/usr/lib/python3.12/site-packages/paste/util/datetimeutil.py
/usr/lib/python3.12/site-packages/paste/util/field_storage.py
/usr/lib/python3.12/site-packages/paste/util/filemixin.py
/usr/lib/python3.12/site-packages/paste/util/finddata.py
/usr/lib/python3.12/site-packages/paste/util/findpackage.py
/usr/lib/python3.12/site-packages/paste/util/import_string.py
/usr/lib/python3.12/site-packages/paste/util/intset.py
/usr/lib/python3.12/site-packages/paste/util/ip4.py
/usr/lib/python3.12/site-packages/paste/util/killthread.py
/usr/lib/python3.12/site-packages/paste/util/looper.py
/usr/lib/python3.12/site-packages/paste/util/mimeparse.py
/usr/lib/python3.12/site-packages/paste/util/multidict.py
/usr/lib/python3.12/site-packages/paste/util/quoting.py
/usr/lib/python3.12/site-packages/paste/util/scgiserver.py
/usr/lib/python3.12/site-packages/paste/util/template.py
/usr/lib/python3.12/site-packages/paste/util/threadedprint.py
/usr/lib/python3.12/site-packages/paste/util/threadinglocal.py
/usr/lib/python3.12/site-packages/paste/wsgilib.py
/usr/lib/python3.12/site-packages/paste/wsgiwrappers.py
/usr/share/doc/packages/python312-Paste
/usr/share/doc/packages/python312-Paste/README.rst
/usr/share/licenses/python312-Paste
/usr/share/licenses/python312-Paste/license.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Feb 26 23:51:59 2025