[Checkins] SVN: Products.PluggableAuthService/branches/shh-16-masquerading/Products/PluggableAuthService/version.txt the release containing the masquerading patches should still be marked as `dev`, since otherwise it would be considered newer than an eventual 1.6.2 final:

Andreas Zeidler az at zitc.de
Thu Jul 23 08:52:28 EDT 2009


Log message for revision 102145:
  the release containing the masquerading patches should still be marked as `dev`, since otherwise it would be considered newer than an eventual 1.6.2 final:
  {{{
  >>> from pkg_resources import parse_version
  >>> parse_version('1.6.2-jarn.masquerading.1') < parse_version('1.6.2')
  False
  >>> parse_version('1.6.2dev-jarn.masquerading.1') < parse_version('1.6.2')
  True
  }}}
  

Changed:
  U   Products.PluggableAuthService/branches/shh-16-masquerading/Products/PluggableAuthService/version.txt

-=-
Modified: Products.PluggableAuthService/branches/shh-16-masquerading/Products/PluggableAuthService/version.txt
===================================================================
--- Products.PluggableAuthService/branches/shh-16-masquerading/Products/PluggableAuthService/version.txt	2009-07-23 12:43:43 UTC (rev 102144)
+++ Products.PluggableAuthService/branches/shh-16-masquerading/Products/PluggableAuthService/version.txt	2009-07-23 12:52:27 UTC (rev 102145)
@@ -1 +1 @@
-1.6.2-jarn.masquerading.1
+1.6.2dev-jarn.masquerading.1



More information about the Checkins mailing list