From 24650ebf795eebf750b6f4084bb8a5fd2b7a1690 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Thu, 3 Sep 2020 21:35:10 +0000 Subject: [PATCH] Update to 0.18.0 re: --- sysutils/py-mqttwarn/Makefile | 2 +- sysutils/py-mqttwarn/distinfo | 6 +- sysutils/py-mqttwarn/files/patch-setup.py | 156 ---------------------- 3 files changed, 4 insertions(+), 160 deletions(-) delete mode 100644 sysutils/py-mqttwarn/files/patch-setup.py diff --git a/sysutils/py-mqttwarn/Makefile b/sysutils/py-mqttwarn/Makefile index 9a60b0b0289e..05f2eef89990 100644 --- a/sysutils/py-mqttwarn/Makefile +++ b/sysutils/py-mqttwarn/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mqttwarn -DISTVERSION= 0.16.2 +DISTVERSION= 0.18.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-mqttwarn/distinfo b/sysutils/py-mqttwarn/distinfo index 86130ad96825..0fdc31890a08 100644 --- a/sysutils/py-mqttwarn/distinfo +++ b/sysutils/py-mqttwarn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596829490 -SHA256 (mqttwarn-0.16.2.tar.gz) = d20914858f2f5d2363debf9fc229dda78f9191f42982cdc960de2e4f20bd8950 -SIZE (mqttwarn-0.16.2.tar.gz) = 106511 +TIMESTAMP = 1599168828 +SHA256 (mqttwarn-0.18.0.tar.gz) = 2b01a4be708a8a829b06e6b50bc1dbd1a42d3277f6596f179a4755060c25134f +SIZE (mqttwarn-0.18.0.tar.gz) = 107854 diff --git a/sysutils/py-mqttwarn/files/patch-setup.py b/sysutils/py-mqttwarn/files/patch-setup.py deleted file mode 100644 index 55abcb9d4a7e..000000000000 --- a/sysutils/py-mqttwarn/files/patch-setup.py +++ /dev/null @@ -1,156 +0,0 @@ -# Fix the versions according to what has been tested to work -# change == to >= ---- setup.py.orig 2020-08-11 14:49:15 UTC -+++ setup.py -@@ -7,112 +7,112 @@ here = os.path.abspath(os.path.dirname(__file__)) - README = open(os.path.join(here, 'README.rst')).read() - - requires = [ -- 'six==1.13.0', -- 'paho-mqtt==1.5.0', -- 'jinja2==2.10.3', -- 'attrs==19.3.0', -- 'docopt==0.6.2', -- 'requests==2.22.0', -- 'future==0.18.2', -- 'configparser==4.0.2', -+ 'six>=1.13.0', -+ 'paho-mqtt>=1.4.0', -+ 'jinja2>=2.10.1', -+ 'attrs>=19.3.0', -+ 'docopt>=0.6.2', -+ 'requests>=2.22.0', -+ 'future>=0.18.2', -+ 'configparser>=3.5.3', - ] - - extras = { - 'amqp': [ -- 'puka==0.0.7', -+ 'puka>=0.0.7', - ], - 'apns': [ -- 'apns==2.0.1', -+ 'apns>=2.0.1', - ], - 'apprise': [ -- 'apprise==0.8.5', -+ 'apprise>=0.8.5', - ], - 'asterisk': [ -- 'pyst2==0.5.0', -+ 'pyst2>=0.5.0', - ], - 'celery': [ - 'celery', - ], - 'dnsupdate': [ -- 'dnspython==1.15.0', -+ 'dnspython>=1.15.0', - ], - 'fbchat': [ -- 'fbchat==1.3.6', -+ 'fbchat>=1.3.6', - ], - 'gss': [ -- 'gdata==2.0.18', -+ 'gdata>=2.0.18', - ], - 'gss2': [ -- 'gspread==2.1.1', -- 'oauth2client==4.1.2', -- #'google-api-python-client==1.7.11', -+ 'gspread>=2.1.1', -+ 'oauth2client>=4.1.2', -+ #'google-api-python-client>=1.7.11', - ], - 'iothub': [ -- 'iothub-client==1.1.2.0', -+ 'iothub-client>=1.1.2.0', - ], - 'mysql': [ - 'mysql', - ], - 'nma': [ -- 'PyNMA==1.0', -+ 'PyNMA>=1.0', - ], - 'nsca': [ -- 'pynsca==1.6', -+ 'pynsca>=1.6', - ], - 'osxnotify': [ -- 'pync==1.6.1', -+ 'pync>=1.6.1', - ], - 'pastebinpub': [ -- 'Pastebin==1.1.2', -+ 'Pastebin>=1.1.2', - ], - 'postgres': [ -- 'psycopg2==2.7.4', -+ 'psycopg2>=2.7.4', - ], - 'prowl': [ - 'prowlpy>=0.52', - ], - 'pushbullet': [ -- 'PushbulletPythonLibrary==2.3', -+ 'PushbulletPythonLibrary>=2.3', - ], - 'redispub': [ -- 'redis==2.10.6', -+ 'redis>=2.10.6', - ], - 'rrdtool': [ -- 'rrdtool==0.1.12', -+ 'rrdtool>=0.1.12', - ], - 'serial': [ -- 'pyserial==3.4', -+ 'pyserial>=3.4', - ], - 'slack': [ -- 'slacker==0.9.65', -+ 'slacker>=0.9.65', - ], - 'ssh': [ -- 'paramiko==2.4.1', -+ 'paramiko>=2.4.1', - ], - 'tootpaste': [ -- 'Mastodon.py==1.2.2', -+ 'Mastodon.py>=1.2.2', - ], - 'twilio': [ -- 'twilio==6.11.0', -+ 'twilio>=6.11.0', - ], - 'twitter': [ -- 'python-twitter==3.4.1', -+ 'python-twitter>=3.4.1', - ], - 'websocket': [ -- 'websocket-client==0.47.0', -+ 'websocket-client>=0.47.0', - ], - 'xively': [ - 'xively-python', - ], - 'xmpp': [ -- 'xmpppy==0.6.1', -- 'dnspython==1.16.0', -+ 'xmpppy>=0.6.1', -+ 'dnspython>=1.16.0', - ], - 'test': [ -- 'pytest==4.6.7', -- 'pytest-cov==2.8.1', -+ 'pytest>=4.6.7', -+ 'pytest-cov>=2.8.1', - 'lovely.testlayers>=0.7.1', -- 'tox==3.14.2', -+ 'tox>=3.14.2', - ], - } -