diff --git a/httplib2-0.18.1.tar.gz b/httplib2-0.18.1.tar.gz deleted file mode 100644 index 2453356..0000000 --- a/httplib2-0.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8af66c1c52c7ffe1aa5dc4bcd7c769885254b0756e6e69f953c7f0ab49a70ba3 -size 262930 diff --git a/httplib2-0.19.0.tar.gz b/httplib2-0.19.0.tar.gz new file mode 100644 index 0000000..3d96d92 --- /dev/null +++ b/httplib2-0.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d428dad43c72dbce7d163b7753ffc7a39c097e6788ef10f4198db69b92f08e +size 263522 diff --git a/python-httplib2.changes b/python-httplib2.changes index 40a7976..3d790f1 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 18 21:41:33 UTC 2021 - Dirk Müller + +- update to 0.19.0: + * auth: parse headers using pyparsing instead of regexp + * auth: WSSE token needs to be string not bytes + ------------------------------------------------------------------- Tue Oct 13 07:26:46 UTC 2020 - Dirk Mueller diff --git a/python-httplib2.spec b/python-httplib2.spec index a7440e8..7275942 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,7 +1,7 @@ # # spec file for package python-httplib2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # Tests require network connection %bcond_with tests Name: python-httplib2 -Version: 0.18.1 +Version: 0.19.0 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)