Files
main/programming/language/python3/python3-bcrypt/pspec.xml
T
2021-10-28 11:38:16 +03:00

60 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-bcrypt</Name>
<Homepage>https://github.com/pyca/bcrypt</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Modern(-ish) password hashing for your software and your servers</Summary>
<Description>python-bcrypt is a good password hashing for your software and your servers</Description>
<Archive sha1sum="3d49377609533496ba58dd977e227b8dedb6067d" type="targz">https://github.com/pyca/bcrypt/archive/3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-bcrypt</Name>
<Summary>Modern(-ish) password hashing for your software and your servers</Summary>
<RuntimeDependencies>
<Dependency>python3-cffi</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-bcrypt</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-10-28</Date>
<Version>3.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2019-12-13</Date>
<Version>3.1.7</Version>
<Comment>Rebuilt and split packages</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-11-07</Date>
<Version>3.1.7</Version>
<Comment>First pisi release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>