File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.7 - tba
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. sync templates/docs/make.bat.jj2 to include changes from
11
+ https://github.com/sphinx-doc/sphinx/commit/0dbdae31
12
+ #. #100: Fixed travis.yml.jj2 to not emit yamllint errors
13
+ #. #101: Fixed travis.yml.jj2 .disable_global to reset `install: `
14
+ #. #31: Added test_command to override travis.yml.jj2 use of Makefile
15
+ #. #96: Expanded travis.yml.jj2 and use in in the pypi-mobans repo
16
+ #. #88: Enhanced min_requirements.txt.jj2 support for dependencies with multiple
17
+ constraints such as `>1,<3 `
18
+ #. #93: Added CI to ensure pypi-mobans is in sync with upstream
19
+ #. #99: Formated changelog.yml according to yamllint default rules
20
+
21
+ Added
22
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
+
24
+ #. #89: setup.py.jj2 support for dependencies using all PEP 508 environment
25
+ markers; enable setup_use_markers to activate, and enable
26
+ setup_use_markers_fix to use with setuptools pre v22
27
+ #. #98: Added .gitattributes to reduce conflicts on changelog.yml
28
+
4
29
0.0.6 - 25-05-2019
5
30
--------------------------------------------------------------------------------
6
31
Original file line number Diff line number Diff line change 1
1
name : pypi-mobans
2
2
organisation : moremoban
3
3
releases :
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 : tba
24
+ version : 0.0.7
4
25
- changes :
5
26
- action : Updated
6
27
details :
You can’t perform that action at this time.
0 commit comments