5da8183a8e
- 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
Steve Kowalik
8831cea12c
- 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
4e4b3b245a
- 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
1b9fbe7c64
- 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
Tomáš Chvátal
dbbebb4e25
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
Tomáš Chvátal
2b0785ffd4
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
3e6fa6ae57
- 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
Tomáš Chvátal
b9bb77104b
- 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
Tomáš Chvátal
852c700bd7
- 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
Tomáš Chvátal
321f3e058e
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
Tomáš Chvátal
3a225446aa
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
Tomáš Chvátal
eb6e21510a
- Do not bother with sphinx docu, it is online anyway
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=30
2019-03-05 19:13:36 +00:00
Tomáš Chvátal
0014087761
- 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/package/show/devel:languages:python/python-Paste?expand=0&rev=29
2019-03-05 17:02:22 +00:00
Tomáš Chvátal
e81908e08a
- Disable test_modified as it fails on non 64b arches due to
...
slightly different reported string
- Drop nose dep, not needed
- Fix URL to point to current homepage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=27
2019-01-03 07:23:25 +00:00
Thomas Bechtold
11693b901b
- update to 3.0.5:
...
* make tests pass after 2031
* Use correct variable when building message for exception
* Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16 )
* Fix error on httpserver shutdown
* Add support for limited testing with travis-ci
* Merged in hroncok/paste/py37 (pull request #41 )
* Don't raise StopIteration from generator, return instead
* Fix up testing after switch to pytest
* Make iterators Python3-compatible
* Remove use of future
* Don't raise StopIteration inside a generator
* add link to read the docs to README
* Release 3.0.2
* Release 3.0.5
* Prepare docs for publishing to RTFD
* Run tox with Python 3.6 and 3.7
* Prepare a 3.0.0 release
* release 3.0.1
* py3 fixes for form handling in paste.fixture (#8 )
* release 3.0.3
* Special case py37
* release 3.0.4
* Switch from nose to pytest
* Pytest fixes (#9 )
* paste.fixture: fix form offset handling (#12 )
* Add a simple .gitignore
* Don't delete dict item while iterating over same dict (#14 )
* Depend on pytest instead of nose (#13 )
* Fix proxy test
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=25
2018-12-17 21:10:44 +00:00
Tomáš Chvátal
e1dbddccd4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=23
2018-10-18 09:21:12 +00:00
Tomáš Chvátal
4c0317dc61
- Fix build on python 3.7:
...
* python37.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=22
2018-10-18 09:20:20 +00:00
f09fb5a7a1
Accepting request 583651 from home:aplanas:branches:devel:languages:python
...
Allows Recommends and Suggest in Fedora
OBS-URL: https://build.opensuse.org/request/show/583651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=20
2018-03-20 14:49:00 +00:00
5db97f49a7
Accepting request 515755 from home:tbechtold:branches:devel:languages:python
...
- Remove unused BuildRequires
- Use Suggests for openid and flup. Both are optional deps
OBS-URL: https://build.opensuse.org/request/show/515755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=18
2017-08-10 07:12:15 +00:00
Todd R
dc8eed1525
Accepting request 493091 from home:TheBlackCat:branches:devel:languages:python
...
- Fix Provides/Obsoletes.
OBS-URL: https://build.opensuse.org/request/show/493091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=16
2017-05-05 22:00:20 +00:00
Todd R
273d4fb0f6
Accepting request 489196 from home:TheBlackCat:branches:devel:languages:python
...
- Implement single-spec version.
OBS-URL: https://build.opensuse.org/request/show/489196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=15
2017-04-19 02:23:58 +00:00
97e819c121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=13
2016-06-06 11:29:54 +00:00
b803f64a4f
Accepting request 399994 from home:tbechtold:branches:devel:languages:python
...
- update to 2.0.3:
* prepare release 2.0.1
* Added tag 2.0.1 for changeset a0ef0e57e057
* set version to 2.0.2
* Add tests/test_httpserver.py
* Fix improper commas in request headers in wsgi_environ
* tests/test_httpserver.py: Use `email` module instead of `mimetools`
* tests/test_httpserver.py: Add test_environ_with_multiple_values
* Make get all values of a header work on both Python 2 and 3
* Make get_headers default to Python 3; fallback to Python 2
* Make utility function private: _get_headers
* Fix Python 3 issue in paste/fixture.py
* test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1
* Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sql
* replace ``has_key`` method to ``in`` operator #9
* Don't display invalid error message when socket in use
* Update docs/news.txt for 2.0.2
* Added tag 2.0.2 for changeset 53f5c2cd7f50
* Python 3: App must always return binary type.
* Python 3: Always encode params if passed as text types
* Python 3: Don't mangle strangely encoded input
* Python 3: Use the same python interpreter for CGI scripts.
* Python 3: add workarounds for cgi.FieldStorage
* Python 3: avoid spurious warnings
* Python 3: dict.items() doesn't return a list anymore
* Python 3: ignore exception details in doctests
* Python 3: let html_quote() and url() always return the same type
* Python 3: use compatible print syntax in example text
* Change six requirement to >=1.4.0
* tox.ini: Add py35 to envlist
OBS-URL: https://build.opensuse.org/request/show/399994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=12
2016-06-06 11:12:17 +00:00
c027bf4d57
- add license.txt
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=10
2016-03-13 20:57:57 +00:00
Denisart Benjamin
364bb1fdcf
Accepting request 305908 from home:benoit_monin:branches:devel:languages:python
...
- update to version 2.0.1
- add python-six as dependency
- add python-flup, python-nose and python-python-openid as test dependencies
- remove test requiring internet access: test_proxy.py
- reenable the tests
OBS-URL: https://build.opensuse.org/request/show/305908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=8
2015-05-12 21:32:52 +00:00
Sascha Peilicke
c483a013be
- Require python-setuptools instead of distribute (upstreams merged)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=6
2013-10-24 11:09:47 +00:00
Sascha Peilicke
eb0e171050
- Require python-python-openid instead of non-existing python-openid
...
- Build HTML documentation
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=4
2012-11-22 15:37:12 +00:00
Pascal Bleser
4ae30812bb
remove %debug_package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=3
2011-12-12 09:04:38 +00:00
fb681e1b0e
Autobuild autoformatter for 77041
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=2
2011-08-04 12:59:36 +00:00
45e3e3e2e0
Accepting request 77041 from devel:languages:python
...
Please add
OBS-URL: https://build.opensuse.org/request/show/77041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=1
2011-08-04 12:59:24 +00:00
Sascha Peilicke
e89d3342bf
- Initial version, obsoletes 'python-paste'
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=1
2011-06-22 09:59:46 +00:00