summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck STAUFFER2021-04-10 10:25:35 +0200
committerFranck STAUFFER2021-04-10 10:25:35 +0200
commit8863a7ff24a5c1747a85edee00072ab51635276f (patch)
tree2cba8250426a21c9b580aafbe81c5480a9a260f4
parentefb5551a921270ec77267b6e5861683347590b72 (diff)
downloadaur-8863a7ff24a5c1747a85edee00072ab51635276f.tar.gz
Update to 0.17.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--python-pystray.changelog8
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 422439c7ccb4..f4ff5c04d9f0 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 8b352feba7ed..3003fe4c83af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
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 eedde2365199..6c4ffb4a25d9 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*!