diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dxpy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dxpy-0.344.0.tar.gz +/dxpy-0.346.0.tar.gz diff --git a/python-dxpy.spec b/python-dxpy.spec index ea813da..f5a58d7 100644 --- a/python-dxpy.spec +++ b/python-dxpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dxpy -Version: 0.344.0 +Version: 0.346.0 Release: 1 Summary: DNAnexus Platform API bindings for Python License: Apache Software License URL: https://github.com/dnanexus/dx-toolkit -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f0/77/6b602e0aa5baa928cb6d4462cc2325514c7c5008f8ddddbf9e0d82d0bcfd/dxpy-0.344.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/31/1b/c6709b85c7cd395d0ee4425c0d585e2b9d271094b52e1321365abe2c4916/dxpy-0.346.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-dxpy-doc [API Documentation](http://autodoc.dnanexus.com/bindings/python/current/) %prep -%autosetup -n dxpy-0.344.0 +%autosetup -n dxpy-0.346.0 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.344.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.346.0-1 - Package Spec generated @@ -1 +1 @@ -ebdc3b8db55f5255012db239dda63f6a dxpy-0.344.0.tar.gz +f53dd7fdb86fbbc73f356927250b2b66 dxpy-0.346.0.tar.gz |