[Checkins] SVN: z3c.form/trunk/ fix CHANGES.txt

Roger Ineichen cvs-admin at zope.org
Mon Aug 6 04:41:20 UTC 2012


Log message for revision 127431:
  fix CHANGES.txt

Changed:
  U   z3c.form/trunk/CHANGES.txt
  U   z3c.form/trunk/MANIFEST.in

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2012-08-06 04:22:11 UTC (rev 127430)
+++ z3c.form/trunk/CHANGES.txt	2012-08-06 04:41:14 UTC (rev 127431)
@@ -8,10 +8,10 @@
 - Fixed broken release, my python 2.7 windows setup didn't release the new
   widget.zcml, widget_layout.pt and widget_layout_hidden.pt files. After
   enhance the pattern in MANIFEST.in everything seems fine. That's probably
-  because I patched my python version with the *build exclude pattern patch.
+  because I patched my python version with the \*build exclude pattern patch.
   And yes, the new files where added to the svn repos! After deep into this
-  again, it seems that only previous added *.txt, *.pt files get added to
-  the release. A fresh checkout sdist release only contains the *.py and *.mo
+  again, it seems that only previous added \*.txt, \*.pt files get added to
+  the release. A fresh checkout sdist release only contains the \*.py and \*.mo
   files. Anyway the enhanced MANIFEST.in file solved the problem.
 
 

Modified: z3c.form/trunk/MANIFEST.in
===================================================================
--- z3c.form/trunk/MANIFEST.in	2012-08-06 04:22:11 UTC (rev 127430)
+++ z3c.form/trunk/MANIFEST.in	2012-08-06 04:41:14 UTC (rev 127431)
@@ -2,3 +2,4 @@
 include *.txt
 recursive-include src/z3c/form *.zcml *.pt *.txt *.png *.dot *.ps
 recursive-include benchmark *.py
+prune dist



More information about the checkins mailing list