Your message dated Sun, 28 Jul 2013 00:00:12 +0000
with message-id <[email protected]>
and subject line Bug#717655: fixed in python-webob 1.2.3-3
has caused the Debian Bug report #717655,
regarding python-webob: Add python 3 support
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 [email protected]
immediately.)


-- 
717655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-webob
Severity: wishlist
Tags: patch

Python 3 support can be added to this package
>From Ubuntu we have added this support and we consider that this
should be forwarded to Debian


-- System Information:
Debian Release: wheezy/sid
  APT prefers saucy-updates
  APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy'), 
(100, 'saucy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8.0-26-generic (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u a/debian/control b/debian/control
--- a/debian/control	2013-07-23 13:42:51.953376000 +0000
+++ b/debian/control	2013-07-23 13:40:31.761215728 +0000
@@ -7,20 +7,31 @@
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: python-all (>= 2.6.6-3),
  python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0.7+dfsg-1~),
- python-webtest, python-nose
+ python-webtest, python-nose, python3-all (>= 3.1.2-7~), 
+ python3-setuptools, python3-nose
 Standards-Version: 3.9.4
 Homepage: http://webob.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-webob/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-webob/trunk/
 X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.0
 
 Package: python-webob
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python
 Suggests: libjs-jquery
-Description: Python module providing WSGI request and response objects
+Description: Python module providing WSGI request and response objects (python2)
  WebOb provides wrappers around the WSGI request environment, and an object to
  help create WSGI responses.
  .
  The objects map much of the specified behavior of HTTP, including header
  parsing and accessors for other standard parts of the environment.
+
+Package: python3-webob
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3
+Suggests: libjs-jquery
+Description: Python module providing WSGI request and response objects (python3)
+  WebOb provides wrappers around the WSGI request environment, and an object to
+  help create WSGI responses.
+
diff -u a/debian/rules b/debian/rules
--- a/debian/rules	2013-07-23 13:42:51.953376000 +0000
+++ b/debian/rules	2013-07-23 13:42:20.861215728 +0000
@@ -28,13 +28,21 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
+	# python2
 	python setup.py install \
 		--no-compile \
 		--single-version-externally-managed \
 		--root $(CURDIR)/debian/$(package) \
 		--install-layout=deb
+	# python3
+	python3 setup.py install \
+		--no-compile \
+		--single-version-externally-managed \
+		--root $(CURDIR)/debian/python3-webob \
+		--install-layout=deb
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	python setup.py test --quiet
+	python3 setup.py test --quiet
 endif
 
 binary-indep: build install
@@ -46,6 +54,7 @@
 	dh_compress -X.py -X.js -X.inv
 	dh_fixperms
 	dh_python2
+	dh_python3
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums

--- End Message ---
--- Begin Message ---
Source: python-webob
Source-Version: 1.2.3-3

We believe that the bug you reported is fixed in the latest version of
python-webob, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry Warsaw <[email protected]> (supplier of updated python-webob 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 [email protected])


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

Format: 1.8
Date: Wed, 24 Jul 2013 17:56:22 -0400
Source: python-webob
Binary: python-webob python3-webob python-webob-doc
Architecture: source all
Version: 1.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Barry Warsaw <[email protected]>
Description: 
 python-webob - Python module providing WSGI request and response objects 
(Python
 python-webob-doc - Python module providing WSGI request and response objects 
(docume
 python3-webob - Python module providing WSGI request and response objects 
(Python
Closes: 717655
Changes: 
 python-webob (1.2.3-3) unstable; urgency=low
 .
   * Team upload.
   * Add Python 3 support, contributed by Yolanda Robla.  (Closes: #717655)
   * debian/patches/fix_test_header2.patch: Test should pass independently
     of the order of result.
   * debian/control:
     - Add Barry Warsaw to Uploaders.
     - Add python3-webob and python-webob-doc binary packages.
     - wrap-and-sort
     - Add X-Python3-Version.
   * debian/watch: Use the PyPI download URL.
   * debian/rules: Modernize as per library style guide.
Checksums-Sha1: 
 ca7a31a2b2b909b438968e8e579ab31a1af5de53 2370 python-webob_1.2.3-3.dsc
 7586d89ef219e9371d5d7462f84d963cead1e952 4806 
python-webob_1.2.3-3.debian.tar.gz
 bbce635e34ff2b7c4acd581ea55db171c0437730 78578 python-webob_1.2.3-3_all.deb
 b4c5f4b1c174b4668c932a0916515b4ac1238c84 77918 python3-webob_1.2.3-3_all.deb
 2b9658c2ae65b9b2678b01240f543151ace44803 249926 
python-webob-doc_1.2.3-3_all.deb
Checksums-Sha256: 
 e6415d6f617922cbf5ca9a14d68e1886ddb79ccf859bf036b0c3a38d7903e900 2370 
python-webob_1.2.3-3.dsc
 d6d8fdd5de56eef1f283f6f2d49560643e0655e2c54d455cd4da16ba3baa8ab3 4806 
python-webob_1.2.3-3.debian.tar.gz
 a37fd00ad721366c2520622f4c3de4bf553df8679a633d08fa39fb188c6095d3 78578 
python-webob_1.2.3-3_all.deb
 e3d246040a3d4b3c093ba6740b1a4b9d65cc164c7f491b5e625ece6368b054bd 77918 
python3-webob_1.2.3-3_all.deb
 8424687cc55b6508bb0443f1fe42764c3c8164872ab3331c5a49317f69daedfb 249926 
python-webob-doc_1.2.3-3_all.deb
Files: 
 7099ce2c918c1235900ca53708bf4915 2370 python optional python-webob_1.2.3-3.dsc
 2825186216e05e1f4234b3cf3a1355c4 4806 python optional 
python-webob_1.2.3-3.debian.tar.gz
 9599bec7dfcaf18c2e221860141b5f47 78578 python optional 
python-webob_1.2.3-3_all.deb
 cc1f3c97ce42961f894d70ed85da71dd 77918 python optional 
python3-webob_1.2.3-3_all.deb
 7c87cbc5e20c4402cb82c48c1f1ded91 249926 doc optional 
python-webob-doc_1.2.3-3_all.deb

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

iQIcBAEBCAAGBQJR8FZmAAoJEBJutWOnSwa/AAEP/RDTfCZ9r/H8aPHwH64XKIpK
NMiRsbaQgwHCnd/cII/cF6heFaz+XhZUXhvH9wgfHtSzvvZ8mWJqDKzGWJNbxF76
vm0a8+LY6gvKG3Ffa4rIPF8jAszQiLkgXeoBlHHxTmFdJFmHsTfjnXzm5rZsTMu1
0fPocZJz6D45wjc4dZJWmiMqsUGt4erxQvu/e+Qe7tKB3c3hNVA7tpc4IJW19c4g
O0H0SXBXB+2xKSCUIPJ4men7Sa8xhfZn/KskfVL3ihxGWcFTXJ25Qg0pePbbT6bq
W4xhn2ItDkwgt/bIWiu8XibYUAEIzWBXFcn3COWZGraryxQrHIiF5tsDv0G90F0E
oaLWtevgZgWm1pLBrlnb3zBzLgbxeVOrnfbEQKfxnoPlasHzHiItVO1SuGi3pGM3
asd7NdrfnKg1oM9/8DsrT5KJ+uvR7hUprLj15fG3DLqy342HGrHPPiA2jYGc6qB2
lRUQG+5TkUbRLwPNm+HAThzRmGKcr1jMHWFhybi6b2eWgJW4k8RiiBdA3rr7irJI
3kTKhYSfFrDsNQYYyPUiflJB8mxA1uEBuMXHic9UjpIoeFZ5nJE7DVWd8yGJuQRh
OehsvY93/7aPvFvrrjHbZkk+waOP2JPu1RMbgnutHo95/+G4ScU0jye3EMQVniz/
DU/+GLYZ836k6zti5LVj
=/4T6
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to