Update to 0.18.0

This commit is contained in:
qontinuum
2021-10-25 12:40:16 +02:00
parent eb9baa304c
commit 6903af6a92
2 changed files with 11 additions and 2 deletions

View File

@@ -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"

View File

@@ -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