summaryrefslogtreecommitdiff
blob: af50c6ae9f12a4815fccabcd15e0097dfccf623c (plain)
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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
# ChangeLog for dev-python/pygresql
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygresql/ChangeLog,v 1.8 2015/07/30 12:55:20 ago Exp $

  30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r2.ebuild:
  Stable for sparc, wrt bug #551388

  23 Jul 2015; Pacho Ramos <pacho@gentoo.org> pygresql-4.1.1-r2.ebuild:
  ppc stable wrt bug #551388

  20 Jul 2015; Jeroen Roovers <jer@gentoo.org> pygresql-4.1.1-r2.ebuild:
  Stable for HPPA (bug #551388).

  16 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> pygresql-4.1.1-r2.ebuild:
  ia64 stable wrt bug #551388

  03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r2.ebuild:
  Stable for alpha, wrt bug #551388

  26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r2.ebuild:
  Stable for x86, wrt bug #551388

  12 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r2.ebuild:
  Stable for amd64, wrt bug #551388

  08 Jun 2015; Aaron W. Swenson <titanofold@gentoo.org> +pygresql-4.1.1.ebuild,
  +pygresql-4.1.1-r1.ebuild, +pygresql-4.1.1-r2.ebuild, +metadata.xml:
  Package move. This is a Python specific driver package that does not belong
  in the dev-db category.

  03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
  Add pypi to remote-id in metadata.xml

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> pygresql-4.1.1-r1.ebuild,
  pygresql-4.1.1-r2.ebuild, pygresql-4.1.1.ebuild:
  Drop old Python implementations

  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r1.ebuild:
  Stable for ia64, wrt bug #534946

  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r1.ebuild:
  Stable for sparc, wrt bug #534946

  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r1.ebuild:
  Stable for alpha, wrt bug #534946

  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r1.ebuild:
  Stable for x86, wrt bug #534946

*pygresql-4.1.1-r2 (22 Jan 2015)

  22 Jan 2015; Patrick Lauer <patrick@gentoo.org> +pygresql-4.1.1-r2.ebuild:
  Update pygresql for more postgresql slots

  13 Jan 2015; Jeroen Roovers <jer@gentoo.org> pygresql-4.1.1-r1.ebuild:
  Stable for HPPA (bug #534946).

  09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1-r1.ebuild:
  Stable for amd64, wrt bug #534946

  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> pygresql-4.1.1.ebuild,
  pygresql-4.1.1-r1.ebuild:
  Rename virtual/postgresql to dev-db/postgresql

  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pygresql-4.1.1.ebuild,
  pygresql-4.1.1-r1.ebuild:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.

  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pygresql-4.1.1-r1.ebuild,
  pygresql-4.1.1.ebuild:
  QA: drop trailing '.' from DESCRIPTION

*pygresql-4.1.1-r1 (11 Mar 2014)

  11 Mar 2014; Aaron W. Swenson <titanofold@gentoo.org>
  +pygresql-4.1.1-r1.ebuild:
  4.1.1 is not actually compatible with <dev-db/postgresql-9.0. Updated
  POSTGRES_COMPAT to include 9.3. Fixes bug 499006.

  27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> -pygresql-3.8.1.ebuild,
  -pygresql-4.0.ebuild:
  Clean out old versions.

  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1.ebuild:
  Stable for sparc, wrt bug #289228

  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1.ebuild:
  Stable for ia64, wrt bug #289228

  19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1.ebuild:
  Stable for alpha, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1.ebuild:
  Stable for ppc, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1.ebuild:
  Stable for x86, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1.ebuild:
  Stable for amd64, wrt bug #289228

  16 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.0.ebuild:
  Stable for x86, wrt bug #289228

  16 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.0.ebuild:
  Stable for amd64, wrt bug #289228

  16 Jan 2014; Jeroen Roovers <jer@gentoo.org> pygresql-4.1.1.ebuild:
  Stable for HPPA (bug #289228).

*pygresql-4.1.1 (16 Jan 2014)

  16 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> +pygresql-4.1.1.ebuild:
  Version bump. Fixes bug 289228 and 482704.

  28 Nov 2012; <titan@gentoo.org> pygresql-3.8.1.ebuild, pygresql-4.0.ebuild:
  Changed license from "as-is" to "POSTGRESQL". Fixes bug 444746.

  26 Feb 2012; Patrick Lauer <patrick@gentoo.org> pygresql-3.8.1.ebuild,
  pygresql-4.0.ebuild:
  Restricting pypy

  23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -pygresql-3.5.ebuild,
  -files/pygresql-3.5-gentoo.patch, -pygresql-3.6.2.ebuild,
  -pygresql-3.6.2-r1.ebuild, -files/pygresql-3.6.2-gentoo.patch:
  Remove old ebuilds. Requested by Arfrever

  28 May 2011; Brent Baude <ranger@gentoo.org> pygresql-3.8.1.ebuild:
  Marking pygresql-3.8.1 ppc for bug 354267

  18 Feb 2011; Jeroen Roovers <jer@gentoo.org> pygresql-3.8.1.ebuild:
  Stable for HPPA (bug #354267).

  13 Feb 2011; Raúl Porcel <armin76@gentoo.org> pygresql-3.8.1.ebuild:
  alpha/ia64/sparc stable wrt #354267

  11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> pygresql-3.8.1.ebuild:
  Stable on amd64 wrt bug #354267

  10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  pygresql-3.8.1.ebuild:
  x86 stable wrt bug #354267

  09 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pygresql-3.8.1.ebuild:
  Set SUPPORT_PYTHON_ABIS (bug #312141).

  08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pygresql-4.0.ebuild:
  Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #312141).

  08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pygresql-3.5.ebuild, pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild,
  pygresql-3.8.1.ebuild, pygresql-4.0.ebuild:
  Fix deprecation warnings.

  14 Dec 2010; Matt Turner <mattst88@gentoo.org> pygresql-3.5.ebuild,
  pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild:
  Drop ~mips keywords, bug 154793

  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> pygresql-3.5.ebuild,
  pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild, pygresql-3.8.1.ebuild,
  pygresql-4.0.ebuild:
  Migrating away from deprecated postgres virtuals

*pygresql-4.0 (23 Apr 2009)

  23 Apr 2009; Patrick Lauer <patrick@gentoo.org> +pygresql-4.0.ebuild:
  Bump to 4.0. Fixes #256329

  19 May 2008; Tiziano Müller <dev-zero@gentoo.org> pygresql-3.5.ebuild,
  pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild, pygresql-3.8.1.ebuild:
  Changed dependency for postgresql to virtual/postgresql-base

  11 Mar 2008; <ricmm@gentoo.org> pygresql-3.5.ebuild:
  Drop to ~mips to match dev-db/libpq

  13 Jun 2007; Raúl Porcel <armin76@gentoo.org> pygresql-3.8.1.ebuild:
  Add ~alpha wrt #154793

  26 Mar 2007; Raúl Porcel <armin76@gentoo.org> pygresql-3.8.1.ebuild:
  Readd ~ia64 wrt bug 154793

  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
  Transition to Manifest2.

  04 Feb 2007; Steve Dibb <beandog@gentoo.org> pygresql-3.8.1.ebuild:
  add ~amd64, bug 154793

  31 Jan 2007; Jeroen Roovers <jer@gentoo.org> pygresql-3.8.1.ebuild:
  Marked ~hppa (bug #154793).

  30 Nov 2006; Matti Bickel <mabi@gentoo.org> pygresql-3.8.1.ebuild:
  Remarked ~ppc (bug #154793)

*pygresql-3.8.1 (08 Nov 2006)

  08 Nov 2006; Tiziano Müller <dev-zero@gentoo.org>
  -files/pygresql-3.6.1-gentoo.patch, pygresql-3.5.ebuild,
  -pygresql-3.6.1.ebuild, pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild,
  -pygresql-3.8.ebuild, +pygresql-3.8.1.ebuild:
  Version bump. Dependency and ebuild cleanups: bug 149320, thanks to Frederik
  Holljen.

  27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-pygresql-3.5,
  files/digest-pygresql-3.6.1, files/digest-pygresql-3.6.2,
  files/digest-pygresql-3.6.2-r1, Manifest:
  Fixing SHA256 digest, pass four

  27 Apr 2006; Jason Wever <weeve@gentoo.org> pygresql-3.8.ebuild:
  Re-added ~sparc keyword as it went missing for no reason we're aware of.

*pygresql-3.8 (20 Mar 2006)

  20 Mar 2006; Masatomo Nakano <nakano@gentoo.org> +pygresql-3.8.ebuild:
  Version bump. Ebuild submitted by Chris Mayo <mayo@clara.co.uk>.

  06 Feb 2006; Simon Stelling <blubb@gentoo.org> pygresql-3.6.2.ebuild:
  stable on amd64

  23 Aug 2005; Aron Griffis <agriffis@gentoo.org> pygresql-3.6.2.ebuild:
  stable on ia64

  15 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> pygresql-3.6.2.ebuild:
  Stable on hppa.

  03 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> pygresql-3.6.2.ebuild:
  Stable on ppc.

  03 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> pygresql-3.6.2.ebuild:
  Stable on alpha.

  22 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> pygresql-3.6.2.ebuild:
  Stable on sparc

  19 May 2005; Guy Martin <gmsoft@gentoo.org> pygresql-3.6.1.ebuild:
  Stable on hppa.

  09 May 2005; Masatomo Nakano <nakano@gentoo.org>
  files/pygresql-3.6.2-gentoo.patch:
  Fixed header include path.

*pygresql-3.6.2-r1 (08 May 2005)

  08 May 2005; Masatomo Nakano <nakano@gentoo.org>
  +pygresql-3.6.2-r1.ebuild:
  Added libpq dependency version.

*pygresql-3.6.2 (24 Apr 2005)

  24 Apr 2005; Masatomo Nakano <nakano@gentoo.org>
  -files/pygresql-3.4-gentoo.patch, +files/pygresql-3.6.2-gentoo.patch,
  -pygresql-3.4.ebuild, +pygresql-3.6.2.ebuild:
  Version bump.

  09 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> pygresql-3.6.1.ebuild:
  Stable on ppc.

  01 Apr 2005; Simon Stelling <blubb@gentoo.org> pygresql-3.6.1.ebuild:
  stable on amd64

  31 Mar 2005; Aron Griffis <agriffis@gentoo.org> pygresql-3.6.1.ebuild:
  stable on ia64

  27 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> pygresql-3.6.1.ebuild:
  Stable on alpha.

  20 Mar 2005; Jason Wever <weeve@gentoo.org> pygresql-3.6.1.ebuild:
  Stable on SPARC.

  17 Mar 2005; Masatomo Nakano <nakano@gentoo.org> pygresql-3.6.1.ebuild:
  Marked stable.

  10 Feb 2005; Masatomo Nakano <nakano@gentoo.org>
  -files/pygresql-3.6-gentoo.patch, +files/pygresql-3.6.1-gentoo.patch,
  pygresql-3.6.1.ebuild:
  Fixed server path error. (#81475)

*pygresql-3.6.1 (09 Feb 2005)

  09 Feb 2005; Masatomo Nakano <nakano@gentoo.org> +pygresql-3.6.1.ebuild,
  -pygresql-3.6.ebuild:
  Version bump.

  06 Feb 2005; Joshua Kinard <kumba@gentoo.org> pygresql-3.5.ebuild:
  Marked stable on mips.

  28 Dec 2004; Guy Martin <gmsoft@gentoo.org> pygresql-3.5.ebuild:
  Stable on hppa.

  27 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> pygresql-3.5.ebuild:
  Stable on sparc

  22 Dec 2004; Dylan Carlson <absinthe@gentoo.org> :
  Digest fix.

  20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> pygresql-3.5.ebuild:
  Stable on alpha.

  18 Dec 2004; Dylan Carlson <absinthe@gentoo.org> pygresql-3.5.ebuild:
  Stable on amd64.

  17 Dec 2004; Masatomo Nakano <nakano@gentoo.org> pygresql-3.5.ebuild:
  Marked stable on x86.

*pygresql-3.6 (17 Dec 2004)

  17 Dec 2004; Masatomo Nakano <nakano@gentoo.org>
  +files/pygresql-3.6-gentoo.patch, +pygresql-3.6.ebuild:
  Version bump.

*pygresql-3.5 (30 Aug 2004)

  30 Aug 2004; Masatomo Nakano <nakano@gentoo.org>
  +files/pygresql-3.5-gentoo.patch, +pygresql-3.5.ebuild:
  Version bump.

  29 Jun 2004; Aron Griffis <agriffis@gentoo.org> pygresql-3.4.ebuild:
  trim trailing whitespace

  17 Jun 2004; Masatomo Nakano <nakano@gentoo.org> pygresql-3.4.ebuild:
  Marked as stable.

*pygresql-3.4 (04 May 2004)

  04 May 2004; Masatomo Nakano <nakano@gentoo.org> :
  Initial import. This modules was separated from PostgereSQL package.