pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/py-mastodon



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Aug 21 17:31:21 UTC 2018

Modified Files:
        pkgsrc/chat/py-mastodon: Makefile distinfo
Removed Files:
        pkgsrc/chat/py-mastodon/patches: patch-mastodon_Mastodon.py

Log Message:
py-mastodon: Update to version 1.3.0.

Changes:

Several small bug fixes (Thanks goldensuneur, bowlercaptain, joyeusenoelle)
Improved stream error handling (Thanks codl)
Improvements to streaming:
    Added on_abort() handler to streams
    Added automatic reconnecting
    POTENTIALLY BREAKING CHANGE: Added better error catching to make sure
    streaming functions do not just crash
Mastodon v2.3 compatibility (sorry for the late release)
    only_media parameter in timeline functions
    focus support for media_upload()
    Added media_update()
Mastodon v2.4 compatibility
    Added fields to account_update_credentials()
    WebPush support:
        Added push_subscription(), push_subscription_set(), push_subscription_update(),
        push_subscription_delete()
        Added webpush crypto utilities: push_subscription_generate_keys(),
        push_subscription_decrypt_push()
Added support for pinned toots, an oversight from 2.1.0: status_pin(), status_unpin()
POTENTIALLY BREAKING CHANGE: Changed pagination attributes to not be part of the dict keys
of paginated return values.
Many internal improvements, more tests


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/py-mastodon/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-mastodon/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/chat/py-mastodon/patches/patch-mastodon_Mastodon.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/py-mastodon/Makefile
diff -u pkgsrc/chat/py-mastodon/Makefile:1.5 pkgsrc/chat/py-mastodon/Makefile:1.6
--- pkgsrc/chat/py-mastodon/Makefile:1.5        Tue Jul 31 16:14:29 2018
+++ pkgsrc/chat/py-mastodon/Makefile    Tue Aug 21 17:31:21 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/07/31 16:14:29 nia Exp $
+# $NetBSD: Makefile,v 1.6 2018/08/21 17:31:21 nia Exp $
 
-VERSION=       1.2.2
+VERSION=       1.3.0
 DISTNAME=      Mastodon.py-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-mastodon-${VERSION}
 CATEGORIES=    chat www python
@@ -16,10 +16,12 @@ USE_LANGUAGES=      # none
 
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
+DEPENDS+=      ${PYPKGPREFIX}-http_ece-[0-9]*:../../www/py-http_ece
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2

Index: pkgsrc/chat/py-mastodon/distinfo
diff -u pkgsrc/chat/py-mastodon/distinfo:1.3 pkgsrc/chat/py-mastodon/distinfo:1.4
--- pkgsrc/chat/py-mastodon/distinfo:1.3        Tue Jul 31 21:14:33 2018
+++ pkgsrc/chat/py-mastodon/distinfo    Tue Aug 21 17:31:21 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/07/31 21:14:33 nia Exp $
+$NetBSD: distinfo,v 1.4 2018/08/21 17:31:21 nia Exp $
 
-SHA1 (Mastodon.py-1.2.2.tar.gz) = 1589bf3c18e1ae765cd8312a4cb53164d4447d08
-RMD160 (Mastodon.py-1.2.2.tar.gz) = 282216a8179a1f019432943d5039105fc6fa3fd7
-SHA512 (Mastodon.py-1.2.2.tar.gz) = 4e82fec7a53c36a14f27a238ac97a2f71cdfbb10671013d60f3083456209c2916f7a1e22015d33238c017a9f81c46e4703477076d5974cb86816af048b5c5ecf
-Size (Mastodon.py-1.2.2.tar.gz) = 19793 bytes
-SHA1 (patch-mastodon_Mastodon.py) = 31f291e7a96daddd0f06f8b3d8add3508b74de73
+SHA1 (Mastodon.py-1.3.0.tar.gz) = c8a65ed8d6f9a3e2d83c44373c164e737d1ead1a
+RMD160 (Mastodon.py-1.3.0.tar.gz) = a297b75c15619a5f5b72a3ca5f839ecc345016bb
+SHA512 (Mastodon.py-1.3.0.tar.gz) = 67a31e0673d016a65b9d8f37e471efcaf70417159b32bf2985bae4da1da3bb7058535b59cd16089c94d2e7d44069cba9c234244bcd53118535dc0ec03b4d504c
+Size (Mastodon.py-1.3.0.tar.gz) = 816693 bytes



Home | Main Index | Thread Index | Old Index