From dbee51c6ad92b81eb1ccad9b01c80389b723e301 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 00:48:34 +0200 Subject: [PATCH] protobuf:ver bump --- network/misc/protobuf/actions.py | 6 +++--- network/misc/protobuf/pspec.xml | 30 +++++++++++++++++++----------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/network/misc/protobuf/actions.py b/network/misc/protobuf/actions.py index d92137c86b..8a5a829869 100644 --- a/network/misc/protobuf/actions.py +++ b/network/misc/protobuf/actions.py @@ -4,11 +4,11 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools +from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules WorkDir="%s" % get.srcDIR() diff --git a/network/misc/protobuf/pspec.xml b/network/misc/protobuf/pspec.xml index aa9a7a67d4..55062ca1c4 100644 --- a/network/misc/protobuf/pspec.xml +++ b/network/misc/protobuf/pspec.xml @@ -13,12 +13,13 @@ library Google's data interchange format Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. - https://github.com/protocolbuffers/protobuf/archive/v3.11.3.tar.gz + https://github.com/protocolbuffers/protobuf/archive/v3.13.0.tar.gz - python3-setuptools - python-setuptools - python3-devel + python-wheel python-devel + python3-devel + python-setuptools + python3-setuptools @@ -29,11 +30,11 @@ libgcc - /usr/lib/libproto* - /usr/share/emacs + /usr/share/doc /usr/bin /usr/share/vim - /usr/share/doc + /usr/share/emacs + /usr/lib/libproto* @@ -44,8 +45,8 @@ protobuf - /usr/include/google/protobuf /usr/lib/pkgconfig + /usr/include/google/protobuf @@ -53,8 +54,8 @@ python-protobuf Python 2 bindings for Google Protocol Buffers - protobuf-devel python-setuptools + protobuf-devel /usr/lib/python2* @@ -65,9 +66,9 @@ python3-protobuf Python 3 bindings for Google Protocol Buffers - protobuf-devel - python3-setuptools python3 + python3-setuptools + protobuf-devel /usr/lib/python3* @@ -75,6 +76,13 @@ + + 2020-08-30 + 3.13.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-12 3.11.3