pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-tweepy py-tweepy: update to 3.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0406549bc3b4
branches:  trunk
changeset: 370290:0406549bc3b4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 14 10:23:01 2017 +0000

description:
py-tweepy: update to 3.5.0

3.5.0

Features / Improvements
* Allow 'full_text' param when getting direct messages
* Explicitly return api code when parsing error
* Remove deprecated function and clean up codes

Bug Fixes
* update_status: first positional argument should be 'status'
* Fix "TypeError: Can't convert 'bytes' object to str implicitly"
* Fix duplicate raise in auth.py

diffstat:

 net/py-tweepy/Makefile |  14 +++++++++-----
 net/py-tweepy/PLIST    |  16 +++++++---------
 net/py-tweepy/distinfo |  10 +++++-----
 3 files changed, 21 insertions(+), 19 deletions(-)

diffs (81 lines):

diff -r 24ba4d0c608e -r 0406549bc3b4 net/py-tweepy/Makefile
--- a/net/py-tweepy/Makefile    Sat Oct 14 10:20:33 2017 +0000
+++ b/net/py-tweepy/Makefile    Sat Oct 14 10:23:01 2017 +0000
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/10/14 10:23:01 adam Exp $
 
-DISTNAME=      tweepy-2.3.0
+DISTNAME=      tweepy-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tweepy/}
 
 MAINTAINER=    riz%NetBSD.org@localhost
-HOMEPAGE=      http://www.tweepy.org/
-COMMENT=       A basic Python API for Twitter
+HOMEPAGE=      https://github.com/tweepy/tweepy
+COMMENT=       Basic Python API for Twitter
 LICENSE=       mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.3:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib>=0.4.1:../../security/py-requests-oauthlib
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.7.3:../../lang/py-six
+
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 24ba4d0c608e -r 0406549bc3b4 net/py-tweepy/PLIST
--- a/net/py-tweepy/PLIST       Sat Oct 14 10:20:33 2017 +0000
+++ b/net/py-tweepy/PLIST       Sat Oct 14 10:23:01 2017 +0000
@@ -1,4 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/13 20:11:17 riz Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/14 10:23:01 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
 ${PYSITELIB}/examples/__init__.py
 ${PYSITELIB}/examples/__init__.pyc
 ${PYSITELIB}/examples/__init__.pyo
@@ -8,11 +14,6 @@
 ${PYSITELIB}/examples/streaming.py
 ${PYSITELIB}/examples/streaming.pyc
 ${PYSITELIB}/examples/streaming.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
 ${PYSITELIB}/tweepy/__init__.py
 ${PYSITELIB}/tweepy/__init__.pyc
 ${PYSITELIB}/tweepy/__init__.pyo
@@ -37,9 +38,6 @@
 ${PYSITELIB}/tweepy/models.py
 ${PYSITELIB}/tweepy/models.pyc
 ${PYSITELIB}/tweepy/models.pyo
-${PYSITELIB}/tweepy/oauth.py
-${PYSITELIB}/tweepy/oauth.pyc
-${PYSITELIB}/tweepy/oauth.pyo
 ${PYSITELIB}/tweepy/parsers.py
 ${PYSITELIB}/tweepy/parsers.pyc
 ${PYSITELIB}/tweepy/parsers.pyo
diff -r 24ba4d0c608e -r 0406549bc3b4 net/py-tweepy/distinfo
--- a/net/py-tweepy/distinfo    Sat Oct 14 10:20:33 2017 +0000
+++ b/net/py-tweepy/distinfo    Sat Oct 14 10:23:01 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 00:35:32 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/10/14 10:23:01 adam Exp $
 
-SHA1 (tweepy-2.3.0.tar.gz) = 104dd4beac140296297587164eb7fc7f09db8312
-RMD160 (tweepy-2.3.0.tar.gz) = 80c734fd19768bac1ec7e8de26759ab22c21e2ba
-SHA512 (tweepy-2.3.0.tar.gz) = ed8f80cb291d65fc84dbb048e08bfe616cc4a3562efdf0fc0c0eb083478fcfa742d7b110044ec4c752a1ea9c065bec0e836590528eb2eae9656351a6e0637474
-Size (tweepy-2.3.0.tar.gz) = 25273 bytes
+SHA1 (tweepy-3.5.0.tar.gz) = 572ab73540ac6aadd19c125dfaa3208c661ca65d
+RMD160 (tweepy-3.5.0.tar.gz) = 96db56b0233e8ec01b57e2d28b1176b6f42c328c
+SHA512 (tweepy-3.5.0.tar.gz) = cf87f0b7dea0ca444c17a3fdb9c2ebef814683c110511876c1997630b3202393276d3dd2de3b37fc21eb7a15382d22cc886109bda5a11b3d06a08081704c8c2a
+Size (tweepy-3.5.0.tar.gz) = 24348 bytes



Home | Main Index | Thread Index | Old Index