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: Sun Sep 18 06:02:54 UTC 2022
Modified Files:
pkgsrc/cad/py-gdstk: Makefile distinfo
Log Message:
(cad/gdstk) Updated 0.8.3 to 0.9.0
## 0.9.0 2022-08-21 (Date from timestamp)
### Fixed
- Bug when saving OASIS files with missing references.
### Added
- `Reference.get_polygons`, `Reference.get_paths`, `Reference.get_labels`
- `Library.rename_cell`
- `Library::rename_cell` and `Library::replace_cell` in the C++ API
### Changed
- `Cell.filter` arguments modified to match `read_gds`.
- Changed default tolerance for `read_gds` and `read_oas` to be the library's rounding size.
- `Reference::polygons` renamed to `Reference::get_polygons` in the C++ API.
- `Reference::flexpaths` renamed to `Reference::get_flexpaths` in the C++ API.
- `Reference::robustpaths` renamed to `Reference::get_robustpaths` in the C++ API.
- `Reference::labels` renamed to `Reference::get_labels` in the C++ API.
- Removed magnification argument from `Reference::init` and `Label::init` in the C++ API.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cad/py-gdstk/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/cad/py-gdstk/Makefile:1.3
--- pkgsrc/cad/py-gdstk/Makefile:1.2 Fri Jun 17 13:26:34 2022
+++ pkgsrc/cad/py-gdstk/Makefile Sun Sep 18 06:02:53 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/06/17 13:26:34 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/18 06:02:53 mef Exp $
-VERSION= 0.8.3
+VERSION= 0.9.0
GITHUB_TAG= v${VERSION}
DISTNAME= gdstk-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Index: pkgsrc/cad/py-gdstk/distinfo
diff -u pkgsrc/cad/py-gdstk/distinfo:1.1 pkgsrc/cad/py-gdstk/distinfo:1.2
--- pkgsrc/cad/py-gdstk/distinfo:1.1 Fri Jun 17 11:38:30 2022
+++ pkgsrc/cad/py-gdstk/distinfo Sun Sep 18 06:02:53 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/06/17 11:38:30 mef Exp $
+$NetBSD: distinfo,v 1.2 2022/09/18 06:02:53 mef Exp $
-BLAKE2s (gdstk-0.8.3.tar.gz) = 6195166800f07ace59159b932f36348f49110e07fe0a46adcf3ff522dc476229
-SHA512 (gdstk-0.8.3.tar.gz) = 1106c8e7870662448929d2e6cc5b15babe5bf6f6be7a2631fc2d47b840964ba96d87ae86e5ca8a5566c87f189d164ac8e402bc82e8f08abee4bf8374bbf15e0d
-Size (gdstk-0.8.3.tar.gz) = 613066 bytes
+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
Home |
Main Index |
Thread Index |
Old Index