python3-cryptography:ver bump

This commit is contained in:
blue-devil
2020-04-08 00:49:15 +03:00
parent 18c48def4b
commit 5fd687eaad
3 changed files with 37 additions and 7 deletions
@@ -13,11 +13,13 @@
<IsA>library</IsA>
<Summary>Cryptographic recipes for Python3</Summary>
<Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
<Archive sha1sum="93d4e9d58f911d342c68973a75542375ef8021ab" type="targz">https://github.com/pyca/cryptography/archive/2.8.tar.gz</Archive>
<Archive sha1sum="d30a891552c70febeb67f936877a8abfc220e0ef" type="targz">https://github.com/pyca/cryptography/archive/2.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<!-- documentation dependencies -->
<Dependency>python3-sphinx</Dependency>
</BuildDependencies>
</Source>
@@ -29,11 +31,31 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-cryptography/README.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/LICENSE</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography</Path>
</Files>
</Package>
<Package>
<Name>python3-cryptography-docs</Name>
<Summary>Documentation files for python3-cryptography</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-cryptography</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-cryptography/html</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-04-07</Date>
<Version>2.9</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-11-06</Date>
<Version>2.8</Version>