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
This commit is contained in:
parent
69f054332b
commit
95be8e707d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f1e8489f728841bb87e59a40acdbabf0b7525a8b09c86c9fd313c1b292b35d2f
|
|
||||||
size 991033
|
|
3
nltk-3.2.1.tar.gz
Normal file
3
nltk-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5533b2d7106ba33d1431a3e77b903c58f07433f0ea8f7a7bc9af2ea2d5c7d6a
|
||||||
|
size 1121639
|
@ -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
|
Thu May 21 14:53:43 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nltk
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-nltk
|
Name: python-nltk
|
||||||
Version: 3.0.2
|
Version: 3.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://nltk.org/
|
Url: http://nltk.org/
|
||||||
Summary: Natural Language Toolkit
|
Summary: Natural Language Toolkit
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: python-PyYAML
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
BuildRequires: python-yaml
|
Requires: python-PyYAML
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-tk
|
Requires: python-tk
|
||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
Requires: python-yaml
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%else
|
%else
|
||||||
@ -55,7 +55,7 @@ python setup.py install --prefix=%{_prefix} --root="%{buildroot}"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README.txt LICENSE.txt
|
%doc LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user