python3-fasteners: 0.18 -> 0.19

This commit is contained in:
Tim Biermann 2023-09-20 17:23:58 +02:00
parent cfd20fb557
commit 318c84b3f6
3 changed files with 12 additions and 12 deletions

View File

@ -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.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/fasteners-0.18.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.18.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.18.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.18.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.18.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.18.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/fasteners-0.19.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.19.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.19.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.19.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.19.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners-0.19.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/fasteners/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/fasteners/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/fasteners/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zzF1BwjDb4oBHqKZyFZRL/U11oXCAt3Gw9sGBV3DsQopZ/5LMludcWH1QtaqrBihGoUZ8GWD+KKsQFHjc90hAg=
SHA256 (Pkgfile) = e4fb88eb764dab3ebd0b9051900d8fb354f083e34c22dbb1e5c369b327cac451
SHA256 (.footprint) = d5e8f342ff368bd977644287687fbf4ca37fb747d4ea6f92557552aba837855a
SHA256 (fasteners-0.18.tar.gz) = cb7c13ef91e0c7e4fe4af38ecaf6b904ec3f5ce0dda06d34924b6b74b869d953
RWSagIOpLGJF3067fstqzwKuNKq1BCP5lDlgB+QGM4BVvFy2XS0NxbrN0uSViB71XTCvPDJbsS/yxk8GVGd4nqfhafznuDdNHgI=
SHA256 (Pkgfile) = f748effdd94d30a44371eb07d0c1f334e01b46e915abcc5ae1ead109caacf25b
SHA256 (.footprint) = 6d6b6786f5b359c65b9062d4ac89503904d9614fff2b67494fe14ac882a357a5
SHA256 (fasteners-0.19.tar.gz) = b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c

View File

@ -1,11 +1,11 @@
# Description: A python package that provides useful locks
# URL: https://github.com/harlowja/fasteners
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-installer
# Depends on: python3-build python3-installer python3-wheel
# Optional: python3-six
name=python3-fasteners
version=0.18
version=0.19
release=1
source=(https://pypi.org/packages/source/f/fasteners/fasteners-$version.tar.gz)