From 95be8e707d9f5ced6939605c2ee2a3c78ab1bd604c8d458798d827197736eb86 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Oct 2016 13:47:44 +0000 Subject: [PATCH] Accepting request 435028 from home:TheBlackCat:branches:devel:languages:python Update to version 3.2.1 OBS-URL: https://build.opensuse.org/request/show/435028 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=7 --- nltk-3.0.2.tar.gz | 3 --- nltk-3.2.1.tar.gz | 3 +++ python-nltk.changes | 6 ++++++ python-nltk.spec | 12 ++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 nltk-3.0.2.tar.gz create mode 100644 nltk-3.2.1.tar.gz diff --git a/nltk-3.0.2.tar.gz b/nltk-3.0.2.tar.gz deleted file mode 100644 index da8b4e7..0000000 --- a/nltk-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1e8489f728841bb87e59a40acdbabf0b7525a8b09c86c9fd313c1b292b35d2f -size 991033 diff --git a/nltk-3.2.1.tar.gz b/nltk-3.2.1.tar.gz new file mode 100644 index 0000000..d6e6437 --- /dev/null +++ b/nltk-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5533b2d7106ba33d1431a3e77b903c58f07433f0ea8f7a7bc9af2ea2d5c7d6a +size 1121639 diff --git a/python-nltk.changes b/python-nltk.changes index 437bb58..f97c478 100644 --- a/python-nltk.changes +++ b/python-nltk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 14 00:31:15 UTC 2016 - toddrme2178@gmail.com + +- Update to version 3.2.1 + + No changelog available + ------------------------------------------------------------------- Thu May 21 14:53:43 UTC 2015 - toddrme2178@gmail.com diff --git a/python-nltk.spec b/python-nltk.spec index ab8a78e..033952c 100644 --- a/python-nltk.spec +++ b/python-nltk.spec @@ -1,7 +1,7 @@ # # spec file for package python-nltk # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX Products 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,22 +17,22 @@ Name: python-nltk -Version: 3.0.2 +Version: 3.2.1 Release: 0 Url: http://nltk.org/ Summary: Natural Language Toolkit License: Apache-2.0 Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/n/nltk/nltk-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/n/nltk/nltk-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools +BuildRequires: python-PyYAML BuildRequires: python-xml -BuildRequires: python-yaml +Requires: python-PyYAML Requires: python-numpy Requires: python-tk Requires: python-xml -Requires: python-yaml %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else @@ -55,7 +55,7 @@ python setup.py install --prefix=%{_prefix} --root="%{buildroot}" %files %defattr(-, root, root) -%doc README.txt LICENSE.txt +%doc LICENSE.txt %{python_sitelib}/* %changelog