17
0

44 Commits

Author SHA256 Message Date
d1a6231c16 Accepting request 1290774 from devel:languages:python
- 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/request/show/1290774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=23
2025-07-08 13:27:52 +00:00
711253d20b - 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
92323ec446 Accepting request 1266142 from devel:languages:python
- Make the dist-info name case-insensitive

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=22
2025-04-11 14:44:57 +00:00
8a3139e098 - 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
80e210d03d - 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
d5ab03845b Accepting request 1085764 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=21
2023-05-10 14:16:49 +00:00
a0e862adb9 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
1c061df50c Accepting request 977574 from devel:languages:python
- 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/request/show/977574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=20
2022-05-17 15:23:58 +00:00
96e22c013c - 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
3a3ef13f4b Accepting request 850934 from devel:languages:python
- update to 2.1.1:
  * Added ``setuptools`` as an explicit dependency.

OBS-URL: https://build.opensuse.org/request/show/850934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=19
2020-11-29 11:19:12 +00:00
cea16e3d82 - 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
c40e50ea92 Accepting request 816627 from devel:languages:python
- Add rm_nspace_pkgs.patch to poorly used namespace_packages
  (gh#Pylons/pastedeploy#27)

OBS-URL: https://build.opensuse.org/request/show/816627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=18
2020-06-26 19:43:44 +00:00
da4e00a1d5 - 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
d0b0492036 Accepting request 785066 from devel:languages:python
- update to 2.1.0:
  * pytest-runner removed, use tox to run tests

OBS-URL: https://build.opensuse.org/request/show/785066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=17
2020-03-26 23:24:03 +00:00
8266864e12 - 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
f17c1c417d Accepting request 681894 from devel:languages:python
- Switch to github tarball to run tests

OBS-URL: https://build.opensuse.org/request/show/681894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=16
2019-03-08 10:00:55 +00:00
Tomáš Chvátal
801487e8af - 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
8b8ee98e19 Accepting request 659630 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/659630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=15
2018-12-19 12:53:58 +00:00
Tomáš Chvátal
813ab266ca 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
70d9ac50a9 - 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
5e9cb16e5c 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
f7f75e03b8 Accepting request 493140 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=14
2017-05-06 16:31:29 +00:00
Todd R
de04e7c86c 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
a89e16a58a Accepting request 489510 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/489510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=13
2017-05-03 13:55:24 +00:00
4f6b040f9c 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
c0b7fc6a85 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
ea46f4bcad Accepting request 284876 from devel:languages:python
Update

OBS-URL: https://build.opensuse.org/request/show/284876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=12
2015-02-10 19:23:13 +00:00
Denisart Benjamin
f5a652c50e 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
de88fe96bb 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
Tomáš Chvátal
80c6473f38 Accepting request 204612 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=10
2013-10-25 09:25:20 +00:00
Sascha Peilicke
2ad96bb56a - 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
Stephan Kulow
4f4dac1dbc Accepting request 179698 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=8
2013-06-19 15:03:56 +00:00
Sascha Peilicke
1589c60927 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=12
2013-06-17 12:52:28 +00:00
Sascha Peilicke
c844db4ebc 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
Stephan Kulow
b727080db0 Accepting request 142400 from devel:languages:python
Remove openSUSE 11.4 spec file workarounds (forwarded request 142398 from TheBlackCat) (forwarded request 142399 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=6
2012-11-22 16:22:12 +00:00
Todd R
1b28158e58 Accepting request 142399 from devel:languages:python3
Remove openSUSE 11.4 spec file workarounds (forwarded request 142398 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=9
2012-11-22 13:04:47 +00:00
Stephan Kulow
f6e02468dd Accepting request 132959 from devel:languages:python
Restore BuildRequires: python3  This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in.  Building will fail if  BuildRequires: python3 is removed. (forwarded request 132958 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/132959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=5
2012-09-11 07:17:10 +00:00
Todd R
33d72977a3 Accepting request 132958 from devel:languages:python
Restore BuildRequires: python3  This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in.  Building will fail if  BuildRequires: python3 is removed.

OBS-URL: https://build.opensuse.org/request/show/132958
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=7
2012-09-06 12:55:54 +00:00
Stephan Kulow
5839951a4f Accepting request 122537 from 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 (forwarded request 122530 from HighwayStar)

OBS-URL: https://build.opensuse.org/request/show/122537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=3
2012-05-29 09:45:17 +00:00
Todd R
5ac3cab6d8 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
Pascal Bleser
682131932b remove %debug_package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=4
2011-12-12 09:04:42 +00:00
Stephan Kulow
8b492d6b10 Accepting request 93443 from devel:languages:python
Dependency for OpenStack packages.

OBS-URL: https://build.opensuse.org/request/show/93443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PasteDeploy?expand=0&rev=1
2011-11-28 17:27:03 +00:00
Sascha Peilicke
0b0c7d9445 - 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
08dc1e982e - 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