File python-CherryPy.changes of Package python-CherryPy.7051
-------------------------------------------------------------------
Wed Dec 13 16:58:52 UTC 2017 - mc@suse.com
- build python3 subpackage (FATE#324435, bsc#1073879)
-------------------------------------------------------------------
Mon Jun 26 16:19:40 UTC 2017 - jmassaguerpla@suse.com
- fix SSL not working https://github.com/cherrypy/cherrypy/issues/1298
In order to fix SSL for salt-api for CaaSP 1.0 (bsc#1043589), we
need to add this commit which is refered in the above github issue:
https://github.com/cherrypy/cherrypy/commit/409d7f64e2e92e69750ac31a555c7dd859796e04
ssl_fix.patch contains the commit.
-------------------------------------------------------------------
Sun Feb 22 17:22:27 UTC 2015 - benoit.monin@gmx.fr
- update to version 3.6.0:
* Fixed HTTP range headers for negative length larger than
content size
* Disabled universal wheel generation as wsgiserver has Python
duality
* Pull Request #42: Correct TypeError in ``check_auth`` when
encrypt is used
* Pull Request #59: Correct signature of HandlerWrapperTool
* Pull Request #60: Fix error in SessionAuth where login_screen
was incorrectly used
* Issue #1077: Support keyword-only arguments in dispatchers
(Python 3)
* Issue #1019: Allow logging host name in the access log
* Pull Request #50: Fixed race condition in session cleanup
- changes from version 3.5.0:
* Issue #1301: When the incoming queue is full, now reject
additional connections. This functionality was added to
CherryPy 3.0, but unintentionally lost in 3.1
- changes from version 3.4.0:
* Miscellaneous quality improvements
- remove CFLAGS export
- use update-alternatives for cherryd binary
-------------------------------------------------------------------
Tue May 20 12:25:05 UTC 2014 - toddrme2178@gmail.com
- Update to version 3.3.0
+ No changelog available
- Update to version 3.2.6
+ No changelog available
- Update to version 3.2.5
+ No changelog available
-------------------------------------------------------------------
Thu Sep 26 22:47:54 UTC 2013 - p.drouand@gmail.com
- Update to version 3.2.4
+ No changelog available
- Remove redundant %clean section
-------------------------------------------------------------------
Wed May 23 04:54:27 UTC 2012 - highwaystar.ru@gmail.com
- update to 3.2.2
- python3 package added
- minor spec improvement
-------------------------------------------------------------------
Tue May 31 07:21:03 UTC 2011 - saschpe@suse.de
- Renamed package to python-CherryPy to match upstream PyPi name
* Added Provides/Obsoletes for python-cherrypy
-------------------------------------------------------------------
Thu Mar 3 09:59:01 UTC 2011 - saschpe@suse.de
- Update to 3.2:
* WSGI-1.0.1 compliance, support for Python's builtin SSL module
* Much improved FastCGI support
* Python 3 support
- Spec file cleanup:
* Added proper license header
* Added changelog section
- Repacked tarball as tar.bz2
-------------------------------------------------------------------
Tue May 12 13:12:38 CEST 2009 - poeml@suse.de
- the INSTALLED_FILES file name had a little typo
- fix changelog to be in chronological order (an error that I
probably introduced during the conversion)
-------------------------------------------------------------------
Tue May 12 13:04:52 CEST 2009 - poeml@novell.com
- add dos2unix to BuildRequires
- convert the package changelog from the in-specfile text to a .changes file,
to be edited with "osc vc"
-------------------------------------------------------------------
Tue Mar 10 12:00:00 CET 2009 - James Oakley <jfunk@funktronics.ca>
- Update to 3.1.1
-------------------------------------------------------------------
Mon Jan 21 12:00:00 CET 2008 - James Oakley <jfunk@funktronics.ca>
- Update to 3.0.3
-------------------------------------------------------------------
Mon Aug 13 12:00:00 CEST 2007 - James Oakley <jfunk@funktronics.ca>
- Update to 3.0.2:
* Some bugfixes
-------------------------------------------------------------------
Tue Mar 20 12:00:00 CET 2007 - James Oakley <jfunk@funktronics.ca>
- Update to 3.0.1:
* More docstrings. help() is more helpful than ever
* The WSGI server has been moved into its own package to allow for
easier use outside of CherryPy
* Session locking can now be "implicit" (before_handler), "early"
(before_request_body), or "explicit" (none)
* Moved checker back to cherrypy.checker from engine, and also added
a new check_config_types method. There's also a new checker config
namespace, so you can turn off the checker with "checker.on = False",
or turn off specific methods with "checker.check_method_foo = None"
-------------------------------------------------------------------
Thu Jan 17 12:00:00 CET 2007 - Cristian Rodriguez <judas_iscariote@shorewall.net>
- Update to 3.0.0
-------------------------------------------------------------------
Thu Jun 22 12:00:00 CEST 2006 - James Oakley <jfunk@funktronics.ca>
- Update
-------------------------------------------------------------------
Mon Oct 24 12:00:00 CET 2005 - James Oakley <jfunk@funktronics.ca>
- Update to final release
-------------------------------------------------------------------
Thu Oct 13 12:00:00 CET 2005 - James Oakley <jfunk@funktronics.ca>
- Update
- Build for SL10
-------------------------------------------------------------------
Fri Aug 12 12:00:00 CEST 2005 - James Oakley <jfunk@funktronics.ca>
- Initial release