Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / python-greenlet
Commits:
81e91d93 by Massimiliano Torromeo at 2025-12-09T23:24:47+01:00
upgpkg: 3.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-greenlet
pkgdesc = Lightweight in-process concurrent programming
- pkgver = 3.2.4
+ pkgver = 3.3.0
pkgrel = 1
url = https://pypi.org/project/greenlet/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-greenlet
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-3.2.4.tar.gz
- sha512sums =
59a2df6248ba8830d0d92cf26cde97fef87fd6d3b5ebd2661d1a8762e622b98b502ab8531f613830c6645b0249c084f326c38c34824da37b717ff6cfbb105e4c
+ source =
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-3.3.0.tar.gz
+ sha512sums =
633d207f9fe749074760e31302ca6b2f2a6c72f0161d9676c8c1047928a4108106653f3914430cee62b125d99d449f80566282d089a09f9bb6eb3589b43e9817
pkgname = python-greenlet
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Ralf Schmitt <[email protected]>
pkgname=python-greenlet
-pkgver=3.2.4
+pkgver=3.3.0
pkgrel=1
pkgdesc="Lightweight in-process concurrent programming"
license=("MIT")
@@ -14,7 +14,7 @@ makedepends=('python-build' 'python-installer'
'python-setuptools'
'python-wheel')
checkdepends=('python-objgraph' 'python-psutil')
source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz")
-sha512sums=('59a2df6248ba8830d0d92cf26cde97fef87fd6d3b5ebd2661d1a8762e622b98b502ab8531f613830c6645b0249c084f326c38c34824da37b717ff6cfbb105e4c')
+sha512sums=('633d207f9fe749074760e31302ca6b2f2a6c72f0161d9676c8c1047928a4108106653f3914430cee62b125d99d449f80566282d089a09f9bb6eb3589b43e9817')
build() {
cd greenlet-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-greenlet/-/commit/81e91d93a8d6408b799140c167ab8c38ff4c9776
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-greenlet/-/commit/81e91d93a8d6408b799140c167ab8c38ff4c9776
You're receiving this email because of your account on gitlab.archlinux.org.