summaryrefslogtreecommitdiff
path: root/net/py-tweepy/files
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-07-15 08:23:24 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-07-15 08:23:24 +0000
commit831d5e1bd272d5ee2450cc5dbcfa6eec06b9c8fc (patch)
tree7e0367b34cf59cf6fe96877e9af6be4282a03d03 /net/py-tweepy/files
parentI removed PORTEPOCH by error in r444299: fix it. (diff)
net/py-tweepy: Update to 3.5.0
While I'm here, * Add TEST_DEPENDS and test target * Sort DISTVERSIONPREFIX (pet portlint) * Update test_requirements.txt patch Changelog: https://github.com/tweepy/tweepy/releases/tag/v3.5.0
Notes
Notes: svn path=/head/; revision=445856
Diffstat (limited to 'net/py-tweepy/files')
-rw-r--r--net/py-tweepy/files/patch-setup.py2
-rw-r--r--net/py-tweepy/files/patch-test__requirements.txt12
2 files changed, 8 insertions, 6 deletions
diff --git a/net/py-tweepy/files/patch-setup.py b/net/py-tweepy/files/patch-setup.py
index 6a7f90eda2c2..128ffbd70417 100644
--- a/net/py-tweepy/files/patch-setup.py
+++ b/net/py-tweepy/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig 2015-02-21 19:28:08 UTC
+--- setup.py.orig 2015-11-20 05:42:25 UTC
+++ setup.py
@@ -15,7 +15,10 @@ else:
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE,))
diff --git a/net/py-tweepy/files/patch-test__requirements.txt b/net/py-tweepy/files/patch-test__requirements.txt
index ffe0ff724815..454ca40be618 100644
--- a/net/py-tweepy/files/patch-test__requirements.txt
+++ b/net/py-tweepy/files/patch-test__requirements.txt
@@ -1,7 +1,9 @@
---- test_requirements.txt.orig 2015-07-05 15:09:04 UTC
+--- test_requirements.txt.orig 2015-11-20 05:42:25 UTC
+++ test_requirements.txt
-@@ -1,4 +1,3 @@
+@@ -1,4 +1,2 @@
-tox>=1.7.2
- vcrpy==1.1.2
- mock==1.0.1
- unittest2 # Comment this line out if using Python 3.
+-vcrpy==1.1.2
+-mock==1.0.1
+-unittest2 # Comment this line out if using Python 3.
++vcrpy>=1.1.2
++mock>=1.0.1