diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,6 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Algent Albrahimi + - IRC: algent + - Matrix: @algent:matrix.org + - Email: algent@protonmail.com diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : python-easygui -version : 0.98.1 -release : 5 +version : 0.98.2 +release : 6 source : - - https://github.com/robertlugg/easygui/archive/0.98.1.tar.gz : b46d1f06b85a2de2b15129906d21bb42bc66a6e800315fed57e634cf151fc083 + - https://files.pythonhosted.org/packages/source/e/easygui/easygui-0.98.2.tar.gz : 073f728ca88a77b74f404446fb8ec3004945427677c5618bd00f70c1b999fef2 homepage : https://github.com/robertlugg/easygui license : BSD-3-Clause component : programming.python @@ -11,6 +11,8 @@ EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI libraries in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls. rundeps : - python3-tkinter +setup : | + cp README.txt README.md build : | %python3_setup install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,8 +3,8 @@ python-easygui https://github.com/robertlugg/easygui - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com BSD-3-Clause programming.python @@ -20,12 +20,14 @@ programming.python - /usr/lib/python3.9/site-packages/easygui-0.98.0-py3.9.egg-info/PKG-INFO - /usr/lib/python3.9/site-packages/easygui-0.98.0-py3.9.egg-info/SOURCES.txt - /usr/lib/python3.9/site-packages/easygui-0.98.0-py3.9.egg-info/dependency_links.txt - /usr/lib/python3.9/site-packages/easygui-0.98.0-py3.9.egg-info/top_level.txt + /usr/lib/python3.9/site-packages/easygui-0.98.2-py3.9.egg-info/PKG-INFO + /usr/lib/python3.9/site-packages/easygui-0.98.2-py3.9.egg-info/SOURCES.txt + /usr/lib/python3.9/site-packages/easygui-0.98.2-py3.9.egg-info/dependency_links.txt + /usr/lib/python3.9/site-packages/easygui-0.98.2-py3.9.egg-info/top_level.txt /usr/lib/python3.9/site-packages/easygui/__init__.py + /usr/lib/python3.9/site-packages/easygui/__main__.py /usr/lib/python3.9/site-packages/easygui/__pycache__/__init__.cpython-39.pyc + /usr/lib/python3.9/site-packages/easygui/__pycache__/__main__.cpython-39.pyc /usr/lib/python3.9/site-packages/easygui/__pycache__/easygui.cpython-39.pyc /usr/lib/python3.9/site-packages/easygui/boxes/__init__.py /usr/lib/python3.9/site-packages/easygui/boxes/__pycache__/__init__.cpython-39.pyc @@ -69,12 +71,12 @@ - - 2021-07-28 - 0.98.1 + + 2021-12-14 + 0.98.2 Packaging update - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file