fe52b09153
- 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
Dirk Mueller2025-07-05 10:35:24 +00:00
4f3f879fc7
- 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.
Matej Cepl2022-05-16 15:46:47 +00:00
607d8835f1
Accepting request 659325 from home:jengelh:branches:devel:languages:python
Tomáš Chvátal
2018-12-18 19:30:53 +00:00
7063d5bc5c
- update to 2.0.1: * 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
Thomas Bechtold2018-12-17 21:20:17 +00:00
07387c3f53
Remove superfluous devel dependency for noarch package
Matej Cepl2018-12-04 13:45:26 +00:00