|
1 |
| -name: "pypi-mobans" |
| 1 | +name: pypi-mobans |
2 | 2 | organisation: moremoban
|
3 | 3 | releases:
|
4 |
| -- changes: |
5 |
| - - action: Updated |
6 |
| - details: |
7 |
| - - "#75: separate flake8 linting in separate travis job" |
8 |
| - - "#72: project and copyright are no longer filled." |
9 |
| - - "black style on setup.py, include python 3.7, 3.8 , update gitignore" |
10 |
| - date: 04-05-2019 |
11 |
| - version: 0.0.5 |
12 |
| -- changes: |
13 |
| - - action: Updated |
14 |
| - details: |
15 |
| - - "travis-ci: uses xenial dist. dropped python 3.4, 3.7-dev and added 3.7, pypy2 and pypy3" |
16 |
| - - "added min_requirements.txt where minimum requirements are computed" |
17 |
| - - "#71: include tests folder as test_suite if 'tests' folder exists" |
18 |
| - - "#16: package data / MANIFEST.in.jj2 is not easy to customise" |
19 |
| - - "#14: Mandatory CHANGELOG.rst become optional" |
20 |
| - date: 18-02-2019 |
21 |
| - version: 0.0.4 |
22 |
| -- changes: |
23 |
| - - action: First release |
24 |
| - details: |
25 |
| - - "bug fix on `PR#60`" |
26 |
| - date: 18-01-2019 |
27 |
| - version: 0.0.3 |
28 |
| -- changes: |
29 |
| - - action: Added |
30 |
| - details: |
31 |
| - - "`PR#60`: codec and locale hacks added" |
32 |
| - - "`PR#61`: add python classifiers" |
33 |
| - - action: Updated |
34 |
| - details: |
35 |
| - - "`PR#63`: updated Pipfile implementation" |
36 |
| - - Synchronize with sphinx doc file at release date |
37 |
| - date: 18-01-2019 |
38 |
| - version: 0.0.2 |
39 |
| -- changes: |
40 |
| - - action: First release |
41 |
| - details: |
42 |
| - - versioning is applied |
43 |
| - - Pipfile included |
44 |
| - date: 05-11-2018 |
45 |
| - version: 0.0.1 |
46 |
| - |
| 4 | + - changes: |
| 5 | + - action: Updated |
| 6 | + details: |
| 7 | + - sync templates/docs/make.bat.jj2 to include changes from |
| 8 | + https://github.com/sphinx-doc/sphinx/commit/0dbdae31 |
| 9 | + - "#100: Fixed travis.yml.jj2 to not emit yamllint errors" |
| 10 | + - "#101: Fixed travis.yml.jj2 .disable_global to reset `install:`" |
| 11 | + - "#31: Added test_command to override travis.yml.jj2 use of Makefile" |
| 12 | + - "#96: Expanded travis.yml.jj2 and use in in the pypi-mobans repo" |
| 13 | + - "#88: Enhanced min_requirements.txt.jj2 support for dependencies |
| 14 | + with multiple constraints such as `>1,<3`" |
| 15 | + - "#93: Added CI to ensure pypi-mobans is in sync with upstream" |
| 16 | + - "#99: Formated changelog.yml according to yamllint default rules" |
| 17 | + - action: Added |
| 18 | + details: |
| 19 | + - "#89: setup.py.jj2 support for dependencies using all PEP 508 |
| 20 | + environment markers; enable setup_use_markers to activate, and |
| 21 | + enable setup_use_markers_fix to use with setuptools pre v22" |
| 22 | + - "#98: Added .gitattributes to reduce conflicts on changelog.yml" |
| 23 | + date: 14.07.2019 |
| 24 | + version: 0.0.7 |
| 25 | + - changes: |
| 26 | + - action: Updated |
| 27 | + details: |
| 28 | + - "#87: updated the pipfile syntax" |
| 29 | + - action: Added |
| 30 | + details: |
| 31 | + - "#87: Added tests for pipfile generation" |
| 32 | + date: 25-05-2019 |
| 33 | + version: 0.0.6 |
| 34 | + - changes: |
| 35 | + - action: Updated |
| 36 | + details: |
| 37 | + - "#75: separate flake8 linting in separate travis job" |
| 38 | + - "#72: project and copyright are no longer filled." |
| 39 | + - black style on setup.py, include python 3.7, 3.8 , update gitignore |
| 40 | + date: 04-05-2019 |
| 41 | + version: 0.0.5 |
| 42 | + - changes: |
| 43 | + - action: Updated |
| 44 | + details: |
| 45 | + - "travis-ci: uses xenial dist. dropped python 3.4, 3.7-dev and added |
| 46 | + 3.7, pypy2 and pypy3" |
| 47 | + - added min_requirements.txt where minimum requirements are computed |
| 48 | + - "#71: include tests folder as test_suite if 'tests' folder exists" |
| 49 | + - "#16: package data / MANIFEST.in.jj2 is not easy to customise" |
| 50 | + - "#14: Mandatory CHANGELOG.rst become optional" |
| 51 | + date: 18-02-2019 |
| 52 | + version: 0.0.4 |
| 53 | + - changes: |
| 54 | + - action: First release |
| 55 | + details: |
| 56 | + - "bug fix on `PR#60`" |
| 57 | + date: 18-01-2019 |
| 58 | + version: 0.0.3 |
| 59 | + - changes: |
| 60 | + - action: Added |
| 61 | + details: |
| 62 | + - "`PR#60`: codec and locale hacks added" |
| 63 | + - "`PR#61`: add python classifiers" |
| 64 | + - action: Updated |
| 65 | + details: |
| 66 | + - "`PR#63`: updated Pipfile implementation" |
| 67 | + - Synchronize with sphinx doc file at release date |
| 68 | + date: 18-01-2019 |
| 69 | + version: 0.0.2 |
| 70 | + - changes: |
| 71 | + - action: First release |
| 72 | + details: |
| 73 | + - versioning is applied |
| 74 | + - Pipfile included |
| 75 | + date: 05-11-2018 |
| 76 | + version: 0.0.1 |
0 commit comments