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,14 +1,22 @@ name : pyprind -version : 2.11.2 -release : 5 +version : 2.11.3 +release : 6 source : - - https://files.pythonhosted.org/packages/source/P/PyPrind/PyPrind-2.11.2.tar.gz : c46cab453b805852853dfe29fd933aa88a2a516153909c695b098e9161a9e675 + - https://files.pythonhosted.org/packages/source/P/PyPrind/PyPrind-2.11.3.tar.gz : e37dcab6e1a9c8e0a7f0fce65fde7a79e2deda1c75aa015910a49e2137b54cbf +homepage : https://github.com/rasbt/pyprind license : BSD-3-Clause component : programming.python summary : Python Progress Bar and Percent Indicator Utility description: | The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. -setup : | +builddeps : + - python-psutil + - python-pytest +rundeps : + - python-psutil +build : | %python3_setup install : | %python3_install +check : | + %python3_test pytest3 -v diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,9 +1,10 @@ pyprind + https://github.com/rasbt/pyprind - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com BSD-3-Clause programming.python @@ -19,10 +20,10 @@ programming.python - /usr/lib/python3.9/site-packages/PyPrind-2.11.2-py3.9.egg-info/PKG-INFO - /usr/lib/python3.9/site-packages/PyPrind-2.11.2-py3.9.egg-info/SOURCES.txt - /usr/lib/python3.9/site-packages/PyPrind-2.11.2-py3.9.egg-info/dependency_links.txt - /usr/lib/python3.9/site-packages/PyPrind-2.11.2-py3.9.egg-info/top_level.txt + /usr/lib/python3.9/site-packages/PyPrind-2.11.3-py3.9.egg-info/PKG-INFO + /usr/lib/python3.9/site-packages/PyPrind-2.11.3-py3.9.egg-info/SOURCES.txt + /usr/lib/python3.9/site-packages/PyPrind-2.11.3-py3.9.egg-info/dependency_links.txt + /usr/lib/python3.9/site-packages/PyPrind-2.11.3-py3.9.egg-info/top_level.txt /usr/lib/python3.9/site-packages/pyprind/__init__.py /usr/lib/python3.9/site-packages/pyprind/__pycache__/__init__.cpython-39.pyc /usr/lib/python3.9/site-packages/pyprind/__pycache__/generator_factory.cpython-39.pyc @@ -36,12 +37,12 @@ - - 2021-07-28 - 2.11.2 + + 2021-12-14 + 2.11.3 Packaging update - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file