Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-cairo
Commits:
afbfe27e by Caleb Maclennan at 2025-11-12T04:34:37+03:00
upgpkg: 1.29.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cairo
pkgdesc = Python bindings for the cairo graphics library
- pkgver = 1.28.0
+ pkgver = 1.29.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.28.0/pycairo-1.28.0.tar.gz
- source =
https://github.com/pygobject/pycairo/releases/download/v1.28.0/pycairo-1.28.0.tar.gz.sig
+ source =
https://github.com/pygobject/pycairo/releases/download/v1.29.0/pycairo-1.29.0.tar.gz
+ source =
https://github.com/pygobject/pycairo/releases/download/v1.29.0/pycairo-1.29.0.tar.gz.sig
validpgpkeys = 0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC
- sha256sums =
26ec5c6126781eb167089a123919f87baa2740da2cca9098be8b3a6b91cc5fbc
+ sha256sums =
f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5bd3142
sha256sums = SKIP
pkgname = python-cairo
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=python-cairo
pkgname=(python-cairo python-cairo-docs)
-pkgver=1.28.0
+pkgver=1.29.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=('26ec5c6126781eb167089a123919f87baa2740da2cca9098be8b3a6b91cc5fbc'
+sha256sums=('f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5bd3142'
'SKIP')
validpgpkeys=(0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC) # Christoph Reiter
<[email protected]>
=====================================
REUSE.toml
=====================================
@@ -22,8 +22,6 @@ SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
-path = [
- "pycairo-sphinx6.patch",
-]
-SPDX-FileCopyrightText = "python-cairo contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"
+path = ["pycairo-sphinx6.patch"]
+SPDX-FileCopyrightText = "Arch Linux contributors"
+SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cairo/-/commit/afbfe27e2b957e56a1b8a1d53021a6faf4a1a6a4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cairo/-/commit/afbfe27e2b957e56a1b8a1d53021a6faf4a1a6a4
You're receiving this email because of your account on gitlab.archlinux.org.