90 lines
3.4 KiB
XML
90 lines
3.4 KiB
XML
<?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="7c972d67d52ec23e91e698767d77d35af6d12242" type="targz">https://github.com/paramiko/paramiko/archive/2.8.0.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="7">
|
||
<Date>2023-10-17</Date>
|
||
<Version>2.8.0</Version>
|
||
<Comment>Rebuild.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="6">
|
||
<Date>2021-10-28</Date>
|
||
<Version>2.8.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<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>
|