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
|
python-cffi (1.12.2-1) unstable; urgency=medium
* New upstream release.
- With initial Python 3.8 compatibility.
-- Stefano Rivera <stefanor@debian.org> Tue, 26 Feb 2019 14:00:14 -0800
python-cffi (1.12.1-1) unstable; urgency=medium
* New upstream release.
* Drop patch xfail-modify-struct, superseded upstream.
-- Stefano Rivera <stefanor@debian.org> Mon, 25 Feb 2019 11:01:48 -0800
python-cffi (1.12.0-2) unstable; urgency=medium
* Patch xfail-modify-struct: xfail TestOwnLib.test_modify_struct_value on
arm64, hppa, riscv64, and sparc64, until resolved upstream.
-- Stefano Rivera <stefanor@debian.org> Wed, 13 Feb 2019 17:25:34 -0800
python-cffi (1.12.0-1) unstable; urgency=medium
* New upstream release.
* Drop all patches, superseded upstream.
- Hopefully fixed race in locking tests on hurd (Closes: #893743)
* Bump Standards-Version to 4.3.0, no changes needed.
* Bump copyright years.
* Delete .pytest_cache/ in clean.
-- Stefano Rivera <stefanor@debian.org> Wed, 13 Feb 2019 13:01:48 -0800
python-cffi (1.11.5-3) unstable; urgency=medium
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Stefano Rivera ]
* Patch skip-double-float-int: Skip big double->float inf tests on ppc64el,
they are known to fail on gcc8, and the blame is being debated upstream.
* Patch skip-init-locking-hurd: Skip a non-critical test that fails
occasionally Hurd. (See: #893743)
* Bump Standards-Version to 4.2.1, no changes needed.
-- Stefano Rivera <stefanor@debian.org> Wed, 12 Sep 2018 17:05:03 +0300
python-cffi (1.11.5-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Stefano Rivera ]
* Add python-cffi-doc package with Sphinx docs (Closes: #891865)
* Patch: x32-pointers: handle pointers on ILP32 ABIs correctly.
(Closes: #884705)
* Bump Standards-Version to 4.2.0, no changes needed.
-- Stefano Rivera <stefanor@debian.org> Sun, 26 Aug 2018 22:17:20 +0100
python-cffi (1.11.5-1) unstable; urgency=medium
* New upstream release.
* Drop patches, superseded upstream.
-- Stefano Rivera <stefanor@debian.org> Tue, 27 Feb 2018 11:34:07 -0800
python-cffi (1.11.4-1) unstable; urgency=medium
[ Stefano Rivera ]
* New upstream release.
* Drop patches, superseded upstream.
* Update copyright years.
* Bump Standards-Version to 4.1.3, no changes needed.
* Declare Rules-Requires-Root: no
* Bump debhelper compat to 11.
* Patch: Avoid embedded bootstrapping race in recent python2.7
(Closes: #889813)
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
-- Stefano Rivera <stefanor@debian.org> Tue, 20 Feb 2018 10:24:15 -0800
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
|