1
0
forked from ports/contrib

python3-hatchling: 1.3.1 -> 1.4.1

This commit is contained in:
Tim Biermann 2022-07-07 22:24:41 +02:00
parent fb41cb6066
commit d5bef2d7c5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 20 additions and 15 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-1.3.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/license_files/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.3.1.dist-info/license_files/LICENSE.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.dist-info/license_files/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling-1.4.1.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)
@ -49,6 +49,7 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/__pycache__/__init__.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/__pycache__/custom.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/__pycache__/version.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/custom.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/plugin/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/plugin/__init__.py (EMPTY)
@ -58,6 +59,7 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/pl
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/plugin/__pycache__/interface.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/plugin/hooks.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/plugin/interface.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/hooks/version.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/builders/plugin/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/builders/plugin/__init__.py (EMPTY)
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/builders/plugin/__pycache__/
@ -132,6 +134,7 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/plugin/__pycache_
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/plugin/manager.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/plugin/specs.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/plugin/utils.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/py.typed (EMPTY)
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/utils/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/utils/__init__.py (EMPTY)
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/utils/__pycache__/
@ -146,6 +149,8 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/version/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/version/__init__.py (EMPTY)
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/version/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/version/__pycache__/__init__.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/version/__pycache__/core.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/version/core.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/version/scheme/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/hatchling/version/scheme/__init__.py (EMPTY)
drwxr-xr-x root/root usr/lib/python3.9/site-packages/hatchling/version/scheme/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37Si8jI/upLYE5u1lf4fdw2Wiq304/EqcI5U+pZ3uocdLhBWtRA0CfNJpXljrES9DsH6ds4ZWaib0CfM3v8WsQ0=
SHA256 (Pkgfile) = 0e90defe3403a0aabc2365b024f7d542bbafc8c576143d68938e3cdb9a3d6362
SHA256 (.footprint) = 14d2b64d160cf89076cbd3fb0f9625c5401abca087a9f342924217728bdd5166
SHA256 (hatchling-1.3.1.tar.gz) = fa885e4493d6c18ee77b827c4437aefbfa75fc2ed6ba9cfc172f0a6fa9df2c5b
RWSagIOpLGJF3y+nyFjSPbixV1d78JzZunDDWWM5QWBXLooGgz6M7E224mcQi8uT2UZZp0Ah5M1gbIJq97x6BMiKtRYiHWOSxwo=
SHA256 (Pkgfile) = bbf4e66118e1e81f978175fe40a7b3f342d1c4e9f66b8aac230faef7976620ea
SHA256 (.footprint) = b621cb7185bcd7800d676b7798f86f745124e6199d980508d8e5703790bc0af9
SHA256 (hatchling-1.4.1.tar.gz) = 8c1fc7ab16e2f2323fcdb8989498b291bbd1daaa6441448f2f9712f8f7fe1292

View File

@ -4,7 +4,7 @@
# Depends on: python3-build python3-pathspec python3-pluggy
name=python3-hatchling
version=1.3.1
version=1.4.1
release=1
source=(https://github.com/ofek/hatch/archive/hatchling-v$version/hatchling-$version.tar.gz)