diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:14:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:14:22 +0000 |
commit | 2fd6d43364c2909874e12c526774471dd9e61780 (patch) | |
tree | 52875af42a4144607e2345bf8b143d102ca1a3d7 | |
parent | 4a73d6cdd1c809b6a09cbd44959588b6d5a703d2 (diff) |
automatic import of python-mdxpyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-mdxpy.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 8 deletions
@@ -1 +1,2 @@ /mdxpy-1.2.tar.gz +/mdxpy-1.3.1.tar.gz diff --git a/python-mdxpy.spec b/python-mdxpy.spec index e57d25f..d06005e 100644 --- a/python-mdxpy.spec +++ b/python-mdxpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mdxpy -Version: 1.2 +Version: 1.3.1 Release: 1 Summary: A simple, yet elegant MDX library for TM1 License: MIT-LICENSE URL: https://github.com/cubewise-code/mdxpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/72/e16ebcbfcf4af46cf03879f44e8e2b48220e024095ef3826b61dd63e05db/mdxpy-1.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/60/ad/5803adf30573335ab170edc58fb026d86909c890eef46cf8ed5c62450b91/mdxpy-1.3.1.tar.gz BuildArch: noarch @@ -244,7 +244,6 @@ All tests in `test.py` ## Contribution
Contribution is welcome. If you find a bug or feel like you can contribute please fork the repository, update the code and then create a pull request so we can merge in the changes.
-
%package -n python3-mdxpy @@ -488,7 +487,6 @@ All tests in `test.py` ## Contribution
Contribution is welcome. If you find a bug or feel like you can contribute please fork the repository, update the code and then create a pull request so we can merge in the changes.
-
%package help @@ -729,11 +727,10 @@ All tests in `test.py` ## Contribution
Contribution is welcome. If you find a bug or feel like you can contribute please fork the repository, update the code and then create a pull request so we can merge in the changes.
-
%prep -%autosetup -n mdxpy-1.2 +%autosetup -n mdxpy-1.3.1 %build %py3_build @@ -773,5 +770,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.1-1 - Package Spec generated @@ -1 +1 @@ -c66d0331f3e2274a81c5d40fd9351f4b mdxpy-1.2.tar.gz +1e3d6131d8cbfabc94a198d2dfff005d mdxpy-1.3.1.tar.gz |