diff --git a/.SRCINFO b/.SRCINFO index 422439c..f4ff5c0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pystray pkgdesc = Allows to create a system tray icon - pkgver = 0.17.2 - pkgrel = 2 + pkgver = 0.17.3 + pkgrel = 1 url = https://github.com/moses-palmer/pystray changelog = python-pystray.changelog arch = any @@ -15,8 +15,8 @@ pkgbase = python-pystray depends = python-xlib>=0.17 depends = libappindicator-gtk3 depends = python-gobject - source = python-pystray-0.17.2.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.2.tar.gz - sha512sums = d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435 + source = python-pystray-0.17.3.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.3.tar.gz + sha512sums = 01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260 pkgname = python-pystray diff --git a/PKGBUILD b/PKGBUILD index 8b352fe..3003fe4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Julien Nicoulaud pkgname="python-pystray" -pkgver=0.17.2 -pkgrel=2 +pkgver=0.17.3 +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=('d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435') +sha512sums=('01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260') build() { cd "pystray-$pkgver" diff --git a/python-pystray.changelog b/python-pystray.changelog index eedde23..6c4ffb4 100644 --- a/python-pystray.changelog +++ b/python-pystray.changelog @@ -1,6 +1,14 @@ Release Notes ============= +v0.17.3 - macOS and AppIndicator bug fixes +------------------------------------------ +* Let the default timeout for notifications when using the *AppIndicator* + backend be decided by the desktop environment, not infinity. Thanks to + *Angelo Naselli*! +* Do not attempt to create a menu before the icon has started on *macOS*. + + v0.17.2 - Windows bug fixes --------------------------- * Actually release loaded icons on *Windows*. Thanks to *Bob1011941*!