14
0
Commit Graph

17 Commits

Author SHA256 Message Date
Tomáš Chvátal
a11f8e86c2 - Skip known failing test upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=36
2019-10-30 13:15:51 +00:00
Tomáš Chvátal
3b611352a3 - Do not remove cherrypy tests from distribution as other projects
use it for self testing too

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=35
2019-10-11 07:43:58 +00:00
Tomáš Chvátal
8db0e1cdb9 - Update to 18.3.0:
* Support handling multiple exceptions when processing hooks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=34
2019-10-07 13:30:41 +00:00
Tomáš Chvátal
118c202f01 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=32
2019-09-24 08:57:44 +00:00
Tomáš Chvátal
a039ff30bc - Add patch to work with pytest5, from upstream:
* pytest5.patch

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=30
2019-07-19 12:15:20 +00:00
fb5de9d29d Accepting request 706705 from home:mcepl:branches:devel:languages:python
- boo#1136862: ignore StaticTest.test_null_bytes test case, which
  fails due to Python 3 fixes for CVE-2019-9740. (gh#cherrypy/cherrypy#1781)

OBS-URL: https://build.opensuse.org/request/show/706705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=28
2019-05-31 13:58:00 +00:00
Tomáš Chvátal
b412871c6a Accepting request 703509 from home:yeey:branches:devel:languages:python
- Disable test_wait_publishes_periodically test as it is unstable and
  highly time sensitive.

OBS-URL: https://build.opensuse.org/request/show/703509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=26
2019-05-16 18:15:31 +00:00
Tomáš Chvátal
d552d60950 - Update to 18.1.1:
* Revert bus behavior change from 18.1.0 as the former behavior
    was intentional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=24
2019-03-28 14:06:31 +00:00
Tomáš Chvátal
c49c2fa23d - Update to 18.1.0:
* too many changes to iterate, see CHANGES.rst
  * Dropped support for python2
- Make sure tests are run

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=23
2019-03-05 14:33:48 +00:00
7131bed871 Accepting request 574693 from home:michel_mno:branches:devel:languages:python
- disable pytest as transient failures

OBS-URL: https://build.opensuse.org/request/show/574693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=21
2018-02-09 14:51:47 +00:00
Tomáš Chvátal
f4cff24695 Accepting request 561647 from openSUSE:Factory:Staging:O
- conditionally disable python2
- update for singlespec
- update to version 10.2.1
  * too many changes to list
- add many new requirements and recommends
- 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
- 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
- Update to version 3.2.4
  + No changelog available
- Remove redundant %clean section
- update to 3.2.2
- python3 package added
- minor spec improvement 
- Renamed package to python-CherryPy to match upstream PyPi name
  * Added Provides/Obsoletes for python-cherrypy
- 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
- 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)
- add dos2unix to BuildRequires
- convert the package changelog from the in-specfile text to a .changes file,
  to be edited with "osc vc"
- Update to 3.1.1
- Update to 3.0.3
- Update to 3.0.2:
  * Some bugfixes
- 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"
- Update to 3.0.0
- Update
- Update to final release
- Update
- Build for SL10
- Initial release

OBS-URL: https://build.opensuse.org/request/show/561647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=19
2018-01-04 14:13:19 +00:00
Jan Matejek
f2d40e0308 Accepting request 486191 from devel:languages:python:singlespec
- update for singlespec
- update to version 10.2.1
  * too many changes to list
- add many new requirements and recommends

OBS-URL: https://build.opensuse.org/request/show/486191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=17
2017-04-06 15:50:20 +00:00
Jan Matejek
689f4a83c7 Accepting request 287241 from home:benoit_monin:branches:devel:languages:python
- update to version 3.6.0
- remove CFLAGS export
- use update-alternatives for cherryd binary

OBS-URL: https://build.opensuse.org/request/show/287241
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=15
2015-02-23 14:05:21 +00:00
Todd R
16cac38b37 Accepting request 234840 from home:TheBlackCat:branches:devel:languages:python
Update to version 3.3.0

OBS-URL: https://build.opensuse.org/request/show/234840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=13
2014-05-20 12:32:49 +00:00
Sascha Peilicke
785be0b75e Accepting request 201006 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/201006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=11
2013-09-27 07:09:04 +00:00
Todd R
4277beee4e Accepting request 121837 from home:HighwayStar:branches:devel:languages:python
update to 3.2.2, python3 package added

OBS-URL: https://build.opensuse.org/request/show/121837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=4
2012-05-23 07:12:51 +00:00
Sascha Peilicke
7f80ef9e8f - Renamed package to python-CherryPy to match upstream PyPi name
* Added Provides/Obsoletes for python-cherrypy

- 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

- 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)

- add dos2unix to BuildRequires
- convert the package changelog from the in-specfile text to a .changes file,
  to be edited with "osc vc"

- Update to 3.1.1

- Update to 3.0.3

- Update to 3.0.2:
  * Some bugfixes

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=1
2011-05-31 07:29:52 +00:00