Hello community,

here is the log from the commit of package python-certstream for 
openSUSE:Factory checked in at 2017-12-22 12:19:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certstream (Old)
 and      /work/SRC/openSUSE:Factory/.python-certstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certstream"

Fri Dec 22 12:19:30 2017 rev:1 rq:555753 version:1.8

Changes:
--------
New Changes file:

--- /dev/null   2017-12-07 07:54:48.054861471 +0100
+++ /work/SRC/openSUSE:Factory/.python-certstream.new/python-certstream.changes 
2017-12-22 12:19:34.369648749 +0100
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Thu Dec  7 10:29:18 UTC 2017 - [email protected]
+
+- add add-license.patch to add LICENSE file
+
+-------------------------------------------------------------------
+Sat Dec  2 19:41:39 UTC 2017 - [email protected]
+
+- initial package for version 1.8

New:
----
  add-license.patch
  certstream-1.8.tar.gz
  python-certstream.changes
  python-certstream.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-certstream.spec ++++++
#
# spec file for package python-certstream
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# 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
Release:        0
Summary:        CertStream is a library for receiving certificate transparency 
list updates
License:        MIT
Group:          Development/Libraries/Python
Url:            https://github.com/CaliDog/certstream-python/
Source0:        
https://pypi.io/packages/source/c/certstream/certstream-%{version}.tar.gz
# PATCH-FIX-OPENSUSE add-license.patch
Patch0:         add-license.patch
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools >= 18.0.1}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
#SECTION tests
%if %{with tests}
BuildRequires:  %{python_module termcolor}
BuildRequires:  %{python_module websocket-client}
%endif
# /SECTION
Requires:       python3-websocket-client
Requires:       python3-termcolor
BuildArch:      noarch

%python_subpackages

%description
Certstream is a library to connect to the certstream network 
(certstream.calidog.io). 

It supports automatic reconnection when networks issues occur, and should be 
stable for long-running jobs. 

%prep
%setup -q -n certstream-%{version}
%patch0 -p1

%build
%{python_build}

%install
%{python_install}
%{python_expand %fdupes -s %{buildroot}%{$python_sitelib}}

%if %{with tests}
%check
%python_exec setup.py test
%endif

%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/certstream/
%{python_sitelib}/certstream-%{version}-py*.egg-info
%python3_only %{_bindir}/certstream

%changelog
++++++ add-license.patch ++++++
--- -   2017-12-07 11:28:01.643656998 +0100
+++ certstream-1.8/LICENSE      2017-12-07 11:27:54.334676024 +0100
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017 Cali Dog Security
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Reply via email to