[Checkins] SVN: zc.buildoutsftp/trunk/ vb

jackie cvs-admin at zope.org
Wed May 22 15:19:17 UTC 2013


Log message for revision 130252:
  vb
  
  

Changed:
  A   zc.buildoutsftp/trunk/MANIFEST.in
  U   zc.buildoutsftp/trunk/README.txt
  U   zc.buildoutsftp/trunk/setup.py

-=-
Added: zc.buildoutsftp/trunk/MANIFEST.in
===================================================================
--- zc.buildoutsftp/trunk/MANIFEST.in	                        (rev 0)
+++ zc.buildoutsftp/trunk/MANIFEST.in	2013-05-22 15:19:16 UTC (rev 130252)
@@ -0,0 +1,8 @@
+include *.rst
+include *.txt
+include *.py
+include buildout.cfg
+
+recursive-include src *
+
+global-exclude *.pyc

Modified: zc.buildoutsftp/trunk/README.txt
===================================================================
--- zc.buildoutsftp/trunk/README.txt	2013-05-22 15:09:27 UTC (rev 130251)
+++ zc.buildoutsftp/trunk/README.txt	2013-05-22 15:19:16 UTC (rev 130252)
@@ -50,7 +50,7 @@
 
 The extension works with Open SSH on unix-based systems and PuTTY on
 Windows.  Unless a password is given in the URL, private keys are
-ontained from ssh agent (pagent on Windows).
+contained from ssh agent (pagent on Windows).
 
 Status and Change History
 =========================
@@ -58,7 +58,7 @@
 This package has been used for years on Linux and Mac OS X.  The
 author doesn't use it on Windows, but, presumably, other people do.
 
-0.10.0 (unreleased)
+0.10.0 (2013/05/22)
 -------------------
 
 Compatibility fix for paramiko 1.10.x

Modified: zc.buildoutsftp/trunk/setup.py
===================================================================
--- zc.buildoutsftp/trunk/setup.py	2013-05-22 15:09:27 UTC (rev 130251)
+++ zc.buildoutsftp/trunk/setup.py	2013-05-22 15:19:16 UTC (rev 130252)
@@ -3,7 +3,7 @@
 name='zc.buildoutsftp'
 setup(
     name=name,
-    version = "0",
+    version = "0.10.0",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "Specialized zc.buildout plugin to add sftp support.",



More information about the checkins mailing list