Skip to content

Tags: jaserjasar/py2deb

Tags

1.0

Toggle 1.0's commit message
Release 1.0: Support PEP 440 pre-release versions (backwards incompat…

…ible!)

Since the previous release (0.25) I've only made bug fixes
(i.e. no features were added) however the change related
to paylogic#8 is backwards incompatible, which is why I've decided
to bump the major version number.

0.25

Toggle 0.25's commit message
Release 0.25: Enable use of system packages for requirements

0.24.4

Toggle 0.24.4's commit message
Release 0.24.4: Fix empty executables under custom install prefix

0.24.3

Toggle 0.24.3's commit message
Refactor setup.py script (improves Python 3.x support*)

* To counteract a UnicodeDecodeError when setup.py loads
  README.rst to populate the `long_description' field.

  Could have fixed this with a two line diff, but noticed
  some other things I wanted to improve, so here we are :-).

0.24.2

Toggle 0.24.2's commit message
Bug fix: Restore compatibility with latest coloredlogs (fixes paylogic#4

)

Refer to issue paylogic#4 on GitHub:
  paylogic#4

0.24.1

Toggle 0.24.1's commit message
Bug fix to restore Python 3 compatibility (execfile() vs. exec)

0.24

Toggle 0.24's commit message
Python callbacks for arbitrary manipulation during packaging

0.23.2

Toggle 0.23.2's commit message
Strip trailing zeros in required versions when necessary (improves co…

…mpatibility with pip)

0.23.1

Toggle 0.23.1's commit message
Moved usage message munging to humanfriendly package

0.23

Toggle 0.23's commit message
Make it possible to disable automatic Lintian checks