Hello community,
here is the log from the commit of package python-python-crfsuite for
openSUSE:Leap:15.2 checked in at 2020-03-26 05:41:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-crfsuite (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-python-crfsuite.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-crfsuite"
Thu Mar 26 05:41:44 2020 rev:2 rq:788173 version:0.9.7
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-python-crfsuite/python-python-crfsuite.changes
2020-02-22 18:49:48.252403510 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-python-crfsuite.new.3160/python-python-crfsuite.changes
2020-03-26 05:42:02.743299526 +0100
@@ -1,0 +2,10 @@
+Fri Mar 20 14:18:38 UTC 2020 - [email protected]
+
+- version update to 0.9.7
+ * Python 3.4 is no longer supported (it may work, but CI is disabled)
+ * Python 3.8 support
+ * fixed installation issues on OS X (thanks @kvinwang)
+ * make it easier for distributions to have a reproducible build
+ (thanks @bmwiedemann)
+
+-------------------------------------------------------------------
Old:
----
python-crfsuite-0.9.6.tar.gz
New:
----
python-crfsuite-0.9.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-crfsuite.spec ++++++
--- /var/tmp/diff_new_pack.jdqgMA/_old 2020-03-26 05:42:03.327299828 +0100
+++ /var/tmp/diff_new_pack.jdqgMA/_new 2020-03-26 05:42:03.335299833 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-crfsuite
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-python-crfsuite
-Version: 0.9.6
+Version: 0.9.7
Release: 0
Summary: Python binding for CRFsuite
License: MIT
@@ -27,13 +26,11 @@
URL: https://github.com/scrapinghub/python-crfsuite
Source:
https://files.pythonhosted.org/packages/source/p/python-crfsuite/python-crfsuite-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with test}
-BuildRequires: %{python_module pytest}
-%endif
%python_subpackages
%description
@@ -50,12 +47,10 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
-%if %{with test}
%check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-py.test-%{$python_bin_suffix} tests/
-}
-%endif
+mv pycrfsuite bak
+%pytest_arch
+mv bak pycrfsuite
%files %{python_files}
%license LICENSE.txt
++++++ python-crfsuite-0.9.6.tar.gz -> python-crfsuite-0.9.7.tar.gz ++++++
++++ 5811 lines of diff (skipped)