12
0

Commit Graph

  • 4e875f7bc8 Accepting request 1290774 from devel:languages:python factory Ana Guerrero 2025-07-08 13:27:52 +00:00
  • 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 devel Dirk Mueller 2025-07-05 10:35:24 +00:00
  • e2f27cdd86 Accepting request 1266142 from devel:languages:python slfo-main slfo-1.2 Ana Guerrero 2025-04-11 14:44:57 +00:00
  • ddf5bcce82 - Make the dist-info name case-insensitive Markéta Machová 2025-04-01 12:38:46 +00:00
  • 61c69fffb5 - Lowercase metadata directory name. Steve Kowalik 2025-03-25 03:53:19 +00:00
  • 4cba2523b3 Accepting request 1085764 from devel:languages:python Dominique Leuenberger 2023-05-10 14:16:49 +00:00
  • 8e7c509c33 Accepting request 1085738 from home:ojkastl_buildservice:Branch_devel_languages_python Hans-Peter Jansen 2023-05-09 15:21:26 +00:00
  • 283b36e1a4 Accepting request 977574 from devel:languages:python Dominique Leuenberger 2022-05-17 15:23:58 +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 Cepl 2022-05-16 15:46:47 +00:00
  • 46a527dec2 Accepting request 850934 from devel:languages:python Dominique Leuenberger 2020-11-29 11:19:12 +00:00
  • 9c3e9bd4e2 - update to 2.1.1: * Added `setuptools` as an explicit dependency. Dirk Mueller 2020-11-26 09:09:43 +00:00
  • ff2c7cb623 Accepting request 816627 from devel:languages:python Dominique Leuenberger 2020-06-26 19:43:44 +00:00
  • c61249c970 - Add rm_nspace_pkgs.patch to poorly used namespace_packages (gh#Pylons/pastedeploy#27) Matej Cepl 2020-06-23 16:26:04 +00:00
  • 1427cd5698 Accepting request 785066 from devel:languages:python Dominique Leuenberger 2020-03-26 23:24:03 +00:00
  • 00982259e4 - update to 2.1.0: * pytest-runner removed, use tox to run tests Dirk Mueller 2020-03-14 15:44:27 +00:00
  • 921f813cad Accepting request 681894 from devel:languages:python Dominique Leuenberger 2019-03-08 10:00:55 +00:00
  • 755ef139da - Switch to github tarball to run tests Tomáš Chvátal 2019-03-05 19:16:40 +00:00
  • d9bb24c945 Accepting request 659630 from devel:languages:python Dominique Leuenberger 2018-12-19 12:53:58 +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 Bechtold 2018-12-17 21:20:17 +00:00
  • 07387c3f53 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:45:26 +00:00
  • a0993031d1 Accepting request 493140 from devel:languages:python Dominique Leuenberger 2017-05-06 16:31:29 +00:00
  • 6533091777 Accepting request 493119 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-05-06 04:27:34 +00:00
  • 671f46871f Accepting request 489510 from devel:languages:python Dominique Leuenberger 2017-05-03 13:55:24 +00:00
  • 339bb74523 Accepting request 489247 from home:frispete:python Thomas Bechtold 2017-04-20 05:38:39 +00:00
  • 1944599260 Accepting request 489198 from home:TheBlackCat:branches:devel:languages:python Hans-Peter Jansen 2017-04-19 05:57:22 +00:00
  • 788f2a9803 Accepting request 284876 from devel:languages:python Dominique Leuenberger 2015-02-10 19:23:13 +00:00
  • f3ba575f5f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=17 Denisart Benjamin 2015-02-09 15:20:50 +00:00
  • 406fb4ff7b Accepting request 284451 from home:frispete:python Denisart Benjamin 2015-02-09 15:20:36 +00:00
  • 2827a03c6c Accepting request 204612 from devel:languages:python Tomáš Chvátal 2013-10-25 09:25:20 +00:00
  • 8ca6efd981 - Require python-setuptools instead of distribute (upstreams merged) Sascha Peilicke 2013-10-24 11:09:50 +00:00
  • 51331e2855 Accepting request 179698 from devel:languages:python Stephan Kulow 2013-06-19 15:03:56 +00:00
  • 7187579502 Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:52:28 +00:00
  • 729c669a5d Accepting request 178876 from home:dirkmueller:branches:devel:languages:python Sascha Peilicke 2013-06-14 10:53:38 +00:00
  • e71a49da6c Accepting request 142400 from devel:languages:python Stephan Kulow 2012-11-22 16:22:12 +00:00
  • 24ba0135bb Accepting request 142399 from devel:languages:python3 Todd R 2012-11-22 13:04:47 +00:00
  • ebe3b8f0a5 Accepting request 132959 from devel:languages:python Stephan Kulow 2012-09-11 07:17:10 +00:00
  • e6dc5b1ea7 Accepting request 132958 from devel:languages:python Todd R 2012-09-06 12:55:54 +00:00
  • 761bc7a5aa Accepting request 122537 from devel:languages:python Stephan Kulow 2012-05-29 09:45:17 +00:00
  • 4a71983acc Accepting request 122530 from home:HighwayStar:branches:devel:languages:python Todd R 2012-05-27 09:15:48 +00:00
  • ac6dc4397f remove %debug_package Pascal Bleser 2011-12-12 09:04:42 +00:00
  • eb80bd39f7 Accepting request 93443 from devel:languages:python Stephan Kulow 2011-11-28 17:27:03 +00:00
  • 05bfb1fc66 - Added Provides/Obsoletes for python-pastedeploy Sascha Peilicke 2011-09-01 09:07:08 +00:00
  • a5cd887910 - Initial version Sascha Peilicke 2011-09-01 09:04:27 +00:00