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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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