diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,20 +1,19 @@ name : python-pbkdf2 version : 1.3 -release : 5 +release : 6 source : - https://pypi.python.org/packages/02/c0/6a2376ae81beb82eda645a091684c0b0becb86b972def7849ea9066e3d5e/pbkdf2-1.3.tar.gz : ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979 +homepage : https://www.dlitz.net/software/python-pbkdf2/ license : MIT component : programming.python -summary : This module implements the password-based key derivation function, PBKDF2, - specified in RSA PKCS#5 v2.0 +summary : This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0 description: | This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0. builddeps : - - pkgconfig(python3) - - python-setuptools + - python-pytest build : | - %python_setup %python3_setup install : | - %python_install %python3_install +check : | + %python3_test pytest3 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 @@ python-pbkdf2 + https://www.dlitz.net/software/python-pbkdf2/ - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com MIT programming.python @@ -19,12 +20,6 @@ programming.python - /usr/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg-info/PKG-INFO - /usr/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg-info/SOURCES.txt - /usr/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg-info/dependency_links.txt - /usr/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg-info/top_level.txt - /usr/lib/python2.7/site-packages/pbkdf2.py - /usr/lib/python2.7/site-packages/pbkdf2.pyc /usr/lib/python3.7/site-packages/__pycache__/pbkdf2.cpython-37.pyc /usr/lib/python3.7/site-packages/pbkdf2-1.3-py3.7.egg-info/PKG-INFO /usr/lib/python3.7/site-packages/pbkdf2-1.3-py3.7.egg-info/SOURCES.txt @@ -34,12 +29,12 @@ - - 2020-01-25 + + 2020-07-31 1.3 Packaging update - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file