[Python-apps-team] cython_0.19.1+git34-gac3e3a2-1~bpo60+1_source+amd64.changes ACCEPTED into squeeze-backports-sloppy, squeeze-backports-sloppy
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Tue Sep 3 13:01:52 UTC 2013
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 01 Sep 2013 12:24:06 +1000
Source: cython
Binary: cython cython-dbg cython3 cython3-dbg cython-doc
Architecture: source amd64 all
Version: 0.19.1+git34-gac3e3a2-1~bpo60+1
Distribution: squeeze-backports-sloppy
Urgency: low
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Changed-By: Joe Healy <joehealy at gmail.com>
Description:
cython - C-Extensions for Python
cython-dbg - C-Extensions for Python - debug build
cython-doc - C-Extensions for Python - documentation
cython3 - C-Extensions for Python 3
cython3-dbg - C-Extensions for Python 3 - debug build
Closes: 545809 607097 615932 627773 637388 641128 651996 671070 674073 677405 679359 681697 682652 683676 691704 692313 693555 716756
Changes:
cython (0.19.1+git34-gac3e3a2-1~bpo60+1) squeeze-backports-sloppy; urgency=low
.
* Rebuild for squeeze-backports-sloppy.
* Removed numpy as a build depend
* Install correct debug files
* Added NEWS file warning of risks of FTBFS
.
cython (0.19.1+git34-gac3e3a2-1) unstable; urgency=low
.
* Post bugfix-release upstream snapshot
- among others addressed some memoryview and datetime namespace
leakage within CPython namespace introduced in 0.19 release.
This might (unlikely lead to FTBFS for build-dependees.
* debian/control:
- Fixing typo in description. Thanks Reuben Thomas. (Closes: #716756)
- boosted policy to 3.9.4 (no further changes should be due)
.
cython (0.19+git51-g3078752-2) unstable; urgency=low
.
[ Dmitry Smirnov ]
* debian/cython-dbg.postinst
- Correctly handle change from directories to symlinks for the doc
directory (Closes #691704)
.
cython (0.19+git51-g3078752-1) unstable; urgency=low
.
[ Yaroslav Halchenko ]
* Fresh upstream post-release snapshot
* debian/upstream
- added to facilitate referencing etc.
- added to be installed among docs
* debian/copyright
- machine readable now (and correct license Apache-2.0)
* debian/rules
- use explicit --link-doc for dh_installdocs to get correct
links for doc/ directories of -dbg packages
(Closes: #683676, #691704)
.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
.
cython (0.17.3-1) experimental; urgency=low
.
* Bugfix upstream release:
- upstream includes all previously shipped patches
- provides CHANGES.rst (was missing from source distribution,
up_changes_rst patch provides a copy), so all machinery for fetching
changelogs from wiki is removed
* Pruning shipped underscore.js, -doc depends on libjs-underscore now
.
cython (0.17.2-1+bnd1) UNRELEASED; urgency=low
.
* debian/patches/squeeze-dsc-patch for a non-official backport build for
squeeze
.
cython (0.17.2-1) experimental; urgency=low
.
* Bugfix upstream release with post-release fixes:
- 0001-keep-longness-when-folding-negative-integer-constant.patch
- 0003-Fix-compiler-crash.patch
- 0005-fix-cimport-cython-in-string-code-fragments.patch
- 0006-fix-refnanny-code-for-del-statement-inside-of-genera.patch
- 0001-fix-analysis-of-entry-to-be-a-weakref-typo-introduce.patch
(Closes: #692313)
- fix-ma-includes.patch from Julian Taylor to add platform specific
paths (e.g. introduced with multiarch in python3.3) (Closes: #693555)
* Boost python-dev to Recommends from Suggests for most common usage
scenarios (Closes: #545809). Also list python3-dev instead
of python-dev for cython3 package.
* Provide cython-doc package with documentation built using sphinx
(Closes: #615932)
.
cython (0.17.1-1) experimental; urgency=low
.
* Bugfix release
.
cython (0.17-1) experimental; urgency=low
.
* New upstream release
.
cython (0.17~beta4+git15-g6457431-1) experimental; urgency=low
.
* New upstream pre-release snapshot
* debian/rules:
- assure-changelogs upon clean to don't wait for crash at the end of
build/test due to a missing changelog
.
cython (0.17~beta3-1) experimental; urgency=low
.
* New upstream pre-release beta
- adopted up_upstream_cache_ext_suffix
.
cython (0.17~beta1-2) experimental; urgency=low
.
* Restrict actions of dh_python* helpers to corresponding cython*
packages (otherwise cython obtains python3 shebang)
.
cython (0.17~beta1-1) experimental; urgency=low
.
[ Bradley M. Froehle ]
* Provide Python 3 package -- cython3 (Closes: #674073)
.
[ Yaroslav Halchenko ]
* New upstream release
- addresses gcc 4.7 compatibility (Closes: #682652)
* export HOME=$(CURDIR)/build to not rely on user's writable HOME
(was triggered by some tests leading to FTBFS)
* debian/watch
- allow fetching beta-releases
* debian/patches
- dropped (upstreamed)
- added up_upstream_cache_ext_suffix to resolve failure due to multiarch
(see #682795 for the reason)
.
cython (0.16-1) experimental; urgency=low
.
[ Bradley M. Froehle ]
* Switch from cdbs to dh7
* Change build system to dh_python2 (Closes: #677405).
Thanks also to Julian Taylor for an alternative patch
* Bump Standards-Version to 3.9.3
.
[ Yaroslav Halchenko ]
* "stings" typo patch, Thanks Jakub Wilk (Closes: #679359)
* Fresh upstream release (Closes: #671070)
- compatibile with changed __import__ in Python 3.3 (Closes: #681697)
- required to BFS for new python-pymtp
- dropping patches deb_tempdisable_numpy_doctests, python27-testsuite-fix.patch
- excluding parallel tests since they fail ATM (reported/known upstream)
.
cython (0.15.1-2) unstable; urgency=low
.
[ Jakub Wilk ]
* Strip CRs from upstream changelogs.
.
[ Barry Warsaw ]
* debian/patches/python27-testsuite-fix.patch:
Fix test suite for Python 2.7 change. Patch comes from Cython
upstream, post 0.15.1 release. (Closes: #651996)
.
cython (0.15.1-1) unstable; urgency=low
.
[ Nikolaus Rath ]
* New upstream version (Closes: #637388)
- cython --help no longer mentions -r option (Closes: #607097)
- Compiles cleanly with Python 2.7 (Closes: #627773)
- Fixed compile time division (Closes: #641128)
* Dropped patches, have been incorporated upstream:
0001-fix-makefile-for-embed-testcase.patch
0001-fix-inline-textcase-to-not-use-default-HOME-.cython-.patch
0001-fix-testcases-assuming-char-is-signed-thanks-to-Yaro.patch
0001-additional-fix-and-test-for-ticket-650.patch
0001-Python-3-fix-NumPy-support.patch
.
[ Yaroslav Halchenko ]
* Standards-Version bumped to 3.9.2 (no change needed)
Checksums-Sha1:
6472efd62421b476668d0b7294af25dfb0385609 2519 cython_0.19.1+git34-gac3e3a2-1~bpo60+1.dsc
8900d28e2c85cbf507035ab02267f4cc4752dfb3 23654 cython_0.19.1+git34-gac3e3a2-1~bpo60+1.debian.tar.gz
819b9e2d8e8307e60baec13104ce5951bc3e8e0c 2432638 cython_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
7fb78426ec77113e4f5f59928b41bc8e4687d85d 8832210 cython-dbg_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
d8878bdbe3503f976172744d7b1cac39b6f990f9 2695492 cython3_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
cbfb629d5e0ad6daac67dd77a9a9ef2949fe7895 5960746 cython3-dbg_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
4e10b48b63bbdb0bb6bd219780b8e05d0f6322eb 530776 cython-doc_0.19.1+git34-gac3e3a2-1~bpo60+1_all.deb
Checksums-Sha256:
71b5cb4c0997581ed8edba8c38683b169b9a44bb31550ebc3966ef99036643da 2519 cython_0.19.1+git34-gac3e3a2-1~bpo60+1.dsc
396e646637913e3443c75ae2db4e8089c273917088770a2725769bb77f6c8b8f 23654 cython_0.19.1+git34-gac3e3a2-1~bpo60+1.debian.tar.gz
04f45ed81cfe01a3b9cbe65eba602fbd09989b156c9bb670dd8503809d57af78 2432638 cython_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
5c8a17126b1f312c280a1a190fd7eebda992098f72fc861256592dd3284ad41d 8832210 cython-dbg_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
9242ab655ea1d3e08a8f6d62285e0d81b4eef593f6d27ca8907ab260249d86c9 2695492 cython3_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
df684b2b09cc85c6047c17ef064a2fe83bcddd40032db6d8598c68bc74c74994 5960746 cython3-dbg_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
c4675341ec701aa5521a3f5b3b3c63b239ee947c485d6a1fa3101f2cee2c4cf8 530776 cython-doc_0.19.1+git34-gac3e3a2-1~bpo60+1_all.deb
Files:
28995aa8dcf29eead3d7d1ba9a8829ff 2519 python optional cython_0.19.1+git34-gac3e3a2-1~bpo60+1.dsc
181c5800c453efca5994d8c2660c1192 23654 python optional cython_0.19.1+git34-gac3e3a2-1~bpo60+1.debian.tar.gz
cc96134e9c3471e18e25ea7885f98eac 2432638 python optional cython_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
657123ddf49168c768c78667ba26bd90 8832210 debug extra cython-dbg_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
d99297ac84e4bc09c27a1960177b8aed 2695492 python optional cython3_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
34776ff8c4dd4271f91513675f74f30a 5960746 debug extra cython3-dbg_0.19.1+git34-gac3e3a2-1~bpo60+1_amd64.deb
367dc84b72f8d8f1e7396f7a73614591 530776 doc optional cython-doc_0.19.1+git34-gac3e3a2-1~bpo60+1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQLvBAEBCgDZBQJSJbHmwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xB45
D/0arjcsCiuhnHVN9OQO0AxRpnuYu8UYqUrhfsXZ+bGauINXQpP5mxyVIaPJ3kN2
ul9c4ZE82qhebP+obaIt6yA01yZV3VQg0yf8BdwbAji9pZxsCYVONITJ614u5LaW
JlLR9oXfAuEMmc74AcQuG8arBdEBVVJWE8+ScXLM9uIuYxHzZoJE8MZAyuGgD2eD
wZoH79N+q8E8aQUuJQxEQyEzM6j/vme3EoEv+JwAn5kaqKpY94HPYXW/yiSkIxqt
QIDJCFoI7FWTO6H1uJXPuML/Qzzl5dcN48IgPp86ibIdzNriVqiD51DDjM4fX1Ox
0jTnv56yPHXagjbgEB70uEYs5BZLVi/HYLlTbka4rPPDxEon24mH0huTkZERTbf1
SwV1Xcl0ypkvHgG9OzZLjTGcdLO35cdULtb+IUPZZfvIm+Vii7qtItE5vBiYKpRe
d3QGWQTnaClKN2tcMBHvfnC0ObVrwDB/oaB7Tq64vUqp/p8+5IU5w5JFcYgKxMmj
wYAZb6k2FVWg8LfDiROg8hx5/DDNBODtg3vysxoDQ1wLn6/4ZV+p9T6wkzuAbp9B
mCm/h0pCgkNUEBEpIOL/QqROB+IwGULkJ4b14OFVitxiFS1ENAN3XqptWN7ODktx
2segjw1uztShuriz9tQhR1WLo3MxQjr6UIDuOmdgKqMPrQ==
=V741
-----END PGP SIGNATURE-----
Thank you for your contribution to Debian.
More information about the Python-apps-team
mailing list