15
0

- 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
This commit is contained in:
2018-02-28 09:58:37 +00:00
committed by Git OBS Bridge
parent 985838e75c
commit bd1f95e86a
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19c7ad39640956591e977ffbe99025ee8255a2ffe84ffcfa41d3cbdf8cfb4d3c
size 8626

3
certstream-1.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9499be570ff1df4e3f6efa589ace7a6eb11d0820a3a9527a9f3162e3bb4f4c06
size 8824

View File

@@ -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

View File

@@ -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