From dc85f722407aea0ffa44410bc17aa9a64cca6108 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 14 Jul 2019 15:39:16 +0700 Subject: [PATCH 1/2] :books: prepare changelog for 0.5.0 --- .moban.cd/changelog.yml | 17 +++++++++++++++++ CHANGELOG.rst | 27 +++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/.moban.cd/changelog.yml b/.moban.cd/changelog.yml index fb0e3148..a0ede934 100644 --- a/.moban.cd/changelog.yml +++ b/.moban.cd/changelog.yml @@ -1,6 +1,23 @@ name: moban organisation: moremoban releases: + - changes: + - action: Updated + details: + - "`#277`: Restored dependency git-url-parse, replacing incompatible + giturlparse which was used during moban 0.4.x" + - "`#281`: Fixed unicode support on Python 2.7" + - "`#274`: Updated ruamel.yaml dependency pins to restore support for + Python 3.4, and prevent installation of versions that can not be + installed on Python 3.7" + - "`#285`: Fixed CI testing of minimum requirements" + - "`#271`: Fixed repository caching bug preventing branch switching" + - "`#292`: Reformatted YAML files according to yamllint rules" + - "`#291`: Fixed filename typos in README" + - "`#280`: Added CI to ensure repository is in sync with upstream" + - "`#280`: sync setup.py from pypi-mobans" + date: tba + version: 0.5.0 - changes: - action: Updated details: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1f1d298..14f2e2aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,33 @@ Change log ================================================================================ +0.5.0 - tba +-------------------------------------------------------------------------------- + +Updated +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +#. `#277 `_: Restored dependency + git-url-parse, replacing incompatible giturlparse which was used during moban + 0.4.x +#. `#281 `_: Fixed unicode + support on Python 2.7 +#. `#274 `_: Updated ruamel.yaml + dependency pins to restore support for Python 3.4, and prevent installation + of versions that can not be installed on Python 3.7 +#. `#285 `_: Fixed CI testing of + minimum requirements +#. `#271 `_: Fixed repository + caching bug preventing branch switching +#. `#292 `_: Reformatted YAML + files according to yamllint rules +#. `#291 `_: Fixed filename typos + in README +#. `#280 `_: Added CI to ensure + repository is in sync with upstream +#. `#280 `_: sync setup.py from + pypi-mobans + 0.4.5 - 07.07.2019 -------------------------------------------------------------------------------- From f0d2df0ac9bc246d687c8a5a199ffaf0ec715162 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 14 Jul 2019 19:03:55 +0700 Subject: [PATCH 2/2] :arrow_up: record pypi-mobans dev branch in-sync --- mobanfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobanfile b/mobanfile index f82987f7..38d82987 100644 --- a/mobanfile +++ b/mobanfile @@ -1,8 +1,8 @@ requires: - type: git - url: https://github.com/jayvdb/pypi-mobans + url: https://github.com/moremoban/pypi-mobans submodule: true - branch: use-travis-template + branch: dev configuration: template_dir: - "pypi-mobans:templates"