@@ -4,14 +4,15 @@ Changelog
4
4
5
5
Here you can find the recent changes to vcspull
6
6
7
- - :release: `1.2.0 <2018-07-08> `
8
- - :support: `- ` Sort imports
9
- - :support: `- ` Add isort package, isort configuration in setup.cfg, and
7
+ 1.2.0 <2018-07-08>
8
+ ------------------
9
+ - Sort imports
10
+ - Add isort package, isort configuration in setup.cfg, and
10
11
``make isort `` task to Makefile.
11
- - :support: ` - ` Add ``make sync_pipfile `` for updating *Pipfile *
12
+ - Add ``make sync_pipfile `` for updating *Pipfile *
12
13
dependencies against *requirements/\* .txt * files.
13
- - :support: ` - ` Update Pipfile
14
- - :support: ` - ` Package updates
14
+ - Update Pipfile
15
+ - Package updates
15
16
16
17
Base / Core dependencies:
17
18
@@ -28,37 +29,43 @@ Here you can find the recent changes to vcspull
28
29
29
30
- pytest: 3.4.2 to 3.6.3
30
31
31
- - :release: `1.1.0 <2018-03-11> `
32
- - :support: `- ` Move to new organization, vcs-python
33
- - :bug: `- ` Fix a bug in libvcs that prevented syncing on Ubuntu 18.04 LTS
32
+ 1.1.0 <2018-03-11>
33
+ ------------------
34
+ - Move to new organization, vcs-python
35
+ - Fix a bug in libvcs that prevented syncing on Ubuntu 18.04 LTS
34
36
beta.
35
- - :support: ` - ` Update libvcs to 0.3.0
36
- - :support: ` - ` Various package updates for support infrastructure,
37
+ - Update libvcs to 0.3.0
38
+ - Various package updates for support infrastructure,
37
39
including pytest and sphinx
38
40
39
- - :release: `1.0.3 <2016-12-19> `
40
- - :support: `- ` Update more documentation domain at vcspull.git-pull.com
41
+ 1.0.3 <2016-12-19>
42
+ ------------------
43
+ - Update more documentation domain at vcspull.git-pull.com
41
44
42
- - :release: `1.0.2 <2016-12-19> `
43
- - :support: `- ` Update to new documentation domain at vcspull.git-pull.com
44
- - :support: `- ` Fix travis tests via ``pip install -u mock `` in
45
+ 1.0.2 <2016-12-19>
46
+ ------------------
47
+ - Update to new documentation domain at vcspull.git-pull.com
48
+ - Fix travis tests via ``pip install -u mock `` in
45
49
``.travis.yaml ``.
46
50
47
- - :release: `1.0.1 <2016-11-24> `
48
- - :bug: `43 ` - fix missing test dependency on anaconda by updating libvcs
49
- - :support: `- ` README tweaks
51
+ 1.0.1 <2016-11-24>
52
+ ------------------
53
+ - :issue: `43 ` - fix missing test dependency on anaconda by updating libvcs
54
+ - README tweaks
50
55
51
- - :release: `1.0.0 <2016-09-13> `
52
- - :feature: `41 ` Transition uses `libvcs `_ backend
53
- - :feature: `41 ` Transition tests from unittest to pytest
54
- - :support: `40 ` Major API refactorings and removal of unused code, see the
56
+ 1.0.0 <2016-09-13>
57
+ ------------------
58
+ - :issue: `41 ` Transition uses `libvcs `_ backend
59
+ - :issue: `41 ` Transition tests from unittest to pytest
60
+ - :issue: `40 ` Major API refactorings and removal of unused code, see the
55
61
api reference for more.
56
- - :feature : `38 ` Improve SVN and git support, thanks `@jcfr `!
57
- - :support : `35 ` Don't run mercurial tests if ``hg(1) `` missing, by `@jcfr `
58
- - :support : `36 `, :support : `37 ` Documentation updates from `@jcfr `
59
- - :bug : `34 ` Fix missing mock library, thanks `@jfcr `
62
+ - :issue : `38 ` Improve SVN and git support, thanks `@jcfr `!
63
+ - :issue : `35 ` Don't run mercurial tests if ``hg(1) `` missing, by `@jcfr `
64
+ - :issue : `36 ` , :issue : `37 ` Documentation updates from `@jcfr `
65
+ - :issue : `34 ` Fix missing mock library, thanks `@jfcr `
60
66
61
- - :release: `0.9.0 <2016-05-26> `
67
+ 0.9.0 <2016-05-26>
68
+ ------------------
62
69
- [cli] [internal]: command line arg parsing now uses `click `_ library.
63
70
- [cli] vcspull will use the beginning part of the argument to determine
64
71
if its searching by vcs URL, repository name or system path.
@@ -84,30 +91,36 @@ Here you can find the recent changes to vcspull
84
91
- [git] [tests]: fix git+https remotes `#14 `_, add regression tests.
85
92
86
93
87
- - :release: `0.2.2 <2015-07-10> `
94
+ 0.2.2 <2015-07-10>
95
+ ------------------
88
96
- [internal]: devendorize colorama
89
97
90
- - :release: `0.2.1 <2015-06-12> `
98
+ 0.2.1 <2015-06-12>
99
+ ------------------
91
100
- [internal] [tests]: handle ``ERROR `` in git cloning, add tests. Fixes
92
101
cases like ``ERROR: Repository not found ``.
93
102
94
- - :release: `0.2.0 <2015-05-19> `
103
+ 0.2.0 <2015-05-19>
104
+ ------------------
95
105
- [api] Change the API of :class: `vcspull.repo.base.BaseRepo ` and
96
106
:class: `vcspull.repo.Repo ` to accept arguments as ``kwargs ``
97
107
- [api]: Rename ``parent_path `` to ``cwd ``.
98
108
- [docs]: Pydoc documentation for ``Repo `` usage.
99
109
- [docs]: Python API example
100
110
101
- - :release: `0.1.1 <2015-05-09> `
111
+ 0.1.1 <2015-05-09>
112
+ ------------------
102
113
- [testing] Fix sniffer on Python 3
103
114
- [cli] remove redundant message when adding remotes
104
115
- [docs] add animated screencast preview for ReadTheDocs and README.rst
105
116
106
- - :release: `0.1.0 <2015-04-30> `
117
+ 0.1.0 <2015-04-30>
118
+ ------------------
107
119
- [cli]: support for specifying for config file path with ``-c ``.
108
120
- [cli]: clarify error output when no repositories found
109
121
110
- - :release: `0.0.10 <2015-04-08> `
122
+ 0.0.10 <2015-04-08>
123
+ -------------------
111
124
- [cli]: fix message when adding remotes
112
125
- [internals]: split config-related functions into ``config `` module.
113
126
- [tests]: consolidate tests from ``testsuite.cli `` into
@@ -117,12 +130,14 @@ Here you can find the recent changes to vcspull
117
130
- [cli]: vcspull now checks for configs in ``~/.vcspull `` (yaml and json
118
131
files) as well as the standard ``~/.vcspull.{yaml,json} `` files.
119
132
120
- - :release: `0.0.9-1 <2015-03-27> `
133
+ 0.0.9-1 <2015-03-27>
134
+ --------------------
121
135
- [internals]: move to ``__about__.py `` convention for pulling package
122
136
data.
123
137
- [internals]: remove extraneous url from stdout in git repositories.
124
138
125
- - :release: `0.0.9 <2015-03-25> `
139
+ 0.0.9 <2015-03-25>
140
+ ------------------
126
141
- [dev]: support for tmuxp ``before_script `` to set up local virtualenv +
127
142
dependencies.
128
143
- [dev]: Clean up ``__init__.py `` imports
@@ -137,42 +152,51 @@ Here you can find the recent changes to vcspull
137
152
- [docs]: Update docs to reflect updates on new commands and how to clone
138
153
private / priveleged GitHub repos.
139
154
140
- - :release: `0.0.8-4 <2014-02-06> `
155
+ 0.0.8-4 <2014-02-06>
156
+ --------------------
141
157
- [cli] Update documentation when no config found to show ``yaml `` and
142
158
``json ``. Remove mentioning of ``conf ``.
143
159
144
- - :release: `0.0.8-3 <2014-02-06> `
160
+ 0.0.8-3 <2014-02-06>
161
+ --------------------
145
162
- [logging] `Issue #6 `_ - fix issue where log templates would not
146
163
concatenate correctly.
147
164
148
- - :release: `0.0.8-2 <2014-02-05> `
165
+ 0.0.8-2 <2014-02-05>
166
+ --------------------
149
167
- [packaging] Fix issue where ``package_metadata.py `` missing from
150
168
``MANIFEST.in ``.
151
169
152
- - :release: `0.0.8-1 <2014-02-05> `
170
+ 0.0.8-1 <2014-02-05>
171
+ --------------------
153
172
- [setup.py] remove history from readme
154
173
155
- - :release: `0.0.8 <2014-02-05> `
174
+ 0.0.8 <2014-02-05>
175
+ ------------------
156
176
- Use werkzeug/flask style unit test suites.
157
177
- [docs] Fix section headings.
158
178
- [internals] use conventions from `tony/cookiecutter-pypackage `_.
159
179
160
- - :release: `0.0.7 <2014-01-07> `
180
+ 0.0.7 <2014-01-07>
181
+
161
182
- New logging system from pypa/pip with support showing current stderr
162
183
(checkout, pull, cloning) progress.
163
184
- ``unicode_literals ``, ``__future__ `` for python 3 support.
164
185
165
- - :release: `0.0.6 <2013-12-03> `
186
+ 0.0.6 <2013-12-03>
187
+ ------------------
166
188
- Renamed to ``vcspull ``.
167
189
168
- - :release: `0.0.5 <2013-11-28> `
190
+ 0.0.5 <2013-11-28>
191
+ ------------------
169
192
- [tests] tests for loading multiple configs, config conflict cases
170
193
- [internal] fix recursive imports, using explicit importing
171
194
- [git] handle cli case where git is on a different branch, just fetch
172
195
repo.
173
196
- [py3] python 3 support
174
197
175
- - :release: `0.0.4 <2013-11-25> `
198
+ 0.0.4 <2013-11-25>
199
+ ------------------
176
200
- [svn] [git] [hg] added functionality for pip's netloc and vcs
177
201
functionality.
178
202
- [docs] update license docs for methods from salt (apache) and pip (mit).
@@ -182,49 +206,56 @@ Here you can find the recent changes to vcspull
182
206
- [cli] Exit with ``Ctrl-C `` gracefully.
183
207
184
208
185
- - :release: `0.0.3 <2013-11-23> `
209
+ 0.0.3 <2013-11-23>
210
+ ------------------
186
211
- [docs] [examples] more docs and examples
187
212
- [internal] remove developer logger message that would show when
188
213
updating.
189
214
- [cli] - fixed bug where logger would output message twice
190
215
- [`pep257 `_] [`pep8 `_] [logger] update ``vcspull.log `` module to latest
191
216
code (from `tmuxp `_ project).
192
217
193
- - :release: `0.0.2 <2013-11-23> `
218
+ 0.0.2 <2013-11-23>
219
+ ------------------
194
220
- [tests] Move tests for making directory paths to ``test_repo ``
195
221
TestSuite.
196
222
- [tests] [git] more work on remotes with :class: `vcspull.repo.git.GitRepo `.
197
223
198
- - :release: `0.0.2 <2013-11-16> `
224
+ 0.0.2 <2013-11-16>
225
+ ------------------
199
226
- [tests] refactor tests modules
200
227
- [git] add some functions with saltstack to
201
228
:py:class: `vcspull.repo.git.GitRepo `.
202
229
- [version] reset to 0.1.0 w/o dev tag to begin releases.
203
230
204
- - :release: `0.0.1 <2013-11-15> `
231
+ 0.0.1 <2013-11-15>
232
+ ------------------
205
233
- [cli] [tests] fix `issue #1 `_ for making directories recursively.
206
-
207
- - :release: `0.0.1 <2013-11-15> `
208
234
- [tests] :py:mod: `tempfile `.
209
235
- [cli] [config] remove .ini support
210
236
211
- - :release: `0.0.1 <2013-11-09> `
237
+ 0.0.1 <2013-11-09>
238
+ ------------------
212
239
- `pep257 `_ to all modules.
213
240
- Add `argcomplete `_.
214
241
- Move in code patterns from `tmuxp `_. New logger, setup.py, testsuite
215
242
structure, etc.
216
243
217
- - :release: `0.0.1 <2013-10-23> `
244
+ 0.0.1 <2013-10-23>
245
+ ------------------
218
246
- add example
219
247
220
- - :release: `0.0.1 <2013-10-17> `
248
+ 0.0.1 <2013-10-17>
249
+ ------------------
221
250
- fix packaging issue, add MANIFEST.in
222
251
- bump to 0.1.1
223
252
224
- - :release: `0.0.1 <2013-10-08> `
253
+ 0.0.1 <2013-10-08>
254
+ ------------------
225
255
- move to semver
226
256
227
- - :release: `0.0.1 <2013-10-06> `
257
+ 0.0.1 <2013-10-06>
258
+ ------------------
228
259
- https://github.com/vcs-python/vcspull/compare/a96e723269...a5be723de5
229
260
- remove virtualenv dep [Done]
230
261
- remove pip dep [Done]
0 commit comments