python3-hatchling: 0.24.0 -> 0.25.0

This commit is contained in:
Tim Biermann 2022-05-16 21:50:31 +02:00
parent cfeb908326
commit 49cdf320ee
3 changed files with 16 additions and 16 deletions

View File

@ -4,16 +4,16 @@ drwxr-xr-x root/root usr/bin/
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/hatchling-0.24.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/license_files/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.24.0.dist-info/license_files/LICENSE.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/license_files/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-0.25.0.dist-info/license_files/LICENSE.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/__about__.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/__init__.py (EMPTY)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xkjH+o13+TXPijADdzPFWkIrDOmzA+xy0tDODhXPcNne0tjRmDe4BtQi7cXVZcjKMWhmXDyigbDFpA45kuCAQ0=
SHA256 (Pkgfile) = 726272147dbf0cf10b517515c5c3fc1eae4a46bde37198ac377de4b70e11323b
SHA256 (.footprint) = 9153614e34657169c4739ade8e1eb5b74489a56b9f163127e09cd03ea9891dd7
SHA256 (hatchling-0.24.0.tar.gz) = 97e04718b5cfd29b3562493227fe06731c5a88cdc8d866bac1482bb9a3ead520
RWSagIOpLGJF38GdEjfc2fbeWUqQfsn5cUD68goeHMOGfRvnOwba4uAXsKeoSRLuI/4gcNc7hBtn9UOFbYD4cT88Ue8bQP/Y1Qk=
SHA256 (Pkgfile) = eebe1a1186b895da246baffff6301dca75f6f6e4c1bb084c6f7831ccf9613671
SHA256 (.footprint) = ec4900245869e5f97cbb9b398fbd239a6fb9f2624c84845373fa23b87ba92fd0
SHA256 (hatchling-0.25.0.tar.gz) = 43db08b88916d1f373cde6b154e7527407cd07bea707c1ff3200c42b58bf288e

View File

@ -1,10 +1,10 @@
# Description: Modern, extensible Python project management
# URL: https://github.com/ofek/hatch
# URL: https://github.com/pypa/hatch
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-pathspec python3-pluggy
name=python3-hatchling
version=0.24.0
version=0.25.0
release=1
source=(https://github.com/ofek/hatch/archive/hatchling-v$version/hatchling-$version.tar.gz)