Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-cairo
Commits:
8f3bcaae by Caleb Maclennan at 2024-09-07T01:46:01+03:00
upgpkg: 1.27.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cairo
pkgdesc = Python bindings for the cairo graphics library
- pkgver = 1.26.1
+ pkgver = 1.27.0
pkgrel = 1
url = https://pycairo.readthedocs.io/en/latest/
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = python-cairo
makedepends = python-sphinx_rtd_theme
depends = cairo
depends = python
- source =
https://github.com/pygobject/pycairo/releases/download/v1.26.1/pycairo-1.26.1.tar.gz
- source =
https://github.com/pygobject/pycairo/releases/download/v1.26.1/pycairo-1.26.1.tar.gz.sig
+ source =
https://github.com/pygobject/pycairo/releases/download/v1.27.0/pycairo-1.27.0.tar.gz
+ source =
https://github.com/pygobject/pycairo/releases/download/v1.27.0/pycairo-1.27.0.tar.gz.sig
validpgpkeys = 0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC
- sha256sums =
a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430
+ sha256sums =
5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430
sha256sums = SKIP
pkgname = python-cairo
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=python-cairo
pkgname=(python-cairo python-cairo-docs)
-pkgver=1.26.1
+pkgver=1.27.0
pkgrel=1
pkgdesc="Python bindings for the cairo graphics library"
url="https://pycairo.readthedocs.io/en/latest/"
@@ -14,7 +14,7 @@ depends=(cairo python)
makedepends=(meson python-sphinx python-sphinx_rtd_theme)
checkdepends=(python-pytest)
source=(https://github.com/pygobject/pycairo/releases/download/v$pkgver/pycairo-$pkgver.tar.gz{,.sig})
-sha256sums=('a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430'
+sha256sums=('5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430'
'SKIP')
validpgpkeys=(0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC) # Christoph Reiter
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cairo/-/commit/8f3bcaae1721d19c60b853aa2c9f284039751382
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cairo/-/commit/8f3bcaae1721d19c60b853aa2c9f284039751382
You're receiving this email because of your account on gitlab.archlinux.org.