Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-thewalrus for 
openSUSE:Factory checked in at 2022-02-06 23:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-thewalrus (Old)
 and      /work/SRC/openSUSE:Factory/.python-thewalrus.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-thewalrus"

Sun Feb  6 23:54:41 2022 rev:5 rq:951930 version:0.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-thewalrus/python-thewalrus.changes        
2021-10-27 22:22:53.419250470 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-thewalrus.new.1898/python-thewalrus.changes  
    2022-02-06 23:56:12.230042607 +0100
@@ -1,0 +2,27 @@
+Fri Feb  4 22:23:56 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.18.0:
+  * Python module for the La Budde method of computing
+    characteristic polynomials. #304
+  * Permanent algorithms are implemented in Python using Numba
+    just-in-time compilation. #300
+  * Hafnian algorithms are implemented in Python using Numba
+    just-in-time compilation. #311
+  * Documentation is updated to include the characteristic
+    polynomials and decompositions modules. #312
+  * Makes modules reachable via the global namespace, instead of
+    requiring importing the modules explicitly. #312
+      import thewalrus as tw
+      tw.samples.generate_torontonian_sample
+  * The Walrus is no longer dependent on C++, and all C++-related
+    code and documentation is removed. Instead, all code has been
+    ported to Python using just-in-time compilation to improve
+    performance. #311
+- Release 0.17.0
+  * Python installation no longer requires repoze.lru. #293
+  * Multidimensional Hermite polynomials are now implemented in
+    Numba, hence reducing the C++ dependencies of The Walrus. #295
+  * Updates missing figures in the "Basics of Hafnians and Loop
+    Hafnians" documentation. #288
+
+-------------------------------------------------------------------

Old:
----
  thewalrus-0.16.2.tar.gz

New:
----
  thewalrus-0.18.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-thewalrus.spec ++++++
--- /var/tmp/diff_new_pack.5GsoSA/_old  2022-02-06 23:56:12.794038793 +0100
+++ /var/tmp/diff_new_pack.5GsoSA/_new  2022-02-06 23:56:12.798038766 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-thewalrus
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,37 +18,34 @@
 
 %define packagename thewalrus
 %define skip_python2 1
-%define skip_python36 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# no dask for python 3.10 yet
+%define skip_python310 1
+%{?!python_module:%define python_module() python3-%{**}}
 Name:           python-thewalrus
-Version:        0.16.2
+Version:        0.18.0
 Release:        0
 Summary:        An open-source software architecture for photonic quantum 
computing
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/XanaduAI/thewalrus
 Source:         
https://github.com/XanaduAI/thewalrus/archive/v%{version}.tar.gz#/%{packagename}-%{version}.tar.gz
-BuildRequires:  %{python_module Cython}
-BuildRequires:  %{python_module dask-all}
+BuildRequires:  %{python_module dask-delayed}
+BuildRequires:  %{python_module flaky >= 3.7.0}
 BuildRequires:  %{python_module numba >= 0.49.1}
-BuildRequires:  %{python_module numpy >= 1.15.0}
-BuildRequires:  %{python_module numpy-devel >= 1.13.3}
+BuildRequires:  %{python_module numpy >= 1.19.2}
 BuildRequires:  %{python_module pytest >= 5.4.1}
-BuildRequires:  %{python_module repoze.lru >= 0.7}
 BuildRequires:  %{python_module scipy >= 1.2.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sympy >= 1.5.1}
-BuildRequires:  eigen3-devel
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
-Requires:       python-dask-all
+Requires:       python-dask-delayed
 Requires:       python-numba >= 0.49.1
-Requires:       python-numpy >= 1.15.0
-Requires:       python-repoze.lru >= 0.7
+Requires:       python-numpy >= 1.19.2
 Requires:       python-scipy >= 1.2.1
 Requires:       python-sympy >= 1.5.1
-# Test failed for i586, no clue why.
+BuildArch:      noarch
+# Tests fail on 32-bit: 64bit-types expected
 ExcludeArch:    i586
 %python_subpackages
 
@@ -59,22 +56,19 @@
 %setup -q -n %{packagename}-%{version}
 
 %build
-# We need to add -fopenmp manually, because otherwise
-# setup.py build breaks CFLAGS gh#XanaduAI/thewalrus#198
-export CFLAGS="%{optflags} -fopenmp"
 %python_build
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest_arch
+%pytest
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitearch}/*egg-info
-%{python_sitearch}/%{packagename}
+%{python_sitelib}/%{packagename}-%{version}*-info
+%{python_sitelib}/%{packagename}
 
 %changelog

++++++ thewalrus-0.16.2.tar.gz -> thewalrus-0.18.0.tar.gz ++++++
++++ 13118 lines of diff (skipped)

Reply via email to