60 Commits

Author SHA256 Message Date
8b9a1cff91 Accepting request 1333907 from devel:languages:python
- bsc#1258436, Fix: Secure ZIP extraction, CVE-2025-14009
- Add upstream patch CVE-2025-14009.patch, Secure ZIP extraction to
  prevent Zip-Slip and RCE in nltk.downloader.
  (gh#nltk/nltk#3468)

OBS-URL: https://build.opensuse.org/request/show/1333907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=20
2026-02-19 13:24:54 +00:00
e2223d316e - bsc#1258436, Fix: Secure ZIP extraction, CVE-2025-14009
- Add upstream patch CVE-2025-14009.patch, Secure ZIP extraction to
  prevent Zip-Slip and RCE in nltk.downloader.
  (gh#nltk/nltk#3468)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=59
2026-02-19 10:21:51 +00:00
33ee229a56 Accepting request 1218976 from devel:languages:python
- Use _service to download source and exclude documentation that has
  non-commercial license (boo#1232448)
- Remove nltk_data to avoid redistribution of files with
  non-commercial (boo#1232448):
  > NLTK corpora are provided under the terms given in the README file
  > for each corpus; all are redistributable and available for
  > non-commercial use.
- Remove not needed skip-networked-test.patch

OBS-URL: https://build.opensuse.org/request/show/1218976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=19
2024-10-29 13:36:45 +00:00
a4dc63b71b - Use _service to download source and exclude documentation that has
non-commercial license (boo#1232448)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=57
2024-10-29 09:33:33 +00:00
d7f5954176 Accepting request 1218969 from home:dgarcia:branches:devel:languages:python
- Remove nltk_data to avoid redistribution of files with
  non-commercial (boo#1232448):
  > NLTK corpora are provided under the terms given in the README file
  > for each corpus; all are redistributable and available for
  > non-commercial use.
- Remove not needed skip-networked-test.patch

OBS-URL: https://build.opensuse.org/request/show/1218969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=56
2024-10-29 09:09:02 +00:00
44049c62ed Accepting request 1218494 from devel:languages:python
- Update to to 3.9.1 (changes since 3.8.1):
  * Fixed bug that prevented wordnet from loading
  * Fix security vulnerability CVE-2024-39705 (breaking change)
  * Replace pickled models (punkt, chunker, taggers) by new
    pickle-free "_tab" packages
  * No longer sort Wordnet synsets and relations (sort in calling
    function when required)
  * Only strip the last suffix in Wordnet Morphy, thus
    restricting synsets() results
  * Add Python 3.12 support
  * Many other minor fixes
- Refresh nltk_data
- Remome upstreamed patches:
  - CVE-2024-39705.patch
  - nltk-pr3207-py312.patch

- Update to 3.8

OBS-URL: https://build.opensuse.org/request/show/1218494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=18
2024-10-27 10:25:56 +00:00
67d04a23eb Fix the changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=54
2024-10-26 08:13:11 +00:00
8480b195aa - Update to to 3.9.1:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=53
2024-10-26 08:11:04 +00:00
2478a32abd Fix the changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=52
2024-10-26 08:09:16 +00:00
6d60949653 Accepting request 1218431 from home:yeey:OpenWebUI
update to version 3.9.1

OBS-URL: https://build.opensuse.org/request/show/1218431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=51
2024-10-26 07:58:26 +00:00
c967348dbc Accepting request 1189727 from devel:languages:python
- Add CVE-2024-39705.patch upstream patch to fix unsafe pickle usage.
  (CVE-2024-39705, gh#nltk/nltk#3266, bsc#1227174).
- Drop CVE-2024-39705-disable-download.patch as it's not needed
  anymore.

OBS-URL: https://build.opensuse.org/request/show/1189727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=17
2024-07-26 14:16:05 +00:00
abea984659 - Add CVE-2024-39705.patch upstream patch to fix unsafe pickle usage.
(CVE-2024-39705, gh#nltk/nltk#3266, bsc#1227174).
- Drop CVE-2024-39705-disable-download.patch as it's not needed
  anymore.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=49
2024-07-26 07:21:06 +00:00
3e10931add Accepting request 1185062 from devel:languages:python
- Use tarball from GitHub instead of the Zip archive from PyPI,
  the latter has very messy combination of CRLF and LF EOLs,
  which are hard to patch.
- Refresh all patches from the original locations.
- Add CVE-2024-39705-disable-download.patch to make a crude
  workaround around CVE-2024-39705 (gh#nltk/nltk#3266,
  bsc#1227174).

OBS-URL: https://build.opensuse.org/request/show/1185062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=16
2024-07-04 14:24:00 +00:00
f51a7c3e88 - Use tarball from GitHub instead of the Zip archive from PyPI,
the latter has very messy combination of CRLF and LF EOLs,
  which are hard to patch.
- Refresh all patches from the original locations.
- Add CVE-2024-39705-disable-download.patch to make a crude
  workaround around CVE-2024-39705 (gh#nltk/nltk#3266,
  bsc#1227174).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=47
2024-07-02 21:12:29 +00:00
58ec11daf9 Accepting request 1160546 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1160546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=15
2024-03-22 14:21:17 +00:00
2fb7842d7f Accepting request 1160467 from home:bnavigator:branches:devel:languages:python
- Update to 3.8.1
  * Resolve RCE & XSS vulnerabilities in localhost WordNet Browser
  * Add Python 3.11 support
- Update nltk_data archive
- Drop port-2to3.patch
- Add nltk-pr3207-py312.patch for Python 3.12 support
  * gh#nltk/nltk#3207

OBS-URL: https://build.opensuse.org/request/show/1160467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=45
2024-03-22 06:59:49 +00:00
d6d1831c55 Accepting request 1077159 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1077159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=14
2023-04-04 19:26:27 +00:00
a628c870da Accepting request 1074922 from home:pgajdos:python
- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1074922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=43
2023-03-28 08:50:18 +00:00
e20402851e Accepting request 1056667 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1056667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=13
2023-01-07 16:19:21 +00:00
f996989969 Accepting request 1056422 from home:yarunachalam:branches:devel:languages:python
- Update to 3.8 
* Refactor dispersion plot (#3082)
* Provide type hints for LazyCorpusLoader variables (#3081)
* Throw warning when LanguageModel is initialized with incorrect vocabulary (#3080)
* Fix WordNet's all_synsets() function (#3078)
* Resolve TreebankWordDetokenizer inconsistency with end-of-string contractions (#3070)
* Support both iso639-3 codes and BCP-47 language tags (#3060)
* Avoid DeprecationWarning in Regexp tokenizer (#3055)
* Fix many doctests, add doctests to CI (#3054, #3050, #3048)
* Fix bool field not being read in VerbNet (#3044)
* Greatly improve time efficiency of SyllableTokenizer when tokenizing numbers (#3042)
* Fix encodings of Polish udhr corpus reader (#3038)
* Allow TweetTokenizer to tokenize emoji flag sequences (#3034)
* Prevent LazyModule from increasing the size of nltk.__dict__ (#3033)
* Fix CoreNLPServer non-default port issue (#3031)
* Add "acion" suffix to the Spanish SnowballStemmer (#3030)
* Allow loading WordNet without OMW (#3026)
* Use input() in nltk.chat.chatbot() for Jupyter support (#3022)
* Fix edit_distance_align() in distance.py (#3017)
* Tackle performance and accuracy regression of sentence tokenizer since NLTK 3.6.6 (#3014)
* Add the Iota operator to semantic logic (#3010)
* Resolve critical errors in WordNet app (#3008)
* Resolve critical error in CHILDES Corpus (#2998)
* Make WordNet information_content() accept adjective satellites (#2995)
* Add "strict=True" parameter to CoreNLP (#2993, #3043)
* Resolve issue with WordNet's synset_from_sense_key (#2988)
* Handle WordNet synsets that were lost in mapping (#2985)
* Resolve TypeError in Boxer (#2979)
* Add function to retrieve WordNet synonyms (#2978)
* Warn about nonexistent OMW offsets instead of raising an error (#2974)

OBS-URL: https://build.opensuse.org/request/show/1056422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=41
2023-01-06 18:19:24 +00:00
606a36b28a Accepting request 1045543 from devel:languages:python
- Complete nltk_data.tar.xz for offline testing
- Fix failing tests (gh#nltk/nltk#2969) by adding patches:
  - port-2to3.patch
  - skip-networked-test.patch
- Clean up the SPEC to get rid of rpmlint warnings.

OBS-URL: https://build.opensuse.org/request/show/1045543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=12
2022-12-28 09:54:39 +00:00
90db60b670 - Clean up the SPEC to get rid of rpmlint warnings.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=39
2022-12-27 17:26:56 +00:00
fc3bd080ea - Complete nltk_data.tar.xz for offline testing
- Fix failing tests (gh#nltk/nltk#2969) by adding patches:
  - port-2to3.patch
  - skip-networked-test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=38
2022-12-27 10:15:18 +00:00
f71fcbec46 Accepting request 965220 from devel:languages:python
- Update to 3.7
  - Improve and update the NLTK team page on nltk.org (#2855,
    #2941)
  - Drop support for Python 3.6, support Python 3.10 (#2920)
- Update to 3.6.7
  - Resolve IndexError in `sent_tokenize` and `word_tokenize`
    (#2922)
- Update to 3.6.6
  - Refactor `gensim.doctest` to work for gensim 4.0.0 and up
    (#2914)
  - Add Precision, Recall, F-measure, Confusion Matrix to Taggers
    (#2862)
  - Added warnings if .zip files exist without any corresponding
    .csv files. (#2908)
  - Fix `FileNotFoundError` when the `download_dir` is
    a non-existing nested folder (#2910)
  - Rename omw to omw-1.4 (#2907)
  - Resolve ReDoS opportunity by fixing incorrectly specified
    regex (#2906, bsc#1191030, CVE-2021-3828).
  - Support OMW 1.4 (#2899)
  - Deprecate Tree get and set node methods (#2900)
  - Fix broken inaugural test case (#2903)
  - Use Multilingual Wordnet Data from OMW with newer Wordnet
    versions (#2889)
  - Keep NLTKs "tokenize" module working with pathlib (#2896)
  - Make prettyprinter to be more readable (#2893)
  - Update links to the nltk book (#2895)
  - Add `CITATION.cff` to nltk (#2880)
  - Resolve serious ReDoS in PunktSentenceTokenizer (#2869)
  - Delete old CI config files (#2881)

OBS-URL: https://build.opensuse.org/request/show/965220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=11
2022-03-28 15:00:52 +00:00
1a925b6832 - Update to 3.7
- Improve and update the NLTK team page on nltk.org (#2855,
    #2941)
  - Drop support for Python 3.6, support Python 3.10 (#2920)
- Update to 3.6.7
  - Resolve IndexError in `sent_tokenize` and `word_tokenize`
    (#2922)
- Update to 3.6.6
  - Refactor `gensim.doctest` to work for gensim 4.0.0 and up
    (#2914)
  - Add Precision, Recall, F-measure, Confusion Matrix to Taggers
    (#2862)
  - Added warnings if .zip files exist without any corresponding
    .csv files. (#2908)
  - Fix `FileNotFoundError` when the `download_dir` is
    a non-existing nested folder (#2910)
  - Rename omw to omw-1.4 (#2907)
  - Resolve ReDoS opportunity by fixing incorrectly specified
    regex (#2906, bsc#1191030, CVE-2021-3828).
  - Support OMW 1.4 (#2899)
  - Deprecate Tree get and set node methods (#2900)
  - Fix broken inaugural test case (#2903)
  - Use Multilingual Wordnet Data from OMW with newer Wordnet
    versions (#2889)
  - Keep NLTKs "tokenize" module working with pathlib (#2896)
  - Make prettyprinter to be more readable (#2893)
  - Update links to the nltk book (#2895)
  - Add `CITATION.cff` to nltk (#2880)
  - Resolve serious ReDoS in PunktSentenceTokenizer (#2869)
  - Delete old CI config files (#2881)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=36
2022-03-22 07:58:51 +00:00
7160ec38de Accepting request 812413 from devel:languages:python
- Update to v3.5
  * add support for Python 3.8
  * drop support for Python 2
  * create NLTK's own Tokenizer class distinct from the Treebank
    reference tokeniser
  * update Vader sentiment analyser
  * fix JSON serialization of some PoS taggers
  * minor improvements in grammar.CFG, Vader, pl196x corpus reader,
    StringTokenizer
  * change implementation <= and >= for FreqDist so they are partial
    orders
  * make FreqDist iterable
  * correctly handle Penn Treebank trees with a unlabeled branching
    top node

OBS-URL: https://build.opensuse.org/request/show/812413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=10
2020-06-08 22:02:35 +00:00
Tomáš Chvátal
360cef0bde OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=34 2020-06-08 06:38:52 +00:00
Tomáš Chvátal
21576a73b4 Accepting request 812178 from home:jayvdb:coala:python3-bears
- Update to v3.5
  * add support for Python 3.8
  * drop support for Python 2
  * create NLTK's own Tokenizer class distinct from the Treebank
    reference tokeniser
  * update Vader sentiment analyser
  * fix JSON serialization of some PoS taggers
  * minor improvements in grammar.CFG, Vader, pl196x corpus reader,
    StringTokenizer
  * change implementation <= and >= for FreqDist so they are partial
    orders
  * make FreqDist iterable
  * correctly handle Penn Treebank trees with a unlabeled branching
    top node

OBS-URL: https://build.opensuse.org/request/show/812178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=33
2020-06-08 06:38:34 +00:00
9986c73159 Accepting request 787913 from devel:languages:python
- Update to 3.4.5 (bsc#1146427, CVE-2019-14751):

OBS-URL: https://build.opensuse.org/request/show/787913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=9
2020-03-27 20:56:25 +00:00
0cbef86651 - Update to 3.4.5 (bsc#1146427, CVE-2019-14751):
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=31
2020-03-24 19:10:59 +00:00
d02bb87b69 Accepting request 784877 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/784877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=8
2020-03-16 09:18:08 +00:00
Tomáš Chvátal
4426117e58 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=29 2020-03-14 09:08:41 +00:00
Tomáš Chvátal
48fced8540 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=28
2020-03-14 09:07:33 +00:00
8545f96337 Accepting request 738364 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=7
2019-10-16 07:15:03 +00:00
4f2b44986e - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=26
2019-10-14 14:00:56 +00:00
Ludwig Nussel
414391dfee Accepting request 730102 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/730102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=6
2019-09-13 12:58:17 +00:00
Tomáš Chvátal
e749c61dd8 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=24
2019-09-11 11:07:28 +00:00
ff7bd2d78b Accepting request 717915 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/717915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=5
2019-07-23 20:41:54 +00:00
Tomáš Chvátal
36eb9aa41a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=22
2019-07-23 13:53:26 +00:00
e290ac2ac3 Accepting request 705020 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/705020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=4
2019-05-24 09:33:03 +00:00
Tomáš Chvátal
a514d91f8a Accepting request 705011 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/705011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=20
2019-05-23 13:19:13 +00:00
Stephan Kulow
fa63493fbb Accepting request 673240 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/673240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=3
2019-02-24 16:14:05 +00:00
Tomáš Chvátal
91f059ab7a Accepting request 673158 from home:jayvdb:coala
- Remove Python 3 dependency on singledispatch

OBS-URL: https://build.opensuse.org/request/show/673158
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=18
2019-02-11 08:14:51 +00:00
Tomáš Chvátal
7683c0c3ac Accepting request 673106 from home:jayvdb:nltk_data
- 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)

OBS-URL: https://build.opensuse.org/request/show/673106
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=17
2019-02-10 10:26:05 +00:00
Todd R
cf2e8c41af Accepting request 672086 from home:jayvdb:branches:devel:languages:python
- Add missing dependency six
- Remove unnecessary build dependency six
- Recommend all optional dependencies

OBS-URL: https://build.opensuse.org/request/show/672086
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=16
2019-02-08 16:57:42 +00:00
26ade36f6f Accepting request 603179 from devel:languages:python
- Trim redundant wording from description.

OBS-URL: https://build.opensuse.org/request/show/603179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=2
2018-05-04 09:29:27 +00:00
ce0f957cc4 Accepting request 583014 from devel:languages:python
NLTK -- the Natural Language Toolkit -- is a suite of open source Python modules, data sets and tutorials supporting research and development in Natural Language Processing.

OBS-URL: https://build.opensuse.org/request/show/583014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nltk?expand=0&rev=1
2018-03-07 09:35:19 +00:00
Tomáš Chvátal
0d250cb0b6 Accepting request 583689 from home:jengelh:branches:devel:languages:python
- Trim redundant wording from description.

OBS-URL: https://build.opensuse.org/request/show/583689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=13
2018-03-06 20:46:53 +00:00
Tomáš Chvátal
3e67708a01 Accepting request 582986 from home:badshah400:branches:devel:languages:python
- Use \%license instead of \%doc to install License.txt.

OBS-URL: https://build.opensuse.org/request/show/582986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=12
2018-03-05 15:31:28 +00:00
Tomáš Chvátal
c20e64f67e Accepting request 571333 from home:RZLourenco:branches:devel:languages:python
- Depend on the full python interpreter to fix sqlite3 import
  during %check

OBS-URL: https://build.opensuse.org/request/show/571333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=11
2018-01-31 11:40:02 +00:00