Skip to content

Latest commit

 

History

History
181 lines (132 loc) · 6.11 KB

CHANGELOG.rst

File metadata and controls

181 lines (132 loc) · 6.11 KB

Change log

0.1.0 - 13.09.20220

added

  1. new project starter kits is relocated from yehua here

0.0.12 - 26.08.20220

added

  1. #146: include python setup.py checkdocs
  2. auto-generation of contributors
  3. github action for moban update and commits
  4. #147: better isort action
  5. #148: generate Makeifile and format.sh

0.0.11 - 03.05.2020

Updated

  1. Configure lint and moban stage use to MINREQ=0
  2. Updated gitignore to latest as of the release date

0.0.10 - 20.04.2020

Added

  1. add python_requires in setup.py
  2. no code coverage support
  3. add github star badges
  4. #145: specify test dependencies with project.yml file

Fixed

  1. fixed travis config

0.0.9 - 13.10.2019

Added

  1. pypi download stats are displayed in README
  2. Add mit license text
  3. #126: support github auto pypi publishing action
  4. #133: provide CI azure build yaml files

Updated

  1. Test on python 3.8 instead of python 3.8-dev
  2. #131: remove useless statements when a complex installation requirement is in place.
  3. #128: Exclude tests in installation package
  4. Install mock only on python 2

0.0.8 - 13.10.2019

Fixed

  1. #114: setup.py.jj2 gets default console_scripts entry always
  2. #120: changelog rst syntax cause 400 error
  3. #122: UPLOAD_FAILED_MSG cannot be formatted

0.0.7 - 14.07.2019

Updated

  1. sync templates/docs/make.bat.jj2 to include changes from https://github.com/sphinx-doc/sphinx/commit/0dbdae31
  2. #100: Fixed travis.yml.jj2 to not emit yamllint errors
  3. #101: Fixed travis.yml.jj2 .disable_global to reset install:
  4. #31: Added test_command to override travis.yml.jj2 use of Makefile
  5. #96: Expanded travis.yml.jj2 and use in in the pypi-mobans repo
  6. #88: Enhanced min_requirements.txt.jj2 support for dependencies with multiple constraints such as >1,<3
  7. #93: Added CI to ensure pypi-mobans is in sync with upstream
  8. #99: Formated changelog.yml according to yamllint default rules

Added

  1. #89: setup.py.jj2 support for dependencies using all PEP 508 environment markers; enable setup_use_markers to activate, and enable setup_use_markers_fix to use with setuptools pre v22
  2. #98: Added .gitattributes to reduce conflicts on changelog.yml

0.0.6 - 25-05-2019

Updated

  1. #87: updated the pipfile syntax

Added

  1. #87: Added tests for pipfile generation

0.0.5 - 04-05-2019

Updated

  1. #75: separate flake8 linting in separate travis job
  2. #72: project and copyright are no longer filled.
  3. black style on setup.py, include python 3.7, 3.8 , update gitignore

0.0.4 - 18-02-2019

Updated

  1. travis-ci: uses xenial dist. dropped python 3.4, 3.7-dev and added 3.7, pypy2 and pypy3
  2. added min_requirements.txt where minimum requirements are computed
  3. #71: include tests folder as test_suite if 'tests' folder exists
  4. #16: package data / MANIFEST.in.jj2 is not easy to customise
  5. #14: Mandatory CHANGELOG.rst become optional

0.0.3 - 18-01-2019

First release

  1. bug fix on #60

0.0.2 - 18-01-2019

Added

  1. #60: codec and locale hacks added
  2. #61: add python classifiers

Updated

  1. #63: updated Pipfile implementation
  2. Synchronize with sphinx doc file at release date

0.0.1 - 05-11-2018

First release

  1. versioning is applied
  2. Pipfile included