Hello community,

here is the log from the commit of package python-resultsdb_api for 
openSUSE:Factory checked in at 2018-07-28 12:45:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-resultsdb_api (Old)
 and      /work/SRC/openSUSE:Factory/.python-resultsdb_api.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-resultsdb_api"

Sat Jul 28 12:45:26 2018 rev:1 rq:625805 version:2.0.0

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

--- /dev/null   2018-07-14 11:19:38.193360615 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-resultsdb_api.new/python-resultsdb_api.changes
   2018-07-28 12:45:26.808994793 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Jul 27 14:49:20 UTC 2018 - mplus...@suse.com
+
+- Initial package for version 2.0.0

New:
----
  python-resultsdb_api.changes
  python-resultsdb_api.spec
  resultsdb_api-2.0.0.zip

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

Other differences:
------------------
++++++ python-resultsdb_api.spec ++++++
#
# spec file for package python-resultsdb_api
#
# 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
# 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-%{**}}
Name:           python-resultsdb_api
Version:        2.0.0
Release:        0
Summary:        Library for simplifying the communication with ResultsDB
License:        GPL-2.0-or-later
Group:          Development/Languages/Python
URL:            https://fedorahosted.org/ResultsDB/
Source:         
https://files.pythonhosted.org/packages/source/r/resultsdb_api/resultsdb_api-%{version}.zip
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
Requires:       python-requests
Requires:       python-simplejson
BuildArch:      noarch
# SECTION test requirements
BuildRequires:  %{python_module requests}
BuildRequires:  %{python_module simplejson}
# /SECTION
%python_subpackages

%description
The ResultsDB API module provides a Python API for using ResultsDB's
JSON/REST interface in a more pythonic way. It has functions which match
the JSON/REST methods, but allow the common goodies as named parameters,
and parameters skipping.


%prep
%setup -q -n resultsdb_api-%{version}

%build
%python_build

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

%files %{python_files}
%{python_sitelib}/*

%changelog

Reply via email to