Your message dated Thu, 23 Jan 2014 23:33:39 +0000
with message-id <e1w6tmf-0005z3...@franck.debian.org>
and subject line Bug#729829: fixed in djangorestframework 2.3.12-1
has caused the Debian Bug report #729829,
regarding djangoresetframework: FTBFS with django 1.6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
729829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729829
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: djangorestframework
Version: 2.3.7-2
Severity: serious
Justification: fails to build from source
Tags: sid jessie

djangorestframework fails to build with django 1.6:
|    debian/rules override_dh_auto_test
| make[1]: Entering directory `/«PKGBUILDDIR»'
| set -e ; \
|   python /«PKGBUILDDIR»/rest_framework/runtests/runtests.py
| 
..........................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssss...............................................EE............
| ======================================================================
| ERROR: test_many_nested_validation_error 
(rest_framework.tests.test_serializer_nested.WritableNestedSerializerBasicTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/tests/test_serializer_nested.py",
 line 113, in test_many_nested_validation_error
|     self.assertEqual(serializer.is_valid(), False)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 479, in is_valid
|     return not self.errors
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 461, in errors
|     ret.append(self.from_native(item, None))
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 317, in from_native
|     attrs = self.restore_fields(data, files)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 243, in restore_fields
|     field.field_from_native(data, files, field_name, reverted_data)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 402, in field_from_native
|     raise NestedValidationError(serializer.errors)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 51, in __init__
|     self.messages = message
| AttributeError: can't set attribute
|
| ======================================================================
| ERROR: test_nested_validation_error 
(rest_framework.tests.test_serializer_nested.WritableNestedSerializerBasicTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/tests/test_serializer_nested.py",
 line 72, in test_nested_validation_error
|     self.assertEqual(serializer.is_valid(), False)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 479, in is_valid
|     return not self.errors
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 471, in errors
|     ret = self.from_native(data, files)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 317, in from_native
|     attrs = self.restore_fields(data, files)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 243, in restore_fields
|     field.field_from_native(data, files, field_name, reverted_data)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 402, in field_from_native
|     raise NestedValidationError(serializer.errors)
|   File 
"/«PKGBUILDDIR»/rest_framework/runtests/../../rest_framework/serializers.py", 
line 51, in __init__
|     self.messages = message
| AttributeError: can't set attribute
|
| ----------------------------------------------------------------------
| Ran 510 tests in 0.910s
|
| FAILED (errors=2, skipped=23)
| Creating test database for alias 'default'...
| Destroying test database for alias 'default'...
| make[1]: *** [override_dh_auto_test] Error 2

Full build log available at
http://people.debian.org/~sramacher/logs/django-1.6/djangorestframework_2.3.7-2_amd64.log

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: djangorestframework
Source-Version: 2.3.12-1

We believe that the bug you reported is fixed in the latest version of
djangorestframework, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 729...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kouhei Maeda <mkou...@palmtb.net> (supplier of updated djangorestframework 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 24 Jan 2014 00:03:39 +0900
Source: djangorestframework
Binary: python-djangorestframework python-djangorestframework-doc
Architecture: source all
Version: 2.3.12-1
Distribution: unstable
Urgency: medium
Maintainer: Kouhei Maeda <mkou...@palmtb.net>
Changed-By: Kouhei Maeda <mkou...@palmtb.net>
Description: 
 python-djangorestframework - Web APIs for Django, made easy
 python-djangorestframework-doc - Web APIs for Django, made easy (documentation)
Closes: 729829
Changes: 
 djangorestframework (2.3.12-1) unstable; urgency=medium
 .
   * New upstream release
   * Fixed FTBFS with django 1.6 (Closes: #729829)
   * debian/control
     - Update Standards-Version.
     - Update X-Python-Version 2.6 to 2.7.
     - Append dependency to python-djangorestframework-doc
       * python-markdown to Depends
     - Append dependency to python-djangorestframework
       * Depends, Build-Depends
         - python-django-guardian, python-oauth2, python-django-oauth-plus
       * quilt to Build-Depends.
Checksums-Sha1: 
 b89386c3edd3e9d0a9802ce1a0c444a17adfa755 2178 djangorestframework_2.3.12-1.dsc
 4921943fd5d02e6898dff4622b88eda827fb3110 970343 
djangorestframework_2.3.12.orig.tar.gz
 13f7c2d98dd2995b4a698430cdf73b30c1e07082 110600 
djangorestframework_2.3.12-1.debian.tar.xz
 94ed0b043ae3bccfe37c06456bca8d6231a11e19 238882 
python-djangorestframework_2.3.12-1_all.deb
 30256f236e957d8cb0a80b311993ee93ec6f6751 685050 
python-djangorestframework-doc_2.3.12-1_all.deb
Checksums-Sha256: 
 a38b817fa861d1124d3acd38ddabac897452ae6ead6cdb0071d3b504579af307 2178 
djangorestframework_2.3.12-1.dsc
 d03a0170f3a3f14c9a89bad7bfa0424b1b830829f4c1d7100d80e192d9c5b9c2 970343 
djangorestframework_2.3.12.orig.tar.gz
 2b007ec3a40e6d8825129fe694f1f6492547ec1f750f7ef5c5ad2025604f68a8 110600 
djangorestframework_2.3.12-1.debian.tar.xz
 4c7fa06f1402a9e25534d0c91d2ee2c833619ccc2142db54ed19dddc888ad929 238882 
python-djangorestframework_2.3.12-1_all.deb
 89bd31aaef2a45470d6d7a6cadb57e2c757da419b298eefe67a792e9fe359e18 685050 
python-djangorestframework-doc_2.3.12-1_all.deb
Files: 
 ba114714bd3621244f4d7d5dd85632a1 2178 python optional 
djangorestframework_2.3.12-1.dsc
 fb9f97caba9c8cb0f2ccb489d8edd221 970343 python optional 
djangorestframework_2.3.12.orig.tar.gz
 37ca64a4613692163bfc1b3472eeb415 110600 python optional 
djangorestframework_2.3.12-1.debian.tar.xz
 2d61325b34ed32d03ea98f4ec504c60e 238882 python optional 
python-djangorestframework_2.3.12-1_all.deb
 5b7b0586f12a88b6fc0ef69bc46b36a9 685050 doc optional 
python-djangorestframework-doc_2.3.12-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJS4aL0AAoJEDIkf7tArR+mHm4P+gP+/wjNA+1nHgPFzVwYZyY7
yfGbaB0qjHnc3dktWMJlahpVlVFzit2RE0LkGzKLf1gy8c6QjBOpYoxN/75PAMJg
CPtwBegyIhUYB729mvxkT2nfroB3odorX8OD37AeFjpiZ1wi1uKF7vhH6hGmmFTq
sacAjgwS2jkW1pz2pJLqvnEW8igCRXQbbjG63ZttvkWQkzAw3E8lCgOSnUti5ipL
QyI5nz52Im4J9bWX336eo1j6GkGY1Awu+rNnTOsuTMPdfDobGJ0zL01W5g1b602/
z5IXI8ZUZMfV3zab8Eh3CCWFnTyQHf++dX+dK/3c/ujuzyubjzuV20Dky5uOifNo
I//Mr3VxuT7YWYNfiXTWS3emVNbwLqkDnvgk3oYIZLNj5DB4Kj7zaAx/qdgzhCxg
KnqG3nK7Gv08IXPIahdM/DAWQ3cDp2Ww8E9wsm0gVc+LokgfOpdoknHoE7CK/RcD
SJoEJJh7ttg5PljyMv/hOwSixyH3cD/mNV1XVgeLm5Sq8ckak6HCwmy9Ag0uL6DR
B57Q1JOv0WTF2r0z9mdE8Qmju/Oe6z1OjE7F3h+RnwTG78jCXMlQKHR4NsIAx7cS
b1+3kd7jwPq6Y4CE/231KSMdkG2xkb92Reo+9fRZG5Sr11sLMUBZnbrMILJh8gNo
lvwXlagyTVwrukw65m2f
=1ejs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to