Hello community, here is the log from the commit of package python-nltk for openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-nltk (Old) and /work/SRC/openSUSE:Leap:15.2/.python-nltk.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nltk" Mon Mar 9 18:09:18 2020 rev:15 rq:776846 version:3.4.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-nltk/python-nltk.changes 2020-01-15 15:50:47.855506913 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-nltk.new.26092/python-nltk.changes 2020-03-09 18:09:18.997020363 +0100 @@ -1,0 +2,78 @@ +Mon Oct 14 14:00:43 UTC 2019 - Matej Cepl <[email protected]> + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + +------------------------------------------------------------------- +Wed Sep 11 11:05:01 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.4.5: + * Fixed security bug in downloader: Zip slip vulnerability - for the + unlikely situation where a user configures their downloader to use + a compromised server CVE-2019-14751 + +------------------------------------------------------------------- +Tue Jul 23 13:52:24 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.4.4: + * fix bug in plot function (probability.py) + * add improved PanLex Swadesh corpus reader + * add Text.generate() + * add QuadgramAssocMeasures + * add SSP to tokenizers + * return confidence of best tag from AveragedPerceptron + * make plot methods return Axes objects + * don't require list arguments to PositiveNaiveBayesClassifier.train + * fix Tree classes to work with native Python copy library + * fix inconsistency for NomBank + * fix random seeding in LanguageModel.generate + * fix ConditionalFreqDist mutation on tabulate/plot call + * fix broken links in documentation + * fix misc Wordnet issues + * update installation instructions + +------------------------------------------------------------------- +Thu May 23 12:41:31 UTC 2019 - [email protected] + +- version update to 3.4.1 + * add chomsky_normal_form for CFGs + * add meteor score + * add minimum edit/Levenshtein distance based alignment function + * allow access to collocation list via text.collocation_list() + * support corenlp server options + * drop support for Python 3.4 + * other minor fixes + +------------------------------------------------------------------- +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.5.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nltk.spec ++++++ --- /var/tmp/diff_new_pack.oLgQB7/_old 2020-03-09 18:09:19.421020971 +0100 +++ /var/tmp/diff_new_pack.oLgQB7/_new 2020-03-09 18:09:19.425020976 +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,34 +12,44 @@ # 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/ # %{!?python_module:%define python_module() python-%{**} python3-%{**}} %define interps python python3 - %define pyname nltk Name: python-nltk -Version: 3.2.5 +Version: 3.4.5 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 +URL: http://nltk.org/ +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: python-singledispatch +BuildRequires: unzip +Requires: python-six Recommends: python-gensim Recommends: python-matplotlib Recommends: python-numpy Recommends: python-pyparsing +Recommends: python-python-crfsuite Recommends: python-requests +Recommends: python-scikit-learn Recommends: python-scipy +Recommends: python-twython BuildArch: noarch +%ifpython2 +Requires: python-singledispatch +%endif +%ifpython2 +Requires: python2-singledispatch +%endif %python_subpackages %description @@ -62,7 +72,7 @@ %install %python_install -%{python_expand %fdupes -s %{buildroot}%{$python_sitelib}/ +%{python_expand %fdupes %{buildroot}%{$python_sitelib}/ chmod -x %{buildroot}%{$python_sitelib}/nltk/test/dependency.doctest } @@ -71,6 +81,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/
