15
0
Commit Graph

11 Commits

Author SHA256 Message Date
Tomáš Chvátal
d85aa3fe43 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=24
2020-03-16 10:23:26 +00:00
Tomáš Chvátal
b7693d4bad - Update to 8.3.0:
* cherrypy/cherrypy#910 via #243: Provide TLS-related
    details via WSGI environment interface.
  * #248: Fix parsing of the --bind CLI option
    for abstract UNIX sockets.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=22
2020-03-07 14:20:23 +00:00
Tomáš Chvátal
ea3ff973e6 Accepting request 742154 from home:mcalabkova:branches:devel:languages:python
- Update to 8.2.1
  * Deprecated use of negative timeouts as alias for infinite timeouts in ThreadPool.stop.
  * For OPTION requests, bypass URI as path if it does not appear absolute.
  * Workers are now request-based, addressing the long-standing issue with keep-alive connections
  * Remove custom setup.cfg parser handling, allowing the project (including sdist) 
    to build/run on setuptools 41.4. Now building cheroot requires setuptools 30.3 or later 
    (for declarative config support) and preferably 34.4 or later (as indicated in pyproject.toml).

OBS-URL: https://build.opensuse.org/request/show/742154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=20
2019-10-23 13:49:35 +00:00
Tomáš Chvátal
2620961588 Accepting request 734975 from home:mcalabkova:branches:devel:languages:python
- update to 7.0.0
  * Refactored “open URL” behavior in webtest to rely on retry_call.
  * backports.functools_lru_cache is only required on Python 3.2 and earlier.
  * Fix race condition in threadpool shrink code.

OBS-URL: https://build.opensuse.org/request/show/734975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=18
2019-10-04 11:43:04 +00:00
07f55c4c81 - update to 6.5.8:
- Fix socket.SO_PEERCRED constant fallback value under PowerPC.
  - Fix race condition when toggling stats counting in the middle
    of request processing.
  - Improve post Python 3.9 compatibility checks.
  - Fix support of abstract namespace sockets
  - Fix HTTP parser to return 400 on invalid major-only HTTP version
    in Request-Line.
- Drop cheroot_fix_so_peercred_ppc.patch . Applied upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=16
2019-09-13 04:55:05 +00:00
Tomáš Chvátal
d958627118 Accepting request 728456 from home:michel_mno:branches:devel:languages:python
- Add cheroot_fix_so_peercred_ppc.patch
  to solve python 2.7 tests failures for PowerPC, boo#1147151

OBS-URL: https://build.opensuse.org/request/show/728456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=14
2019-09-06 06:25:46 +00:00
Tomáš Chvátal
74b2bea910 Accepting request 727845 from home:dancermak:branches:devel:languages:python
Drop dependency on backports.lru_cache for the python3 subpackage

OBS-URL: https://build.opensuse.org/request/show/727845
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=13
2019-09-03 05:35:01 +00:00
Tomáš Chvátal
0c90d427de Accepting request 706958 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/706958
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=9
2019-06-03 08:03:00 +00:00
7b8ed73858 Accepting request 702860 from home:mcepl:branches:devel:languages:python
- Update to 6.5.5:
  - Sockets now collect statistics (bytes read and written) on
    Python 3 same as Python 2.
  - Ignore OpenSSL's 1.1+ Error 0 under any Python while wrapping
    a socket.
- Switch off failing tests to avoid gh#cherrypy/cheroot#200

OBS-URL: https://build.opensuse.org/request/show/702860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=7
2019-05-14 14:41:50 +00:00
Tomáš Chvátal
e19cdc62c9 - Update to 6.5.4:
* too many changes to enumerate see CHANGES.rst
- Make sure to execute testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=5
2019-03-05 12:51:32 +00:00
Jan Matejek
0b89c9586e Accepting request 486192 from devel:languages:python:singlespec
initial, requirement for new CherryPy

OBS-URL: https://build.opensuse.org/request/show/486192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=1
2017-04-06 15:51:09 +00:00