Your message dated Tue, 12 Jun 2018 23:49:45 +0000
with message-id <e1fst2n-0006bd...@fasolo.debian.org>
and subject line Bug#867010: fixed in python-cassandra-driver 3.14.0-1
has caused the Debian Bug report #867010,
regarding src:python-cassandra: Please build for all supported python3 versions
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.)


-- 
867010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-cassandra
Version: 3.7.1-2.1
Severity: important
Tags: patch

Python-cassandra has a build-depends on python3-all-dev, but only builds
support for the default python3.  Please see the attached patch to add support
for all supported python3s.  The debian/changelog is written as a team upload,
but I do not intend to upload this without feedback.  Please let me know if
you would rather I do it or not.

Filing as important because this complicated python3 transitions.

Scott K
diff -Nru python-cassandra-driver-3.7.1/debian/changelog python-cassandra-driver-3.7.1/debian/changelog
--- python-cassandra-driver-3.7.1/debian/changelog	2017-04-10 17:52:26.000000000 -0400
+++ python-cassandra-driver-3.7.1/debian/changelog	2017-07-03 07:46:22.000000000 -0400
@@ -1,3 +1,10 @@
+python-cassandra-driver (3.7.1-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Update to build for all supported python3 versions
+
+ -- Scott Kitterman <sc...@kitterman.com>  Mon, 03 Jul 2017 07:45:53 -0400
+
 python-cassandra-driver (3.7.1-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-cassandra-driver-3.7.1/debian/rules python-cassandra-driver-3.7.1/debian/rules
--- python-cassandra-driver-3.7.1/debian/rules	2017-01-08 11:28:48.000000000 -0500
+++ python-cassandra-driver-3.7.1/debian/rules	2017-07-03 07:45:47.000000000 -0400
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export CASS_DRIVER_NO_CYTHON=1
+build3vers := $(shell py3versions -sv)
 
 %:
 	dh $@ --with python2,python3
@@ -12,15 +13,19 @@
 override_dh_auto_install:
 	python      setup.py install --install-layout=deb --root $(CURDIR)/debian/python-cassandra
 	python-dbg  setup.py install --install-layout=deb --root $(CURDIR)/debian/python-cassandra-dbg
-	python3     setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-cassandra
-	python3-dbg setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-cassandra-dbg
+	set -e && for i in $(build3vers); do \
+	  python$$i     setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-cassandra ; \
+	  python$$i-dbg setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-cassandra-dbg ; \
+	done
 
 	rm -rf debian/python*-dbg/usr/lib/python*/dist-packages/cassandra/numpyFlags.h
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip -ppython-cassandra  --dbg-package=python-cassandra-dbg
-	dh_strip -ppython3-cassandra --dbg-package=python3-cassandra-dbg
+	set -e && for i in $(build3vers); do \
+	  dh_strip -ppython3-cassandra --dbg-package=python3-cassandra-dbg ; \
+	done
 endif
 
 override_dh_installdocs:

--- End Message ---
--- Begin Message ---
Source: python-cassandra-driver
Source-Version: 3.14.0-1

We believe that the bug you reported is fixed in the latest version of
python-cassandra-driver, 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 867...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated python-cassandra-driver 
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: Tue, 12 Jun 2018 19:26:05 -0400
Source: python-cassandra-driver
Binary: python-cassandra python-cassandra-dbg python3-cassandra 
python3-cassandra-dbg
Architecture: source amd64
Version: 3.14.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description:
 python-cassandra - Python driver for Apache Cassandra
 python-cassandra-dbg - Python driver for Apache Cassandra (debug)
 python3-cassandra - Python driver for Apache Cassandra (Python 3)
 python3-cassandra-dbg - Python driver for Apache Cassandra (Python 3 debug)
Closes: 867010
Changes:
 python-cassandra-driver (3.14.0-1) unstable; urgency=medium
 .
   [ 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
   * d/watch: Use https protocol
 .
   [ Sandro Tosi ]
   * New upstream release
   * debian/rules
     - build for all supported python3 versions; patch by Scott Kitterman;
       Closes: #867010
     - remove cassandra/io/asyncioreactor.py from python2 package, code is meant
       to be py3k only
   * debian/copyright
     - extend packaging copyright years
     - update upstream copyright years
   * debian/control
     - bump Standards-Version to 4.1.4 (no changes needed)
Checksums-Sha1:
 c77e4125f65a3fc811cd0690264907c9a4a161fb 2446 
python-cassandra-driver_3.14.0-1.dsc
 f39e1a21fdac647f3b47d7cb5a1a8193d3b11099 227130 
python-cassandra-driver_3.14.0.orig.tar.gz
 56e57f9c73fcd1a86c33d171e9ce8b1bc8c2a407 3712 
python-cassandra-driver_3.14.0-1.debian.tar.xz
 eda810657a9cd797a21aebe1be2ee1595bf78aa3 54016 
python-cassandra-dbg_3.14.0-1_amd64.deb
 c3bffe6500e2fea6b6fc0044357e8246f6579032 9493 
python-cassandra-driver_3.14.0-1_amd64.buildinfo
 eefb0bbe188514a61d1ce9724f4ca72cf4652b8c 178036 
python-cassandra_3.14.0-1_amd64.deb
 1668080f16e96c73f148bf8d470f748da7393b9b 59312 
python3-cassandra-dbg_3.14.0-1_amd64.deb
 0a73a3474ad8a506103ca3b4d32499b7c90f914d 177616 
python3-cassandra_3.14.0-1_amd64.deb
Checksums-Sha256:
 283bd12c95b4de447f8fb314b02580850cd6a96dbb663687282525d57e2ba677 2446 
python-cassandra-driver_3.14.0-1.dsc
 b65218e2582277f5b77d1436e420db8616f63e3437a9e839cdcd7172d760e861 227130 
python-cassandra-driver_3.14.0.orig.tar.gz
 ed9b26bd8da6c2eaed8230451e78897186ac89dd8788474660fd0515c15d4355 3712 
python-cassandra-driver_3.14.0-1.debian.tar.xz
 abef69b9028da47970430768912f8662b90a4737af729450f789a24d4b09b7d7 54016 
python-cassandra-dbg_3.14.0-1_amd64.deb
 1e5535be243297673566eea15a6abbf563d72caed1683809bcdc955cec0ff79d 9493 
python-cassandra-driver_3.14.0-1_amd64.buildinfo
 ca6e12ae436bab04e83def95f1e88b9ed322bebace3842c962fdfdde94f7b296 178036 
python-cassandra_3.14.0-1_amd64.deb
 b3914159fd2ba6340965a064312363620d07751dbafe2772a6ea360f56107ddf 59312 
python3-cassandra-dbg_3.14.0-1_amd64.deb
 2fc7d6de499fbd8540fe42618fccac8bfb035f9740bb861e18fad461b5c9fec4 177616 
python3-cassandra_3.14.0-1_amd64.deb
Files:
 7bcbebbabf4bb10ccc923938f5676602 2446 python optional 
python-cassandra-driver_3.14.0-1.dsc
 c5bed026bf48c821424c1f6296193908 227130 python optional 
python-cassandra-driver_3.14.0.orig.tar.gz
 c14fde78274c7fc0402ffbcea1dc0ea3 3712 python optional 
python-cassandra-driver_3.14.0-1.debian.tar.xz
 4ea34268b280927d3b374b523d5d1a7d 54016 debug optional 
python-cassandra-dbg_3.14.0-1_amd64.deb
 2818e7ea27d88db5f10b5d3c290a2556 9493 python optional 
python-cassandra-driver_3.14.0-1_amd64.buildinfo
 78892a86abf15ca40900b49a9aafecf1 178036 python optional 
python-cassandra_3.14.0-1_amd64.deb
 4d4f933d411caf7461aac4557ffe1bf1 59312 debug optional 
python3-cassandra-dbg_3.14.0-1_amd64.deb
 58237bc6c4da9a83b21e392ecec5b25c 177616 python optional 
python3-cassandra_3.14.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlsgVyEACgkQh588mTgB
qU/HTQ//a07fR0jBs2r80SBrxkW+gWzy2GXxgiVsBwgR/irVXp1rmxOK408jY+e/
jk8oj8UY1cSyFFbuQ7nBWn9jkgBT5UwDgJZW0xCkq2xYWV7Rt1jboYATDvKj37hY
HOq5RjD3olNdy4EKtLUdY9TualUtGLsuN6yeq1g6ZZhfLyxkMIblxgasS1PjWA32
g8EQDRoKmGyKtGLQSDXtUeF208BAw6TN17FyCS3neNM3MY6Xs6ZsZ8cZ6hE8fYti
52leZ2tmBW3oSBqbKjqxAQ4GwCzeYIknr2+ytXo49mQhNcxQiOePZ8OflTb+j0qb
6q85ANB31PMAoZX5+BqleQoKJWI6glbJ1GDkJDBmt+IleidbCsdVxdbxgZby5zhq
l7m155SX+aM+B7NVwg43ROfFWmwaAP117K/MG3GZiBGnbyQNZMPXTjYwqLxqs+Z0
X1voR8u0lDJ0rljekQoNv9Hg+FZZYnXYIi7/rInyCK98ZsVAMSqlfYzSEfXXWmu9
PEOES6Z0z57udaK0R+hQ6JNALRKUQE6B/G0TjhUz7eKpJDL8wRoWjdr7miwHQ4+I
I+q2iRwU46M1Na0NBfZ5aRY0PE/ct0z0rNWQvqTHZ6o3GPhjwGiUO8u0GaJrza9w
8sKqjFF0Vm2NBamvgiweE4eucQYSrwhIcqj/SUFXB0V8A2qjBR4=
=4xlI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to