commit python-resultsdb_api for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package python-resultsdb_api for 
openSUSE:Factory checked in at 2020-03-17 13:08:37

Comparing /work/SRC/openSUSE:Factory/python-resultsdb_api (Old)
 and  /work/SRC/openSUSE:Factory/.python-resultsdb_api.new.3160 (New)


Package is "python-resultsdb_api"

Tue Mar 17 13:08:37 2020 rev:2 rq:785624 version:2.1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-resultsdb_api/python-resultsdb_api.changes
2018-07-28 12:45:26.808994793 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-resultsdb_api.new.3160/python-resultsdb_api.changes
  2020-03-17 13:08:55.317742604 +0100
@@ -1,0 +2,12 @@
+Mon Mar 16 12:56:42 UTC 2020 - Tomáš Chvátal 
+
+- Set version requirements based on upstream
+- Try to enable tests, and fail because upstream has them broken
+
+---
+Mon Mar 16 08:52:19 UTC 2020 - Martin Pluskal 
+
+- Update to version 2.1.3:
+  * No changelog available
+
+---

Old:

  resultsdb_api-2.0.0.zip

New:

  resultsdb_api-2.1.3.tar.gz



Other differences:
--
++ python-resultsdb_api.spec ++
--- /var/tmp/diff_new_pack.8auchR/_old  2020-03-17 13:08:57.621744373 +0100
+++ /var/tmp/diff_new_pack.8auchR/_new  2020-03-17 13:08:57.621744373 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-resultsdb_api
 #
-# Copyright (c) 2018 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
@@ -12,30 +12,28 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-resultsdb_api
-Version:2.0.0
+Version:2.1.3
 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}
+URL:https://pagure.io/taskotron/resultsdb_api
+Source: 
https://files.pythonhosted.org/packages/source/r/resultsdb_api/resultsdb_api-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
-Requires:   python-requests
-Requires:   python-simplejson
+Requires:   python-requests >= 2.2.1
+Requires:   python-simplejson >= 3.5.3
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module simplejson}
+BuildRequires:  %{python_module pytest >= 2.4.2}
+BuildRequires:  %{python_module requests >= 2.2.1}
+BuildRequires:  %{python_module simplejson >= 3.5.3}
 # /SECTION
 %python_subpackages
 
@@ -45,7 +43,6 @@
 the JSON/REST methods, but allow the common goodies as named parameters,
 and parameters skipping.
 
-
 %prep
 %setup -q -n resultsdb_api-%{version}
 
@@ -56,7 +53,14 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# https://pagure.io/taskotron/resultsdb_api/issue/1
+# It has tests but they don't work...
+#%%pytest
+
 %files %{python_files}
+%doc README.md
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog




commit python-resultsdb_api for openSUSE:Factory

2018-07-28 Thread root
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