81 Commits

Author SHA256 Message Date
d30002632c Accepting request 1325121 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=44
2026-01-05 13:51:07 +00:00
f1a1454be3 Accepting request 1325114 from home:bnavigator:branches:devel:languages:python
- Add paste-pr105-partial-pkg_resources-remove.patch
  * gh#pasteorg/paste#105
  * Also remove from tests/__init__.py
  * Ignore any warning from paste/__init__.py

OBS-URL: https://build.opensuse.org/request/show/1325114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=79
2026-01-02 13:13:18 +00:00
d083cdcc4f Accepting request 1266135 from devel:languages:python
- Make the dist-info name case-insensitive

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=43
2025-04-11 14:44:56 +00:00
5e65a6f143 - Make the dist-info name case-insensitive
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=77
2025-04-01 12:32:37 +00:00
f82f6e6925 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=76
2025-03-25 03:51:31 +00:00
22f90f188f Accepting request 1197440 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=42
2024-08-30 11:29:26 +00:00
c3b7499370 Accepting request 1197408 from home:pgajdos:python
- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1197408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=74
2024-08-29 12:39:42 +00:00
59d748f798 Accepting request 1190304 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1190304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=41
2024-07-31 11:28:23 +00:00
eec9505077 Accepting request 1190284 from home:glaubitz:branches:devel:languages:python
- Update to 3.10.1
  * Correct packaging and testing when not in a clean virtualenv
- from version 3.10.0
  * Move development to https://github.com/pasteorg/paste
  * Vendor cgi.FieldStorage and cgitb.Hook
  * More cleaning of Python 2 style code.
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1190284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=72
2024-07-29 17:00:57 +00:00
aad49af303 Accepting request 1167719 from devel:languages:python
- update to 3.9.0:
  * misc bugs + please pyflakes
  * Remove unused format_environ method in watchthreads APP

OBS-URL: https://build.opensuse.org/request/show/1167719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=40
2024-04-16 18:02:56 +00:00
52a4e1679a - update to 3.9.0:
* misc bugs + please pyflakes
  * Remove unused format_environ method in watchthreads APP

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=70
2024-04-15 06:12:03 +00:00
67d2ea50f0 Accepting request 1160836 from devel:languages:python
- update to 3.8.0:
  * remove most python2 compatibility

OBS-URL: https://build.opensuse.org/request/show/1160836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=39
2024-03-25 20:06:41 +00:00
7dfdbd0a4b - update to 3.8.0:
* remove most python2 compatibility

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=68
2024-03-22 20:47:23 +00:00
a4154c4d5a Accepting request 1134035 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1134035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=38
2023-12-20 20:01:02 +00:00
08792f2c1d - update to 3.7.1:
* The main change for 3.7.0 and beyond is dropping support for
    Python 2. In the past it was possible to get Paste to work in
    Python 2 with some effort. That's now no longer possible. If
    Python 2 is required for some reason, use an older version of
    Paste.
- update to 3.6.1:
  * Turn on github action for tests on pull requests
  * Add a Makefile for simple automation
- update to 3.5.2:
  * Update setup.py to work with setuptools 50.1.0+
- Use %{__python3} macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=66
2023-12-12 13:22:16 +00:00
23a1d959bd Accepting request 1106211 from devel:languages:python
- Update to 3.5.3:
  * Use importlib instead of imp with Python 3.
- Drop patch support-python-311.patch, something similar now included
  upstream.
- Switch to pyproject macros.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1106211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=37
2023-08-30 08:19:13 +00:00
5b3f33fed7 - Update to 3.5.3:
* Use importlib instead of imp with Python 3.
- Drop patch support-python-311.patch, something similar now included
  upstream.
- Switch to pyproject macros.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=64
2023-08-28 04:43:09 +00:00
a2cacc92c9 Accepting request 1085814 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=36
2023-05-10 14:17:17 +00:00
5cf9ee5e9c Accepting request 1085741 from home:ojkastl_buildservice:Branch_devel_languages_python
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=62
2023-05-09 20:47:48 +00:00
35d60930d9 Accepting request 1056966 from devel:languages:python
- Add patch support-python-311.patch:
  * Filter Deprecationwarning for one test script.
- Remove Python 2 gubbins.

OBS-URL: https://build.opensuse.org/request/show/1056966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=35
2023-01-10 13:59:00 +00:00
797bbed311 - Add patch support-python-311.patch:
* Filter Deprecationwarning for one test script.
- Remove Python 2 gubbins.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=60
2023-01-09 05:48:18 +00:00
91c9ecc513 Accepting request 1002727 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1002727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=34
2022-09-15 20:57:29 +00:00
482197bd00 Accepting request 1002304 from home:yarunachalam:branches:devel:languages:python
- update to 3.5.2: 
  * Fix py3 compatibility in paste.wsgilib.catch_errors (#70)
  * A Python 3 application might only define `__next__`, not `next`.  Use
    `six.next` instead.
  * This is very similar to https://github.com/cdent/paste/pull/53, and was
    apparently missed there.

OBS-URL: https://build.opensuse.org/request/show/1002304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=58
2022-09-12 07:56:05 +00:00
d6102e233e Accepting request 989492 from devel:languages:python
- update to 3.5.1:
  * Replace deprecated threading.currentThread, getName and setDaemon
    with threading.current_thread, name and daemon.

OBS-URL: https://build.opensuse.org/request/show/989492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=33
2022-08-04 11:23:05 +00:00
47bfcba727 - update to 3.5.1:
* Replace deprecated threading.currentThread, getName and setDaemon
    with threading.current_thread, name and daemon.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=56
2022-07-15 19:17:13 +00:00
Richard Brown
ee780712ed Accepting request 874688 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/874688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=32
2021-03-02 11:26:45 +00:00
d663af3006 Accepting request 874635 from home:mcalabkova:branches:devel:languages:python
- Get rid of broken %ifpython3 macro

OBS-URL: https://build.opensuse.org/request/show/874635
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=54
2021-02-23 19:01:00 +00:00
8e366a4168 Accepting request 850933 from devel:languages:python
- update to 3.5.0:
  * Python 3 fixes to auth and wsgi.errors handling; notably making
  wsgi.errors text.

OBS-URL: https://build.opensuse.org/request/show/850933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=31
2020-11-29 11:19:09 +00:00
92da4ea395 - update to 3.5.0:
* Python 3 fixes to auth and wsgi.errors handling; notably making
  wsgi.errors text.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=52
2020-11-26 09:07:35 +00:00
e61849aa33 Accepting request 840343 from devel:languages:python
- Update to 3.4.6:
  * Explicit pkg_resource dependency to easy packaging.
  * Remove deprecated dependencies paste/fixture.py.
  * Update setup.py to work with setuptools 50.1.0+

OBS-URL: https://build.opensuse.org/request/show/840343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=30
2020-10-25 17:10:03 +00:00
561245b6d2 - Update to 3.4.6:
* Explicit pkg_resource dependency to easy packaging.
  * Remove deprecated dependencies paste/fixture.py.
  * Update setup.py to work with setuptools 50.1.0+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=50
2020-10-09 04:15:04 +00:00
0050ddb171 Accepting request 824325 from devel:languages:python
- update to 3.4.3:
  * Patch auth ticket to be python3 compatible.

OBS-URL: https://build.opensuse.org/request/show/824325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=29
2020-08-06 15:31:38 +00:00
d95e1ba9d0 - update to 3.4.3:
* Patch auth ticket to be python3 compatible.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=48
2020-08-04 12:08:57 +00:00
52e6de2c9d Accepting request 821422 from devel:languages:python
- update to 3.4.2:
  * Correct sorting of items() in EvalHTMLFormatter.
  * Fix next in iterators in wsgilib.py.

OBS-URL: https://build.opensuse.org/request/show/821422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=28
2020-07-21 13:39:53 +00:00
a886f6497e - update to 3.4.2:
* Correct sorting of items() in EvalHTMLFormatter.
  * Fix next in iterators in wsgilib.py.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=46
2020-07-17 07:20:35 +00:00
87d46b23b8 Accepting request 788612 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=27
2020-03-29 12:25:03 +00:00
Tomáš Chvátal
8efa9cf1e3 Accepting request 788608 from home:mcalabkova:branches:devel:languages:python
- update to 3.4.0
  * Python 3 updates for use of StringIO and auth_tkt.py.
  * Use six.BytesIO when reading wsgi.input.
  * Allow binding IPv6 address when starting a server.

OBS-URL: https://build.opensuse.org/request/show/788608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=44
2020-03-26 16:22:23 +00:00
8d67364dc6 Accepting request 764619 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/764619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=26
2020-01-16 17:15:42 +00:00
Tomáš Chvátal
398b6c2e68 Accepting request 764617 from home:mcalabkova:branches:devel:languages:python
- update to 3.2.6
  * Correctly handle HEAD requests (to send empty body) when gzip encoding requested.
  * Use is_alive instead of isAlive for Python 3.9 compatibility.
  * Use encodebytes instead of deprecated encodestring.
  * Fix Python 2 and 3 compatibility for base64.

OBS-URL: https://build.opensuse.org/request/show/764617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=42
2020-01-15 10:57:16 +00:00
61b449a5a5 Accepting request 758637 from devel:languages:python
- update to 3.2.3:
  * Correct ``100 Continue`` in Python 3
  * Avoid some reference cycles through tracebacks in httpserver.py

OBS-URL: https://build.opensuse.org/request/show/758637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=25
2020-01-01 13:58:03 +00:00
e003878de1 - update to 3.2.3:
* Correct ``100 Continue`` in Python 3
  * Avoid some reference cycles through tracebacks in httpserver.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=40
2019-12-20 19:28:32 +00:00
86a2e85264 Accepting request 735885 from devel:languages:python
- Update to 3.2.1:
  * no changelog

OBS-URL: https://build.opensuse.org/request/show/735885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=24
2019-11-04 16:04:30 +00:00
Tomáš Chvátal
6697b83d6c - Update to 3.2.1:
* no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=38
2019-10-07 14:56:07 +00:00
5f71e90efa Accepting request 732889 from devel:languages:python
- Update to 3.2.0:
  * Ensure unicode URLs work in TestApp.
  * Make LimitedLengthFile file return empty bytes.
  * Protect against accidental close in FieldStorage.

OBS-URL: https://build.opensuse.org/request/show/732889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=23
2019-09-30 13:55:02 +00:00
Tomáš Chvátal
99a65b3db2 - Update to 3.2.0:
* Ensure unicode URLs work in TestApp.
  * Make LimitedLengthFile file return empty bytes.
  * Protect against accidental close in FieldStorage.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=36
2019-09-24 09:25:46 +00:00
a3ffdf138c Accepting request 719517 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/719517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=22
2019-08-06 13:07:51 +00:00
Tomáš Chvátal
860a5c0230 Accepting request 719501 from home:pgajdos
- version update to 3.1.0
  * Allow anything that can read() for a file-like response, not just
    a ``file`` instance.

OBS-URL: https://build.opensuse.org/request/show/719501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=34
2019-07-29 08:41:23 +00:00
3c32f8ad62 Accepting request 682768 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/682768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=21
2019-03-12 08:45:38 +00:00
Tomáš Chvátal
f3c902e6bd Accepting request 682761 from home:jayvdb:py-check-failures
- Add test_modified-fixup.patch to re-enable the test
- Remove build dependency on pytest-runner
- Update to v3.0.8
  * Fix quoting of bytestrings

OBS-URL: https://build.opensuse.org/request/show/682761
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=32
2019-03-08 11:22:11 +00:00
aa17591b64 Accepting request 681893 from devel:languages:python
- Do not bother with sphinx docu, it is online anyway

- Update to 3.0.7:
  * Write bytestrings when calling wsgi_write_chunk
  * Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL

OBS-URL: https://build.opensuse.org/request/show/681893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=20
2019-03-08 10:00:51 +00:00