Merge pull request #8683 from blue-devil/master

protobuf and certifi updated
This commit is contained in:
Blue DeviL
2020-08-30 00:49:33 +02:00
committed by GitHub
4 changed files with 42 additions and 20 deletions
+3 -3
View File
@@ -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()
+19 -11
View File
@@ -13,12 +13,13 @@
<IsA>library</IsA>
<Summary>Google's data interchange format</Summary>
<Description>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.</Description>
<Archive sha1sum="1f72ae68b34a755938ab8444f87eaf454cff90c8" type="targz">https://github.com/protocolbuffers/protobuf/archive/v3.11.3.tar.gz</Archive>
<Archive sha1sum="2160cfb354148da3fb3891b267c2edc7e3eb5c30" type="targz">https://github.com/protocolbuffers/protobuf/archive/v3.13.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-wheel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -29,11 +30,11 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libproto*</Path>
<Path fileType="data">/usr/share/emacs</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/vim</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/emacs</Path>
<Path fileType="library">/usr/lib/libproto*</Path>
</Files>
</Package>
@@ -44,8 +45,8 @@
<Dependency release="current">protobuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/google/protobuf</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/google/protobuf</Path>
</Files>
</Package>
@@ -53,8 +54,8 @@
<Name>python-protobuf</Name>
<Summary>Python 2 bindings for Google Protocol Buffers</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency release="current">protobuf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
@@ -65,9 +66,9 @@
<Name>python3-protobuf</Name>
<Summary>Python 3 bindings for Google Protocol Buffers</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency release="current">protobuf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -75,6 +76,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-08-30</Date>
<Version>3.13.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8">
<Date>2020-01-12</Date>
<Version>3.11.3</Version>
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Python package for providing Mozilla's CA Bundle</Summary>
<Description>Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. </Description>
<Archive sha1sum="90d3a85cf77f9869737796dc9bbace2bbc103cbc" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2020.4.5.1.tar.gz</Archive>
<Archive sha1sum="4bb6fad4f43f262f61d306581d9e29c91ff1d1e2" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2020.6.20.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,12 +24,19 @@
<Name>python-certifi</Name>
<Summary>Python package for providing Mozilla's CA Bundle</Summary>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-21</Date>
<Version>2020.6.20</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-04-07</Date>
<Version>2020.4.5.1</Version>
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Python3 package for providing Mozilla's CA Bundle</Summary>
<Description>Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. </Description>
<Archive sha1sum="90d3a85cf77f9869737796dc9bbace2bbc103cbc" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2020.4.5.1.tar.gz</Archive>
<Archive sha1sum="4bb6fad4f43f262f61d306581d9e29c91ff1d1e2" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2020.6.20.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -27,12 +27,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-certifi</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-certifi</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-21</Date>
<Version>2020.6.20</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-04-07</Date>
<Version>2020.4.5.1</Version>