Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jsonextended for
openSUSE:Factory checked in at 2021-04-21 20:59:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonextended (Old)
and /work/SRC/openSUSE:Factory/.python-jsonextended.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonextended"
Wed Apr 21 20:59:21 2021 rev:4 rq:886519 version:0.7.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonextended/python-jsonextended.changes
2020-04-23 18:39:18.737106420 +0200
+++
/work/SRC/openSUSE:Factory/.python-jsonextended.new.12324/python-jsonextended.changes
2021-04-21 20:59:34.642218160 +0200
@@ -1,0 +2,5 @@
+Mon Apr 19 04:34:26 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Don't build on Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonextended.spec ++++++
--- /var/tmp/diff_new_pack.dOi4JK/_old 2021-04-21 20:59:35.146218954 +0200
+++ /var/tmp/diff_new_pack.dOi4JK/_new 2021-04-21 20:59:35.150218960 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jsonextended
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python36 1
Name: python-jsonextended
Version: 0.7.11
Release: 0
Summary: A module to extend the python json package functionality
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/chrisjsewell/jsonextended
Source:
https://github.com/chrisjsewell/jsonextended/archive/v%{version}.tar.gz#/jsonextended-%{version}.tar.gz
BuildRequires: %{python_module devel}