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

python312-PasteDeploy-3.1.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-PasteDeploy Distribution: openSUSE Tumbleweed
Version: 3.1.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Jul 5 12:35:10 2025
Group: Development/Languages/Python Build host: reproducible
Size: 129826 Source RPM: python-PasteDeploy-3.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Pylons/pastedeploy
Summary: Tool to load, configure, and compose WSGI applications and servers
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files. Paste Script
provides commands to serve applications based on this configuration file.

Provides

Requires

License

MIT

Changelog

* Sat Jul 05 2025 Dirk Müller <dmueller@suse.com>
  - update to 3.1.0:
    * Support Python 3.11 and 3.12.
    * Remove deprecated usage of inspect.getargspec that is no
      longer supported in Python 3.12.
    * Fix python_requires package metadata to support Python 3.7+.
    * Drop support for Python 2, as well as 3.4, 3.5, and 3.6.
    * Fix a broken compatibility shim that would cause the
      ConfigParser to fail on Python 3.12 when ConfigParser.readfp
      is removed.
    * Drop setuptools dependency and start using importlib.metadata
      instead.
    * Refactor repository into a src folder layout.
    * Added setuptools as an explicit dependency. This has always
      been required but now that more environments are becoming
      capable of operating without it being installed, we now need
      to ensure it's available.
    * pytest-runner removed, use tox to run tests.
    * Python 3 deprecation warning cleanups
    * Moved code to GitHub under the Pylons Project.
    * Moved documentation under the Pylons Project, hosted by Read
      the Docs at https://docs.pylonsproject.org/projects/pastedepl
      oy/en/latest/
    * Fixed Python 3 issue in paste.deploy.util.fix_type_error()
    * Fixed use of the wrong variable when determining the context
      protocol
    * Fixed invalid import of paste.deploy.Config to
      paste.deploy.config.Config
    * Fixed multi proxy IPs bug in X-Forwarded-For header in
      PrefixMiddleware
    * Fixed TypeError when trying to raise LookupError on Python 3
    * Fixed exception reraise on Python 3
    * Project is now maintained by Alex Grönholm
      <alex.gronholm@nextday.fi>
    * Was printing extraneous data when calling setup.py
    * Fixed missing paster template files (fixes "paster create -t
      paste.deploy")
* Tue Apr 01 2025 Markéta Machová <mmachova@suse.com>
  - Make the dist-info name case-insensitive
* Tue Mar 25 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Lowercase metadata directory name.
* Tue May 09 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Mon May 16 2022 mcepl@cepl.eu
  - Update to version 2.1.1+git.1652668078.0f0697d:
    * switch to f-string
    * fix up strings and upgrade format syntax
    * move fixtures into the setup code for the test suite
    * blackify/isort/flake8
    * enable linting
    * refactor to a src folder
    * remove py2 configparser shims
    * refactor package info to setup.cfg, run pyupgrade
    * fix classifiers
    * disable windows
  - remove unnecessary patch rm_nspace_pkgs.patch.
* Thu Nov 26 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.1.1:
    * Added ``setuptools`` as an explicit dependency.
* Tue Jun 23 2020 Matej Cepl <mcepl@suse.com>
  - Add rm_nspace_pkgs.patch to poorly used namespace_packages
    (gh#Pylons/pastedeploy#27)
* Sat Mar 14 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.1.0:
    * pytest-runner removed, use tox to run tests
* Tue Mar 05 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Switch to github tarball to run tests
* Tue Dec 18 2018 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase in summary.

Files

/usr/lib/python3.12/site-packages/PasteDeploy-3.1.0-py3.11-nspkg.pth
/usr/lib/python3.12/site-packages/paste/deploy
/usr/lib/python3.12/site-packages/paste/deploy/__init__.py
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/config.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/config.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/converters.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/converters.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/loadwsgi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/loadwsgi.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/paster_templates.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/paster_templates.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/paste/deploy/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/paste/deploy/config.py
/usr/lib/python3.12/site-packages/paste/deploy/converters.py
/usr/lib/python3.12/site-packages/paste/deploy/loadwsgi.py
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates.py
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates/paste_deploy
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates/paste_deploy/+package+
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates/paste_deploy/docs
/usr/lib/python3.12/site-packages/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
/usr/lib/python3.12/site-packages/paste/deploy/util.py
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/RECORD
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/namespace_packages.txt
/usr/lib/python3.12/site-packages/pastedeploy-3.1.0.dist-info/top_level.txt
/usr/share/doc/packages/python312-PasteDeploy
/usr/share/doc/packages/python312-PasteDeploy/README.rst
/usr/share/licenses/python312-PasteDeploy
/usr/share/licenses/python312-PasteDeploy/license.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jul 12 23:23:57 2025