[Zope-Checkins] SVN: Zope/branches/tseaver-retire_zpkg/ Note dropping of 'zpkg'; use a current version number.

Tres Seaver tseaver at palladion.com
Fri Jun 23 23:03:24 EDT 2006


Log message for revision 68810:
  Note dropping of 'zpkg';  use a current version number.

Changed:
  U   Zope/branches/tseaver-retire_zpkg/doc/CHANGES.txt
  U   Zope/branches/tseaver-retire_zpkg/setup.py

-=-
Modified: Zope/branches/tseaver-retire_zpkg/doc/CHANGES.txt
===================================================================
--- Zope/branches/tseaver-retire_zpkg/doc/CHANGES.txt	2006-06-23 23:30:41 UTC (rev 68809)
+++ Zope/branches/tseaver-retire_zpkg/doc/CHANGES.txt	2006-06-24 03:03:22 UTC (rev 68810)
@@ -18,6 +18,9 @@
 
    Bugs fixed
 
+      - Returned to the "classic" './configure && make && make install'
+        recipe, dropping the use of 'zpkg' for building Zope2 releases.
+
       - OFS Application: Updated deprecation warnings.
         Support for '__ac_permissions__' and 'meta_types' will be removed in
         Zope 2.11, 'methods' support might remain longer.

Modified: Zope/branches/tseaver-retire_zpkg/setup.py
===================================================================
--- Zope/branches/tseaver-retire_zpkg/setup.py	2006-06-23 23:30:41 UTC (rev 68809)
+++ Zope/branches/tseaver-retire_zpkg/setup.py	2006-06-24 03:03:22 UTC (rev 68810)
@@ -34,6 +34,7 @@
         --install-platlib=/usr/local/lib/zope \
         --install-purelib=/usr/local/lib/zope
 """
+ZOPE_VERSION = '2.9.4-alpha'
 
 import glob
 import os
@@ -447,7 +448,7 @@
 
 setup(name='Zope',
       author=AUTHOR,
-      version="2.8",
+      version=ZOPE_VERSION,
       maintainer="Zope Corporation",
       maintainer_email="zope-dev at zope.org",
       url = "http://www.zope.org/",



More information about the Zope-Checkins mailing list