Hello community, here is the log from the commit of package python-nltk for openSUSE:Factory checked in at 2019-02-24 17:14:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nltk (Old) and /work/SRC/openSUSE:Factory/.python-nltk.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nltk" Sun Feb 24 17:14:05 2019 rev:3 rq:673240 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nltk/python-nltk.changes 2018-05-04 11:29:52.918924765 +0200 +++ /work/SRC/openSUSE:Factory/.python-nltk.new.28833/python-nltk.changes 2019-02-24 17:14:08.276464045 +0100 @@ -1,0 +2,33 @@ +Sun Feb 10 16:19:17 UTC 2019 - John Vandenberg <[email protected]> + +- Remove Python 3 dependency on singledispatch + +------------------------------------------------------------------- +Sat Feb 9 16:16:11 UTC 2019 - John Vandenberg <[email protected]> + +- Update to v3.4 + + Support Python 3.7 + + New Language Modeling package + + Cistem Stemmer for German + + Support Russian National Corpus incl POS tag model + + Krippendorf Alpha inter-rater reliability test + + Comprehensive code clean-ups + + Switch continuous integration from Jenkins to Travis +- from v3.3 + + Support Python 3.6 + + New interface to CoreNLP + + Support synset retrieval by sense key + + Minor fixes to CoNLL Corpus Reader + + AlignedSent + + Fixed minor inconsistencies in APIs and API documentation + + Better conformance to PEP8 + + Drop Moses Tokenizer (incompatible license) + +------------------------------------------------------------------- +Wed Feb 6 09:44:56 UTC 2019 - John Vandenberg <[email protected]> + +- Add missing dependency six +- Remove unnecessary build dependency six +- Recommend all optional dependencies + +------------------------------------------------------------------- Old: ---- nltk-3.2.5.tar.gz New: ---- nltk-3.4.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nltk.spec ++++++ --- /var/tmp/diff_new_pack.te1Qqc/_old 2019-02-24 17:14:08.696463970 +0100 +++ /var/tmp/diff_new_pack.te1Qqc/_new 2019-02-24 17:14:08.700463970 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-nltk # -# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,25 +21,34 @@ %define pyname nltk Name: python-nltk -Version: 3.2.5 +Version: 3.4 Release: 0 Summary: Natural Language Toolkit License: Apache-2.0 Group: Development/Languages/Python Url: http://nltk.org/ -Source: https://files.pythonhosted.org/packages/source/n/nltk/%{pyname}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/n/nltk/%{pyname}-%{version}.zip BuildRequires: %{interps} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: unzip +%ifpython2 +Requires: python2-singledispatch +%endif +Requires: python-six Recommends: python-gensim Recommends: python-matplotlib Recommends: python-numpy Recommends: python-pyparsing +Recommends: python-python-crfsuite Recommends: python-requests Recommends: python-scipy +Recommends: python-scikit-learn +Recommends: python-twython BuildArch: noarch + %python_subpackages %description @@ -71,6 +80,7 @@ %python_exec -c "import nltk" || exit 1 %files %{python_files} +%doc README.md %license LICENSE.txt %{python_sitelib}/%{pyname}/ %{python_sitelib}/%{pyname}-%{version}-py%{py_ver}.egg-info/
