[Checkins] SVN: z3c.form/trunk/ - Fixed broken release, my python 2.7 windows setup didn't release the new

Roger Ineichen cvs-admin at zope.org
Mon Aug 6 03:31:38 UTC 2012


Log message for revision 127428:
  - 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.
    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
    files. Anyway the enhanced MANIFEST.in file solved the problem.
  - bump version

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

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2012-08-06 01:51:52 UTC (rev 127427)
+++ z3c.form/trunk/CHANGES.txt	2012-08-06 03:31:30 UTC (rev 127428)
@@ -2,10 +2,17 @@
 CHANGES
 =======
 
-2.8.1 (unreleased)
+2.8.1 (2012-08-06)
 ------------------
 
-- ...
+- 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.
+  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
+  files. Anyway the enhanced MANIFEST.in file solved the problem.
 
 
 2.8.0 (2012-08-06)

Modified: z3c.form/trunk/MANIFEST.in
===================================================================
--- z3c.form/trunk/MANIFEST.in	2012-08-06 01:51:52 UTC (rev 127427)
+++ z3c.form/trunk/MANIFEST.in	2012-08-06 03:31:30 UTC (rev 127428)
@@ -1 +1 @@
-global-include *.mo
+global-include *.mo *.py *.pt *.zcml *.txt

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2012-08-06 01:51:52 UTC (rev 127427)
+++ z3c.form/trunk/setup.py	2012-08-06 03:31:30 UTC (rev 127428)
@@ -45,7 +45,7 @@
 
 setup(
     name='z3c.form',
-    version='2.8.1dev',
+    version='2.8.1',
     author="Stephan Richter, Roger Ineichen and the Zope Community",
     author_email="zope-dev at zope.org",
     description="An advanced form and widget framework for Zope 3",



More information about the checkins mailing list