Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rholder/debinate

Release 0.7.0

08 Feb 22:34

Choose a tag to compare

  • Remove the forced installation of a hardcoded version of distribute

Release 0.6.1

26 Jun 19:29
65bfc4b

Choose a tag to compare

  • Clean up temporary files when using debinate build

Release 0.6.0

26 Jan 20:33

Choose a tag to compare

  • Add prepare functionality to allow for further customization of a build before calling package
  • Add clear functionality to better support virtualenv cache
  • Should be mostly backwards compatible with previous release

Release 0.5.0

22 Mar 04:59

Choose a tag to compare

  • Minor rename of generate to build
  • Add ability to package up debinate with debinate
  • Add .deb package for distribution to release

Release 0.4.0

01 Mar 05:31

Choose a tag to compare

  • Add cli for generating a .deb file from a directory
  • Add experimental OSX support
  • Add example projects

Release 0.3.0

18 Nov 05:26

Choose a tag to compare

  • Clean up some legacy pip cache usage
  • Remove old broken virtualenv caching from prefix directory
  • Add virtualenv caching based on MD5 of requirements.txt
  • Always delete the build directory when running package

Release 0.2.4

14 Oct 16:42

Choose a tag to compare

  • Fixed a bug where the last line in a requirements.txt was being dropped

Release 0.2.3

15 Sep 23:18

Choose a tag to compare

  • Default to requirements.txt for dependency install if it exists
  • It should now be possible to use dependencies from private repositories or anything else that can be installed via a pip command

Release 0.2.2

30 Jul 20:33

Choose a tag to compare

  • Add configurable Python interpreter so we can set it explicitly via an environment variable

Release 0.2.1

28 Jul 21:22

Choose a tag to compare

  • Add Python 3 support