[Python-modules-commits] r33493 - in packages/python-asyncssh/tags (3 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Mon Jul 27 21:20:30 UTC 2015


    Date: Monday, July 27, 2015 @ 21:20:29
  Author: bernat
Revision: 33493

[svn-buildpackage] Tagging python-asyncssh 1.2.0-1

Added:
  packages/python-asyncssh/tags/1.2.0-1/
  packages/python-asyncssh/tags/1.2.0-1/debian/control
    (from rev 33492, packages/python-asyncssh/trunk/debian/control)
Deleted:
  packages/python-asyncssh/tags/1.2.0-1/debian/control

Deleted: packages/python-asyncssh/tags/1.2.0-1/debian/control
===================================================================
--- packages/python-asyncssh/trunk/debian/control	2015-07-27 18:50:42 UTC (rev 33491)
+++ packages/python-asyncssh/tags/1.2.0-1/debian/control	2015-07-27 21:20:29 UTC (rev 33493)
@@ -1,58 +0,0 @@
-Source: python-asyncssh
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Vincent Bernat <bernat at debian.org>
-Build-Depends: 
- debhelper (>= 9),
- python3-all,
- python3-sphinx (>= 1.0.7+dfsg-1~),
- python3-setuptools,
- python3-crypto,
- python3-cryptography,
- python3-bcrypt,
- openssl,
- openssh-client
-Standards-Version: 3.9.6
-Homepage: https://github.com/ronf/asyncssh
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-asyncssh/trunk/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-asyncssh/trunk/
-
-Package: python3-asyncssh
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python-asyncssh-doc
-Description: asyncio-based client and server implementation of SSHv2 protocol
- AsyncSSH is a Python package which provides an asynchronous client
- and server implementation of the SSHv2 protocol on top of the Python
- 3.4+ asyncio framework.
- .
- It comes with a full support of SSHv2 and SFTP client and server
- functions, including shell, command and subsystem channels, direct
- and forwarded TCP channels, local and remote TCP port forwarding.
- .
- Other features include:
-    + Multiple simultaneous sessions on a single SSH connection
-    + Multiple SSH connections in a single event loop
-    + Byte and string based I/O with settable encoding
-    + A variety of key exchange, encryption, and MAC algorithms
-    + Support for gzip compression
-    + Password, public key, and keyboard-interactive user authentication methods
-    + Many types and formats of public keys and certificates
-    + OpenSSH-style known_hosts file support
-    + OpenSSH-style authorized_keys file support
-
-Package: python-asyncssh-doc
-Architecture: all
-Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: asyncio-based client and server implementation of SSHv2 protocol (doc)
- AsyncSSH is a Python package which provides an asynchronous client
- and server implementation of the SSHv2 protocol on top of the Python
- 3.4+ asyncio framework.
- .
- It comes with a full support of SSHv2 and SFTP client and server
- functions, including shell, command and subsystem channels, direct
- and forwarded TCP channels, local and remote TCP port forwarding.
- .
- This package contains the HTML docs and examples.

Copied: packages/python-asyncssh/tags/1.2.0-1/debian/control (from rev 33492, packages/python-asyncssh/trunk/debian/control)
===================================================================
--- packages/python-asyncssh/tags/1.2.0-1/debian/control	                        (rev 0)
+++ packages/python-asyncssh/tags/1.2.0-1/debian/control	2015-07-27 21:20:29 UTC (rev 33493)
@@ -0,0 +1,58 @@
+Source: python-asyncssh
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Vincent Bernat <bernat at debian.org>
+Build-Depends: 
+ debhelper (>= 9),
+ python3-all,
+ python3-sphinx (>= 1.0.7+dfsg-1~),
+ python3-setuptools,
+ python3-crypto,
+ python3-cryptography,
+ python3-bcrypt,
+ openssl,
+ openssh-client
+Standards-Version: 3.9.6
+Homepage: https://github.com/ronf/asyncssh
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-asyncssh/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-asyncssh/trunk/
+
+Package: python3-asyncssh
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Recommends: python-asyncssh-doc, python3-cryptography, python3-bcrypt
+Description: asyncio-based client and server implementation of SSHv2 protocol
+ AsyncSSH is a Python package which provides an asynchronous client
+ and server implementation of the SSHv2 protocol on top of the Python
+ 3.4+ asyncio framework.
+ .
+ It comes with a full support of SSHv2 and SFTP client and server
+ functions, including shell, command and subsystem channels, direct
+ and forwarded TCP channels, local and remote TCP port forwarding.
+ .
+ Other features include:
+    + Multiple simultaneous sessions on a single SSH connection
+    + Multiple SSH connections in a single event loop
+    + Byte and string based I/O with settable encoding
+    + A variety of key exchange, encryption, and MAC algorithms
+    + Support for gzip compression
+    + Password, public key, and keyboard-interactive user authentication methods
+    + Many types and formats of public keys and certificates
+    + OpenSSH-style known_hosts file support
+    + OpenSSH-style authorized_keys file support
+
+Package: python-asyncssh-doc
+Architecture: all
+Section: doc
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: asyncio-based client and server implementation of SSHv2 protocol (doc)
+ AsyncSSH is a Python package which provides an asynchronous client
+ and server implementation of the SSHv2 protocol on top of the Python
+ 3.4+ asyncio framework.
+ .
+ It comes with a full support of SSHv2 and SFTP client and server
+ functions, including shell, command and subsystem channels, direct
+ and forwarded TCP channels, local and remote TCP port forwarding.
+ .
+ This package contains the HTML docs and examples.




More information about the Python-modules-commits mailing list