File python-Paste.changes of Package python-Paste
108
1
-------------------------------------------------------------------
2
Wed Aug 9 16:21:38 UTC 2017 - tbechtold@suse.com
3
4
- Remove unused BuildRequires
5
- Use Suggests for openid and flup. Both are optional deps
6
7
-------------------------------------------------------------------
8
Fri May 5 21:59:21 UTC 2017 - toddrme2178@gmail.com
9
10
- Fix Provides/Obsoletes.
11
12
-------------------------------------------------------------------
13
Wed Apr 19 02:23:02 UTC 2017 - toddrme2178@gmail.com
14
15
- Implement single-spec version.
16
17
-------------------------------------------------------------------
18
Fri Jun 3 15:31:42 UTC 2016 - tbechtold@suse.com
19
20
- update to 2.0.3:
21
* prepare release 2.0.1
22
* Added tag 2.0.1 for changeset a0ef0e57e057
23
* set version to 2.0.2
24
* Add tests/test_httpserver.py
25
* Fix improper commas in request headers in wsgi_environ
26
* tests/test_httpserver.py: Use `email` module instead of `mimetools`
27
* tests/test_httpserver.py: Add test_environ_with_multiple_values
28
* Make get all values of a header work on both Python 2 and 3
29
* Make get_headers default to Python 3; fallback to Python 2
30
* Make utility function private: _get_headers
31
* Fix Python 3 issue in paste/fixture.py
32
* test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1
33
* Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sql
34
* replace ``has_key`` method to ``in`` operator #9
35
* Don't display invalid error message when socket in use
36
* Update docs/news.txt for 2.0.2
37
* Added tag 2.0.2 for changeset 53f5c2cd7f50
38
* Python 3: App must always return binary type.
39
* Python 3: Always encode params if passed as text types
40
* Python 3: Don't mangle strangely encoded input
41
* Python 3: Use the same python interpreter for CGI scripts.
42
* Python 3: add workarounds for cgi.FieldStorage
43
* Python 3: avoid spurious warnings
44
* Python 3: dict.items() doesn't return a list anymore
45
* Python 3: ignore exception details in doctests
46
* Python 3: let html_quote() and url() always return the same type
47
* Python 3: use compatible print syntax in example text
48
* Change six requirement to >=1.4.0
49
* tox.ini: Add py35 to envlist
50
* Enable testing with pypy
51
* tox.ini: Measure test coverage
52
* paste.wsgilib.add_close: Add __next__ method
53
* Add tests for `add_close` class
54
* Uncomment/cleanup paste.wsgilib.app_close.__next__
55
* Check paste.wsgilib.add_close._closed
56
* Make add_close.next() leverage add_close.__next__()
57
* Bump version to 2.0.3
58
* Close branch 2.0.3
59
- Remove .orig files
60
61
-------------------------------------------------------------------
62
Sun Mar 13 20:57:49 UTC 2016 - dmueller@suse.com
63
64
- add license.txt
65
66
-------------------------------------------------------------------
67
Fri May 8 09:10:53 UTC 2015 - benoit.monin@gmx.fr
68
69
- update to version 2.0.1:
70
* Fix setup.py for six dependency: move the six dependency from
71
extras_require to install_requires
72
* Port paste.proxy to Python 3
73
* Fix paste.exceptions.serial_number_generator.hash_identifier()
74
on Python 3
75
* Fix paste.util.threadedprint.uninstall()
76
* Add README.rst file
77
- additional changes from version 2.0:
78
* Experimental Python 3 support
79
* paste now requires the six module
80
* Drop support of Python 2.5 and older
81
* Fixed egg:Paste#cgi
82
* In paste.httpserver: give a 100 Continue response even when the
83
server has been configured as an HTTP/1.0 server
84
* Fixed parsing of paths beginning with multiple forward slashes
85
* Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4
86
- add python-six as dependency
87
- add python-flup, python-nose and python-python-openid as test
88
dependencies
89
- remove test requiring internet access: test_proxy.py
90
- reenable the tests
91
92
-------------------------------------------------------------------
93
Thu Oct 24 11:09:46 UTC 2013 - speilicke@suse.com
94
95
- Require python-setuptools instead of distribute (upstreams merged)
96
97
-------------------------------------------------------------------
98
Thu Nov 22 15:35:29 UTC 2012 - saschpe@suse.de
99
100
- Require python-python-openid instead of non-existing python-openid
101
- Build HTML documentation
102
103
-------------------------------------------------------------------
104
Wed Jun 22 09:48:40 UTC 2011 - saschpe@suse.de
105
106
- Initial version, obsoletes 'python-paste'
107
108