File: changelog

package info (click to toggle)
python-cffi 1.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,440 kB
  • ctags: 4,423
  • sloc: python: 25,052; ansic: 12,528; asm: 116; makefile: 97; sh: 28
file content (218 lines) | stat: -rw-r--r-- 7,108 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
python-cffi (1.9.1-2) unstable; urgency=medium

  * Patch kfreebsd-mtime-resolution: Explicitly flush import cache after
    creating a Python module in test_recompiler. Fixes test failures on
    kFreeBSD.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 30 Dec 2016 19:15:07 +0100

python-cffi (1.9.1-1) unstable; urgency=medium

  * New upstream release.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 30 Dec 2016 12:54:55 +0100

python-cffi (1.7.0-1) unstable; urgency=medium

  * New upstream release. (Closes: #811953)

 -- Stefano Rivera <stefanor@debian.org>  Mon, 01 Aug 2016 12:52:35 -0400

python-cffi (1.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.8, no changes needed.
  * britney now supports versioned Provides, so generate them in pydist.

 -- Stefano Rivera <stefanor@debian.org>  Sat, 07 May 2016 18:57:57 +0200

python-cffi (1.5.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop all patches, superseded upstream.
  * Switch VCS fields to the same https URL
  * Switch watch file to use https.
  * Bump Standards-Version to 3.9.7, no changes needed.
  * Instruct virtualenv to never download, during package tests.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 18 Feb 2016 00:09:22 -0800

python-cffi (1.5.0-1) unstable; urgency=medium

  * New upstream release
  * Bump dh-python Build-Dep to a version that can correctly use
    --ext-dest-dir.
  * Drop patches superseded upstream.
  * Patch the new extension system to work with pybuild, and support -dbg
    interpreters.
  * Bump copyright years.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 17 Jan 2016 11:03:41 -0800

python-cffi (1.4.2-2) unstable; urgency=medium

  * Workaround a libffi bug in struct return value handling on arm64, which
    was causing tests to fail.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 29 Dec 2015 10:46:03 +0200

python-cffi (1.4.2-1) unstable; urgency=medium

  * New upstream release

 -- Stefano Rivera <stefanor@debian.org>  Fri, 25 Dec 2015 17:16:28 +0200

python-cffi (1.3.1-1) unstable; urgency=medium

  * New upstream release.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 24 Nov 2015 08:52:16 -0800

python-cffi (1.3.0-3) unstable; urgency=medium

  * Install setuptools for autopkgtests.
  * Allow test_zdist to be run standalane, for autopkgtests.

 -- Stefano Rivera <stefanor@debian.org>  Mon, 26 Oct 2015 23:52:12 -0700

python-cffi (1.3.0-2) unstable; urgency=medium

  * Fix test failures on 32bit ARM.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 22 Oct 2015 08:35:44 -0700

python-cffi (1.3.0-1) unstable; urgency=medium

  * New upstream release (Closes: #799278).
  * Update VCS fields for Git migration.

 -- Stefano Rivera <stefanor@debian.org>  Wed, 21 Oct 2015 17:11:18 -0700

python-cffi (1.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Upload to unstable.
  * Use stricter dependencies (python{3,}-cffi-backend-api-XXX), until we can
    use versioned provides.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 17 Sep 2015 11:56:41 -0400

python-cffi (1.1.2-2) experimental; urgency=medium

  * Upload to experimental
  * Rewrite cffi dependencies to python-cffi-backend with a PyDist
    file, so that pre-built cffi modules only depend on the backend.

 -- Stefano Rivera <stefanor@debian.org>  Mon, 29 Jun 2015 15:53:54 -0700

python-cffi (1.1.2-1) unstable; urgency=medium

  * New upstream release.
  * Update clean rule for test-suite reorg.
  * Patch: Correctly locate py2.7 debug build extensions.
  * Remove package data from -dbg packages.
  * Install upstream's new shiny changelog as a changelog.
  * Drop now-obsolete XS-Testsuite field.
  * Update autopkgtests, for test-suite reorg. Ignore test_parse_c_type.py.
  * Split the cffi_backend module into python-cffi-backend (and similarly for
    Python 3). (Closes: #782275)

 -- Stefano Rivera <stefanor@debian.org>  Mon, 29 Jun 2015 14:13:00 -0700

python-cffi (0.9.2-2) unstable; urgency=medium

  * Upload to unstable, now that jessie has released.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 08 May 2015 22:50:47 -0700

python-cffi (0.9.2-1) experimental; urgency=medium

  * New upstream release.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 17 Mar 2015 21:24:23 -0700

python-cffi (0.9.0-1) experimental; urgency=medium

  * New upstream release. (Closes: #733517, 774787)
  * Drop patches, applied upstream.
  * Point watch file at pypi.debian.net.
  * Update copyright years.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Upload to experimental, due to the freeze.

 -- Stefano Rivera <stefanor@debian.org>  Wed, 04 Mar 2015 14:58:17 +0200

python-cffi (0.8.6-1) unstable; urgency=medium

  * New upstream release.
  * Drop patches, applied upstream.
  * Patch: arm64: Test suite passes on arm64 (LP: #1271256)
  * Bump Standards-Version to 3.9.5, no changes needed.
  * Use pybuild's --name feature. Bump B-D appropriately.
  * Use --tb=native for ADT tests, so that logs won't get GB long
    (Closes: #743244)
  * Depend on build-essential in ADT tests.
  * Build-Depend (and ADT Depend) on the new virtualenv package, rather than
    python-virtualenv, for the zintegration tests.
  * Add DEP-12 upstream metadata.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 24 Jul 2014 10:55:19 +0200

python-cffi (0.8.1-2) unstable; urgency=medium

  * Team upload

  [ Stefano Rivera ]
  * Patch: link-libm. Fixes build failures on Sparc and S390x, where libm
    isn't implicitly linked (Closes: #733517)
  * Patch: skip-sparc-failure. Skip a test on Sparc that crashes the test
    runner.

 -- Scott Kitterman <scott@kitterman.com>  Mon, 14 Jul 2014 01:13:49 -0400

python-cffi (0.8.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop big-endian-bitfields patch, superseded upstream.
  * Patch: py3.4-test-failure. Add a missing goto to an error path.
    (Closes: #734299, LP: #1270401)

 -- Stefano Rivera <stefanor@debian.org>  Sat, 18 Jan 2014 20:22:26 +0200

python-cffi (0.7.2-2) unstable; urgency=low

  * Patch: big-endian-bitfields. Handle bitfields correctly on big endian
    archs.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 01 Sep 2013 17:41:20 +0200

python-cffi (0.7.2-1) unstable; urgency=low

  [ Stefano Rivera ]
  * New upstream release.
    - Supports creating void * handles for Python objects.
  * Switched watch file to https.
  * Build with pybuild.
  * Use -m pytest in autopkgtests.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 09 Aug 2013 16:22:47 +0200

python-cffi (0.6-1) unstable; urgency=low

  * New upstream release.
    - Fixing most of the build failures.
  * Drop all patches (superseded upstream).
  * autopkgtests: Depend on python-dev / python3-dev.
  * Suggest python-dev / python3-dev (needed for building verifier
    extensions).

 -- Stefano Rivera <stefanor@debian.org>  Tue, 16 Apr 2013 18:18:19 +0200

python-cffi (0.5-1) unstable; urgency=low

  * Initial package (Closes: #700084)

 -- Stefano Rivera <stefanor@debian.org>  Mon, 25 Feb 2013 12:12:31 +0200