pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-gobject3 py-gobject3*: update to 3.42.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a83e57cee313
branches:  trunk
changeset: 372683:a83e57cee313
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 14:22:15 2022 +0000

description:
py-gobject3*: update to 3.42.0

3.42.0 - 2021-09-19
-------------------

* meson: Bump minimum meson_version to 0.47.0
* Expose GObject.Object.run_dispose() :issue:`470`
* docs: document Gtk.Template. :issue:`396`
* dev: Add poetry support
* meson: use main branch for glib subproject
* Fix some small memory leaks :mr:`178`


3.40.1 - 2021-03-30
-------------------

* Fix tests with glib 2.68 :mr:`166`
* Fix a regression with marshalling partial() objects :mr:`165` :issue:`464`


3.40.0 - 2021-03-19
-------------------

* GTK 4 compatibility fixes :mr:`148` :mr:`159` :mr:`144` :mr:`145`
* Python 3.9 and 3.10 compatibility fixes :mr:`152` :mr:`156`
* New minimal dependency requirements due to dropping support for Ubuntu 16.04 :mr:`151`
  * Python 3.6+
  * glib 2.56+
  * gobject-introspection 1.56+
  * pycairo 1.16+


3.38.0 - 2020-09-12
-------------------

* Python 2 is no longer supported.

  Note for distros/packagers:
      In case you want to keep Python 2 support you'll likely split any existing
      package into a Python 2 and 3 version. Since these aren't parallel installable
      here are some recommendations on how to make it work:

      * Build the devel package from the Python 3 source package
      * Drop the headers/.pc files from the Python 2 build/package
      * Make sure no Python 2 using package depends on the devel package
        (@Arch: gnumeric can be build without Python support for example)

      See :issue:`392` for details

* meson: Make the `pycairo` option a feature :mr:`146` :mr:`147`
* gdk overrides: Fix wrapping of scroll events :mr:`141`
* Add overrides for Gtk.Button set/get_focus_on_click :mr:`132`

diffstat:

 devel/py-gobject3/Makefile        |  3 +--
 devel/py-gobject3/Makefile.common |  5 ++---
 devel/py-gobject3/PLIST           |  5 +----
 devel/py-gobject3/distinfo        |  8 ++++----
 4 files changed, 8 insertions(+), 13 deletions(-)

diffs (65 lines):

diff -r 630e07066465 -r a83e57cee313 devel/py-gobject3/Makefile
--- a/devel/py-gobject3/Makefile        Fri Jan 28 14:03:00 2022 +0000
+++ b/devel/py-gobject3/Makefile        Fri Jan 28 14:22:15 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.44 2022/01/28 14:03:00 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2022/01/28 14:22:15 wiz Exp $
 
-PKGREVISION= 3
 .include "Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/-/3-/}
diff -r 630e07066465 -r a83e57cee313 devel/py-gobject3/Makefile.common
--- a/devel/py-gobject3/Makefile.common Fri Jan 28 14:03:00 2022 +0000
+++ b/devel/py-gobject3/Makefile.common Fri Jan 28 14:22:15 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.17 2020/07/08 06:08:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2022/01/28 14:22:15 wiz Exp $
 # used by devel/py-gobject3/Makefile
 # used by devel/py-gobject3-common/Makefile
 
-DISTNAME=      pygobject-3.36.1
+DISTNAME=      pygobject-3.42.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pygobject/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -11,7 +11,6 @@
 HOMEPAGE=      https://pygobject.readthedocs.io/
 LICENSE=       gnu-lgpl-v2.1
 
-USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c99
 USE_TOOLS+=            pkg-config
 
diff -r 630e07066465 -r a83e57cee313 devel/py-gobject3/PLIST
--- a/devel/py-gobject3/PLIST   Fri Jan 28 14:03:00 2022 +0000
+++ b/devel/py-gobject3/PLIST   Fri Jan 28 14:22:15 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/09/22 17:52:41 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/01/28 14:22:15 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,9 +9,6 @@
 ${PYSITELIB}/gi/__init__.py
 ${PYSITELIB}/gi/__init__.pyc
 ${PYSITELIB}/gi/__init__.pyo
-${PYSITELIB}/gi/_compat.py
-${PYSITELIB}/gi/_compat.pyc
-${PYSITELIB}/gi/_compat.pyo
 ${PYSITELIB}/gi/_constants.py
 ${PYSITELIB}/gi/_constants.pyc
 ${PYSITELIB}/gi/_constants.pyo
diff -r 630e07066465 -r a83e57cee313 devel/py-gobject3/distinfo
--- a/devel/py-gobject3/distinfo        Fri Jan 28 14:03:00 2022 +0000
+++ b/devel/py-gobject3/distinfo        Fri Jan 28 14:22:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 10:18:31 nia Exp $
+$NetBSD: distinfo,v 1.26 2022/01/28 14:22:15 wiz Exp $
 
-BLAKE2s (pygobject-3.36.1.tar.xz) = 8dfe5ff7e5c2b20a9ca5004f47cd7603f8a4487ee18a9087006ece8f0e70b76e
-SHA512 (pygobject-3.36.1.tar.xz) = 5e00dcd03dfe4f92acbf827c13c164b6b9740b2a8cef3b2dce70f96a2156fee2411c84dc669f12b910f4a93daa03ba845282832e2b09d8c887102d43764a345f
-Size (pygobject-3.36.1.tar.xz) = 556568 bytes
+BLAKE2s (pygobject-3.42.0.tar.xz) = c38869b1eac149d6c8b4de7d1ec54d74aa4e312f7a6d1998539cd27d30c75622
+SHA512 (pygobject-3.42.0.tar.xz) = 2f3e9187cb8dd7ccbf139a58ea348732fc7cb95dbf4bee2ba8f78003a7540d90c0b29153d93f50bf613c2d43f0de0ec8971c61c358d48552e42ce17775a178dd
+Size (pygobject-3.42.0.tar.xz) = 557060 bytes



Home | Main Index | Thread Index | Old Index