Tue Mar 14 19:28:31 2017 UTC ()
3.4.0 (2016-30-04)
++++++++++++++++++
- Added `upload_video` endpoint
- Fix quoted status checks in `html_for_tweet`
- Fix `html_for_tweet` method response when hashtag/mention is a substring of another


(adam)
diff -r1.3 -r1.4 pkgsrc/net/py-twython/Makefile
diff -r1.1 -r1.2 pkgsrc/net/py-twython/PLIST
diff -r1.2 -r1.3 pkgsrc/net/py-twython/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/net/py-twython/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-twython/Makefile 2016/06/08 17:43:37 1.3
+++ pkgsrc/net/py-twython/Makefile 2017/03/14 19:28:31 1.4
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2017/03/14 19:28:31 adam Exp $
2 2
3DISTNAME= twython-3.1.2 3DISTNAME= twython-3.4.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_PYPI:=t/twython/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/twython/}
8 7
9MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
10HOMEPAGE= https://github.com/ryanmcgrath/twython 9HOMEPAGE= https://github.com/ryanmcgrath/twython
11COMMENT= Python wrapper for the Twitter API 10COMMENT= Python wrapper for the Twitter API
12LICENSE= mit 11LICENSE= mit
13 12
14USE_LANGUAGES= # none 13USE_LANGUAGES= # none
15 14
16DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib 15DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
17 16
18.include "../../lang/python/distutils.mk" 17.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/net/py-twython/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-twython/PLIST 2014/05/08 14:41:49 1.1
+++ pkgsrc/net/py-twython/PLIST 2017/03/14 19:28:31 1.2
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1@comment $NetBSD: PLIST,v 1.1 2014/05/08 14:41:49 imil Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/03/14 19:28:31 adam Exp $
2${PYSITELIB}/${EGG_FILE}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_FILE}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_FILE}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_FILE}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_FILE}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/twython/__init__.py 7${PYSITELIB}/twython/__init__.py
8${PYSITELIB}/twython/__init__.pyc 8${PYSITELIB}/twython/__init__.pyc
9${PYSITELIB}/twython/__init__.pyo 9${PYSITELIB}/twython/__init__.pyo
 10${PYSITELIB}/twython/advisory.py
10${PYSITELIB}/twython/advisory.pyc 11${PYSITELIB}/twython/advisory.pyc
11${PYSITELIB}/twython/advisory.pyo 12${PYSITELIB}/twython/advisory.pyo
 13${PYSITELIB}/twython/api.py
12${PYSITELIB}/twython/api.pyc 14${PYSITELIB}/twython/api.pyc
13${PYSITELIB}/twython/api.pyo 15${PYSITELIB}/twython/api.pyo
 16${PYSITELIB}/twython/compat.py
14${PYSITELIB}/twython/compat.pyc 17${PYSITELIB}/twython/compat.pyc
15${PYSITELIB}/twython/compat.pyo 18${PYSITELIB}/twython/compat.pyo
 19${PYSITELIB}/twython/endpoints.py
16${PYSITELIB}/twython/endpoints.pyc 20${PYSITELIB}/twython/endpoints.pyc
17${PYSITELIB}/twython/endpoints.pyo 21${PYSITELIB}/twython/endpoints.pyo
 22${PYSITELIB}/twython/exceptions.py
18${PYSITELIB}/twython/exceptions.pyc 23${PYSITELIB}/twython/exceptions.pyc
19${PYSITELIB}/twython/exceptions.pyo 24${PYSITELIB}/twython/exceptions.pyo
 25${PYSITELIB}/twython/helpers.py
20${PYSITELIB}/twython/helpers.pyc 26${PYSITELIB}/twython/helpers.pyc
21${PYSITELIB}/twython/helpers.pyo 27${PYSITELIB}/twython/helpers.pyo
22${PYSITELIB}/twython/advisory.py 
23${PYSITELIB}/twython/api.py 
24${PYSITELIB}/twython/compat.py 
25${PYSITELIB}/twython/endpoints.py 
26${PYSITELIB}/twython/exceptions.py 
27${PYSITELIB}/twython/helpers.py 
28${PYSITELIB}/twython/streaming/__init__.py 28${PYSITELIB}/twython/streaming/__init__.py
29${PYSITELIB}/twython/streaming/__init__.pyc 29${PYSITELIB}/twython/streaming/__init__.pyc
30${PYSITELIB}/twython/streaming/__init__.pyo 30${PYSITELIB}/twython/streaming/__init__.pyo
 31${PYSITELIB}/twython/streaming/api.py
31${PYSITELIB}/twython/streaming/api.pyc 32${PYSITELIB}/twython/streaming/api.pyc
32${PYSITELIB}/twython/streaming/api.pyo 33${PYSITELIB}/twython/streaming/api.pyo
 34${PYSITELIB}/twython/streaming/types.py
33${PYSITELIB}/twython/streaming/types.pyc 35${PYSITELIB}/twython/streaming/types.pyc
34${PYSITELIB}/twython/streaming/types.pyo 36${PYSITELIB}/twython/streaming/types.pyo
35${PYSITELIB}/twython/streaming/api.py 
36${PYSITELIB}/twython/streaming/types.py 

cvs diff -r1.2 -r1.3 pkgsrc/net/py-twython/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-twython/distinfo 2015/11/04 00:35:32 1.2
+++ pkgsrc/net/py-twython/distinfo 2017/03/14 19:28:31 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 00:35:32 agc Exp $ 1$NetBSD: distinfo,v 1.3 2017/03/14 19:28:31 adam Exp $
2 2
3SHA1 (twython-3.1.2.tar.gz) = 512b5aa9b94ee44b513dbb45d173306873dec3e3 3SHA1 (twython-3.4.0.tar.gz) = b88715d4c6b33d3144c3b5b960a5a1b21cdb140c
4RMD160 (twython-3.1.2.tar.gz) = 91ebdb68b72dc55241838e516df130bf590ec314 4RMD160 (twython-3.4.0.tar.gz) = f44e0b1ce1b9b2a77fe8672f2bed394e6dfc601d
5SHA512 (twython-3.1.2.tar.gz) = feb16a7b13596667fdcddbd37b06202d40673874b9c2ce7bd8725cf87386bca995acbe7b0d095ce64139b08b0b84dcf08b071e257f0ef5efe8de79e1276b9081 5SHA512 (twython-3.4.0.tar.gz) = 2b16a518cf65854d4801beef9ef36f3bc6948a7602fb20f285c0fb58d04c55c46ad463a62bfeec6aaa5595d87aeff31108bc65ef08678f4bc151433ab5febf13
6Size (twython-3.1.2.tar.gz) = 32510 bytes 6Size (twython-3.4.0.tar.gz) = 35083 bytes