From 6a7ba10571656792ecba9458f7b06eb4a284f6d8 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Wed, 6 Mar 2024 19:03:21 +0100 Subject: [PATCH] python3-cython: 3.0.8 -> 3.0.9 --- python3-cython/.footprint | 16 ++++++++-------- python3-cython/.signature | 8 ++++---- python3-cython/Pkgfile | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/python3-cython/.footprint b/python3-cython/.footprint index 4c0b5ef74..17030d94f 100644 --- a/python3-cython/.footprint +++ b/python3-cython/.footprint @@ -6,14 +6,14 @@ drwxr-xr-x root/root usr/bin/ 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/Cython-3.0.8.dist-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.8.dist-info/COPYING.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.8.dist-info/LICENSE.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.8.dist-info/METADATA --rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.8.dist-info/RECORD --rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.8.dist-info/WHEEL --rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.8.dist-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.8.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/COPYING.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/LICENSE.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython-3.0.9.dist-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/Cython/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/Cython/Build/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/Cython/Build/BuildExecutable.py diff --git a/python3-cython/.signature b/python3-cython/.signature index 30789b0b4..f337c93b0 100644 --- a/python3-cython/.signature +++ b/python3-cython/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37FfbEpZmPZMYFJKsiW2/z2AlaTaI/AakMPp988UW6Uiky5lUpSWIofhtOo98YUkSUV+R28PLOkWgrPYVNXO5wY= -SHA256 (Pkgfile) = edad2cc83927c9a4213ff60f01646345298a9d058bac6f1e49d3851c36f985ff -SHA256 (.footprint) = 60ba65a507e4ff96a6e85aa09f01794fd819636ffb6829025d0cfd775b06ee54 -SHA256 (Cython-3.0.8.tar.gz) = 8333423d8fd5765e7cceea3a9985dd1e0a5dfeb2734629e1a2ed2d6233d39de6 +RWSagIOpLGJF36QrqMRhpAymS3FrvTouWHKXaMcee4s+EnTqaN2e99m/TaCR+u/fSafoQbh38f1yNHSEhOCAVp0ccJafDhBYvgI= +SHA256 (Pkgfile) = 979d5278dfecdf7e1ffc8463046a0001cecf6dadfeb05f34d6236c890e3447cf +SHA256 (.footprint) = eeae36204d5f5eae6b831c85dcf3a7688a4a3dd940343fe188287207e2939301 +SHA256 (Cython-3.0.9.tar.gz) = a2d354f059d1f055d34cfaa62c5b68bc78ac2ceab6407148d47fb508cf3ba4f3 diff --git a/python3-cython/Pkgfile b/python3-cython/Pkgfile index 410e672ff..929daf17d 100644 --- a/python3-cython/Pkgfile +++ b/python3-cython/Pkgfile @@ -1,10 +1,10 @@ # Description: C extensions for Python. -# URL: http://www.cython.org/ +# URL: https://www.cython.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-build python3-installer python3-wheel name=python3-cython -version=3.0.8 +version=3.0.9 release=1 source=(https://pypi.org/packages/source/C/Cython/Cython-$version.tar.gz)