Changelog 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. # Version 0.9.0 (2021-10-27)
  2. * ensure that changes in release-related files for npm
  3. (e.g. `package.json`) are committed via git
  4. * python:
  5. * allow disabling of flake8 lint checks via `DISABLE_PYTHON_FLAKE8=1`
  6. * allow override of files/directories used for flake8
  7. * add linting via black (can be disabled via `DISABLE_PYTHON_BLACK=1`)
  8. * add automatic formatting via black (`make style`)
  9. # Version 0.8.0 (2021-10-26)
  10. * allow selection of alternative download locations via
  11. `MAKEFILET_DOWNLOAD_URL_TEMPLATE` or `MAKEFILET_DOWNLOAD_URL`
  12. # Version 0.7.3 (2021-02-22)
  13. * fix detection of outdated makefilet version
  14. # Version 0.7.2 (2021-02-01)
  15. * fix determination of `shellcheck` path
  16. # Version 0.7.1 (2021-01-13)
  17. * fix detection of outdated makefilet version
  18. # Version 0.7.0 (2021-01-09)
  19. * python:
  20. * force removal of old "foo.egg-info/SOURCES.txt" during "clean-python"
  21. This is a workaround for https://github.com/pypa/setuptools/issues/436.
  22. (closes: #33)
  23. * python support (e.g. for venv) may be forced via MAKEFILET_ENABLE_PYTHON=1
  24. (closes: #23)
  25. * pypi2deb:
  26. * allow version specification for packages
  27. (closes: #26)
  28. * allow to run without a local debian/changelog file
  29. (closes: #25)
  30. * release:
  31. * add support for npm-based release
  32. (closes: #21)
  33. * shell:
  34. * do not disable shell-related checks by default
  35. Shell-related testing and linting can be disabled via DISABLE_SHELL_CHECK=1.
  36. * warn if shellcheck is missing
  37. * rename "test-shell" to "lint-shell"
  38. * automatically run jobs in parallel (if "-j X" is not specified)
  39. (closes: #29)
  40. * warn if the currently active version of makefilet is older than the version
  41. requested via MAKEFILET_DOWNLOAD_VERSION
  42. This may happen if makefilet is installed system-wide.
  43. (closes: #27)
  44. # Version 0.6.8 (2020-11-10)
  45. * python:
  46. * do not try to install virtualenv pre-dependencies which
  47. are part of the standard library
  48. # Version 0.6.7 (2020-11-10)
  49. * release:
  50. * tolerate untracked files during release
  51. * python:
  52. * ensure VIRTUALENV_PREDEPENDENCIES being available inside
  53. the virtualenv
  54. # Version 0.6.6 (2020-08-13)
  55. * python:
  56. * fix handling of "DISABLE_PYTHON_TESTS"
  57. # Version 0.6.5 (2020-08-12)
  58. * deb:
  59. * "test-deb" (and thus "test") does not depend on "lint-deb"
  60. anymore
  61. # Version 0.6.4 (2020-07-18)
  62. * python:
  63. * do not automatically upgrade the packages installed in the
  64. virtualenv
  65. # Version 0.6.3 (2020-07-14)
  66. * python:
  67. * finally fix the recursive virtualenv handling
  68. # Version 0.6.2 (2020-07-14)
  69. * python:
  70. * fix recursive virtualenv handling
  71. # Version 0.6.1 (2020-07-13)
  72. * python:
  73. * detect an active virtual environment and avoid entering
  74. it again
  75. # Version 0.6.0 (2020-07-13)
  76. * python:
  77. * add optional VIRTUALENV_PREDEPENDENCIES variable for
  78. emitting helpful warnings in case of missing build
  79. pre-dependencies
  80. # Version 0.5.5 (2020-06-24)
  81. * release:
  82. * add support for Makefile located in a subdirectory of
  83. a git repository
  84. # Version 0.5.4 (2020-01-09)
  85. * release:
  86. * avoid warning in case of empty BUMP_VERSION_COMMIT_FILES
  87. * handle more than three version number parts gracefully
  88. * download-ondemand:
  89. * do not hide wget error messages
  90. * makefile:
  91. * avoid accessing undefined variables
  92. * python:
  93. * fix coverage report visualization
  94. # Version 0.5.3 (2019-03-16)
  95. * release:
  96. * specify PROJECT_NAME for directory name in release tarball
  97. # Version 0.5.2 (2019-03-12)
  98. * deb:
  99. * allow override of dput call in `deb-upload` target with
  100. DEB_UPLOAD_COMMAND variable
  101. # Version 0.5.1 (2019-02-26)
  102. * fix virtualenv-related dependencies (e.g. for tests)
  103. # Version 0.5.0 (2019-02-25)
  104. * new component "python-django"
  105. * execute django-related check in "virtualenv-check" only for django projects
  106. # Version 0.4.0 (2019-02-25)
  107. * download-ondemand:
  108. * fix portability issue for *BSD
  109. * new component "python-virtualenv"
  110. * python:
  111. * "clean" depends on "clean-python"
  112. * allow disabling of tests explicitly via DISABLE_PYTHON_TESTS=1
  113. # Version 0.3.0 (2019-02-10)
  114. * deb:
  115. * suppress error messages in case of optional missing executables
  116. (e.g. dpkg-architecture)
  117. * allow arguments for lintian (see LINTIAN_ARGS)
  118. * release:
  119. * allow the filename of the bumpversion configuration to be overridden
  120. (BUMP_VERSION_CONFIG)
  121. * explicitly collect the list of files to be committed during
  122. "make release-*" (see BUMP_VERSION_FILES)
  123. * allow "BUMP_VERSION_FILES" to be overridden
  124. * fail if a file listed in "BUMP_VERSION_FILES" is missing
  125. * add "release-tar" and "release-tar-sign" targets
  126. * python:
  127. * fix execution of coverage within a virtualenv
  128. (missing python3-coverage)
  129. * allow override of test execution within a coverage run
  130. (via PYTHON_TEST_ARGS)
  131. * automatically run unittests
  132. (finishing without errors if no tests are found)
  133. * open the coverage report in a browser
  134. (only within a desktop session and if "xdg-open" is available)
  135. * fix dependency of "lint-python"
  136. (now attached to "lint" instead of "test")
  137. * new component "generic":
  138. * generate "tags" file via "ctags"
  139. * shell:
  140. * hide the shellcheck command
  141. (reducing noise in case of long lists of files)
  142. # Version 0.2.10 (2018-12-11)
  143. * release:
  144. * fix broken handling of "make release-undo" (introduced in 0.2.9)
  145. # Version 0.2.9 (2017-12-21)
  146. * release:
  147. * handle missing file ".bumpversion" gracefully
  148. * improved error message if VERSION file is missing
  149. # Version 0.2.8 (2017-11-19)
  150. * pypi2deb:
  151. * allow package-specific environment settings
  152. * improve failure detection
  153. * release: prevent successive (accidental) release commits
  154. * populate "Suggests" of deb package
  155. * documentation fixes
  156. # Version 0.2.7 (2017-08-27)
  157. * fixed recently introduced 'clean' operation
  158. # Version 0.2.6 (2017-08-27)
  159. * remove downloaded makefilet directory during 'clean'
  160. # Version 0.2.5 (2017-05-10)
  161. * fix 'install-python' due to bad 'DESTDIR' handling
  162. # Version 0.2.4 (2017-05-09)
  163. * fix path handling of 'check-dput-config' target for 'upload-deb'
  164. # Version 0.2.3 (2017-05-06)
  165. * tolerate errors in 'clean' targets
  166. * hide misleading error message for missing 'dh_listpackages' (from 'debhelper')
  167. # Version 0.2.2 (2017-05-02)
  168. * allow configurable parameters for 'install-python'
  169. * introduce the new target 'lint' for style checks
  170. * move 'flake8' check from 'test-python' to 'lint-python'
  171. # Version 0.2.1 (2017-04-29)
  172. * add minimal makefile snippet for 'download on-demand' integration into projects
  173. # Version 0.2 (2017-04-29)
  174. * calling 'flake8' on more platforms properly
  175. * deb packaging:
  176. * add 'init-deb' target (calls 'dh_make')
  177. * add deb packaging information for makefile itself (#2)
  178. * add 'test-deb' for lintian tests
  179. * allow quilt-based source format for repositories without submodules
  180. # Version 0.1 (2017-04-24)
  181. * Initial release
  182. * basic support for deb packaging, python, bumpversion, pypi2deb and shell scripts