Sent patch to allow other 1.4.x releases of mastodon.py upstream,

but forgot to patch it in-tree.

Pointed out by Florian Viehweger
This commit is contained in:
kmos 2019-12-15 17:09:52 +00:00
parent 55c939f2b4
commit 83518df9d1
2 changed files with 16 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2019/09/09 21:36:14 kmos Exp $
# $OpenBSD: Makefile,v 1.6 2019/12/15 17:09:52 kmos Exp $
COMMENT = CLI for interacting with Mastodon/fediverse instances
MODPY_EGG_VERSION = 0.3.7
DISTNAME = tootstream-${MODPY_EGG_VERSION}
REVISION = 0
REVISION = 1
CATEGORIES = www

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-requirements_txt,v 1.1 2019/12/15 17:09:52 kmos Exp $
Fix for other 1.4.x releases
Index: requirements.txt
--- requirements.txt.orig
+++ requirements.txt
@@ -1,5 +1,5 @@
click>=6.7
-Mastodon.py==1.4.5
+Mastodon.py>=1.4.5
colored>=1.3.93
humanize>=0.5.1
emoji>=0.4.5