Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-cffi
Commits:
98609f0b by Jelle van der Waa at 2024-10-06T19:28:52+02:00
upgpkg: 1.17.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cffi
pkgdesc = Foreign Function Interface for Python calling C code
- pkgver = 1.16.0
- pkgrel = 2
+ pkgver = 1.17.1
+ pkgrel = 1
url = https://cffi.readthedocs.org/
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-cffi
makedepends = python-wheel
depends = python-pycparser
optdepends = python-setuptools: "limited api" version checking in
cffi.setuptools_ext
- source =
https://github.com/python-cffi/cffi/archive/v1.16.0/python-cffi-1.16.0.tar.gz
- sha512sums =
2115f4d2431f36b18494182d2abb378a750c970dfdf083cfc287b004e52830efe703f07f71a17c89060b47eaa3b52e7b2390017d1980eb39695bdaf31bac3bb5
+ source =
https://github.com/python-cffi/cffi/archive/v1.17.1/python-cffi-1.17.1.tar.gz
+ sha512sums =
bb22f2f21f4d9e097bdacaad24b883936304e794d0e319f24db794de37e47de690b3c352487d670e3b9e2322d5144cd3d3582fb847c4f6806be5eb549e63d9de
pkgname = python-cffi
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: lilydjwg <[email protected]>
pkgname=python-cffi
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.17.1
+pkgrel=1
pkgdesc="Foreign Function Interface for Python calling C code"
arch=('x86_64')
url="https://cffi.readthedocs.org/"
@@ -13,7 +13,7 @@ optdepends=('python-setuptools: "limited api" version
checking in cffi.setuptool
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-pytest')
source=("https://github.com/python-cffi/cffi/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2115f4d2431f36b18494182d2abb378a750c970dfdf083cfc287b004e52830efe703f07f71a17c89060b47eaa3b52e7b2390017d1980eb39695bdaf31bac3bb5')
+sha512sums=('bb22f2f21f4d9e097bdacaad24b883936304e794d0e319f24db794de37e47de690b3c352487d670e3b9e2322d5144cd3d3582fb847c4f6806be5eb549e63d9de')
build() {
cd cffi-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cffi/-/commit/98609f0bedeb0a7efa6e14528c11228ed2df3abf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cffi/-/commit/98609f0bedeb0a7efa6e14528c11228ed2df3abf
You're receiving this email because of your account on gitlab.archlinux.org.