diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tm1py.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /tm1py-1.10.2.tar.gz +/tm1py-1.11.2.tar.gz diff --git a/python-tm1py.spec b/python-tm1py.spec index 5c87ca6..6858dde 100644 --- a/python-tm1py.spec +++ b/python-tm1py.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-TM1py -Version: 1.10.2 +Version: 1.11.2 Release: 1 Summary: A python module for TM1. License: MIT URL: https://github.com/cubewise-code/tm1py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b0/13/1e034faf912349bedb459a7761cef7784f8855c7f07fa97c8b235fec3ecb/tm1py-1.10.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f9/81/e18a59f5d23c9d3fb46ba58118fbe9686cc9a76ca06fcd78cb2ffd3c65fe/tm1py-1.11.2.tar.gz BuildArch: noarch @@ -52,7 +52,7 @@ TM1py offers handy features to interact with TM1 from Python, such as - Generate MDX Queries from existing cube views %prep -%autosetup -n TM1py-1.10.2 +%autosetup -n TM1py-1.11.2 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.10.2-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.11.2-1 - Package Spec generated @@ -1 +1 @@ -99b23a2a12092e5d77b0d2b556c63404 tm1py-1.10.2.tar.gz +cfc2ab0a6dd8e98d8af6c1574df9c97b tm1py-1.11.2.tar.gz |