Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / python-greenlet
Commits:
205298f8 by Massimiliano Torromeo at 2026-01-23T18:08:06+01:00
upgpkg: 3.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-greenlet
pkgdesc = Lightweight in-process concurrent programming
- pkgver = 3.3.0
- pkgrel = 2
+ pkgver = 3.3.1
+ pkgrel = 1
url = https://pypi.org/project/greenlet/
arch = x86_64
license = MIT
@@ -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.3.0.tar.gz
- sha512sums =
633d207f9fe749074760e31302ca6b2f2a6c72f0161d9676c8c1047928a4108106653f3914430cee62b125d99d449f80566282d089a09f9bb6eb3589b43e9817
+ source =
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-3.3.1.tar.gz
+ sha512sums =
890e9a56f15c39101b45aabb006545640777a987d8f962c63859c2b4e26adfb5ae33310905982475809d3fcfb3b0ee5a9b11817c380708bba2d3c25cd5ad1822
pkgname = python-greenlet
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Ralf Schmitt <[email protected]>
pkgname=python-greenlet
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
pkgdesc="Lightweight in-process concurrent programming"
license=("MIT")
arch=('x86_64')
@@ -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=('633d207f9fe749074760e31302ca6b2f2a6c72f0161d9676c8c1047928a4108106653f3914430cee62b125d99d449f80566282d089a09f9bb6eb3589b43e9817')
+sha512sums=('890e9a56f15c39101b45aabb006545640777a987d8f962c63859c2b4e26adfb5ae33310905982475809d3fcfb3b0ee5a9b11817c380708bba2d3c25cd5ad1822')
build() {
cd greenlet-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-greenlet/-/commit/205298f8c1d30c5a6a4730c62a60854cdc09b8c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-greenlet/-/commit/205298f8c1d30c5a6a4730c62a60854cdc09b8c9
You're receiving this email because of your account on gitlab.archlinux.org.