[Checkins] SVN: zope.publisher/tags/3.3.2/ Retrofit a 3.3.2 tag from the code inside the 3.3 full release

Hanno Schlichting plone at hannosch.info
Mon Feb 9 07:24:33 EST 2009


Log message for revision 96305:
  Retrofit a 3.3.2 tag from the code inside the 3.3 full release
  

Changed:
  A   zope.publisher/tags/3.3.2/
  U   zope.publisher/tags/3.3.2/buildout.cfg
  U   zope.publisher/tags/3.3.2/setup.py
  _U  zope.publisher/tags/3.3.2/src/zope/
  A   zope.publisher/tags/3.3.2/src/zope/publisher/

-=-
Modified: zope.publisher/tags/3.3.2/buildout.cfg
===================================================================
--- zope.publisher/tags/3.4.0a1/buildout.cfg	2009-02-09 11:31:04 UTC (rev 96304)
+++ zope.publisher/tags/3.3.2/buildout.cfg	2009-02-09 12:24:33 UTC (rev 96305)
@@ -2,8 +2,6 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.publisher

Modified: zope.publisher/tags/3.3.2/setup.py
===================================================================
--- zope.publisher/tags/3.4.0a1/setup.py	2009-02-09 11:31:04 UTC (rev 96304)
+++ zope.publisher/tags/3.3.2/setup.py	2009-02-09 12:24:33 UTC (rev 96305)
@@ -21,9 +21,8 @@
 from setuptools import setup, find_packages
 
 setup(name='zope.publisher',
-      version = '3.4.0a1',
+      version = '3.3.2',
       url='http://svn.zope.org/zope.publisher',
-      dependency_links=['http://download.zope.org/distribution/',],
       license='ZPL 2.1',
       description='Zope publisher',
       author='Zope Corporation and Contributors',
@@ -50,6 +49,5 @@
                         'zope.deprecation',
                         'zope.deferredimport'],
       include_package_data = True,
-
       zip_safe = False,
       )


Property changes on: zope.publisher/tags/3.3.2/src/zope
___________________________________________________________________
Deleted: svn:externals
   - publisher svn://svn.zope.org/repos/main/Zope3/tags/3.4.0a1/src/zope/publisher




More information about the Checkins mailing list