Required for the tootstream update that follows soon.  There's 1.4.6 but
tootstream requires 1.4.5.

No PLIST change, but py-magic is a new RDEP.  I've also added version
specs to dependencies to keep track of them.

Changelog is lengthy as we're skipping a few versions so please see
https://github.com/halcy/Mastodon.py/releases

Feedback? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-mastodon.py/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    12 Jul 2019 20:51:02 -0000      1.4
+++ Makefile    17 Aug 2019 18:27:16 -0000
@@ -2,10 +2,9 @@
 
 COMMENT =              python wrapper for the Mastodon API
 
-MODPY_EGG_VERSION =    1.3.1
+MODPY_EGG_VERSION =    1.4.5
 DISTNAME =             Mastodon.py-${MODPY_EGG_VERSION}
 PKGNAME =              py-mastodon.py-${MODPY_EGG_VERSION}
-REVISION =             0
 
 CATEGORIES =           www
 
@@ -26,12 +25,13 @@ FLAVOR ?=
 BUILD_DEPENDS =                devel/py-test-runner${MODPY_FLAVOR}
 
 RUN_DEPENDS =          devel/py-dateutil${MODPY_FLAVOR} \
-                       devel/py-decorator${MODPY_FLAVOR} \
+                       devel/py-decorator${MODPY_FLAVOR}>=4.0.0 \
+                       devel/py-magic${MODPY_FLAVOR} \
                        devel/py-six${MODPY_FLAVOR} \
                        devel/py-tz${MODPY_FLAVOR} \
-                       security/py-cryptography${MODPY_FLAVOR} \
-                       www/py-http_ece${MODPY_FLAVOR} \
-                       www/py-requests${MODPY_FLAVOR}
+                       security/py-cryptography${MODPY_FLAVOR}>=1.6.0 \
+                       www/py-http_ece${MODPY_FLAVOR}>=1.0.5 \
+                       www/py-requests${MODPY_FLAVOR}>=2.4.2
 
 # missing test dependencies test-vcr and vcrpy
 NO_TEST =              Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-mastodon.py/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    15 Nov 2018 12:14:05 -0000      1.1.1.1
+++ distinfo    17 Aug 2019 18:12:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (Mastodon.py-1.3.1.tar.gz) = 
PwAPNOJ0CpD9rdkj0afdEA3WLVaQbAJq5yXOQzAfMPY=
-SIZE (Mastodon.py-1.3.1.tar.gz) = 831977
+SHA256 (Mastodon.py-1.4.5.tar.gz) = 
JTK0dcNK78uRUMwOhFo4wqv9XhhWS4XXQuBaNdniSYg=
+SIZE (Mastodon.py-1.4.5.tar.gz) = 3564509

Reply via email to