python3-bcrypt: updated to version 3.2.2

This commit is contained in:
Matt Housh 2022-05-22 11:53:31 -05:00
parent 76c9d9c84a
commit 9ed6681617
3 changed files with 13 additions and 12 deletions

View File

@ -2,13 +2,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/bcrypt-3.2.2-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.2-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.2-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.2-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.2-py3.9.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.2-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt-3.2.2-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/bcrypt/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt/__about__.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt/__init__.py
@ -16,4 +16,5 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/bcrypt/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt/__pycache__/__about__.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt/__pycache__/__init__.cpython-39.pyc
-rwxr-xr-x root/root usr/lib/python3.9/site-packages/bcrypt/_bcrypt.abi3.so
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt/_bcrypt.pyi
-rw-r--r-- root/root usr/lib/python3.9/site-packages/bcrypt/py.typed (EMPTY)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35sDOD3/W4uaSj/aKUvqx1n6dXU9j6sJzqertU19wDlzqBVyKdGs/DHysJT5dnOOX8YuJXJX/D6RD4jmDttG2Ac=
SHA256 (Pkgfile) = 933bccc90565b711a513ecd758b92c75f870faa860830e2a70aa45885bcaaf8c
SHA256 (.footprint) = 1fe963471a4ab8c5322073f01d47f8ab862c38de27a8a98cb6fff355a8341ba6
SHA256 (bcrypt-3.2.0.tar.gz) = 5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
RWSagIOpLGJF35KlbPMYGDuGwibCMXr0HGP7mCmn7MqBAJHHB2HX366oSf9aIGGF7Zo9XkbwZ33FU+NWOHVr+VXfWSfBI3jYfwY=
SHA256 (Pkgfile) = 4e8b1147a9bb959b825300decf8155dc4b590311202c4cd61a8e8a05fc78118a
SHA256 (.footprint) = 7ab36d50bd54685834c1daa8215d97a00acbd9e361cda300e9841231dfed0afd
SHA256 (bcrypt-3.2.2.tar.gz) = 433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb

View File

@ -4,7 +4,7 @@
# Depends on: python3-six python3-cffi
name=python3-bcrypt
version=3.2.0
version=3.2.2
release=1
source=(https://pypi.python.org/packages/source/b/bcrypt/bcrypt-$version.tar.gz)