pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-cairo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 14 16:27:46 UTC 2020

Modified Files:
        pkgsrc/graphics/py-cairo: Makefile distinfo

Log Message:
py-cairo: update to 1.20.0.

1.20.0 - 2020-10-05
-------------------

* Require Python 3.6+ :pr:`201`
* Require cairo 1.15.10+ :pr:`204`
* docs: support Sphinx 3.0 :pr:`207`
* meson: add 'tests' option to skip tests :pr:`188`
* Windows: build wheels :pr:`197`
* Add support for Python 3.9 and 3.10 :pr:`198` :pr:`202`
* examples: add a Jupyter Notebook example :pr:`181`
* Raise an error early when being passed a file object not opened in binary mode :pr:`205`
* Add a pyproject.toml file :pr:`206`


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/py-cairo/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/py-cairo/distinfo

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

Modified files:

Index: pkgsrc/graphics/py-cairo/Makefile
diff -u pkgsrc/graphics/py-cairo/Makefile:1.65 pkgsrc/graphics/py-cairo/Makefile:1.66
--- pkgsrc/graphics/py-cairo/Makefile:1.65      Thu Sep  3 15:45:12 2020
+++ pkgsrc/graphics/py-cairo/Makefile   Wed Oct 14 16:27:46 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2020/09/03 15:45:12 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2020/10/14 16:27:46 wiz Exp $
 
-DISTNAME=              pycairo-1.19.1
+DISTNAME=              pycairo-1.20.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=pygobject/}

Index: pkgsrc/graphics/py-cairo/distinfo
diff -u pkgsrc/graphics/py-cairo/distinfo:1.27 pkgsrc/graphics/py-cairo/distinfo:1.28
--- pkgsrc/graphics/py-cairo/distinfo:1.27      Thu Sep  3 15:45:12 2020
+++ pkgsrc/graphics/py-cairo/distinfo   Wed Oct 14 16:27:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/09/03 15:45:12 wiz Exp $
+$NetBSD: distinfo,v 1.28 2020/10/14 16:27:46 wiz Exp $
 
-SHA1 (pycairo-1.19.1.tar.gz) = af8f72fd7bf9f3a234357e38589bbd58d3a0ba0d
-RMD160 (pycairo-1.19.1.tar.gz) = db531fc2fa3baaf71f635f960e2782ed6a0a6317
-SHA512 (pycairo-1.19.1.tar.gz) = a7955a2566d5e5586154b62f3aeef824e1e6076cbd3eb86af8288fedcc7d61c4e36a53691298cf9df2e2df7fc96292f96dec92c5d4343e6c1b4c971e97d0650f
-Size (pycairo-1.19.1.tar.gz) = 205196 bytes
+SHA1 (pycairo-1.20.0.tar.gz) = d6bbd57626a1a5af27cc2ac621032d9838990197
+RMD160 (pycairo-1.20.0.tar.gz) = e27cf9ad27fb430ea1eed8da41bb9bb6108284bc
+SHA512 (pycairo-1.20.0.tar.gz) = d32d008b741653d02324b206a438f5fd85f2a433201d6f8b98c8f1adc712abea611a4b5ed95c55258efb662dc579eed6b2f752b10d9fc2b6a7c8e5edd19e5266
+Size (pycairo-1.20.0.tar.gz) = 344370 bytes



Home | Main Index | Thread Index | Old Index