pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-textblob: Update wip/py-textblob to 0.13.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Nov 5 16:50:46 2017 +0100
Changeset:	34905ca8d17944479adc40e89f5c6e43443f4bd7

Modified Files:
	py-textblob/Makefile
	py-textblob/PLIST
	py-textblob/distinfo

Log Message:
py-textblob: Update wip/py-textblob to 0.13.0

Changes:
0.13.0 (2017-08-15)
-------------------
Features:
 - Performance improvements to `NaiveBayesClassifier` (:issue:`63`, :issue:`77`,
   :issue:`123`). Thanks :user:`jcalbert` for the PR.

0.12.0 (2017-02-27)
-------------------
Features:
 - Add `Word.stem` and `WordList.stem` methods (:issue:`145`). Thanks
   :user:`nitkul`.

Bug fixes:
 - Fix translation and language detection (:issue:`137`). Thanks
   :user:`EpicJhon` for the fix.

Changes:
 - *Backwards-incompatible*: Remove Python 2.6 and 3.3 support.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=34905ca8d17944479adc40e89f5c6e43443f4bd7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-textblob/Makefile | 2 +-
 py-textblob/PLIST    | 3 ---
 py-textblob/distinfo | 8 ++++----
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-textblob/Makefile b/py-textblob/Makefile
index 454a5a11b5..88baed1363 100644
--- a/py-textblob/Makefile
+++ b/py-textblob/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	textblob-0.11.1
+DISTNAME=	textblob-0.13.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/textblob/}
diff --git a/py-textblob/PLIST b/py-textblob/PLIST
index c5d6cb2913..a4ba3c0e35 100644
--- a/py-textblob/PLIST
+++ b/py-textblob/PLIST
@@ -68,9 +68,6 @@ ${PYSITELIB}/textblob/mixins.pyo
 ${PYSITELIB}/textblob/np_extractors.py
 ${PYSITELIB}/textblob/np_extractors.pyc
 ${PYSITELIB}/textblob/np_extractors.pyo
-${PYSITELIB}/textblob/ordereddict.py
-${PYSITELIB}/textblob/ordereddict.pyc
-${PYSITELIB}/textblob/ordereddict.pyo
 ${PYSITELIB}/textblob/parsers.py
 ${PYSITELIB}/textblob/parsers.pyc
 ${PYSITELIB}/textblob/parsers.pyo
diff --git a/py-textblob/distinfo b/py-textblob/distinfo
index 6dcab9d735..4c50dbab4e 100644
--- a/py-textblob/distinfo
+++ b/py-textblob/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (textblob-0.11.1.tar.gz) = bc934ec5e6bfef4a629ec7ce6a432279078d7deb
-RMD160 (textblob-0.11.1.tar.gz) = 4617e6a6d5fc6c480711269d91a9605ff12a6770
-SHA512 (textblob-0.11.1.tar.gz) = ff2e451a91804aaf399e3b5117b9d103348d8109f55e13c9eede9dfbcc876c216214c821d7466a0c9c41bdc677616de834120dde07804159107877e3dc5a4285
-Size (textblob-0.11.1.tar.gz) = 633499 bytes
+SHA1 (textblob-0.13.0.tar.gz) = 6c790316ce46f86ad988cbe796cec3fd5d0d0d78
+RMD160 (textblob-0.13.0.tar.gz) = 880b80d868cd9feb2270d06871fd2a29607b9a3c
+SHA512 (textblob-0.13.0.tar.gz) = fabc5418712fade5adfd254f292128a478a95424a89e638247fc0b1282bb7550d1fd30d00ddde99c6dded7710b58e9b916567a578da0e3dbc061cb0bf42c2613
+Size (textblob-0.13.0.tar.gz) = 630741 bytes


Home | Main Index | Thread Index | Old Index