From 8bf1b4757241d41bd6b9be70509458e0b14825a2 Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Thu, 30 Nov 2023 18:56:43 +0000 Subject: [PATCH] python3-wheel: upgrade to 0.42.0 --- main/python3-wheel/.checksums | 2 +- main/python3-wheel/.pkgfiles | 16 ++++++++-------- main/python3-wheel/spkgbuild | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/main/python3-wheel/.checksums b/main/python3-wheel/.checksums index 8de959396..edd2f1d93 100644 --- a/main/python3-wheel/.checksums +++ b/main/python3-wheel/.checksums @@ -1 +1 @@ -c66db2f3a50d5659994fa974138d4002 wheel-0.41.3.tar.gz +802ad6e5f9336fcb1c76b7593f0cd22d wheel-0.42.0.tar.gz diff --git a/main/python3-wheel/.pkgfiles b/main/python3-wheel/.pkgfiles index c62faf74d..8efa1cc83 100644 --- a/main/python3-wheel/.pkgfiles +++ b/main/python3-wheel/.pkgfiles @@ -1,17 +1,17 @@ -python3-wheel-0.41.3-1 +python3-wheel-0.42.0-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/wheel drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.11/ drwxr-xr-x root/root usr/lib/python3.11/site-packages/ -drwxr-xr-x root/root usr/lib/python3.11/site-packages/wheel-0.41.3-py3.11.egg-info/ --rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.41.3-py3.11.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.41.3-py3.11.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.41.3-py3.11.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.41.3-py3.11.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.41.3-py3.11.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.41.3-py3.11.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.11/site-packages/wheel-0.42.0-py3.11.egg-info/ +-rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.42.0-py3.11.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.42.0-py3.11.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.42.0-py3.11.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.42.0-py3.11.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.42.0-py3.11.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel-0.42.0-py3.11.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.11/site-packages/wheel/ -rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel/__init__.py -rw-r--r-- root/root usr/lib/python3.11/site-packages/wheel/__main__.py diff --git a/main/python3-wheel/spkgbuild b/main/python3-wheel/spkgbuild index 985dccb82..9f4d6097a 100644 --- a/main/python3-wheel/spkgbuild +++ b/main/python3-wheel/spkgbuild @@ -3,7 +3,7 @@ # depends : python3-setuptools name=python3-wheel -version=0.41.3 +version=0.42.0 release=1 source="https://files.pythonhosted.org/packages/source/w/wheel/${name#*-}-$version.tar.gz"