diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:11:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:11:33 +0000 |
commit | 1c10c636728909e28dcb598f1d5509a9d2ce4444 (patch) | |
tree | 4831d52a0a0a789b294d1fda6f48d9aba43f243d | |
parent | f2116ed2f1970212d0980479913284a33b83b80c (diff) |
automatic import of python-protobufopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-protobuf.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /protobuf-4.22.1.tar.gz +/protobuf-4.22.3.tar.gz diff --git a/python-protobuf.spec b/python-protobuf.spec index ac3f15d..82017c8 100644 --- a/python-protobuf.spec +++ b/python-protobuf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-protobuf -Version: 4.22.1 +Version: 4.22.3 Release: 1 Summary: please add a summary manually as the author left a blank one License: 3-Clause BSD License URL: https://developers.google.com/protocol-buffers/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/e0/9da6a25f4ac72455f5da9d4af8d75144d15e29d415220773850e0ec23d3e/protobuf-4.22.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/86/44a1e4990a81cb4248a2091a182bb76a6417fddcaff560ceb6b44eb05c55/protobuf-4.22.3.tar.gz %description @@ -30,7 +30,7 @@ Provides: python3-protobuf-doc %prep -%autosetup -n protobuf-4.22.1 +%autosetup -n protobuf-4.22.3 %build %py3_build @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.22.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 4.22.3-1 - Package Spec generated @@ -1 +1 @@ -fef1b8139003bc2586d44dc7ea9b4636 protobuf-4.22.1.tar.gz +8376fe006e7b1de81e09099aae2655c5 protobuf-4.22.3.tar.gz |