From bd1f95e86a32858df56c3af7a1ee4c31262dc0ebad3601fd4afb998f0bbb3ca5 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 28 Feb 2018 09:58:37 +0000 Subject: [PATCH] - update to version 1.9 * support for arbitrary kwargs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certstream?expand=0&rev=3 --- certstream-1.8.tar.gz | 3 --- certstream-1.9.tar.gz | 3 +++ python-certstream.changes | 6 ++++++ python-certstream.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 certstream-1.8.tar.gz create mode 100644 certstream-1.9.tar.gz diff --git a/certstream-1.8.tar.gz b/certstream-1.8.tar.gz deleted file mode 100644 index 69c188e..0000000 --- a/certstream-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c7ad39640956591e977ffbe99025ee8255a2ffe84ffcfa41d3cbdf8cfb4d3c -size 8626 diff --git a/certstream-1.9.tar.gz b/certstream-1.9.tar.gz new file mode 100644 index 0000000..ae81418 --- /dev/null +++ b/certstream-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9499be570ff1df4e3f6efa589ace7a6eb11d0820a3a9527a9f3162e3bb4f4c06 +size 8824 diff --git a/python-certstream.changes b/python-certstream.changes index f756f95..fbce79b 100644 --- a/python-certstream.changes +++ b/python-certstream.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 28 09:54:08 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 1.9 + * support for arbitrary kwargs + ------------------------------------------------------------------- Thu Dec 7 10:29:18 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-certstream.spec b/python-certstream.spec index 3790467..5fc954c 100644 --- a/python-certstream.spec +++ b/python-certstream.spec @@ -1,7 +1,7 @@ # # spec file for package python-certstream # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{!?license: %global license %doc} %bcond_without tests Name: python-certstream -Version: 1.8 +Version: 1.9 Release: 0 Summary: CertStream is a library for receiving certificate transparency list updates License: MIT @@ -38,8 +39,8 @@ BuildRequires: %{python_module termcolor} BuildRequires: %{python_module websocket-client} %endif # /SECTION -Requires: python3-websocket-client Requires: python3-termcolor +Requires: python3-websocket-client BuildArch: noarch %python_subpackages