diff options
author | adam <adam@pkgsrc.org> | 2019-02-06 11:21:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-02-06 11:21:52 +0000 |
commit | 62316f7450784aeec2e3a294c528998a9b842603 (patch) | |
tree | 22eb77014bf03b27c4123bb07e0da9a51ad0cd34 /net/py-twython | |
parent | 661833647d3bbd0adf6ebb0c0a3dcf04babb2750 (diff) | |
download | pkgsrc-62316f7450784aeec2e3a294c528998a9b842603.tar.gz |
py-twython: updated to 3.7.0
3.7.0:
- Fixes for cursoring API endpoints
- Improve html_for_tweet() parsing
- Documentation cleanup
- Documentation for cursor's return_pages keyword argument
- Update links to Twitter API in documentation
- Added create_metadata endpoint
- Raise error for when cursor is not provided a callable
3.6.0:
- Improve replacing of entities with links in html_for_tweet()
- Update classifiers for PyPI
3.5.0:
- Added support for "symbols" in Twython.html_for_tweet()
- Added support for extended tweets in Twython.html_for_tweet()
- You can now check progress of video uploads to Twitter when using Twython.upload_video()
Diffstat (limited to 'net/py-twython')
-rw-r--r-- | net/py-twython/Makefile | 11 | ||||
-rw-r--r-- | net/py-twython/distinfo | 10 |
2 files changed, 11 insertions, 10 deletions
diff --git a/net/py-twython/Makefile b/net/py-twython/Makefile index f7f7427d177..717f6280e7a 100644 --- a/net/py-twython/Makefile +++ b/net/py-twython/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2017/03/14 19:28:31 adam Exp $ +# $NetBSD: Makefile,v 1.5 2019/02/06 11:21:52 adam Exp $ -DISTNAME= twython-3.4.0 +DISTNAME= twython-3.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= net +CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=t/twython/} MAINTAINER= imil@NetBSD.org @@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/ryanmcgrath/twython COMMENT= Python wrapper for the Twitter API LICENSE= mit -USE_LANGUAGES= # none - +DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib +USE_LANGUAGES= # none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-twython/distinfo b/net/py-twython/distinfo index b7ad60ff44e..574513f067d 100644 --- a/net/py-twython/distinfo +++ b/net/py-twython/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/03/14 19:28:31 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/02/06 11:21:52 adam Exp $ -SHA1 (twython-3.4.0.tar.gz) = b88715d4c6b33d3144c3b5b960a5a1b21cdb140c -RMD160 (twython-3.4.0.tar.gz) = f44e0b1ce1b9b2a77fe8672f2bed394e6dfc601d -SHA512 (twython-3.4.0.tar.gz) = 2b16a518cf65854d4801beef9ef36f3bc6948a7602fb20f285c0fb58d04c55c46ad463a62bfeec6aaa5595d87aeff31108bc65ef08678f4bc151433ab5febf13 -Size (twython-3.4.0.tar.gz) = 35083 bytes +SHA1 (twython-3.7.0.tar.gz) = 0b250698dd0817f3b036742d11cb303e74f9e63e +RMD160 (twython-3.7.0.tar.gz) = ad5a029dc45993d40112680712025991aefb8e05 +SHA512 (twython-3.7.0.tar.gz) = d05c3a7a90ef4047aa25be4e0915dacb57eff42889ef318fd8e3239a981eb1e507164ae272b54794a0a334df14aa0e9662f7e93d88c7c7c2818aafbc3aac9f6a +Size (twython-3.7.0.tar.gz) = 38623 bytes |