File: changelog

package info (click to toggle)
python-axiom 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,336 kB
  • ctags: 2,893
  • sloc: python: 12,583; sh: 33; makefile: 14
file content (240 lines) | stat: -rw-r--r-- 8,336 bytes parent folder | download
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
python-axiom (0.7.5-2) unstable; urgency=medium

  * Switch from cdbs to dh/pybuild (closes: #837262).
  * Remove plugin cache regeneration logic from setup.py.
  * Bump Standards-Version to 3.9.8 (no changes).
  * Add Lintian overrides for warnings about axiomatic.

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 10 Sep 2016 17:21:24 +0200

python-axiom (0.7.5-1) unstable; urgency=medium

  * New upstream version.
    - Update upstream keyring.
  * Use https in Vcs-Git.
  * Update Homepage.
  * Bump required Python version to 2.7 since upstream no longer
    officially supports 2.6. (This has no real effect other than more
    accurate metadata).

 -- Tristan Seligmann <mithrandi@debian.org>  Thu, 04 Feb 2016 09:08:08 +0200

python-axiom (0.7.4-1) unstable; urgency=medium

  * New upstream release.
    - Fixes compatibility with python-twisted 15.3.0.
  * Raise debhelper compat level to 9.
  * Remove unnecessary XS-Testsuite control field.

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 15 Aug 2015 02:42:04 +0200

python-axiom (0.7.3-1) unstable; urgency=high

  * New upstream release.
    - Urgency high, because 0.7.2 and 0.7.3 include potential data loss
      fixes.
    - Should have happened with the previous upload, but apparently I'm
      blind as well as forgetful.

 -- Tristan Seligmann <mithrandi@debian.org>  Fri, 08 May 2015 22:00:23 +0200

python-axiom (0.7.1-3) unstable; urgency=medium

  * Fix priority (should be extra because of python-twisted-conch dependency).
  * Switch debian/watch to pypi.debian.net redirector.
  * Build-Depend on dh-python.
  * Bump Standards-Version to 3.9.6 (no changes).

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 02 May 2015 00:53:30 +0200

python-axiom (0.7.1-2) unstable; urgency=medium

  * Enable automated tests via autopkgtest.

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 29 Mar 2014 16:35:34 +0200

python-axiom (0.7.1-1) unstable; urgency=low

  * New upstream release.
    - Remove 1209082-remove-bogus-performance-tests.diff (merged upstream).
    - Build-Depend on setuptools.
  * Remove _trial_temp in clean target. (Closes: #671096)
  * Remove MetaItem comparison methods patch (this was fixed in CPython
    itself, see <http://bugs.python.org/issue7491>).
  * Bump Python version specification (upstream only supports 2.6 and 2.7).
  * Drop no longer needed python-twisted-conch dependency. (Closes: #591282)
  * Clean up plugin cache in postrm. (Closes: #672154)
  * Switch to trigger-based handling of plugin caches.
    - We now use the twisted-plugins-cache trigger to rebuild the Twisted
      plugins cache as well as providing our own axiom-plugins-cache trigger.
  * Bump Standards-Version.
  * Add uscan signature verification.

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 22 Mar 2014 21:31:16 +0200

python-axiom (0.6.0-4) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Fix a typo in the package description.

  [ Tristan Seligmann ]
  * Fix watch file.
  * Update my email address.
  * Remove failing performance tests. (Closes: #711804)
  * Fix grammar in axiomatic(1) man page.
  * Bump Standards-Version.
  * Ship upstream NEWS.txt which was omitted from the source tarball
    accidentally.
  * Use Breaks instead of Conflicts against libsqlite3-0.
  * Set PYTHONDONTWRITEBYTECODE during build.
  * Update Homepage.

 -- Tristan Seligmann <mithrandi@debian.org>  Sun, 11 Aug 2013 06:45:37 +0200

python-axiom (0.6.0-3) unstable; urgency=low

  * Team upload.

  [ Vincent Bernat ]
  * Remove dependency to quilt. Adjust debian/rules accordingly.

  [ Arthur de Jong ]
  * Moved packaging from python-central to dh_python2 (Closes: #616994).

 -- Arthur de Jong <adejong@debian.org>  Fri, 09 Mar 2012 10:47:13 +0100

python-axiom (0.6.0-2) unstable; urgency=low

  [ Jakub Wilk ]
  * Make the package ready for Python 2.6. Closes: #557925
    - Fix debian/runtrail.py to deal with site-packages/dist-packages
      discrepancy.
    - Patch the axiom.Item.MetaItem class so that comparisons work as
      intended.
    - Build-depend on python-epsilon (>= 0.6.0-2), which fixes build failure.
  * Use quilt to manage patches.

  [ Vincent Bernat ]
  * Bump Standards-Version to 3.8.4.
  * Switch to 3.0 (quilt) format.

 -- Vincent Bernat <bernat@debian.org>  Tue, 02 Mar 2010 08:13:25 +0100

python-axiom (0.6.0-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/rules
    - don't FTBFS when removing not-existing dirs; thanks to Lucas Nussbaum for
      the report; Closes: #560565

  [ Vincent Bernat ]
  * New upstream release.
  * debian/control
    - don't use obsolete "<" for Conflicts field; use "<<" instead. Closes: #557926.
    - bump Standards-Version

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Wed, 13 Jan 2010 20:38:50 +0100

python-axiom (0.5.31-2) unstable; urgency=low

  [ Vincent Bernat ]
  * Move python-epsilon from Build-Depends-Indep to Build-Depends since it
    is needed for clean target.

  [ Piotr Ożarowski ]
  * Bump minimum required Python version to 2.4. Closes: #534723

  [ Stefano Zacchiroli ]
  * Removing myself from the Uploader list. So Long.

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Fri, 24 Jul 2009 15:30:41 +0200

python-axiom (0.5.31-1) unstable; urgency=low

  [ Vincent Bernat ]
  * New upstream release.
  * Bump Standards-Version to 3.8.1. No changes required.
  * Ship examples in /usr/share/doc/python-axiom/examples. Closes: #520340.

  [ Tristan Seligmann ]
  * Remove the build dir from the initial destination and not from the
    pysupport one, to avoid relying on pysupport internals. (Closes: #516757)
  * Conflict with older sqlite3 versions to avoid an issue with some internal
    axiom column names. (Closes: #520338)
  * Switch to pycentral for compatibility with python-twisted, since Axiom now
    ships a Twisted plugin which is required for axiomatic to work.
  * Rebuild Axiom and Twisted plugin caches on installation / removal.

 -- Tristan Seligmann <mithrandi@mithrandi.net>  Sat, 18 Apr 2009 00:49:01 +0200

python-axiom (0.5.30-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Tristan Seligmann ]
  * New upstream release.
    - Supercedes progresshandler-fix.patch.
    - Scheduler tests rewritten to avoid race conditions. (Closes: #470337)
  * Removed quilt usage, since we no longer have any patches.
  * Update my e-mail address.
  * Use ${misc:Depends}.
  * Use Copyright instead of (C).
  * Bump Standards-Version.

 -- Tristan Seligmann <mithrandi@mithrandi.net>  Mon, 16 Feb 2009 19:53:04 +0200

python-axiom (0.5.27-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - uniforming Vcs-Browser field

  [ Vincent Bernat ]
  * Fix failing unittests that were calling set_progress_handler() without a
    second argument (Closes: #456832).
  * Do not run unittests if nocheck is present in DEB_BUILD_OPTIONS
  * Provide a manual page for axiomatic command

  [ Tristan Seligmann ]
  * New upstream release.
  * Bump debhelper to v6.
  * Bump Standards-Version.
  * Change the way tests are run during the build; the previous method was
    rather hacky, and didn't work correctly.
  * Remove unnecessary ${misc:Depends}.

 -- Tristan Seligmann <mithrandi@mithrandi.za.net>  Sat, 26 Jan 2008 15:05:39 +0200

python-axiom (0.5.26-1) unstable; urgency=low

  [ Tristan Seligmann ]
  * New upstream version.

  [ Piotr Ożarowski ]
  * Homepage field added
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)

 -- Tristan Seligmann <mithrandi@mithrandi.za.net>  Sat, 10 Nov 2007 00:15:31 +0200

python-axiom (0.5.0-2) unstable; urgency=low

  * upload to unstable
  * debian/control
    - tightened deps on cdbs and python-support
    - added Tristan as an Uploader
    - removed python-specific X* fields, not needed with recent python-support
  * debian/TODO.Debian
    - added a todo item about running unit tests at build time
  * debian/pyversions
    - axiom needs python 2.4 or above

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 01 Apr 2007 19:09:03 +0200

python-axiom (0.5.0-1) experimental; urgency=low

  * Initial release (Closes: #414892)

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 16 Mar 2007 11:37:34 +0100