pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/py-gdstk



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov 19 11:01:51 UTC 2022

Modified Files:
        pkgsrc/cad/py-gdstk: Makefile distinfo

Log Message:
(cad/py-gdstk)  Update 0.9.0 to 0.9.34

## 0.9.33 - 2022-11-14
 - build wheels for windows separately from macOs and linux

## 0.9.1 - 2022-10-12
### Fixed
 - Reading polygons with extremelly large number of vertices
 - Integer overflow in boolean operations
 - `GdsWriter` C++ API fix
 - Properly read zlib path from environment during build
 - Ensure polygons are closed when laoding GDSII files
 - Reference counting in `Reference.apply_repetition` and `Cell.flatten`


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cad/py-gdstk/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cad/py-gdstk/distinfo

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

Modified files:

Index: pkgsrc/cad/py-gdstk/Makefile
diff -u pkgsrc/cad/py-gdstk/Makefile:1.3 pkgsrc/cad/py-gdstk/Makefile:1.4
--- pkgsrc/cad/py-gdstk/Makefile:1.3    Sun Sep 18 06:02:53 2022
+++ pkgsrc/cad/py-gdstk/Makefile        Sat Nov 19 11:01:51 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/09/18 06:02:53 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/11/19 11:01:51 mef Exp $
 
-VERSION=       0.9.0
+VERSION=       0.9.34
 GITHUB_TAG=    v${VERSION}
 DISTNAME=      gdstk-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}

Index: pkgsrc/cad/py-gdstk/distinfo
diff -u pkgsrc/cad/py-gdstk/distinfo:1.2 pkgsrc/cad/py-gdstk/distinfo:1.3
--- pkgsrc/cad/py-gdstk/distinfo:1.2    Sun Sep 18 06:02:53 2022
+++ pkgsrc/cad/py-gdstk/distinfo        Sat Nov 19 11:01:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/09/18 06:02:53 mef Exp $
+$NetBSD: distinfo,v 1.3 2022/11/19 11:01:51 mef Exp $
 
-BLAKE2s (gdstk-0.9.0.tar.gz) = 9656bcc8460b262ac2812eb4eee512055d70d42740356b46caf4492794fd6d83
-SHA512 (gdstk-0.9.0.tar.gz) = 1cfc4ab58d24ff3c457c3a16bdad7828c30c34318a85c3f60684342066217eff20e52958cfc3cc728159dd07b45264f4b35757a1b0f3f0cccb9a543b5c8aa4f1
-Size (gdstk-0.9.0.tar.gz) = 616116 bytes
+BLAKE2s (gdstk-0.9.34.tar.gz) = ca8eb77222b2d1c97e0f25fca0ce2176c3289e0844b20a4b5190429195e11576
+SHA512 (gdstk-0.9.34.tar.gz) = aa4de3463251bd6a222baafdd318862c755bbe69b70ae78171c44f246314663e6bae89a2ea95ba0a9b6d8c6c9b6a4399b033ed0381338a3e5ef2bee2bdc9ae57
+Size (gdstk-0.9.34.tar.gz) = 629016 bytes



Home | Main Index | Thread Index | Old Index