[Checkins] SVN: zope.schema/branches/3.4/ Merged from trunk:

Philipp von Weitershausen philikon at philikon.de
Fri Sep 28 07:49:03 EDT 2007


Log message for revision 80308:
  Merged from trunk:
  
  ------------------------------------------------------------------------
  r80304 | philikon | 2007-09-28 13:40:47 +0200 (Fri, 28 Sep 2007) | 4 lines
  
  Remove lie (regarding dependencies).
  
  Remove broken link
  
  ------------------------------------------------------------------------
  r80305 | philikon | 2007-09-28 13:42:10 +0200 (Fri, 28 Sep 2007) | 2 lines
  
  CHangelog belongs into CHANGES, especially if it's already there
  
  ------------------------------------------------------------------------
  r80306 | philikon | 2007-09-28 13:44:42 +0200 (Fri, 28 Sep 2007) | 2 lines
  
  Fix reST
  
  ------------------------------------------------------------------------
  r80307 | philikon | 2007-09-28 13:45:24 +0200 (Fri, 28 Sep 2007) | 2 lines
  
  Fix package metadata
  
  ------------------------------------------------------------------------
  
  

Changed:
  U   zope.schema/branches/3.4/CHANGES.txt
  U   zope.schema/branches/3.4/README.txt
  U   zope.schema/branches/3.4/setup.py
  U   zope.schema/branches/3.4/src/zope/schema/README.txt

-=-
Modified: zope.schema/branches/3.4/CHANGES.txt
===================================================================
--- zope.schema/branches/3.4/CHANGES.txt	2007-09-28 11:45:24 UTC (rev 80307)
+++ zope.schema/branches/3.4/CHANGES.txt	2007-09-28 11:49:02 UTC (rev 80308)
@@ -1,20 +1,49 @@
-=======
 Changes
 =======
 
+3.4.0 (unreleased)
+------------------
 
-3.4.0b1
-=======
+Added BeforeObjectAssignedEvent that is triggered before the object
+field sets a value.
 
- - Added BeforeObjectAssignedEvent that is triggered before the object field
-   sets a value.
+3.3.0 (2007/03/15)
+------------------
 
- -  zope.schema now works on Python2.5
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.3.0 release.
 
+3.2.1 (2006/03/26)
+------------------
 
-Before 3.4
-==========
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.2.1 release.
 
-This package was part of the Zope 3 distribution and did not have its own
-CHANGES.txt. For earlier changes please refer to either our subversion log or
-the CHANGES.txt of earlier Zope 3 releases.
+Fixed missing import of 'VocabularyRegistryError'.  See
+http://www.zope.org/Collectors/Zope3-dev/544 .
+
+3.2.0 (2006/01/05)
+------------------
+
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.2.0 release.
+
+Added "iterable" sources to replace vocabularies, which are now deprecated
+and scheduled for removal in Zope 3.3.
+
+3.1.0 (2005/10/03)
+------------------
+
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.1.0 release.
+
+Allowed 'Choice' fields to take either a 'vocabulary' or a 'source'
+argument (sources are a simpler implementation).
+
+Added 'TimeDelta' and 'ASCIILine' field types.
+
+3.0.0 (2004/11/07)
+------------------
+
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope X3.0.0 release.

Modified: zope.schema/branches/3.4/README.txt
===================================================================
--- zope.schema/branches/3.4/README.txt	2007-09-28 11:45:24 UTC (rev 80307)
+++ zope.schema/branches/3.4/README.txt	2007-09-28 11:49:02 UTC (rev 80308)
@@ -5,59 +5,10 @@
 Schemas extend the notion of interfaces to detailed descriptions of
 Attributes (but not methods).  Every schema is an interface and
 specifies the public fields of an object.  A *field* roughly
-corresponds to an attribute of a python object.  But a Field provides
+corresponds to an attribute of a Python object.  But a Field provides
 space for at least a title and a description.  It can also constrain
 its value and provide a validation method.  Besides you can optionally
 specify characteristics such as its value being read-only or not
 required.
 
 See 'src/zope/schema/README.txt' for more information.
-
-Releases
-********
-
-==================
-3.3.0 (2007/03/15)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.3.0 release.
-
-==================
-3.2.1 (2006/03/26)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.2.1 release.
-
-Fixed missing import of 'VocabularyRegistryError'.  See
-http://www.zope.org/Collectors/Zope3-dev/544 .
-
-==================
-3.2.0 (2006/01/05)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.2.0 release.
-
-Added "iterable" sources to replace vocabularies, which are now deprecated
-and scheduled for removal in Zope 3.3.
-
-==================
-3.1.0 (2005/10/03)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.1.0 release.
-
-Allowed 'Choice' fields to take either a 'vocabulary' or a 'source'
-argument (sources are a simpler implementation).
-
-Added 'TimeDelta' and 'ASCIILine' field types.
-
-==================
-3.0.0 (2004/11/07)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope X3.0.0 release.

Modified: zope.schema/branches/3.4/setup.py
===================================================================
--- zope.schema/branches/3.4/setup.py	2007-09-28 11:45:24 UTC (rev 80307)
+++ zope.schema/branches/3.4/setup.py	2007-09-28 11:49:02 UTC (rev 80308)
@@ -15,9 +15,7 @@
 
 $Id$
 """
-
 import os
-
 from setuptools import setup, find_packages
 
 def read(*rnames):
@@ -30,29 +28,20 @@
       description='Zope3 Data Schemas',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description=(
-        read('README.txt')
-        + '\n' +
-        'Detailed Documentation\n'
-        '**********************\n'
-        + '\n' +
-        read('src', 'zope', 'schema', 'README.txt')
-        + '\n' +
-        'Download\n'
-        '**********************\n'
-        ),
+      long_description=(read('src', 'zope', 'schema', 'README.txt')
+                        + '\n\n' +
+                        read('CHANGES.txt')),
 
       packages=find_packages('src'),
       package_dir = {'': 'src'},
-
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
       install_requires=['setuptools',
                         'zope.i18nmessageid',
                         'zope.interface',
                         'zope.event',
+                        # testing dependencies
+                        'zope.testing',
                        ],
       include_package_data = True,
-
       zip_safe = False,
       )

Modified: zope.schema/branches/3.4/src/zope/schema/README.txt
===================================================================
--- zope.schema/branches/3.4/src/zope/schema/README.txt	2007-09-28 11:45:24 UTC (rev 80307)
+++ zope.schema/branches/3.4/src/zope/schema/README.txt	2007-09-28 11:49:02 UTC (rev 80308)
@@ -15,21 +15,13 @@
 
 Zope 3 schemas were born when Jim Fulton and Martijn Faassen thought
 about Formulator for Zope 3 and ``PropertySets`` while at the `Zope 3
-sprint`_ at the `Zope BBQ`_ in Berlin. They realized that if you strip
+sprint`_ at the Zope BBQ in Berlin. They realized that if you strip
 all view logic from forms then you have something similar to interfaces. And
 thus schemas were born.
 
 .. _Zope 3 sprint: http://dev.zope.org/Zope3/ZopeBBQ2002Sprint
-.. _Zope BBQ: http://www.beehive.de/zope/Events/ZopeBBQ2002.html
 
 
-Dependencies
-------------
-
-The ``zope.schema`` package only depends on the ``zope.interface``
-package.
-
-
 Simple Usage
 ------------
 



More information about the Checkins mailing list