From d90d33d859009b75556af9717131f5bba044ac367ce7cddecd8579dc22b8e399 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Mar 2017 11:23:50 +0000 Subject: [PATCH] Accepting request 459509 from home:cyberiad:branches:devel:languages:python update to version 3.2.2 OBS-URL: https://build.opensuse.org/request/show/459509 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=8 --- nltk-3.2.1.tar.gz | 3 --- nltk-3.2.2.tar.gz | 3 +++ python-nltk.changes | 12 ++++++++++++ python-nltk.spec | 8 +++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 nltk-3.2.1.tar.gz create mode 100644 nltk-3.2.2.tar.gz diff --git a/nltk-3.2.1.tar.gz b/nltk-3.2.1.tar.gz deleted file mode 100644 index d6e6437..0000000 --- a/nltk-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5533b2d7106ba33d1431a3e77b903c58f07433f0ea8f7a7bc9af2ea2d5c7d6a -size 1121639 diff --git a/nltk-3.2.2.tar.gz b/nltk-3.2.2.tar.gz new file mode 100644 index 0000000..74afcfe --- /dev/null +++ b/nltk-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b37db344770021c9be3d68f48d1667a8dae6eeff0e502b7bfb01638d288a88e +size 1153499 diff --git a/python-nltk.changes b/python-nltk.changes index f97c478..8c458fc 100644 --- a/python-nltk.changes +++ b/python-nltk.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 21 13:11:31 UTC 2017 - stephan.barth@suse.com + +- update to version 3.2.2 + Upstream changelog: + Support for Aline, ChrF and GLEU MT evaluation metrics, Russian POS tagger + model, Moses detokenizer, rewrite Porter Stemmer and FrameNet corpus reader, + update FrameNet Corpus to version 1.7, fixes: stanford_segmenter.py, + SentiText, CoNLL Corpus Reader, BLEU, naivebayes, Krippendorff’s alpha, + Punkt, Moses tokenizer, TweetTokenizer, ToktokTokenizer; improvements to + testing framework + ------------------------------------------------------------------- Fri Oct 14 00:31:15 UTC 2016 - toddrme2178@gmail.com diff --git a/python-nltk.spec b/python-nltk.spec index 033952c..671717d 100644 --- a/python-nltk.spec +++ b/python-nltk.spec @@ -1,7 +1,7 @@ # # spec file for package python-nltk # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,7 +17,7 @@ Name: python-nltk -Version: 3.2.1 +Version: 3.2.2 Release: 0 Url: http://nltk.org/ Summary: Natural Language Toolkit @@ -25,9 +25,10 @@ License: Apache-2.0 Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/n/nltk/nltk-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes +BuildRequires: python-PyYAML BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: python-PyYAML BuildRequires: python-xml Requires: python-PyYAML Requires: python-numpy @@ -52,6 +53,7 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root="%{buildroot}" +%fdupes $RPM_BUILD_ROOT/ %files %defattr(-, root, root)