Changelog 7.1 KB

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