From 1e09b6004c3ee6dbb020a75a3206d8ae491be7054133760c9b61ef58ddf308d2 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Wed, 10 Jan 2024 12:26:36 +0000 Subject: [PATCH] Accepting request 1137932 from home:alarrosa:branches:devel:languages:python Add bug/jira references to old changelog entry * Includes patch 6bb23991325f596023b8c87c76098870a7185df8 which makes tests pass even with the more recent versions of Python which have fixed http.client.HTTPConnection.putrequest(). Fallout from jsc#PM-1350 Aka gh#cherrypy/cherrypy#1781 (bsc#1158120) OBS-URL: https://build.opensuse.org/request/show/1137932 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=62 --- python-CherryPy.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-CherryPy.changes b/python-CherryPy.changes index ad3d341..31176b6 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -103,6 +103,11 @@ Mon Oct 7 13:26:26 UTC 2019 - Tomáš Chvátal - Update to 18.3.0: * Support handling multiple exceptions when processing hooks + * Includes patch 6bb23991325f596023b8c87c76098870a7185df8 which + makes tests pass even with the more recent versions of Python + which have fixed http.client.HTTPConnection.putrequest(). + Fallout from jsc#PM-1350 + Aka gh#cherrypy/cherrypy#1781 (bsc#1158120) ------------------------------------------------------------------- Tue Sep 24 08:49:15 UTC 2019 - Tomáš Chvátal