SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python36-CherryPy-18.6.0-3.1.noarch.rpm :

* Mon Dec 14 2020 Benjamin Greiner - BuildRequire the already recommended simplejson to fix test suite failures with Python 3.6
* for TW python36 flavor -- gh#openSUSE/python-rpm-macros#66
* for Leap
* Mon May 04 2020 Johannes Grassler - update to 18.6.0
* Add support for UTF-8 encoded attachment
* Sat Mar 07 2020 Tomáš Chvátal - Do remove pytest.ini to not mess with extra options completely- Skip test reliably crashing in cheroot codebase
* Mon Feb 24 2020 Tomáš Chvátal - Export travis variable to skip more tests that can randomly fail
* Mon Jan 13 2020 Marketa Calabkova - update to 18.5.0
* Fixed issue where bytes values in a HeaderMap would be converted to strings.
* Rely on jaraco.collections for its case-insensitive dictionary support.
* Fixed issue in cpstats where the data/ endpoint would fail with encoding errors on Python 3.
* Simplify the passthrough of parameters to CPWebCase.getPage to cheroot. CherryPy now requires cheroot 8.2.1 or later.
* Wed Oct 30 2019 Tomáš Chvátal - Skip known failing test upstream
* Fri Oct 11 2019 Tomáš Chvátal - Do not remove cherrypy tests from distribution as other projects use it for self testing too
* Mon Oct 07 2019 Tomáš Chvátal - Update to 18.3.0:
* Support handling multiple exceptions when processing hooks
* Tue Sep 24 2019 Tomáš Chvátal - Update to 18.2.0:
* File-based sessions no longer attempt to remove the lock files when releasing locks, instead deferring to the default behavior of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`.
* Add native support for 308 Permanent Redirect usable via raise cherrypy.HTTPRedirect(\'/new_uri\', 308).- Drop merged patch pytest5.patch
* Fri Jul 19 2019 Tomáš Chvátal - Add patch to work with pytest5, from upstream:
* pytest5.patch
* Fri Jul 19 2019 Tomáš Chvátal - Update to 18.1.2:
* Fixed :issue:`1377` via :pr:`1785`: Restore a native WSGI-less HTTP server support.
* :pr:`1769`: Reduce log level for non-error events in win32.py
* Fri May 31 2019 Matej Cepl - boo#1136862: ignore StaticTest.test_null_bytes test case, which fails due to Python 3 fixes for CVE-2019-9740. (gh#cherrypy/cherrypy#1781)
* Thu May 16 2019 Guang Yee - Disable test_wait_publishes_periodically test as it is unstable and highly time sensitive.
* Thu Mar 28 2019 Tomáš Chvátal - Update to 18.1.1:
* Revert bus behavior change from 18.1.0 as the former behavior was intentional
* Tue Mar 05 2019 Tomáš Chvátal - Update to 18.1.0:
* too many changes to iterate, see CHANGES.rst
* Dropped support for python2- Make sure tests are run
* Fri Feb 09 2018 normandAATTlinux.vnet.ibm.com- disable pytest as transient failures
* Wed Nov 08 2017 jmatejekAATTsuse.com- conditionally disable python2
* Fri Mar 31 2017 jmatejekAATTsuse.com- update for singlespec- update to version 10.2.1
* too many changes to list- add many new requirements and recommends
* Sun Feb 22 2015 benoit.moninAATTgmx.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 2014 toddrme2178AATTgmail.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 2013 p.drouandAATTgmail.com- Update to version 3.2.4 + No changelog available- Remove redundant %clean section
* Wed May 23 2012 highwaystar.ruAATTgmail.com- update to 3.2.2- python3 package added- minor spec improvement
* Tue May 31 2011 saschpeAATTsuse.de- Renamed package to python-CherryPy to match upstream PyPi name
* Added Provides/Obsoletes for python-cherrypy
* Thu Mar 03 2011 saschpeAATTsuse.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 2009 poemlAATTsuse.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 2009 poemlAATTnovell.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 2009 James Oakley - Update to 3.1.1
* Mon Jan 21 2008 James Oakley - Update to 3.0.3
* Mon Aug 13 2007 James Oakley - Update to 3.0.2:
* Some bugfixes
* Tue Mar 20 2007 James Oakley - 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\"
* Wed Jan 17 2007 Cristian Rodriguez - Update to 3.0.0
* Thu Jun 22 2006 James Oakley - Update
* Mon Oct 24 2005 James Oakley - Update to final release
* Thu Oct 13 2005 James Oakley - Update- Build for SL10
* Fri Aug 12 2005 James Oakley - Initial release
 
ICM