diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-glue-core.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /glue-core-1.9.0.tar.gz +/glue-core-1.9.1.tar.gz diff --git a/python-glue-core.spec b/python-glue-core.spec index f820698..c1e8c18 100644 --- a/python-glue-core.spec +++ b/python-glue-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-glue-core -Version: 1.9.0 +Version: 1.9.1 Release: 1 Summary: Multidimensional data visualization across files License: BSD License URL: http://glueviz.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/ad/1355b73695c5a1569d0c4ba90a5322c3bf4dfa1a5cc58a7dc4991206c837/glue-core-1.9.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f8/a6/c7b06ae9dcd44befc7b3f7a8981b89e8391ff97bf79c05331aeaf7f297ad/glue-core-1.9.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -76,7 +76,7 @@ across many files. Click on the image for a quick demo: |Glue demo| %prep -%autosetup -n glue-core-1.9.0 +%autosetup -n glue-core-1.9.1 %build %py3_build @@ -116,5 +116,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.1-1 - Package Spec generated @@ -1 +1 @@ -f59572cd06786ae8e6a67399427c06aa glue-core-1.9.0.tar.gz +8f916dcc1166f160e1752916d07cd0af glue-core-1.9.1.tar.gz |