15
0
forked from pool/python-Paste

- update to 3.2.3:

* Correct ``100 Continue`` in Python 3
  * Avoid some reference cycles through tracebacks in httpserver.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=40
This commit is contained in:
2019-12-20 19:28:32 +00:00
committed by Git OBS Bridge
parent b9bb77104b
commit 3e6fa6ae57
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 20 19:27:02 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- update to 3.2.3:
* Correct ``100 Continue`` in Python 3
* Avoid some reference cycles through tracebacks in httpserver.py
-------------------------------------------------------------------
Mon Oct 7 14:54:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>