forked from pool/python-pynput
new package, to be used for streamdeck-ui OBS-URL: https://build.opensuse.org/request/show/1083542 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynput?expand=0&rev=1
20 lines
800 B
Diff
20 lines
800 B
Diff
Index: pynput-1.7.6/lib/pynput/_info.py
|
|
===================================================================
|
|
--- pynput-1.7.6.orig/lib/pynput/_info.py 2022-01-01 20:57:22.000000000 +0100
|
|
+++ pynput-1.7.6/lib/pynput/_info.py 2023-04-23 18:22:28.036346734 +0200
|
|
@@ -1,6 +1,6 @@
|
|
# coding=utf-8
|
|
# pystray
|
|
-# Copyright (C) 2015-2022 Moses Palmér
|
|
+# Copyright (C) 2015-2022 Moses Palmer
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify it under
|
|
# the terms of the GNU Lesser General Public License as published by the Free
|
|
@@ -15,5 +15,5 @@
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-__author__ = u'Moses Palmér'
|
|
+__author__ = u'Moses Palmer'
|
|
__version__ = (1, 7, 6)
|