Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / pygobject


Commits:
87a44924 by Fabian Bornschein at 2024-02-17T11:37:55+01:00
upgpkg: 3.47.0-1: gnome-unstable

- - - - -
bd163dd3 by Jan Alexander Steffens (heftig) at 2024-03-10T16:25:53+01:00
3.48.1-1

- - - - -
19afb1c1 by Jan Alexander Steffens (heftig) at 2024-03-20T23:10:20+01:00
Merge remote-tracking branch 'origin/gnome-unstable'

* origin/gnome-unstable:
  3.48.1-1
  upgpkg: 3.47.0-1: gnome-unstable

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,31 @@
+pkgbase = pygobject
+       pkgdesc = Python bindings for GLib/GObject/GIO/GTK
+       pkgver = 3.48.1
+       pkgrel = 1
+       url = https://wiki.gnome.org/Projects/PyGObject
+       arch = x86_64
+       license = LGPL-2.1-or-later
+       checkdepends = gtk3
+       checkdepends = python-pytest
+       checkdepends = xorg-server-xvfb
+       makedepends = git
+       makedepends = gobject-introspection
+       makedepends = meson
+       makedepends = python-cairo
+       makedepends = python-sphinx
+       makedepends = python-sphinx-furo
+       depends = gobject-introspection-runtime
+       depends = python
+       optdepends = cairo: Cairo bindings
+       source = 
git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=67b807613a93544fb7ff8f456b0de004950f7da4
+       b2sums = SKIP
+
+pkgname = python-gobject
+       provides = pygobject-devel=3.48.1
+       conflicts = pygobject-devel
+       replaces = pygobject-devel<=3.36.1-1
+
+pkgname = python-gobject-docs
+       pkgdesc = Developer documentation for PyGObject
+       depends = 
+       optdepends = 


=====================================
PKGBUILD
=====================================
@@ -1,4 +1,5 @@
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Contributor: Ionut Biru <ib...@archlinux.org>
 
 pkgbase=pygobject
@@ -6,12 +7,12 @@ pkgname=(
   python-gobject
   python-gobject-docs
 )
-pkgver=3.46.0
+pkgver=3.48.1
 pkgrel=1
 pkgdesc="Python bindings for GLib/GObject/GIO/GTK"
 url="https://wiki.gnome.org/Projects/PyGObject";
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(
   gobject-introspection-runtime
   python
@@ -22,7 +23,7 @@ makedepends=(
   meson
   python-cairo
   python-sphinx
-  python-sphinx_rtd_theme
+  python-sphinx-furo
 )
 checkdepends=(
   gtk3
@@ -30,7 +31,7 @@ checkdepends=(
   xorg-server-xvfb
 )
 optdepends=('cairo: Cairo bindings')
-_commit=b5b3fb1fcdbf539dd0cc04120ee4a8e81bce403c  # tags/3.46.0^0
+_commit=67b807613a93544fb7ff8f456b0de004950f7da4  # tags/3.48.1^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit";
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/compare/93c5258614c16e3f1947010d7c6314facedc2e53...19afb1c1af2367440de20e916aa348fe62936141

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/compare/93c5258614c16e3f1947010d7c6314facedc2e53...19afb1c1af2367440de20e916aa348fe62936141
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to