-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
305 lines (258 loc) · 10.4 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
# This file is python syntax
CHANGELOG = [
{
'version' : "1.2.0",
'date' : "2016-10-24T15:25:13+0000",
'author' : "Jean-Louis Fuchs <[email protected]>",
'changes' : [
"Important: Because of PR #29 pyaptly needs at least aptly 0.9.6",
"Merge pull request #29 from sliverc/support_flags",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/29",
"Added additional option to skip contents file generation in publish",
],
"Merge pull request #30 from sliverc/add_python26_support",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/30",
"Add python26 tests",
],
"Merge pull request #28 from winged/do_not_expect_timestamp_in_snapshot_dict",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/28",
"Do not expect dict-snapshots to contain timestamps",
],
"Merge pull request #27 from msabramo/patch-4",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/27",
"README.rst: Add PyPI badge",
],
"Merge pull request #26 from msabramo/patch-3",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/26",
"Fix some typos",
],
"Merge pull request #25 from msabramo/patch-2",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/25",
"format.rst: Fix a few typos",
],
"Merge pull request #24 from msabramo/patch-1",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/24",
"setup.py: Set url to GitHub repo",
],
"Merge pull request #22 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/22",
"Updated pyproject to support version suffix",
],
"Merge pull request #21 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/21",
"Update pyproject for CI build",
],
"Merge pull request #20 from karras/bug_fix_snapshot_update_when_publishing_repos",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/20",
"Fix bug when executing snapshot update",
],
],
},
{
'version' : "1.2.0",
'date' : "2016-10-24T15:19:16+0000",
'author' : "Jean-Louis Fuchs <[email protected]>",
'changes' : [
"Need at least aptly version 0.9.6",
"Merge pull request #30 from sliverc/add_python26_support",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/30",
"Add python26 tests",
],
"Merge pull request #28 from winged/do_not_expect_timestamp_in_snapshot_dict",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/28",
"Do not expect dict-snapshots to contain timestamps",
],
"Merge pull request #27 from msabramo/patch-4",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/27",
"README.rst: Add PyPI badge",
],
"Merge pull request #26 from msabramo/patch-3",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/26",
"Fix some typos",
],
"Merge pull request #25 from msabramo/patch-2",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/25",
"format.rst: Fix a few typos",
],
"Merge pull request #24 from msabramo/patch-1",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/24",
"setup.py: Set url to GitHub repo",
],
"Merge pull request #22 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/22",
"Updated pyproject to support version suffix",
],
"Merge pull request #21 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/21",
"Update pyproject for CI build",
],
"Merge branch 'master' of https://github.com/adfinis-sygroup/pyaptly",
[
"https://github.com/adfinis-sygroup/pyaptly/commit/87094a2",
],
"Merge pull request #20 from karras/bug_fix_snapshot_update_when_publishing_repos",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/20",
"Fix bug when executing snapshot update",
],
],
},
{
'version' : "1.2.0",
'date' : "2016-10-24T15:19:16+0000",
'author' : "Jean-Louis Fuchs <[email protected]>",
'changes' : [
"Merge pull request #30 from sliverc/add_python26_support",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/30",
"Add python26 tests",
],
"Merge pull request #28 from winged/do_not_expect_timestamp_in_snapshot_dict",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/28",
"Do not expect dict-snapshots to contain timestamps",
],
"Merge pull request #27 from msabramo/patch-4",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/27",
"README.rst: Add PyPI badge",
],
"Merge pull request #26 from msabramo/patch-3",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/26",
"Fix some typos",
],
"Merge pull request #25 from msabramo/patch-2",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/25",
"format.rst: Fix a few typos",
],
"Merge pull request #24 from msabramo/patch-1",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/24",
"setup.py: Set url to GitHub repo",
],
"Merge pull request #23 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/23",
"Installation",
],
"Merge pull request #22 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/22",
"Updated pyproject to support version suffix",
],
"Merge branch 'master' of https://github.com/adfinis-sygroup/pyaptly",
[
"https://github.com/adfinis-sygroup/pyaptly/commit/146e7b3",
],
"Merge pull request #21 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/21",
"Update pyproject for CI build",
],
"Merge branch 'master' of https://github.com/adfinis-sygroup/pyaptly",
[
"https://github.com/adfinis-sygroup/pyaptly/commit/87094a2",
],
"Merge pull request #20 from karras/bug_fix_snapshot_update_when_publishing_repos",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/20",
"Fix bug when executing snapshot update",
],
],
},
{
'version' : "1.1.0",
'date' : "2016-06-15T13:21:43+0000",
'author' : "Jean-Louis Fuchs <[email protected]>",
'changes' : [
"Merge pull request #15 from ganwell/feature_gpg_for_publish",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/15",
"Update documentation about gpg-key and the gpg-agent. Read public keys and subkeys from gpg",
],
"Merge pull request #14 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/14",
"Meta PR: Fixing PR #11 and #12",
],
"Merge pull request #9 from winged/fix_exponential_complexity_in_read_snapshot_map",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/9",
"Fix exponential complexity when reading snapshot map.",
],
"Merge pull request #7 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/7",
"Making hypothesis examples smaller to avoid timeouts",
],
"Merge pull request #6 from karras/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/6",
"Fix typos in README",
],
"Merge pull request #5 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/5",
"Display travis badge",
],
"Merge pull request #4 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/4",
"Update CHANGELOG",
],
"Merge pull request #3 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/3",
"Change to public documentation location",
],
],
},
{
'version' : "1.0.1",
'date' : "2016-05-07T14:17:42+0000",
'author' : "Jean-Louis Fuchs <[email protected]>",
'changes' : [
"Merge pull request #3 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/3",
"Change to public documentation location",
],
],
},
{
'version' : "1.0.0",
'date' : "2016-05-06T19:40:42+0000",
'author' : "Jean-Louis Fuchs <[email protected]>",
'changes' : [
"Merge pull request #2 from ganwell/master",
[
"https://github.com/adfinis-sygroup/pyaptly/pull/2",
"Semi-Automatic Release of deb and rpm Packages",
],
"Added CHANGELOG",
[
"https://github.com/adfinis-sygroup/pyaptly/commit/9f8ea2e",
],
],
},
]