Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-quantum-blackbird for
openSUSE:Factory checked in at 2021-04-26 16:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-quantum-blackbird (Old)
and /work/SRC/openSUSE:Factory/.python-quantum-blackbird.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-quantum-blackbird"
Mon Apr 26 16:39:22 2021 rev:4 rq:888350 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-quantum-blackbird/python-quantum-blackbird.changes
2020-11-29 12:30:20.302118094 +0100
+++
/work/SRC/openSUSE:Factory/.python-quantum-blackbird.new.12324/python-quantum-blackbird.changes
2021-04-26 16:40:20.558146342 +0200
@@ -1,0 +2,5 @@
+Mon Apr 26 05:52:52 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-quantum-blackbird.spec ++++++
--- /var/tmp/diff_new_pack.5Oh96A/_old 2021-04-26 16:40:21.066147177 +0200
+++ /var/tmp/diff_new_pack.5Oh96A/_new 2021-04-26 16:40:21.070147184 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-quantum-blackbird
#
-# 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
@@ -18,13 +18,13 @@
%define packagename quantum-blackbird
%define skip_python2 1
+%define skip_python36 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-quantum-blackbird
Version: 0.3.0
Release: 0
Summary: Quantum assembly language for continuous-variable quantum
computation
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/XanaduAI/blackbird
Source:
https://github.com/XanaduAI/blackbird/archive/v%{version}.tar.gz#/blackbird-%{version}.tar.gz
BuildRequires: %{python_module antlr4-python3-runtime >= 4.8}