pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip6



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Dec 12 18:39:55 UTC 2023

Modified Files:
        pkgsrc/x11/py-sip6: Makefile distinfo
Removed Files:
        pkgsrc/x11/py-sip6/patches: patch-sipbuild_buildable.py
            patch-sipbuild_generator_outputs_code.py

Log Message:
x11/py-sip6: Update to 6.8.1

This is a bugfix release to 6.8.0, which failed for many users,
including qgis.

This update drops the patch to change upstream's code surrounding
".abi3" because upstream said it was incorrect.  It seems that
suffixes really do change when using the limited API and we will have
to deal with that.

Tested with qgis.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-sip6/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/py-sip6/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/x11/py-sip6/patches/patch-sipbuild_buildable.py
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/x11/py-sip6/patches/patch-sipbuild_generator_outputs_code.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/py-sip6/Makefile
diff -u pkgsrc/x11/py-sip6/Makefile:1.13 pkgsrc/x11/py-sip6/Makefile:1.14
--- pkgsrc/x11/py-sip6/Makefile:1.13    Tue Dec 12 14:14:15 2023
+++ pkgsrc/x11/py-sip6/Makefile Tue Dec 12 18:39:55 2023
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2023/12/12 14:14:15 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2023/12/12 18:39:55 gdt Exp $
 
 # Before updating sip, geography/qgis (as the most demanding sip user
 # currently known) must be tested to build ok.  The 6.8.0 release of
 # sip was very broken, and .0 releases of sip should be viewed with
 # extreme caution and probably skipped.
-DISTNAME=      sip-6.8.0
+DISTNAME=      sip-6.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/sip/sip6/}
-PKGREVISION=   1
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sip/}
 

Index: pkgsrc/x11/py-sip6/distinfo
diff -u pkgsrc/x11/py-sip6/distinfo:1.11 pkgsrc/x11/py-sip6/distinfo:1.12
--- pkgsrc/x11/py-sip6/distinfo:1.11    Tue Dec 12 14:14:15 2023
+++ pkgsrc/x11/py-sip6/distinfo Tue Dec 12 18:39:55 2023
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/12/12 14:14:15 gdt Exp $
+$NetBSD: distinfo,v 1.12 2023/12/12 18:39:55 gdt Exp $
 
-BLAKE2s (sip-6.8.0.tar.gz) = f6c62272c15b96ac07b6267ac7fd6e4e44cc4c4d78697a7641cdbd270395b61c
-SHA512 (sip-6.8.0.tar.gz) = 09e25e3937339b6dbaa0b693bf0b99e5c225751ca79e0a307387c331f2b84e4e5a276897b471a123d24715e5d9cb85e84d244cf07960ff6f53f75859bbb2f901
-Size (sip-6.8.0.tar.gz) = 985563 bytes
-SHA1 (patch-sipbuild_buildable.py) = 0f82fff298a0b4cc90ee6f0d68c62c1c3211bcae
-SHA1 (patch-sipbuild_generator_outputs_code.py) = 176ea3ecf02037cb59a2550c5a2a78be30073e86
+BLAKE2s (sip-6.8.1.tar.gz) = 6b324e858d7ac9890eec40ee9f455c02e4eaa4eeaef5bda28d2077a611eb5048
+SHA512 (sip-6.8.1.tar.gz) = 315243ec94fa66165ea458b64ab11d5b682f17723148e4dbe844dc31d6d7b024458a58c68bf2643f0930a31f28821b85a99fa1b02431a9a2e1c0d8ddd1df3342
+Size (sip-6.8.1.tar.gz) = 986219 bytes



Home | Main Index | Thread Index | Old Index