forked from pool/python-certstream
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user