From 9953f5b0e2261088f16481ed23487ab1af068d74 Mon Sep 17 00:00:00 2001 From: Franck STAUFFER Date: Sun, 13 Dec 2020 10:42:56 +0100 Subject: [PATCH] Update to 0.17.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- python-pystray.changelog | 7 +++++++ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c89d33a..93b521b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pystray pkgdesc = Allows to create a system tray icon - pkgver = 0.17.1 - pkgrel = 2 + pkgver = 0.17.2 + pkgrel = 1 url = https://github.com/moses-palmer/pystray changelog = python-pystray.changelog arch = any @@ -14,8 +14,8 @@ pkgbase = python-pystray depends = python-pillow depends = python-xlib>=0.17 depends = libappindicator-gtk3 - source = python-pystray-0.17.1.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.1.tar.gz - sha512sums = ca56fe3ea0588fcd1d3829e18344b856e9031d4531bafa66349056f858fb94a112579b9114d7fa9406dc9f9424ae298bee9825cba1af7014a173c63d0590c8e1 + source = python-pystray-0.17.2.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.2.tar.gz + sha512sums = d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435 pkgname = python-pystray diff --git a/PKGBUILD b/PKGBUILD index 86df2ba..b5088ad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Julien Nicoulaud pkgname="python-pystray" -pkgver=0.17.1 -pkgrel=2 +pkgver=0.17.2 +pkgrel=1 arch=('any') license=('GPL3') pkgdesc="Allows to create a system tray icon" @@ -12,7 +12,7 @@ depends=('python-six' 'python-pillow' 'python-xlib>=0.17' 'libappindicator-gtk3' makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel') changelog="$pkgname.changelog" source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz") -sha512sums=('ca56fe3ea0588fcd1d3829e18344b856e9031d4531bafa66349056f858fb94a112579b9114d7fa9406dc9f9424ae298bee9825cba1af7014a173c63d0590c8e1') +sha512sums=('d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435') build() { cd "pystray-$pkgver" diff --git a/python-pystray.changelog b/python-pystray.changelog index 7bf87ba..eedde23 100644 --- a/python-pystray.changelog +++ b/python-pystray.changelog @@ -1,6 +1,13 @@ Release Notes ============= +v0.17.2 - Windows bug fixes +--------------------------- +* Actually release loaded icons on *Windows*. Thanks to *Bob1011941*! +* Let mouse button release trigger menu and action on *Windows* as expected. + Thanks to *Ennea*! + + v0.17.1 - Corrected release notes --------------------------------- * Corrected attribution of *Windows* notification fix.