Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-thrift


Commits:
a9239425 by Jelle van der Waa at 2024-04-07T12:23:29+02:00
upgpkg: 0.20.0-2: rebuild with python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = python-thrift
+       pkgdesc = Python bindings for the Apache Thrift RPC system
+       pkgver = 0.20.0
+       pkgrel = 2
+       url = https://thrift.apache.org/
+       arch = x86_64
+       license = Apache
+       makedepends = python-setuptools
+       depends = python
+       depends = python-six
+       source = https://dlcdn.apache.org/thrift/0.20.0/thrift-0.20.0.tar.gz
+       sha256sums = 
b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6
+
+pkgname = python-thrift


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
 # Maintainer: Anatol Pomozov <[email protected]>
 
 pkgname=python-thrift
-pkgver=0.19.0
-pkgrel=1
+pkgver=0.20.0
+pkgrel=2
 pkgdesc='Python bindings for the Apache Thrift RPC system'
 arch=(x86_64)
 license=(Apache)
 url='https://thrift.apache.org/'
 depends=(python python-six)
 makedepends=(python-setuptools)
-source=(https://dlcdn.apache.org/thrift/$pkgver/thrift-$pkgver.tar.gz)
-sha256sums=('d49c896c2724a78701e05cfccf6cf70b5db312d82a17efe951b441d300ccf275')
+source=(https://dlcdn.apache.org/thrift/${pkgver}/thrift-${pkgver}.tar.gz)
+sha256sums=('b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6')
 
 check() {
   cd thrift-$pkgver/lib/py



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-thrift/-/commit/a923942567796aa93cfe3dc1488370d164fec30e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-thrift/-/commit/a923942567796aa93cfe3dc1488370d164fec30e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to