Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cython
Commits:
d4b45255 by Antonio Rojas at 2025-06-09T10:04:42+02:00
upgpkg: 3.1.2-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cython
pkgdesc = C-Extensions for Python
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://cython.org
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = cython
depends = glibc
depends = python
replaces = cython-dev
- source = git+https://github.com/cython/cython#tag=3.1.1
- sha256sums =
a552d3bccf0ad4e983bd9f518dfea0d4b093af4e6b9655be49bb394047a25b4f
+ source = git+https://github.com/cython/cython#tag=3.1.2
+ sha256sums =
73642802ce702eea7704f13d2ec6df510fe1c900b9712783a6387325f3bcb318
pkgname = cython
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc='C-Extensions for Python'
arch=(x86_64)
@@ -23,7 +23,7 @@ checkdepends=(gdb
python-pytest
python-tests)
source=(git+https://github.com/cython/cython#tag=$pkgver)
-sha256sums=('a552d3bccf0ad4e983bd9f518dfea0d4b093af4e6b9655be49bb394047a25b4f')
+sha256sums=('73642802ce702eea7704f13d2ec6df510fe1c900b9712783a6387325f3bcb318')
build() {
cd cython
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/d4b45255487cca4e46196dc772cfd61173bf7c26
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/d4b45255487cca4e46196dc772cfd61173bf7c26
You're receiving this email because of your account on gitlab.archlinux.org.