17
0

44 Commits

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

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
e2f27cdd86 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
ddf5bcce82 - 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
61c69fffb5 - 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
4cba2523b3 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
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
283b36e1a4 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
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
46a527dec2 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
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
ff2c7cb623 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
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
1427cd5698 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
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
921f813cad 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
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
d9bb24c945 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
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
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
a0993031d1 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
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
671f46871f 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
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
788f2a9803 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
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
Tomáš Chvátal
2827a03c6c 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
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
Stephan Kulow
51331e2855 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
7187579502 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
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
Stephan Kulow
e71a49da6c 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
24ba0135bb 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
ebe3b8f0a5 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
e6dc5b1ea7 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
761bc7a5aa 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
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
Pascal Bleser
ac6dc4397f 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
eb80bd39f7 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
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