pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-twython py-twython: updated to 3.7.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a85c896385a
branches: trunk
changeset: 329381:9a85c896385a
user: adam <adam%pkgsrc.org@localhost>
date: Wed Feb 06 11:21:52 2019 +0000
description:
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:
net/py-twython/Makefile | 11 ++++++-----
net/py-twython/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 10 deletions(-)
diffs (43 lines):
diff -r 15ccb6c483d9 -r 9a85c896385a net/py-twython/Makefile
--- a/net/py-twython/Makefile Wed Feb 06 11:20:45 2019 +0000
+++ b/net/py-twython/Makefile Wed Feb 06 11:21:52 2019 +0000
@@ -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@localhost
@@ -10,9 +10,10 @@
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
-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 -r 15ccb6c483d9 -r 9a85c896385a net/py-twython/distinfo
--- a/net/py-twython/distinfo Wed Feb 06 11:20:45 2019 +0000
+++ b/net/py-twython/distinfo Wed Feb 06 11:21:52 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index