From 95e0c6d010f97d4493bb539937e97057f24826fcda98071df2e2569089a71744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Mar 2020 08:52:08 +0000 Subject: [PATCH] Accepting request 786914 from home:pgajdos:python - 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) OBS-URL: https://build.opensuse.org/request/show/786914 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crfsuite?expand=0&rev=3 --- python-crfsuite-0.9.6.tar.gz | 3 --- python-crfsuite-0.9.7.tar.gz | 3 +++ python-python-crfsuite.changes | 10 ++++++++++ python-python-crfsuite.spec | 11 +++-------- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 python-crfsuite-0.9.6.tar.gz create mode 100644 python-crfsuite-0.9.7.tar.gz diff --git a/python-crfsuite-0.9.6.tar.gz b/python-crfsuite-0.9.6.tar.gz deleted file mode 100644 index 40b0c9f..0000000 --- a/python-crfsuite-0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a56d2b38e257614b1006c04fb9b0e22c63a177add487e5a64e8eb61f038342cd -size 434314 diff --git a/python-crfsuite-0.9.7.tar.gz b/python-crfsuite-0.9.7.tar.gz new file mode 100644 index 0000000..b7625be --- /dev/null +++ b/python-crfsuite-0.9.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4538d2ce5007e4e42005818247bf43ade89ef08a66d158462e2f7c5d63cee7 +size 432162 diff --git a/python-python-crfsuite.changes b/python-python-crfsuite.changes index bed7f44..9b3b54e 100644 --- a/python-python-crfsuite.changes +++ b/python-python-crfsuite.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 20 14:18:38 UTC 2020 - pgajdos@suse.com + +- 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) + ------------------------------------------------------------------- Sat Feb 9 15:45:10 UTC 2019 - John Vandenberg diff --git a/python-python-crfsuite.spec b/python-python-crfsuite.spec index e3ae6ab..80856f7 100644 --- a/python-python-crfsuite.spec +++ b/python-python-crfsuite.spec @@ -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 @@ 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 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 @@ export CFLAGS="%{optflags}" %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