pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/klayout



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jul 13 09:19:47 UTC 2024

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.29.2 to 0.29.4

0.29.4           (2024-07-08):
* Bug: %GITHUB%/issues/1780 Crash on deleting multiple selected shapes or items

0.29.3           (2024-07-06):
* Bug: %GITHUB%/issues/1774 ImportError: cannot import name '__version__' from 'klayout'
* Bug: %GITHUB%/issues/1771 Python exception formatting: backtrace missing for Python >=3.11.7
* Bug: %GITHUB%/issues/1757 Fixed memory issue
* Enhancement: %GITHUB%/issues/1756 Configure timeout for HTTP(S) requests
  A new environment variable has been introduced to configure the
  HTTP(S) timeout: KLAYOUT_HTTP_TIMEOUT (timeout value in seconds,
  default is 10s)
* Bug: %GITHUB%/issues/1769 Typo fixed
* Bug: %GITHUB%/issues/1751 Code sanity issue fixed
* Bug: %GITHUB%/issues/1750 Code sanity issue fixed
* Enhancement: %GITHUB%/issues/1747 Transformations on negative floats/ints
* Bug: %GITHUB%/issues/1743 strmxor shows no difference, klayout xor shows 85
* Enhancement: %GITHUB%/issues/1741 Tooltip strings for PCell parameters
* Bug: %GITHUB%/issues/1733 Instance selecion in object properties does not match with view port object highlight
* Enhancement: %GITHUB%/issues/1655 Marker object lifetime management
* Enhancement: DRC - step-wise size with "inside" and "outside" constraint
  This feature is handy for implementing latch-up rules more efficiently.
* Bugfix: OASIS reader - avoiding slight rounding of DBU In python read/write cycle (discussion-2526)
* Bugfix: Proper tracking of references of RecursiveShapeIterator.
  Related to issue #1742, but not directly.
* Bugfix: Symlinks in the salt paths might have lead to macro duplication
* Bugfix: Ruby binding - "return" inside block was behaving like "break".
  Now, "return" will leave the current function.
* Enhancement: LVS layer naming now also accepts an optional layer/datatype information.
* Enhancement: XOR performance enhanced in deep mode for "almost same" inputs.
* Bugfix: Macro debugger now does not prevent paint events and
  screen refresh should work while debugging. In addition, the debugger
  does not deadlock the desktop when using the help browser's search
  function. Side effects are yet unknown - maybe debugging Qt event
  handlers now becomes less stable.
  Issue #1770 addresses a problem introduced during this effort and also
  fixed in this release.
* Bugfix: During modal dialogs, the debugger's run/stop and step buttons were not working.
* Enhancement: DRC size/sized now also accepts sizing mode as string.
  For example "layer.sized(1.um, 'square_limit')" will work now.
  Previously, this argument has been ignored. This will make the GF180 DRC deck work properly.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/cad/klayout/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/klayout/Makefile
diff -u pkgsrc/cad/klayout/Makefile:1.87 pkgsrc/cad/klayout/Makefile:1.88
--- pkgsrc/cad/klayout/Makefile:1.87    Fri Jun 14 10:42:28 2024
+++ pkgsrc/cad/klayout/Makefile Sat Jul 13 09:19:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2024/06/14 10:42:28 mef Exp $
+# $NetBSD: Makefile,v 1.88 2024/07/13 09:19:46 mef Exp $
 
-DISTNAME=      klayout-0.29.2
+DISTNAME=      klayout-0.29.4
 CATEGORIES=    cad
 MASTER_SITES=  https://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.43 pkgsrc/cad/klayout/distinfo:1.44
--- pkgsrc/cad/klayout/distinfo:1.43    Fri Jun 14 10:42:28 2024
+++ pkgsrc/cad/klayout/distinfo Sat Jul 13 09:19:46 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2024/06/14 10:42:28 mef Exp $
+$NetBSD: distinfo,v 1.44 2024/07/13 09:19:46 mef Exp $
 
-BLAKE2s (klayout-0.29.2.tar.gz) = ff28291e95af85def2c9a1866e9d46d59820c71333d7ef063b16e4bfa7507a26
-SHA512 (klayout-0.29.2.tar.gz) = d078271f95cab57bd453475e0947798bdb61881465afbd32d00fb58eaa00df3c7d61c1da1a50fbe1ae50d60167227c06ba3769aad857ecac37d9ab0c87827d11
-Size (klayout-0.29.2.tar.gz) = 97000602 bytes
+BLAKE2s (klayout-0.29.4.tar.gz) = c7b2f33d846b0f11ea6b977f1758b508b502ee20d81b53403be0ff93005f3bda
+SHA512 (klayout-0.29.4.tar.gz) = a9d7a9fd3b0d2300f26b82c9547d0cd8ed183fe2e8e79d8689622da096e529920b39255df7330d41b27133263db3c74c861deda69a57c20dc09de87443941228
+Size (klayout-0.29.4.tar.gz) = 97041196 bytes
 SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4
 SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb
 SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860



Home | Main Index | Thread Index | Old Index