diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:11:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:11:55 +0000 |
commit | 049905a865e488b16f4434d6973f387ec86b4162 (patch) | |
tree | 91cf7e663c5ad414a53493f5bc9df32fc87fc801 | |
parent | 3c4d3d3d0b6828ba4f1653f1fb6fe9fc203642ce (diff) |
automatic import of python-klayoutopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-klayout.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /klayout-0.28.6.tar.gz +/klayout-0.28.7.tar.gz diff --git a/python-klayout.spec b/python-klayout.spec index 1c82c96..59e9a13 100644 --- a/python-klayout.spec +++ b/python-klayout.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-klayout -Version: 0.28.6 +Version: 0.28.7 Release: 1 Summary: KLayout standalone Python package License: GNU GPLv3 URL: https://github.com/klayout/klayout -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/87/4a9b90b28b9c692c6114c5d0082eb7fffb6ab166a5b09f0e9370294eaba2/klayout-0.28.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/48/f0e89a676595ff52967986e3479fad2dcfa355979384aa984c74f33282ae/klayout-0.28.7.tar.gz %description @@ -39,7 +39,7 @@ For more details see here: https://www.klayout.org/klayout-pypi %prep -%autosetup -n klayout-0.28.6 +%autosetup -n klayout-0.28.7 %build %py3_build @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.6-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.7-1 - Package Spec generated @@ -1 +1 @@ -f119be7397013bb365ffc0c341758721 klayout-0.28.6.tar.gz +2c0c7d84c4291ce2c8b203d29695edf8 klayout-0.28.7.tar.gz |