From 9864da5c22657b78526bcdd898d9778501fcc5db84196f4e2fecb3b03ae81212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Aug 2019 11:10:26 +0000 Subject: [PATCH] Accepting request 720577 from home:pgajdos - version update to 1.9.0 * no upstream change log * relicensed to BSD-3-Clause, se README.rst - added sources https://github.com/snowballstem/snowball/issues/102 + COPYING OBS-URL: https://build.opensuse.org/request/show/720577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=11 --- COPYING | 27 +++++++++++++++++++++++++++ python-snowballstemmer.changes | 10 ++++++++++ python-snowballstemmer.spec | 12 ++++++++---- snowballstemmer-1.2.1.tar.gz | 3 --- snowballstemmer-1.9.0.tar.gz | 3 +++ 5 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 COPYING delete mode 100644 snowballstemmer-1.2.1.tar.gz create mode 100644 snowballstemmer-1.9.0.tar.gz diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..9a49397 --- /dev/null +++ b/COPYING @@ -0,0 +1,27 @@ +Copyright (c) 2001, Dr Martin Porter +Copyright (c) 2004,2005, Richard Boulton +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + 3. Neither the name of the Snowball project nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/python-snowballstemmer.changes b/python-snowballstemmer.changes index b27ffa6..6909fee 100644 --- a/python-snowballstemmer.changes +++ b/python-snowballstemmer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 2 10:59:50 UTC 2019 - pgajdos@suse.com + +- version update to 1.9.0 + * no upstream change log + * relicensed to BSD-3-Clause, se README.rst +- added sources + https://github.com/snowballstem/snowball/issues/102 + + COPYING + ------------------------------------------------------------------- Tue Dec 4 12:54:25 UTC 2018 - Matej Cepl diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index 9500139..4eaf4e9 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -1,7 +1,7 @@ # # spec file for package python-snowballstemmer # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -18,13 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-snowballstemmer -Version: 1.2.1 +Version: 1.9.0 Release: 0 Summary: This package provides 16 stemmer algorithms -License: BSD-2-Clause +License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/shibukawa/snowball_py Source: https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz +# https://github.com/snowballstem/snowball/issues/102 +Source1: https://raw.githubusercontent.com/snowballstem/snowball/master/COPYING BuildRequires: %{python_module base} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -47,6 +49,7 @@ accelerate. %setup -q -n snowballstemmer-%{version} %build +cp %{SOURCE1} . %python_build %install @@ -56,6 +59,7 @@ accelerate. %files %{python_files} %defattr(-,root,root,-) %{python_sitelib}/* -%doc README.rst LICENSE.rst +%doc README.rst +%license COPYING %changelog diff --git a/snowballstemmer-1.2.1.tar.gz b/snowballstemmer-1.2.1.tar.gz deleted file mode 100644 index bf27ea7..0000000 --- a/snowballstemmer-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128 -size 49626 diff --git a/snowballstemmer-1.9.0.tar.gz b/snowballstemmer-1.9.0.tar.gz new file mode 100644 index 0000000..e47fcab --- /dev/null +++ b/snowballstemmer-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3b9ffe0809d174f7047e121431acf99c89a7040f0ca84f94ba53a498e6d0c9 +size 76910