Files
main/programming/language/python3/python3-paramiko/pspec.xml
T
2020-09-23 19:46:32 +03:00

76 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-paramiko</Name>
<Homepage>https://github.com/paramiko/paramiko/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>SSH2 implementation for Python</Summary>
<Description>python-paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines.</Description>
<Archive sha1sum="bcbd77a81f7a5b6ae93f59f3586a248513aa31e2" type="targz">https://github.com/paramiko/paramiko/archive/2.7.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-paramiko</Name>
<Summary>Paramiko module for python3</Summary>
<RuntimeDependencies>
<Dependency>python3-cryptography</Dependency>
<Dependency>python3-pynacl</Dependency>
<Dependency>python3-bcrypt</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-paramiko</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2019-12-13</Date>
<Version>2.7.1</Version>
<Comment>Version bump and Rebuilt</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2019-11-22</Date>
<Version>2.6.0</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2016-03-31</Date>
<Version>1.16.0</Version>
<Comment>Version bump, rebuilt with docker</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-11-19</Date>
<Version>1.12.0</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>1.7.7.1</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>