From 6f4522ef7d9c3c5c227e2927e7847c893f9ea96996ce6297dcd6ee2dacbe607e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 1 Jan 2020 11:12:35 +0000 Subject: [PATCH] - update to version 1.11.0: - adding url to examples - Switched to using a module-specific logger so code calling this module can have better control over logs. - Update websocket-client and add ping every 15s OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certstream?expand=0&rev=12 --- certstream-1.10.tar.gz | 3 --- certstream-1.11.tar.gz | 3 +++ python-certstream.changes | 8 ++++++++ python-certstream.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 certstream-1.10.tar.gz create mode 100644 certstream-1.11.tar.gz diff --git a/certstream-1.10.tar.gz b/certstream-1.10.tar.gz deleted file mode 100644 index 04f4302..0000000 --- a/certstream-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:566d59ceda3371ce5093fa985d6b6b5f11413cb3e4afa25311a890b524695548 -size 9514 diff --git a/certstream-1.11.tar.gz b/certstream-1.11.tar.gz new file mode 100644 index 0000000..96fe775 --- /dev/null +++ b/certstream-1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660fdcb76c12a66a1600a0ef63701a78462f48660b6e8584002989b7d64e3a6f +size 9544 diff --git a/python-certstream.changes b/python-certstream.changes index ed55f84..fddb804 100644 --- a/python-certstream.changes +++ b/python-certstream.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 1 11:09:59 UTC 2020 - Sebastian Wagner + +- update to version 1.11.0: + - adding url to examples + - Switched to using a module-specific logger so code calling this module can have better control over logs. + - Update websocket-client and add ping every 15s + ------------------------------------------------------------------- Mon Oct 14 11:43:24 UTC 2019 - Matej Cepl diff --git a/python-certstream.spec b/python-certstream.spec index aa3a205..a2f8ea0 100644 --- a/python-certstream.spec +++ b/python-certstream.spec @@ -1,7 +1,7 @@ # # spec file for package python-certstream # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certstream -Version: 1.10 +Version: 1.11 Release: 0 Summary: Python library for receiving certificate transparency list updates License: MIT