forked from ports/contrib
python3-fasteners: 0.17.3 -> 0.18
This commit is contained in:
parent
be001527a1
commit
6b7a86343b
@ -2,12 +2,12 @@ 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/fasteners-0.17.3.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.17.3.dist-info/LICENSE
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.17.3.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.17.3.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.17.3.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.17.3.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/fasteners-0.18.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.18.dist-info/LICENSE
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.18.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.18.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.18.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners-0.18.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/fasteners/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/fasteners/__pycache__/
|
||||
@ -15,10 +15,12 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/fasteners/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/__pycache__/_utils.cpython-39.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/__pycache__/lock.cpython-39.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/__pycache__/process_lock.cpython-39.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/__pycache__/process_mechanism.cpython-39.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/__pycache__/version.cpython-39.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/_utils.py
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/lock.py
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/process_lock.py
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/process_mechanism.py
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/fasteners/pywin32/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/fasteners/pywin32/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/fasteners/pywin32/__pycache__/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF37XN4yNUmzxIl/hQ69EbvxXCogAERpeVfrBNXQag0tWlVnW/8mP3kI/FF4sTEZe9OKE1DBECMz+bCFJkZM71hwc=
|
||||
SHA256 (Pkgfile) = 04e02a880341420c36060d3cdc7e9b25ad3b75a2add7da32c057c5642897aa94
|
||||
SHA256 (.footprint) = 5d9d58c33a2c7a1eb360592fda516d3b13bea8ddb7ea224dd20c113ca9fcb8d8
|
||||
SHA256 (fasteners-0.17.3.tar.gz) = a9a42a208573d4074c77d041447336cf4e3c1389a256fd3e113ef59cf29b7980
|
||||
RWSagIOpLGJF3/x98Ohto7iFFm1wbv0Ia3p8ii2uG9f39REiU+L9QQ9xYZdy1dU0Nafka0azyFsUpuGgSZupZrQ2s+wxC8G2ygI=
|
||||
SHA256 (Pkgfile) = e4fb88eb764dab3ebd0b9051900d8fb354f083e34c22dbb1e5c369b327cac451
|
||||
SHA256 (.footprint) = f1b66b84a2407ad0b93c35d0cca0e7d8984f2409918856514b7ca70e2a4f266a
|
||||
SHA256 (fasteners-0.18.tar.gz) = cb7c13ef91e0c7e4fe4af38ecaf6b904ec3f5ce0dda06d34924b6b74b869d953
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: python3-six
|
||||
|
||||
name=python3-fasteners
|
||||
version=0.17.3
|
||||
version=0.18
|
||||
release=1
|
||||
source=(https://pypi.org/packages/source/f/fasteners/fasteners-$version.tar.gz)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user