Wed Mar 25 11:30:48 2020 UTC ()
py-xdg: Update to 0.26

PyXDG 0.26; February 2018

    The primary source of release files is now PyXDG on PyPI
    IconTheme: Add support for Scale and ScaledDirectories keys.
    DesktopEntry: New method findTryExec()
    Menu: More efficient processing of filter rules by building a Python AST
    Mime: Prefer the first mimetype found for a file extension, instead of the last
    Mime: Allow unknown magic-matching rule formats
    Mime: GlobDB has new methods first_match and all_matches for matching paths
    Mime: New function get_extensions to get extensions for a given mime type
    Mime: Fix MagicDB.match_data crashing with an unknown 'possible' mimetype
    Mime: Correctly handle __NOMAGIC__ rule removing previous magic matches
    Menu: XML parsing reworked
    BaseDirectory: More secure creation of a fallback runtime directory with get_runtime_dir(strict=False)
    Various miscellaneous improvements to testing.


(nia)
diff -r1.6 -r1.7 pkgsrc/devel/py-xdg/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-xdg/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-xdg/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-xdg/Makefile 2020/01/18 23:30:39 1.6
+++ pkgsrc/devel/py-xdg/Makefile 2020/03/25 11:30:48 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:39 rillig Exp $ 1# $NetBSD: Makefile,v 1.7 2020/03/25 11:30:48 nia Exp $
2 2
3DISTNAME= pyxdg-0.25 3DISTNAME= pyxdg-0.26
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= http://people.freedesktop.org/~takluyver/ 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyxdg/}
7 7
8MAINTAINER= snj@NetBSD.org 8MAINTAINER= snj@NetBSD.org
9HOMEPAGE= https://freedesktop.org/wiki/Software/pyxdg 9HOMEPAGE= https://freedesktop.org/wiki/Software/pyxdg
10COMMENT= Python library for XDG 10COMMENT= Python library for XDG
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13.include "../../lang/python/distutils.mk" 13.include "../../lang/python/distutils.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-xdg/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-xdg/distinfo 2015/11/03 03:29:17 1.4
+++ pkgsrc/devel/py-xdg/distinfo 2020/03/25 11:30:48 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 03:29:17 agc Exp $ 1$NetBSD: distinfo,v 1.5 2020/03/25 11:30:48 nia Exp $
2 2
3SHA1 (pyxdg-0.25.tar.gz) = 1272ee62b8c3909ac4844a34a95f8b1fb3398af2 3SHA1 (pyxdg-0.26.tar.gz) = 904b336596167b8e4a829d77ec4107d5d2e200a6
4RMD160 (pyxdg-0.25.tar.gz) = 923a2ff32d729bf01e34cf518842817011f3014a 4RMD160 (pyxdg-0.26.tar.gz) = be6da6e5f7552c41c8590e59bf6deca95948a510
5SHA512 (pyxdg-0.25.tar.gz) = 86cbf3a54fb8e79043db60dcdbb3fb10013ae25a900fa3592edc8a24bf3f440c19bc04626c7906293c785fcb56eab9d87d209b723b5baa872376ba1eb86758b6 5SHA512 (pyxdg-0.26.tar.gz) = f5306e6e15af07df2599017500fc8ad83e722e5d5c6e4fda014aab1d77df92a3c3199a5be7a889faaecab72861e9910be9d80142d29856eb7a11f6ab9a923bd2
6Size (pyxdg-0.25.tar.gz) = 48935 bytes 6Size (pyxdg-0.26.tar.gz) = 57879 bytes