Update to 0.17.3

This commit is contained in:
Franck STAUFFER
2021-04-10 10:25:35 +02:00
parent efb5551a92
commit 8863a7ff24
3 changed files with 15 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-pystray pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon pkgdesc = Allows to create a system tray icon
pkgver = 0.17.2 pkgver = 0.17.3
pkgrel = 2 pkgrel = 1
url = https://github.com/moses-palmer/pystray url = https://github.com/moses-palmer/pystray
changelog = python-pystray.changelog changelog = python-pystray.changelog
arch = any arch = any
@@ -15,8 +15,8 @@ pkgbase = python-pystray
depends = python-xlib>=0.17 depends = python-xlib>=0.17
depends = libappindicator-gtk3 depends = libappindicator-gtk3
depends = python-gobject depends = python-gobject
source = python-pystray-0.17.2.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.2.tar.gz source = python-pystray-0.17.3.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.3.tar.gz
sha512sums = d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435 sha512sums = 01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260
pkgname = python-pystray pkgname = python-pystray

View File

@@ -2,8 +2,8 @@
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com> # Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname="python-pystray" pkgname="python-pystray"
pkgver=0.17.2 pkgver=0.17.3
pkgrel=2 pkgrel=1
arch=('any') arch=('any')
license=('GPL3') license=('GPL3')
pkgdesc="Allows to create a system tray icon" 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') makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
changelog="$pkgname.changelog" changelog="$pkgname.changelog"
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
sha512sums=('d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435') sha512sums=('01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260')
build() { build() {
cd "pystray-$pkgver" cd "pystray-$pkgver"

View File

@@ -1,6 +1,14 @@
Release Notes 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 v0.17.2 - Windows bug fixes
--------------------------- ---------------------------
* Actually release loaded icons on *Windows*. Thanks to *Bob1011941*! * Actually release loaded icons on *Windows*. Thanks to *Bob1011941*!