summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqontinuum2021-10-25 12:40:16 +0200
committerqontinuum2021-10-25 12:40:16 +0200
commit6903af6a92d860d702d63f80493592c0c1513d3b (patch)
treea95cc54d485203b5f9c3f0f8f680e3c7e5876eb2
parenteb9baa304c2e68de3a0346385d3ba4028c69b856 (diff)
downloadaur-6903af6a92d860d702d63f80493592c0c1513d3b.tar.gz
Update to 0.18.0
-rw-r--r--PKGBUILD4
-rw-r--r--python-pystray.changelog9
2 files changed, 11 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6568b5953cb..6eaeddb27ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname="python-pystray"
-pkgver=0.17.4
+pkgver=0.18.0
pkgrel=1
arch=('any')
license=('GPL3')
@@ -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")
-b2sums=('2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f')
+b2sums=('9b3faed02f6d712a1d714f7145f18ab35eb8ac2ba9075f164bb554a9a725b220e1b421d62db6c5a188126d0328b792629c355b890be64ad6e67c2030d3a7da42')
build() {
cd "pystray-$pkgver"
diff --git a/python-pystray.changelog b/python-pystray.changelog
index 22d4a2c0d3ef..c3df90c33fd1 100644
--- a/python-pystray.changelog
+++ b/python-pystray.changelog
@@ -1,6 +1,15 @@
Release Notes
=============
+v0.18.0 - Easier integration with other libraries
+-------------------------------------------------
+* Added a detached run mode to enable integration with libraries with a run
+ loop. Thanks to *PySimpleGUI* and *glight2000* for their testing efforts!
+* Do not crash when running the icon in a non-main thread when using a *GTK+*
+ backend.
+* Updated documentation.
+
+
v0.17.4 - Corrected import on Windows
-------------------------------------
* Corrected imports from _WinDLL_ to ensure argument definitions are private