14
0

22 Commits

Author SHA256 Message Date
b3f0ef6ba9 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=42
2025-07-05 10:35:24 +00:00
021d40c42f - Make the dist-info name case-insensitive
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=40
2025-04-01 12:38:46 +00:00
635871d4af - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=39
2025-03-25 03:53:19 +00:00
8e7c509c33 Accepting request 1085738 from home:ojkastl_buildservice:Branch_devel_languages_python
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=37
2023-05-09 15:21:26 +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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=35
2022-05-16 15:46:47 +00:00
9c3e9bd4e2 - update to 2.1.1:
* Added ``setuptools`` as an explicit dependency.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=33
2020-11-26 09:09:43 +00:00
c61249c970 - Add rm_nspace_pkgs.patch to poorly used namespace_packages
(gh#Pylons/pastedeploy#27)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=31
2020-06-23 16:26:04 +00:00
00982259e4 - update to 2.1.0:
* pytest-runner removed, use tox to run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=29
2020-03-14 15:44:27 +00:00
Tomáš Chvátal
755ef139da - Switch to github tarball to run tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=27
2019-03-05 19:16:40 +00:00
Tomáš Chvátal
607d8835f1 Accepting request 659325 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/659325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=25
2018-12-18 19:30:53 +00:00
Thomas Bechtold
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=24
2018-12-17 21:20:17 +00:00
07387c3f53 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=23
2018-12-04 13:45:26 +00:00
Todd R
6533091777 Accepting request 493119 from home:TheBlackCat:branches:devel:languages:python
Fix Provides/Obsoletes.

OBS-URL: https://build.opensuse.org/request/show/493119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=21
2017-05-06 04:27:34 +00:00
Thomas Bechtold
339bb74523 Accepting request 489247 from home:frispete:python
- fix source url

OBS-URL: https://build.opensuse.org/request/show/489247
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=19
2017-04-20 05:38:39 +00:00
1944599260 Accepting request 489198 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/489198
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=18
2017-04-19 05:57:22 +00:00
Denisart Benjamin
f3ba575f5f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=17 2015-02-09 15:20:50 +00:00
Denisart Benjamin
406fb4ff7b Accepting request 284451 from home:frispete:python
- update to version 1.5.2
  changes: https://bitbucket.org/ianb/pastedeploy/commits/all

OBS-URL: https://build.opensuse.org/request/show/284451
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=16
2015-02-09 15:20:36 +00:00
Sascha Peilicke
8ca6efd981 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=14
2013-10-24 11:09:50 +00:00
Sascha Peilicke
729c669a5d Accepting request 178876 from home:dirkmueller:branches:devel:languages:python
- add python-distribute dependency

OBS-URL: https://build.opensuse.org/request/show/178876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=11
2013-06-14 10:53:38 +00:00
Todd R
4a71983acc Accepting request 122530 from home:HighwayStar:branches:devel:languages:python
python3 package added, not sure if it could be usefull without python3-Paste, but it builds and imports. python-Paste seems not to be ready for python3 atm

OBS-URL: https://build.opensuse.org/request/show/122530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=5
2012-05-27 09:15:48 +00:00
Sascha Peilicke
05bfb1fc66 - Added Provides/Obsoletes for python-pastedeploy
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=2
2011-09-01 09:07:08 +00:00
Sascha Peilicke
a5cd887910 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=1
2011-09-01 09:04:27 +00:00