Skip to content

Commit

Permalink
py-Send2Trash: update to 1.5.0.
Browse files Browse the repository at this point in the history
Version 1.5.0 -- 2018/02/16
---------------------------

* More specific error when failing to create XDG fallback trash directory (#20)
* Windows: Workaround for long paths (#23)
  • Loading branch information
0-wiz-0 committed Feb 25, 2018
1 parent 4d54e11 commit 962e5cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sysutils/py-Send2Trash/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2017/12/14 21:46:57 adam Exp $
# $NetBSD: Makefile,v 1.3 2018/02/25 21:10:03 wiz Exp $

DISTNAME= Send2Trash-1.4.2
DISTNAME= Send2Trash-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/Send2Trash/}
Expand Down
5 changes: 4 additions & 1 deletion sysutils/py-Send2Trash/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2017/09/26 11:21:27 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2018/02/25 21:10:03 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand All @@ -9,6 +9,9 @@ ${PYSITELIB}/send2trash/__init__.pyo
${PYSITELIB}/send2trash/compat.py
${PYSITELIB}/send2trash/compat.pyc
${PYSITELIB}/send2trash/compat.pyo
${PYSITELIB}/send2trash/exceptions.py
${PYSITELIB}/send2trash/exceptions.pyc
${PYSITELIB}/send2trash/exceptions.pyo
${PYSITELIB}/send2trash/plat_gio.py
${PYSITELIB}/send2trash/plat_gio.pyc
${PYSITELIB}/send2trash/plat_gio.pyo
Expand Down
10 changes: 5 additions & 5 deletions sysutils/py-Send2Trash/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2017/12/14 21:46:57 adam Exp $
$NetBSD: distinfo,v 1.3 2018/02/25 21:10:03 wiz Exp $

SHA1 (Send2Trash-1.4.2.tar.gz) = 34a01a1b0c25180e8f04c476f2a7cdaaf46e52ae
RMD160 (Send2Trash-1.4.2.tar.gz) = 71f4146edf795db861a3b3d3e22e19101b060695
SHA512 (Send2Trash-1.4.2.tar.gz) = 6f9eb835a3a55b892dd14a07a685b8f13f3fea482e2b61f66b92652eeb1e7adcbcf0873d087419f15acbb5fbc1d7cc275b0f2872146b21c7f23064df58418aae
Size (Send2Trash-1.4.2.tar.gz) = 6453 bytes
SHA1 (Send2Trash-1.5.0.tar.gz) = b2ce3725b3853a3ea72f1cbce894fa0a555bbd79
RMD160 (Send2Trash-1.5.0.tar.gz) = c21f068e3dc39fbccd5b0e636780257ae5a0205d
SHA512 (Send2Trash-1.5.0.tar.gz) = 3c08ef513e5707cd4ac82290b326bb19161222c7a84b8ffd494789ba9858929241f55ea55482947af464c14e32fea27bd92cd762a32a1d55e2daf2e21fd63172
Size (Send2Trash-1.5.0.tar.gz) = 10892 bytes

0 comments on commit 962e5cd

Please sign in to comment.