pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twython



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb  6 11:21:52 UTC 2019

Modified Files:
        pkgsrc/net/py-twython: Makefile distinfo

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-twython/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-twython/distinfo

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

Modified files:

Index: pkgsrc/net/py-twython/Makefile
diff -u pkgsrc/net/py-twython/Makefile:1.4 pkgsrc/net/py-twython/Makefile:1.5
--- pkgsrc/net/py-twython/Makefile:1.4  Tue Mar 14 19:28:31 2017
+++ pkgsrc/net/py-twython/Makefile      Wed Feb  6 11:21:52 2019
@@ -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 @@ HOMEPAGE=    https://github.com/ryanmcgrath
 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"

Index: pkgsrc/net/py-twython/distinfo
diff -u pkgsrc/net/py-twython/distinfo:1.3 pkgsrc/net/py-twython/distinfo:1.4
--- pkgsrc/net/py-twython/distinfo:1.3  Tue Mar 14 19:28:31 2017
+++ pkgsrc/net/py-twython/distinfo      Wed Feb  6 11:21:52 2019
@@ -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