Skip to content

Commit

Permalink
- Fixed broken release, my python 2.7 windows setup didn't release th…
Browse files Browse the repository at this point in the history
…e 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
  • Loading branch information
projekt01 committed Aug 6, 2012
1 parent ae9b3b2 commit 8d9e0cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
global-include *.mo
global-include *.mo *.py *.pt *.zcml *.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read(*rnames):

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@zope.org",
description="An advanced form and widget framework for Zope 3",
Expand Down

0 comments on commit 8d9e0cf

Please sign in to comment.