14
0
forked from pool/python-mohawk

- Update to version 1.1.0:

* Support passing file-like objects (those implementing .read(n))
    as the content parameter for Resources. See mohawk.Sender for
    details.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mohawk?expand=0&rev=7
This commit is contained in:
Antoine Belvire
2019-10-28 20:15:04 +00:00
committed by Git OBS Bridge
parent be79f764f9
commit 59ac590158
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fca4e34d8f5492f1c33141c98b96e168a089e5692ce65fb747e4bb613f5fe552
size 17593

3
mohawk-1.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2a0e3ab10a209cc79e95e28f2dd54bd4a73fd1998ffe27b7ba0f962b6be9723
size 18507

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 28 20:05:08 UTC 2019 - antoine.belvire@opensuse.org
- Update to version 1.1.0:
* Support passing file-like objects (those implementing .read(n))
as the content parameter for Resources. See mohawk.Sender for
details.
-------------------------------------------------------------------
Fri Jan 11 06:41:11 UTC 2019 - antoine.belvire@opensuse.org

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-mohawk
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Library for Hawk HTTP authorization
License: MPL-2.0