15
0
forked from pool/python-Paste

Accepting request 719501 from home:pgajdos

- version update to 3.1.0
  * Allow anything that can read() for a file-like response, not just
    a ``file`` instance.

OBS-URL: https://build.opensuse.org/request/show/719501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2019-07-29 08:41:23 +00:00
committed by Git OBS Bridge
parent 3a225446aa
commit 321f3e058e
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 29 07:45:13 UTC 2019 - pgajdos@suse.com
- version update to 3.1.0
* Allow anything that can read() for a file-like response, not just
a ``file`` instance.
-------------------------------------------------------------------
Fri Mar 8 09:27:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>