Hello community,
here is the log from the commit of package python-prometheus_client for
openSUSE:Factory checked in at 2020-05-29 21:21:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-prometheus_client (Old)
and /work/SRC/openSUSE:Factory/.python-prometheus_client.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-prometheus_client"
Fri May 29 21:21:45 2020 rev:10 rq:808959 version:0.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-prometheus_client/python-prometheus_client.changes
2020-04-21 13:09:42.680697891 +0200
+++
/work/SRC/openSUSE:Factory/.python-prometheus_client.new.3606/python-prometheus_client.changes
2020-05-29 21:36:13.542444237 +0200
@@ -1,0 +2,6 @@
+Tue May 26 08:30:50 UTC 2020 - Stefano Torresi <[email protected]>
+
+- Update to upstream 0.8.0 release
+ * Also disable Twisted build requirement on older code streams due to
dependency issues
+
+-------------------------------------------------------------------
Old:
----
v0.7.1.tar.gz
New:
----
v0.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-prometheus_client.spec ++++++
--- /var/tmp/diff_new_pack.XGJzzr/_old 2020-05-29 21:36:14.046445738 +0200
+++ /var/tmp/diff_new_pack.XGJzzr/_new 2020-05-29 21:36:14.050445750 +0200
@@ -19,14 +19,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-prometheus_client
-Version: 0.7.1
+Version: 0.8.0
Release: 0
Summary: Python client for the Prometheus monitoring system
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/prometheus/client_python
Source:
https://github.com/prometheus/client_python/archive/v%{version}.tar.gz
+%if 0%{suse_version} >= 1550
+# we disable testing the optional Twisted integration on older versions
because that dependency tree is troublesome
BuildRequires: %{python_module Twisted}
+%endif
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -54,9 +57,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# some tests are currently broken in ppc64le
-# see https://bugzilla.suse.com/show_bug.cgi?id=1164604
-%pytest -k "not TestProcessCollector"
+%pytest
%files %{python_files}
%doc README.md
++++++ v0.7.1.tar.gz -> v0.8.0.tar.gz ++++++
++++ 1903 lines of diff (skipped)