1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.8 - 13.10.2019
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Fixed **
8
+
9
+ #. `#114 <https://github.com/moremoban/pypi-mobans/issues/114 >`_: setup.py.jj2
10
+ gets default console_scripts entry always
11
+ #. `#120 <https://github.com/moremoban/pypi-mobans/issues/120 >`_: changelog rst
12
+ syntax cause 400 error
13
+ #. `#122 <https://github.com/moremoban/pypi-mobans/issues/122 >`_:
14
+ UPLOAD_FAILED_MSG cannot be formatted
15
+
4
16
0.0.7 - 14.07.2019
5
17
--------------------------------------------------------------------------------
6
18
7
- Updated
8
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19
+ **Updated **
9
20
10
21
#. sync templates/docs/make.bat.jj2 to include changes from
11
22
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
23
+ #. `#100 <https://github.com/moremoban/pypi-mobans/issues/100 >`_: Fixed
24
+ travis.yml.jj2 to not emit yamllint errors
25
+ #. `#101 <https://github.com/moremoban/pypi-mobans/issues/101 >`_: Fixed
26
+ travis.yml.jj2 .disable_global to reset `install: `
27
+ #. `#31 <https://github.com/moremoban/pypi-mobans/issues/31 >`_: Added
28
+ test_command to override travis.yml.jj2 use of Makefile
29
+ #. `#96 <https://github.com/moremoban/pypi-mobans/issues/96 >`_: Expanded
30
+ travis.yml.jj2 and use in in the pypi-mobans repo
31
+ #. `#88 <https://github.com/moremoban/pypi-mobans/issues/88 >`_: Enhanced
32
+ min_requirements.txt.jj2 support for dependencies with multiple constraints
33
+ such as `>1,<3 `
34
+ #. `#93 <https://github.com/moremoban/pypi-mobans/issues/93 >`_: Added CI to
35
+ ensure pypi-mobans is in sync with upstream
36
+ #. `#99 <https://github.com/moremoban/pypi-mobans/issues/99 >`_: Formated
37
+ changelog.yml according to yamllint default rules
38
+
39
+ **Added **
40
+
41
+ #. `#89 <https://github.com/moremoban/pypi-mobans/issues/89 >`_: setup.py.jj2
42
+ support for dependencies using all PEP 508 environment markers; enable
43
+ setup_use_markers to activate, and enable setup_use_markers_fix to use with
44
+ setuptools pre v22
45
+ #. `#98 <https://github.com/moremoban/pypi-mobans/issues/98 >`_: Added
46
+ .gitattributes to reduce conflicts on changelog.yml
28
47
29
48
0.0.6 - 25-05-2019
30
49
--------------------------------------------------------------------------------
31
50
32
- Updated
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
+ **Updated **
34
52
35
- #. #87: updated the pipfile syntax
53
+ #. `#87 <https://github.com/moremoban/pypi-mobans/issues/87 >`_: updated the
54
+ pipfile syntax
36
55
37
- Added
38
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
56
+ **Added **
39
57
40
- #. #87: Added tests for pipfile generation
58
+ #. `#87 <https://github.com/moremoban/pypi-mobans/issues/87 >`_: Added tests for
59
+ pipfile generation
41
60
42
61
0.0.5 - 04-05-2019
43
62
--------------------------------------------------------------------------------
44
63
45
- Updated
46
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64
+ **Updated **
47
65
48
- #. #75: separate flake8 linting in separate travis job
49
- #. #72: project and copyright are no longer filled.
66
+ #. `#75 <https://github.com/moremoban/pypi-mobans/issues/75 >`_: separate flake8
67
+ linting in separate travis job
68
+ #. `#72 <https://github.com/moremoban/pypi-mobans/issues/72 >`_: project and
69
+ copyright are no longer filled.
50
70
#. black style on setup.py, include python 3.7, 3.8 , update gitignore
51
71
52
72
0.0.4 - 18-02-2019
53
73
--------------------------------------------------------------------------------
54
74
55
- Updated
56
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75
+ **Updated **
57
76
58
77
#. travis-ci: uses xenial dist. dropped python 3.4, 3.7-dev and added 3.7, pypy2
59
78
and pypy3
60
79
#. added min_requirements.txt where minimum requirements are computed
61
- #. #71: include tests folder as test_suite if 'tests' folder exists
62
- #. #16: package data / MANIFEST.in.jj2 is not easy to customise
63
- #. #14: Mandatory CHANGELOG.rst become optional
80
+ #. `#71 <https://github.com/moremoban/pypi-mobans/issues/71 >`_: include tests
81
+ folder as test_suite if 'tests' folder exists
82
+ #. `#16 <https://github.com/moremoban/pypi-mobans/issues/16 >`_: package data /
83
+ MANIFEST.in.jj2 is not easy to customise
84
+ #. `#14 <https://github.com/moremoban/pypi-mobans/issues/14 >`_: Mandatory
85
+ CHANGELOG.rst become optional
64
86
65
87
0.0.3 - 18-01-2019
66
88
--------------------------------------------------------------------------------
67
89
68
- First release
69
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90
+ **First release **
70
91
71
92
#. bug fix on `#60 <https://github.com/moremoban/pypi-mobans/pull/60 >`_
72
93
73
94
0.0.2 - 18-01-2019
74
95
--------------------------------------------------------------------------------
75
96
76
- Added
77
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
97
+ **Added **
78
98
79
99
#. `#60 <https://github.com/moremoban/pypi-mobans/pull/60 >`_: codec and locale
80
100
hacks added
81
101
#. `#61 <https://github.com/moremoban/pypi-mobans/pull/61 >`_: add python
82
102
classifiers
83
103
84
- Updated
85
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
104
+ **Updated **
86
105
87
106
#. `#63 <https://github.com/moremoban/pypi-mobans/pull/63 >`_: updated Pipfile
88
107
implementation
@@ -91,8 +110,7 @@ Updated
91
110
0.0.1 - 05-11-2018
92
111
--------------------------------------------------------------------------------
93
112
94
- First release
95
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
113
+ **First release **
96
114
97
115
#. versioning is applied
98
116
#. Pipfile included
0 commit comments