Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-colorspacious for
openSUSE:Factory checked in at 2021-04-21 21:00:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorspacious (Old)
and /work/SRC/openSUSE:Factory/.python-colorspacious.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorspacious"
Wed Apr 21 21:00:15 2021 rev:5 rq:887126 version:1.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-colorspacious/python-colorspacious.changes
2019-03-10 09:35:24.404175790 +0100
+++
/work/SRC/openSUSE:Factory/.python-colorspacious.new.12324/python-colorspacious.changes
2021-04-21 21:00:56.186346598 +0200
@@ -1,0 +2,5 @@
+Wed Apr 21 05:13:42 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorspacious.spec ++++++
--- /var/tmp/diff_new_pack.tGelHG/_old 2021-04-21 21:00:56.658347342 +0200
+++ /var/tmp/diff_new_pack.tGelHG/_new 2021-04-21 21:00:56.658347342 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-colorspacious
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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-colorspacious
Version: 1.1.2
Release: 0
Summary: Python library for doing colorspace conversions
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/njsmith/colorspacious
Source:
https://files.pythonhosted.org/packages/source/c/colorspacious/colorspacious-%{version}.tar.gz
BuildRequires: %{python_module numpy}