Skip to content

Latest commit

 

History

History
95 lines (56 loc) · 1.47 KB

File metadata and controls

95 lines (56 loc) · 1.47 KB

Changelog

1.0.1 (unreleased)

  • Nothing changed yet.

1.0.0 (2026-08-13)

  • Drop support for Python 2 and Python 3 versions older then 3.10. [szakitibi]
  • Configure with zope.meta. [szakitibi]
  • Switch to PEP 420 native namespace packages. [szakitibi]

0.11 (2015-06-06)

  • Add support for Python 3.2 and PyPy3.
  • Add support for testing with tox.
  • Fix compatibility with zope.testing 4.2.0.
  • Add version and implementation trove classifiers.

0.10 (2015-02-25)

  • Fixed PyPy compatibility. [hathawsh]

0.9 (2014-10-04)

  • Python3. [jod]

0.8 (2013-11-05)

  • Fix package distribution. [hvelarde]

0.7 (2013-11-04)

  • Fail if the script generated from cmds returns with a non-zero exit/status code. [rpatterson]
  • Remove GPL remnants. [rpatterson]

0.6 (2011-11-28)

  • relicense under BSD as agreed with gawel [jodok]

0.5 (2010-02-03)

  • dont run commands with on_install/on_update are set to false. Thanks to Sean Kelly for bug report [gawel]

0.4 (2009-08-18)

  • Add support for an 'uninstall_cmds' option to execute commands during the uninstall Buildout phase. [lgs, mroeder]

0.3 (2008-04-22)

  • apply last version of the recipe template [gawel]

0.2 (2008-04-22)

  • run commands in one process [gawel]
  • win32 tests compat [gawel]