From 5eac0c98dd41452acbb58fb5041e528e3a65952a9363be07012820872d20e94e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Apr 2020 10:55:11 +0000 Subject: [PATCH] - update to 0.17.3: * bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=82 --- httplib2-0.17.1.tar.gz | 3 --- httplib2-0.17.3.tar.gz | 3 +++ python-httplib2.changes | 6 ++++++ python-httplib2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 httplib2-0.17.1.tar.gz create mode 100644 httplib2-0.17.3.tar.gz diff --git a/httplib2-0.17.1.tar.gz b/httplib2-0.17.1.tar.gz deleted file mode 100644 index b5325dc..0000000 --- a/httplib2-0.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b81b2cd2248285168a4359f2acf24521a4099b5853e790309c45dcb90ee4b3c6 -size 220695 diff --git a/httplib2-0.17.3.tar.gz b/httplib2-0.17.3.tar.gz new file mode 100644 index 0000000..1aebcae --- /dev/null +++ b/httplib2-0.17.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dd15a333f67bfb70798faa9de8a6e99c819da6ad82b77f9a259a5c7b1225a2 +size 220685 diff --git a/python-httplib2.changes b/python-httplib2.changes index 360c29a..df29825 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 29 10:54:19 UTC 2020 - Dirk Mueller + +- update to 0.17.3: + * bugfixes + ------------------------------------------------------------------- Mon Apr 6 14:02:25 UTC 2020 - Marketa Calabkova diff --git a/python-httplib2.spec b/python-httplib2.spec index 543f27e..406de64 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -20,7 +20,7 @@ # Tests require network connection %bcond_with tests Name: python-httplib2 -Version: 0.17.1 +Version: 0.17.3 Release: 0 Summary: A Python HTTP client library License: MIT AND Apache-2.0 AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)