Changelog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. # Version 0.5.3 (2019-03-16)
  2. * release:
  3. * specify PROJECT_NAME for directory name in release tarball
  4. # Version 0.5.2 (2019-03-12)
  5. * deb:
  6. * allow override of dput call in `deb-upload` target with
  7. DEB_UPLOAD_COMMAND variable
  8. # Version 0.5.1 (2019-02-26)
  9. * fix virtualenv-related dependencies (e.g. for tests)
  10. # Version 0.5.0 (2019-02-25)
  11. * new component "python-django"
  12. * execute django-related check in "virtualenv-check" only for django projects
  13. # Version 0.4.0 (2019-02-25)
  14. * download-ondemand:
  15. * fix portability issue for *BSD
  16. * new component "python-virtualenv"
  17. * python:
  18. * "clean" depends on "clean-python"
  19. * allow disabling of tests explicitly via DISABLE_PYTHON_TESTS=1
  20. # Version 0.3.0 (2019-02-10)
  21. * deb:
  22. * suppress error messages in case of optional missing executables
  23. (e.g. dpkg-architecture)
  24. * allow arguments for lintian (see LINTIAN_ARGS)
  25. * release:
  26. * allow the filename of the bumpversion configuration to be overridden
  27. (BUMP_VERSION_CONFIG)
  28. * explicitly collect the list of files to be committed during
  29. "make release-*" (see BUMP_VERSION_FILES)
  30. * allow "BUMP_VERSION_FILES" to be overridden
  31. * fail if a file listed in "BUMP_VERSION_FILES" is missing
  32. * add "release-tar" and "release-tar-sign" targets
  33. * python:
  34. * fix execution of coverage within a virtualenv
  35. (missing python3-coverage)
  36. * allow override of test execution within a coverage run
  37. (via PYTHON_TEST_ARGS)
  38. * automatically run unittests
  39. (finishing without errors if no tests are found)
  40. * open the coverage report in a browser
  41. (only within a desktop session and if "xdg-open" is available)
  42. * fix dependency of "lint-python"
  43. (now attached to "lint" instead of "test")
  44. * new component "generic":
  45. * generate "tags" file via "ctags"
  46. * shell:
  47. * hide the shellcheck command
  48. (reducing noise in case of long lists of files)
  49. # Version 0.2.10 (2018-12-11)
  50. * release:
  51. * fix broken handling of "make release-undo" (introduced in 0.2.9)
  52. # Version 0.2.9 (2017-12-21)
  53. * release:
  54. * handle missing file ".bumpversion" gracefully
  55. * improved error message if VERSION file is missing
  56. # Version 0.2.8 (2017-11-19)
  57. * pypi2deb:
  58. * allow package-specific environment settings
  59. * improve failure detection
  60. * release: prevent successive (accidental) release commits
  61. * populate "Suggests" of deb package
  62. * documentation fixes
  63. # Version 0.2.7 (2017-08-27)
  64. * fixed recently introduced 'clean' operation
  65. # Version 0.2.6 (2017-08-27)
  66. * remove downloaded makefilet directory during 'clean'
  67. # Version 0.2.5 (2017-05-10)
  68. * fix 'install-python' due to bad 'DESTDIR' handling
  69. # Version 0.2.4 (2017-05-09)
  70. * fix path handling of 'check-dput-config' target for 'upload-deb'
  71. # Version 0.2.3 (2017-05-06)
  72. * tolerate errors in 'clean' targets
  73. * hide misleading error message for missing 'dh_listpackages' (from 'debhelper')
  74. # Version 0.2.2 (2017-05-02)
  75. * allow configurable parameters for 'install-python'
  76. * introduce the new target 'lint' for style checks
  77. * move 'flake8' check from 'test-python' to 'lint-python'
  78. # Version 0.2.1 (2017-04-29)
  79. * add minimal makefile snippet for 'download on-demand' integration into projects
  80. # Version 0.2 (2017-04-29)
  81. * calling 'flake8' on more platforms properly
  82. * deb packaging:
  83. * add 'init-deb' target (calls 'dh_make')
  84. * add deb packaging information for makefile itself (#2)
  85. * add 'test-deb' for lintian tests
  86. * allow quilt-based source format for repositories without submodules
  87. # Version 0.1 (2017-04-24)
  88. * Initial release
  89. * basic support for deb packaging, python, bumpversion, pypi2deb and shell scripts