python3-pynacl:ver bump

This commit is contained in:
blue-devil
2020-08-31 23:47:15 +02:00
parent 1621cefa24
commit 5aea14ab1b
2 changed files with 11 additions and 4 deletions
@@ -4,8 +4,8 @@
# 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 pythonmodules
def build():
# fix unused direct dependency analysis
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Python3 binding to the Networking and Cryptography (NaCl) library</Summary>
<Description>python3-pynacl PyNaCl is a Python3 binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.</Description>
<Archive sha1sum="f0b09d0168e8f6fbefb0cff0d6eb26ae484bee4e" type="targz">https://github.com/pyca/pynacl/archive/1.3.0.tar.gz</Archive>
<Archive sha1sum="e18c3803dd7944afd7b00c8c43c3c61fcb75136f" type="targz">https://github.com/pyca/pynacl/archive/1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,8 +24,8 @@
<Name>python3-pynacl</Name>
<Summary>PyNaCl module for python3</Summary>
<RuntimeDependencies>
<Dependency>python3-cffi</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-cffi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-07-21</Date>
<Version>1.4.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2019-12-11</Date>
<Version>1.3.0</Version>