pkgsrc-WIP-changes archive

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

toot: Update to 0.19.0



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Fri Jun 29 01:08:53 2018 +0100
Changeset:	6e7ddf49f3a8c9a01d63fa9c5584a5e9d927fbd6

Modified Files:
	toot/Makefile
	toot/distinfo

Log Message:
toot: Update to 0.19.0

* Add support for replying to a toot (#6)
* Add toot delete command for deleting a toot (#54)
* Add global --quiet flag to silence output (#46)
* Make toot login provide browser login, and toot login_cli log in
via console. This makes it clear what's the preferred option.
* Use Idempotency-Key header to prevent multiple toots being posted
if request is retried
* Fix a bug where all media would be marked as sensitive

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e7ddf49f3a8c9a01d63fa9c5584a5e9d927fbd6

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

diffstat:
 toot/Makefile | 2 +-
 toot/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/toot/Makefile b/toot/Makefile
index 56f92b25e2..8cf7c7719e 100644
--- a/toot/Makefile
+++ b/toot/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	toot-0.18.0
+DISTNAME=	toot-0.19.0
 CATEGORIES=	chat www
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/toot/}
 
diff --git a/toot/distinfo b/toot/distinfo
index 3739da5600..a591250728 100644
--- a/toot/distinfo
+++ b/toot/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (toot-0.18.0.tar.gz) = 16618b190434aff57734e74e7a72e18e44ff75ca
-RMD160 (toot-0.18.0.tar.gz) = 7e0c8ac8d7267f9e642c21e0c7c0d277b271b1ce
-SHA512 (toot-0.18.0.tar.gz) = bf67bad87ecf2b99842b12294be1e00b5b07df7d1e5f76566a0571c5a0af0d197c6ccd7b8bb4c606a0d0e6600df3d0bfd9339a9c36e8c707c2c7811bc6f8d080
-Size (toot-0.18.0.tar.gz) = 22295 bytes
+SHA1 (toot-0.19.0.tar.gz) = dc59d63f631a9c637d9405bd247cafc290f7d375
+RMD160 (toot-0.19.0.tar.gz) = b2131d1422f51a6c912618fc922dcdcffd93b608
+SHA512 (toot-0.19.0.tar.gz) = 69188df155d2f7d0e118bb2c34a0c641f6ad75357b9e52e5508bc728da3552986ac35ee73c34c06ae0bf8abf14faf876c0ea5944501662450db4128c9cc6eaa8
+Size (toot-0.19.0.tar.gz) = 21486 bytes


Home | Main Index | Thread Index | Old Index