* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=42
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=35
* Use pytest.ini testpaths
* Use pylons-sphinx-themes for pylons
* Add GitHub issue templates (#13)
* tox.ini: Drop py32; add py35
* Remove dead links
* Fix string-formatting args when raising LookupError
* Eliminate cover and cover3 tox targets
* fix link to paster serve
* Comment out obsolete static path
* Prepare a 2.0.0 release (#19)
* Use .rst for extension for better rendering on GitHub
* rename directory of reST files to use .rst extension
* Update link to Paste, saving a redirect https://pythonpaste.readthedocs.io/en/latest/
* Update tests to reflect new behaviour of globals and DEFAULT
* Make 'python setup.py test' work (#5)
* Switch to pytest
* Remove obsolete links from navigation
* missed one code-block highlighting
* Add docs environment to tox. Build via `tox -e docs`.
* Close branch pytest
* Establish testing
* update installation instructions
* Move license.txt to root of repo in hopes that GitHub will find it
* Add intersphinx and configure Python docs
* Add rtd.txt to install pylons-sphinx-themes package
* add docs env to tox
* Release 2.0.1
* Add docs_extra to setup.py
* proper spacing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=24