Hello community,

here is the log from the commit of package python-python-crfsuite for 
openSUSE:Leap:15.2 checked in at 2020-02-22 18:49:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-crfsuite (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-python-crfsuite.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-crfsuite"

Sat Feb 22 18:49:47 2020 rev:1 rq:775532 version:0.9.6

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-python-crfsuite.new.26092/python-python-crfsuite.changes
       2020-02-22 18:49:48.252403510 +0100
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Sat Feb  9 15:45:10 UTC 2019 - John Vandenberg <[email protected]>
+
+- Update to v0.9.6
+  + Python 3.7 support
+  + new Tagger.open_inmemory method which allows to load tagger
+    data without having a file on-disk
+- Add %license
+
+-------------------------------------------------------------------
+Tue Nov  7 18:25:24 UTC 2017 - [email protected]
+
+- initial version for v0.9.5

New:
----
  python-crfsuite-0.9.6.tar.gz
  python-python-crfsuite.changes
  python-python-crfsuite.spec

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

Other differences:
------------------
++++++ python-python-crfsuite.spec ++++++
#
# spec file for package python-python-crfsuite
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without  test
Name:           python-python-crfsuite
Version:        0.9.6
Release:        0
Summary:        Python binding for CRFsuite
License:        MIT
Group:          Development/Languages/Python
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 setuptools}
BuildRequires:  c++_compiler
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%if %{with test}
BuildRequires:  %{python_module pytest}
%endif
%python_subpackages

%description
Python-crfsuite is a python binding to CRFsuite_.

%prep
%setup -q -n python-crfsuite-%{version}

%build
export CFLAGS="%{optflags}"
%python_build

%install
%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

%files %{python_files}
%license LICENSE.txt
%doc CHANGES.rst README.rst
%{python_sitearch}/*

%changelog

Reply via email to