From 59ac590158fff064abca80c046f20e49996d75799b2c9f1f6ce376f4a3e9dcd3 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Mon, 28 Oct 2019 20:15:04 +0000 Subject: [PATCH] - 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 --- mohawk-1.0.0.tar.gz | 3 --- mohawk-1.1.0.tar.gz | 3 +++ python-mohawk.changes | 8 ++++++++ python-mohawk.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 mohawk-1.0.0.tar.gz create mode 100644 mohawk-1.1.0.tar.gz diff --git a/mohawk-1.0.0.tar.gz b/mohawk-1.0.0.tar.gz deleted file mode 100644 index 98a5d9c..0000000 --- a/mohawk-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca4e34d8f5492f1c33141c98b96e168a089e5692ce65fb747e4bb613f5fe552 -size 17593 diff --git a/mohawk-1.1.0.tar.gz b/mohawk-1.1.0.tar.gz new file mode 100644 index 0000000..6124bdb --- /dev/null +++ b/mohawk-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a0e3ab10a209cc79e95e28f2dd54bd4a73fd1998ffe27b7ba0f962b6be9723 +size 18507 diff --git a/python-mohawk.changes b/python-mohawk.changes index 4cbdb78..a34ab46 100644 --- a/python-mohawk.changes +++ b/python-mohawk.changes @@ -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 diff --git a/python-mohawk.spec b/python-mohawk.spec index b51b9e7..ff1bef7 100644 --- a/python-mohawk.spec +++ b/python-mohawk.spec @@ -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