[Checkins] SVN: zc.copy/tags/1.2/ Tag 1.2

Dan Korostelev nadako at gmail.com
Mon Feb 9 05:17:15 EST 2009


Log message for revision 96298:
  Tag 1.2

Changed:
  A   zc.copy/tags/1.2/
  U   zc.copy/tags/1.2/CHANGES.txt
  U   zc.copy/tags/1.2/buildout.cfg
  U   zc.copy/tags/1.2/setup.py

-=-
Modified: zc.copy/tags/1.2/CHANGES.txt
===================================================================
--- zc.copy/trunk/CHANGES.txt	2009-02-09 10:04:00 UTC (rev 96297)
+++ zc.copy/tags/1.2/CHANGES.txt	2009-02-09 10:17:14 UTC (rev 96298)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.2 (unreleased)
+1.2 (2009-02-09)
 ----------------
 
 - Merge this package's functionality back to zope.copypastemove,

Modified: zc.copy/tags/1.2/buildout.cfg
===================================================================
--- zc.copy/trunk/buildout.cfg	2009-02-09 10:04:00 UTC (rev 96297)
+++ zc.copy/tags/1.2/buildout.cfg	2009-02-09 10:17:14 UTC (rev 96298)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . ../zope.location
+develop = .
 parts = test
 
 [test]

Modified: zc.copy/tags/1.2/setup.py
===================================================================
--- zc.copy/trunk/setup.py	2009-02-09 10:04:00 UTC (rev 96297)
+++ zc.copy/tags/1.2/setup.py	2009-02-09 10:17:14 UTC (rev 96298)
@@ -7,7 +7,7 @@
         'setuptools',
         'zope.copy',
         'zope.copypastemove>=3.5.1',
-        'zope.location>=3.5.3dev',
+        'zope.location>=3.5.3',
         ],
     packages=find_packages('src'),
     include_package_data=True,



More information about the Checkins mailing list