[Checkins] SVN: zopeframework/trunk/source/steeringgroup/decisions.rst Put in clarification by Shane.

Martijn Faassen faassen at infrae.com
Wed Mar 25 10:39:52 EDT 2009


Log message for revision 98365:
  Put in clarification by Shane.
  

Changed:
  U   zopeframework/trunk/source/steeringgroup/decisions.rst

-=-
Modified: zopeframework/trunk/source/steeringgroup/decisions.rst
===================================================================
--- zopeframework/trunk/source/steeringgroup/decisions.rst	2009-03-25 13:21:07 UTC (rev 98364)
+++ zopeframework/trunk/source/steeringgroup/decisions.rst	2009-03-25 14:39:52 UTC (rev 98365)
@@ -59,8 +59,12 @@
   affected packages. Changing an import to make use of a new package
   that came out of such refactoring is also worth a feature release.
 
-* In a ``setup.py`` you are allowed to write this in ``setup.py``::
+* The version requirements in setup.py should specify only API
+  compatibility.  They should not specify a dependency on bug fixes;
+  that's the domain of the KGS.
 
+  Therefore in a ``setup.py`` you are allowed to write this in ``setup.py``::
+
     bar >= x.y
 
   I.e. relying on a newer feature release of package ``bar``.



More information about the Checkins mailing list