diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:05:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:05:34 +0000 |
commit | 137e4ce108e17c58e33bf8cc69674a22717c994d (patch) | |
tree | f2a0206b2fbadd6064be4c1d51b4546389c29bb6 | |
parent | 19a90b2fd12b8e976e25f82fd26012cb6e4267fe (diff) |
automatic import of python-tentaclioopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tentaclio.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /tentaclio-1.1.0.tar.gz +/tentaclio-1.2.1.tar.gz diff --git a/python-tentaclio.spec b/python-tentaclio.spec index c844b9f..6ca56b4 100644 --- a/python-tentaclio.spec +++ b/python-tentaclio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tentaclio -Version: 1.1.0 +Version: 1.2.1 Release: 1 Summary: Unification of data connectors for distributed data tasks License: MIT URL: https://github.com/octoenergy/tentaclio -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8c/a9/f3af00d2f1a5cc15e9301851e40e2191c7609958bdaee547719dd6b15598/tentaclio-1.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/06/688b62c2b9c6e3f11471d7dc0086d6d16c64fa4c065fe70cd449974dd370/tentaclio-1.2.1.tar.gz BuildArch: noarch Requires: python3-urllib3 @@ -970,7 +970,7 @@ In order to abstract concrete dependencies from the implementation of data relat %prep -%autosetup -n tentaclio-1.1.0 +%autosetup -n tentaclio-1.2.1 %build %py3_build @@ -1010,5 +1010,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.1-1 - Package Spec generated @@ -1 +1 @@ -10078558b8b3523e84b0be856df7198f tentaclio-1.1.0.tar.gz +0960a0eff6979ea5c317001495c83a4d tentaclio-1.2.1.tar.gz |