[Python-modules-team] cloud-sptheme is marked for autoremoval from testing

2016-07-28 Thread Debian testing autoremoval watch
cloud-sptheme 1.6-1 is marked for autoremoval from testing on 2016-08-14

It is affected by these RC bugs:
829230: cloud-sptheme: FTBFS: index_styling.py [..] ValueError: too many values 
to unpack


___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] swiginac is marked for autoremoval from testing

2016-07-28 Thread Debian testing autoremoval watch
swiginac 1.5.1.1-2 is marked for autoremoval from testing on 2016-07-30

It is affected by these RC bugs:
829173: swiginac: FTBFS: /usr/include/ginac/ptr.h:37:13: error: expected '; ' 
at end of member declaration


___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#831648: closed by Brian May <b...@debian.org> (Bug#831648: fixed in python-mkdocs 0.15.3-5)

2016-07-28 Thread Chris Lamb
> #831648: python-mkdocs: please make the build reproducible
> 
> It has been closed by Brian May .

Thanks for contributing to the Reproducible Builds effort :)

Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: Re: quixote: Build arch:all+arch:any but is missing build-{arch, indep} targets

2016-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 822020 + patch
Bug #822020 [src:quixote] quixote: Build arch:all+arch:any but is missing 
build-{arch,indep} targets
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
822020: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822020
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#822013: pebl: Build arch:all+arch:any but is missing build-{arch, indep} targets

2016-07-28 Thread Santiago Vila
tags 822013 + patch
thanks

I also recommend switching to dh, but in the meantime, the attached
patch should work.

Thanks.--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ config-stamp:
[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
touch $@
 
+build-arch: build
+
+build-indep: build
+
 build: $(PYVERS:%=build-python%)
mkdir -p build/html/
PYTHONPATH=$$(/bin/ls -d $(CURDIR)/build/lib.*-$(PYVER)) \
@@ -86,4 +90,4 @@ binary-arch: build install
dh_builddeb -a
 
 binary: binary-indep binary-arch
-.PHONY: config build clean binary-indep binary-arch binary install
+.PHONY: config build build-arch build-indep clean binary-indep binary-arch 
binary install
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#822020: quixote: Build arch:all+arch:any but is missing build-{arch, indep} targets

2016-07-28 Thread Santiago Vila
tags 822020 + patch
thanks

I also recommend switching to dh, but in the meantime, the attached
patch should work.

Thanks.--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@ build-stamp:
python setup.py build
touch $@
 
+build-arch: build
+
+build-indep: build
+
 build: build-stamp
 
 install: build
@@ -62,4 +66,4 @@ binary-indep:
dh_builddeb -i
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install patch unpatch
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#831648: marked as done (python-mkdocs: please make the build reproducible)

2016-07-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Jul 2016 22:55:56 +
with message-id 
and subject line Bug#831648: fixed in python-mkdocs 0.15.3-5
has caused the Debian Bug report #831648,
regarding python-mkdocs: please make the build reproducible
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.)


-- 
831648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-mkdocs
Version: 0.15.3-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the "reproducible builds" effort [0], we noticed
that python-mkdocs could not be built reproducibly.

Patch attached.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/0003-Reproducible-build.patch  1970-01-01 
02:00:00.0 +0200
--- b/debian/patches/0003-Reproducible-build.patch  2016-07-18 
09:31:37.521770351 +0200
@@ -0,0 +1,37 @@
+Author: Chris Lamb 
+Last-Update: 2016-07-18
+
+--- python-mkdocs-0.15.3.orig/mkdocs/nav.py
 python-mkdocs-0.15.3/mkdocs/nav.py
+@@ -137,7 +137,11 @@ class Page(object):
+ self.abs_url = url
+ self.active = False
+ self.url_context = url_context
+-self.update_date = datetime.datetime.now().strftime("%Y-%m-%d")
++
++try:
++self.update_date = 
datetime.datetime.utcfromtimestamp(int(os.environ['SOURCE_DATE_EPOCH']))
++except KeyError:
++self.update_date = datetime.datetime.now().strftime("%Y-%m-%d")
+ 
+ # Relative paths to the input markdown file and output html file.
+ self.input_path = path
+--- python-mkdocs-0.15.3.orig/mkdocs/commands/build.py
 python-mkdocs-0.15.3/mkdocs/commands/build.py
+@@ -5,6 +5,7 @@ from datetime import datetime
+ import io
+ import logging
+ import os
++import time
+ 
+ from jinja2.exceptions import TemplateNotFound
+ import jinja2
+@@ -83,7 +84,7 @@ def get_global_context(nav, config):
+ 'google_analytics': config['google_analytics'],
+ 
+ 'mkdocs_version': mkdocs.__version__,
+-'build_date_utc': datetime.utcnow(),
++'build_date_utc': 
datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH', 
time.time(,
+ 
+ 'config': config
+ }
--- a/debian/patches/series 2016-07-18 09:23:05.649622618 +0200
--- b/debian/patches/series 2016-07-18 09:26:53.785371530 +0200
@@ -1,2 +1,3 @@
 0001-Remove-faulty-tests.patch
 0002-Use-themes-from-usr-share-mkdocs-themes.patch
+0003-Reproducible-build.patch
--- End Message ---
--- Begin Message ---
Source: python-mkdocs
Source-Version: 0.15.3-5

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

Debian distribution maintenance software
pp.
Brian May  (supplier of updated python-mkdocs 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, 29 Jul 2016 08:12:18 +1000
Source: python-mkdocs
Binary: mkdocs mkdocs-doc
Architecture: source all
Version: 0.15.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Brian May 
Description:
 mkdocs - Static site generator geared towards building project documentati
 mkdocs-doc - Static site generator (documentation)
Closes: 831648
Changes:
 python-mkdocs (0.15.3-5) unstable; urgency=medium
 .
   * Support Reproducible builds. Closes: #831648.
Checksums-Sha1:
 63d91ed3f5286dcff541500217a09c6fd1fd9fbc 2287 python-mkdocs_0.15.3-5.dsc
 544760693a444da8f7b005ddc69b30e8ad69f3df 1805972 
python-mkdocs_0.15.3.orig.tar.gz
 aed96ec93f7793c4262d2c3495bc446880b3b15f 149208 
python-mkdocs_0.15.3-5.debian.tar.xz
 50fb32795366ddda57cbe3841526fcc2c5b1e25f 1106996 mkdocs-doc_0.15.3-5_all.deb
 

[Python-modules-team] Bug#824266: marked as done (mkdocs: Please support SOURCE_DATE_EPOCH specification for build time stamps)

2016-07-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Jul 2016 22:55:56 +
with message-id 
and subject line Bug#831648: fixed in python-mkdocs 0.15.3-5
has caused the Debian Bug report #831648,
regarding mkdocs: Please support SOURCE_DATE_EPOCH specification for build time 
stamps
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.)


-- 
831648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mkdocs
Version: 0.15.3-3
Severity: wishlist
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps toolchain
Control: affects -1 unburden-home-dir djangorestframework

Hi,

mkdocs integrates build time stamps into the documentation it is
generating. This makes at least unburden-home-dir no more reproducibly
building because it now uses mkdocs to generate HTML documentation at
build time.

See 
https://tests.reproducible-builds.org/rb-pkg/unstable/amd64/unburden-home-dir.html
 and
https://tests.reproducible-builds.org/dbd/unstable/amd64/unburden-home-dir_0.4.diffoscope.html

Other cases of this issue are the source package djangorestframework (see
https://tests.reproducible-builds.org/rb-pkg/testing/i386/djangorestframework.html
 and
https://tests.reproducible-builds.org/dbd/testing/i386/djangorestframework_3.3.2-2.diffoscope.html)
and of course the source package python-mkdocs itself, see
https://tests.reproducible-builds.org/rb-pkg/unstable/amd64/python-mkdocs.html 
and
https://tests.reproducible-builds.org/dbd/unstable/amd64/python-mkdocs_0.15.3-3.diffoscope.html

At https://reproducible-builds.org/specs/source-date-epoch/ you can find
a bound to be widely adopted specification for how to solve such kind of
issues generally: If the environment variable SOURCE_DATE_EPOCH exists
use the Unix time stamp (seconds since 1st of January 1970, 00:00:00
UTC) it contains to preseed all build time stamps with that time stamp
instead of the current time.

See https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal#Examples
for some examples on how to implement support for SOURCE_DATE_EPOCH,
including an example for Python.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (980, 'unstable-debug'), (600, 'testing'), 
(111, 'buildd-unstable'), (111, 'buildd-experimental'), (110, 'experimental'), 
(105, 'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mkdocs depends on:
ii  fonts-font-awesome 4.6.1~dfsg-1
ii  mkdocs-bootstrap   0.1.1-2
ii  mkdocs-bootswatch  0.4.0-2
ii  python3-click  6.6-1
ii  python3-jinja2 2.8-1
ii  python3-livereload 2.4.0-1
ii  python3-markdown   2.6.6-1
ii  python3-pkg-resources  20.10.1-1
ii  python3-tornado4.2.1-2
ii  python3-yaml   3.11-3+b1
pn  python3:any

mkdocs recommends no packages.

Versions of packages mkdocs suggests:
ii  ghp-import  0.4.1-1
ii  mkdocs-doc  0.15.3-3

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-mkdocs
Source-Version: 0.15.3-5

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

Debian distribution maintenance software
pp.
Brian May  (supplier of updated python-mkdocs 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, 29 Jul 2016 08:12:18 +1000
Source: python-mkdocs
Binary: mkdocs mkdocs-doc
Architecture: source all
Version: 0.15.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Brian May 
Description:
 mkdocs - Static site generator geared towards building project documentati
 mkdocs-doc - Static site generator (documentation)
Closes: 831648
Changes:
 python-mkdocs (0.15.3-5) unstable; urgency=medium
 

[Python-modules-team] python-mkdocs_0.15.3-5_i386.changes ACCEPTED into unstable

2016-07-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 29 Jul 2016 08:12:18 +1000
Source: python-mkdocs
Binary: mkdocs mkdocs-doc
Architecture: source all
Version: 0.15.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Brian May 
Description:
 mkdocs - Static site generator geared towards building project documentati
 mkdocs-doc - Static site generator (documentation)
Closes: 831648
Changes:
 python-mkdocs (0.15.3-5) unstable; urgency=medium
 .
   * Support Reproducible builds. Closes: #831648.
Checksums-Sha1:
 63d91ed3f5286dcff541500217a09c6fd1fd9fbc 2287 python-mkdocs_0.15.3-5.dsc
 544760693a444da8f7b005ddc69b30e8ad69f3df 1805972 
python-mkdocs_0.15.3.orig.tar.gz
 aed96ec93f7793c4262d2c3495bc446880b3b15f 149208 
python-mkdocs_0.15.3-5.debian.tar.xz
 50fb32795366ddda57cbe3841526fcc2c5b1e25f 1106996 mkdocs-doc_0.15.3-5_all.deb
 4ebdf3d4327416184797741d9955178c0506d4a3 248442 mkdocs_0.15.3-5_all.deb
Checksums-Sha256:
 15e670eae8adf864f636882635cabe14da5fbe46336a7886c6bfa11029cfe7a3 2287 
python-mkdocs_0.15.3-5.dsc
 a5442ae24fd9e6f9daeefaf354c960e5dac27ff388f63e1bb324ed8a1b7edaa9 1805972 
python-mkdocs_0.15.3.orig.tar.gz
 2ec5b3ac08d517573e4d5ad27a0db689112e0281423ee9a2215c3d0a5c58950c 149208 
python-mkdocs_0.15.3-5.debian.tar.xz
 4b2e0e08899f139eb9557e913c3526b12e7a61cbf3cd8f393714daf153bbc76c 1106996 
mkdocs-doc_0.15.3-5_all.deb
 6bb50946d57efecceba2394be903bf982709294282554143183c9fe6503266b9 248442 
mkdocs_0.15.3-5_all.deb
Files:
 6c3f4d872dfbff97863b654a19c0fda0 2287 text optional python-mkdocs_0.15.3-5.dsc
 8d7ef937983bd7b7757d696aeaa5866a 1805972 text optional 
python-mkdocs_0.15.3.orig.tar.gz
 a68713693f245da1cf7b2b86e493a3c0 149208 text optional 
python-mkdocs_0.15.3-5.debian.tar.xz
 73e1d530bb4d213c5297a65b7bd74144 1106996 doc optional 
mkdocs-doc_0.15.3-5_all.deb
 bad78ca4788b121e8e4eb0ec72c9d94d 248442 text optional mkdocs_0.15.3-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXmocGAAoJEBeEV3+BH26skuYQALDqX5cljFHMTtJjizmQf9eH
dLk3AveIUeZ5rFZ+gN60nOCUROMmQmFzcawBTrRWVx8oMJAL4jPRFKoZl9DoMv7K
M34Q+gSnDgYkzfBCk7S6KKA25RoQd0bEfFkQ9tqiLArml2w+5IQO+/4OzUN2oE/a
gfeuHhHxWYEcChAzh0+fGoS3/X0zKLWDewKk3xprzAQJBbQsTXh5aIqRzalGoZzQ
xmBfvw+/+ou8GuZd4XwTmeADi8w3Dxz3Bg4f2G8qyMNzJNNZin6nZ7ynkdWfM3h3
CMPgy/ltND4xxV5teIaoabyOBU2N99nIkag9m4x67ld3jAtJIpRjLry91gbhZORn
3tbBohCPkXpPq8M+CfKrv2pcR6Q8XLfQI/RQMrDYtNhbl1cn08noK4zbMVhqfAuI
w50PDEC3EZsttq0gLpDgzGJB+ZEPvG7HlC7bxvmA/mx5MgKFAFrt9oxo3Hja7Wdz
YyD87fYCkDpgz1XLUb8tw+SqCwm3y65zKD7uxRaT5wumKDnp15IzVC+z33aD129A
ZlTj6uGp0dQyeBzquqyhuOrmyeWPMABz4IXG2gy0Dw/xG3nyV/558c7oKLLV37vl
QjmqdBPz1IqVvnwKh/gKfXqLt0z/RyFwPET16OgOvJAmqd+1E9oiqMiEogW543ER
2WNBb8oRZwfYOQ6zd4eZ
=ZwTU
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of python-mkdocs_0.15.3-5_i386.changes

2016-07-28 Thread Debian FTP Masters
python-mkdocs_0.15.3-5_i386.changes uploaded successfully to localhost
along with the files:
  python-mkdocs_0.15.3-5.dsc
  python-mkdocs_0.15.3.orig.tar.gz
  python-mkdocs_0.15.3-5.debian.tar.xz
  mkdocs-doc_0.15.3-5_all.deb
  mkdocs_0.15.3-5_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] python-aiohttp_0.22.4-1_amd64.changes ACCEPTED into unstable

2016-07-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 28 Jul 2016 23:32:19 +0200
Source: python-aiohttp
Binary: python3-aiohttp python3-aiohttp-dbg
Architecture: source amd64
Version: 0.22.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Piotr Ożarowski 
Description:
 python3-aiohttp - http client/server for asyncio
 python3-aiohttp-dbg - http client/server for asyncio - debug version
Changes:
 python-aiohttp (0.22.4-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 .
   [ Piotr Ożarowski ]
   * New upstream release
 - Add dependency on python3-multidict
   * Backport changes in test/test_connector.py from upstream master branch
   * Standards-Version bumped to 3.9.8 (no changes needed)
Checksums-Sha1:
 26b21dc7419eff548b895780adc90be8d4845cab 2333 python-aiohttp_0.22.4-1.dsc
 baecb084c0d08ff5f9ddad544bf674d7a2e7f65b 475257 
python-aiohttp_0.22.4.orig.tar.gz
 85165adf3eb9a670c73a1f80234f6add1c7974cf 4356 
python-aiohttp_0.22.4-1.debian.tar.xz
 1447d91858f25ba8026af0db26c7fc62a93be489 10014 
python3-aiohttp-dbg_0.22.4-1_amd64.deb
 82175f90725007785e5b3a4247e466527c6b25b5 80564 
python3-aiohttp_0.22.4-1_amd64.deb
Checksums-Sha256:
 6ac1f2080fb327c3e54a7c95940953c5857b0f31d45723180d459fcd49699eea 2333 
python-aiohttp_0.22.4-1.dsc
 167ec7373a3319419834e6c61846b7267c5fc6748b9dd2504b7e9378b55afcdd 475257 
python-aiohttp_0.22.4.orig.tar.gz
 a11b6ad227ce32b0984c68d580c1ee6d521184265fe3db218d2755c33c2fc406 4356 
python-aiohttp_0.22.4-1.debian.tar.xz
 a4cdbbcdaa69a9d8c32187b6999ac21dd9e482ef8635fafd28224ef22d15e1f9 10014 
python3-aiohttp-dbg_0.22.4-1_amd64.deb
 7a9316b8cb311e216a6f6afda49ddfdf79c694b1be013867fa78ded5523413e3 80564 
python3-aiohttp_0.22.4-1_amd64.deb
Files:
 2749ab33a099c0d30a13571fbf34b9d5 2333 python optional 
python-aiohttp_0.22.4-1.dsc
 872f24d865e9ece06e08d67c4c14a0b6 475257 python optional 
python-aiohttp_0.22.4.orig.tar.gz
 dd0ede73bf0de0ed7cae673ebf2f6d25 4356 python optional 
python-aiohttp_0.22.4-1.debian.tar.xz
 ede960d24494857ef28f70c9cf6ba6c9 10014 debug extra 
python3-aiohttp-dbg_0.22.4-1_amd64.deb
 7e41e37ec54a3b1319f2b0df29a16005 80564 python optional 
python3-aiohttp_0.22.4-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJXmoEFAAoJEK728aKnRXZFx/wP/2v/vPxAKsXT3bz2A1ZbdaIM
Bq1gI5LranChXBgUiXCI09VYAcWegbY7rY437omCHSUhGiKxcNjTcIJJKqZ6B6pL
1vXOEmxDEa6KAJYaCs2AYAB5UlSzf0Ehaer+/6oAbv52OSzjk+TCBVJ0fuzrPj6Z
IqqZAVKzWfuX9LTuxo7BQOxV1GeaS8drjsmfCZDdEHSsIu8wTSh5zn+itA3f/sUi
Xr0l2GsrTfvLcmFk4TzjHNw4iOZVaCskntPz7pY/2tSYV3Rf8DrOfaLHZgZQcAnV
Wt43PGwkoysDvxlnmAxeRLVHwtlj45MHmyBkX4LrbcW/XHAfENDf6GWDpaxqEqgU
CxW0wskIy17krJ5ajIU1ykfAJX1tLtbiZ/eOvJ/vvUPb4ljHHwf39UGY+K2F7zzT
h7w4hxDeLm7j5RsEx7iqM5VL+9ll9o5PK1hux9eBqWw2Cp3qKt0V20RTRAkAciMP
GEmOoDTBi9zqFYxPAHeeFoJLHCir3qlaz35hlbIQNrYvzpi/qa1+Uo22QFcgU2QV
g9Tzf+1QIlL8DVLU+v53NiJOaqbg8rpSglrO4wBMg0b5FHE2Xv0EUc/yfZitmDYL
WyikLS3yREGnY1mk3WLavURd61OC0BlDmZu15X/BVGotAidW4R1NDgQk+G5fiU3j
N5R6tloIEerYGJyYPsnw
=Y+I8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#805672: marked as done (python3-aiohttp: Newer version available)

2016-07-28 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jul 2016 00:15:11 +0200
with message-id <20160728221511.gn13...@sar0.p1otr.com>
and subject line fixed in 0.20.2-1 (and 0.22.4-1 :)
has caused the Debian Bug report #805672,
regarding python3-aiohttp: Newer version available
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.)


-- 
805672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-aiohttp
Version: 0.17.4-1
Severity: wishlist

Version 0.18.4 has been released with quite a few bug fixes.

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-aiohttp depends on:
ii  libc62.19-18+deb8u1
ii  python3  3.5.0-2
ii  python3-chardet  2.3.0-1

python3-aiohttp recommends no packages.

python3-aiohttp suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-aiohttp
Source-Version: 0.20.2-1--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#805672: marked as done (python3-aiohttp: Newer version available)

2016-07-28 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jul 2016 00:13:19 +0200
with message-id <20160728221319.gl13...@sar0.p1otr.com>
and subject line fixed in 0.20.2-1 (and 0.22.4-1 :)
has caused the Debian Bug report #805672,
regarding python3-aiohttp: Newer version available
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.)


-- 
805672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-aiohttp
Version: 0.17.4-1
Severity: wishlist

Version 0.18.4 has been released with quite a few bug fixes.

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-aiohttp depends on:
ii  libc62.19-18+deb8u1
ii  python3  3.5.0-2
ii  python3-chardet  2.3.0-1

python3-aiohttp recommends no packages.

python3-aiohttp suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: 805672
Source-Version: 0.20.2-1--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#815326: marked as done (FTBFS with newer cython due to untracked changes to the source)

2016-07-28 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jul 2016 00:14:47 +0200
with message-id <20160728221447.gm13...@sar0.p1otr.com>
and subject line fixed in 0.22.4-1
has caused the Debian Bug report #815326,
regarding FTBFS with newer cython due to untracked changes to the source
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.)


-- 
815326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-aiohttp
Version: 0.20.2-1
Severity: important

I have uploaded fresh cython few days back 0.23.4+git4-g7eed8d8-1 and while
testing reverse dependencies, saw that this package would now FTBFS due
to

...
'build/scripts-3.4' does not exist -- can't clean it
I: pybuild base:184: python3.5-dbg setup.py clean 
running clean
removing '/build/python-aiohttp-0.20.2/.pybuild/pythonX.Y-dbg_3.5/build' (and 
everything under it)
setup.py:65: ResourceWarning: unclosed file <_io.TextIOWrapper 
name='README.rst' mode='r' encoding='ANSI_X3.4-1968'>
  return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
setup.py:65: ResourceWarning: unclosed file <_io.TextIOWrapper 
name='CHANGES.txt' mode='r' encoding='ANSI_X3.4-1968'>
  return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.5' does not exist -- can't clean it
make[1]: Leaving directory '/build/python-aiohttp-0.20.2'
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b python-aiohttp-0.20.2
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building python-aiohttp using existing 
./python-aiohttp_0.20.2.orig.tar.gz
dpkg-source: info: local changes detected, the modified files are:
 python-aiohttp-0.20.2/aiohttp/_websocket.c
dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-aiohttp_0.20.2-1.diff.gmETvd
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b python-aiohttp-0.20.2 gave error exit 
status 2
I: copying local configuration
E: Failed autobuilding of package

cheers

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-rc1+ (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: python-aiohttp
Source-Version: 0.22.4-1--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#832626: marked as done (python-requests: Importing the module fails)

2016-07-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Jul 2016 19:37:16 +0200
with message-id <3532926.UxDQcLNGfh@mornie>
and subject line Re: Bug#832626: python-requests: Importing the module fails
has caused the Debian Bug report #832626,
regarding python-requests: Importing the module fails
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.)


-- 
832626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-requests
Version: 2.10.0-2
Severity: grave
Justification: renders package unusable

>>> import requests
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 61, in

from .packages.urllib3.exceptions import DependencyWarning
ImportError: cannot import name DependencyWarning



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-requests depends on:
ii  ca-certificates  20160104
ii  python-chardet   2.3.0-2
ii  python-urllib3   1.15.1-2
pn  python:any   

python-requests recommends no packages.

Versions of packages python-requests suggests:
ii  python-ndg-httpsclient  0.4.2-1
ii  python-openssl  16.0.0-2
ii  python-pyasn1   0.1.9-1
pn  python-socks

-- no debconf information
--- End Message ---
--- Begin Message ---
Hello Michel,
 
On Thursday, July 28, 2016 06:58:08 PM Michel Le Bihan wrote:
> Thanks for the tip. `sudo pip uninstall $(pip freeze) -y` resolved my issue.
> Thanks again and sorry for opening an issue with severity grave when there
> there was no problem with the package.

I'm glad to hear that you solved your issue! Don't worry for the bug report! 
:)

Cheers,

-- 
 Daniele Tricoli 'eriol'
 https://mornie.org

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processed: [bts-link] source package src:python-mkdocs

2016-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:python-mkdocs
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #824266 (http://bugs.debian.org/824266)
> # Bug title: mkdocs: Please support SOURCE_DATE_EPOCH specification for build 
> time stamps
> #  * https://github.com/mkdocs/mkdocs/issues/938
> #  * remote status changed: closed -> open
> #  * reopen upstream
> tags 824266 - fixed-upstream
Bug #824266 [src:python-mkdocs] mkdocs: Please support SOURCE_DATE_EPOCH 
specification for build time stamps
Bug #831648 [src:python-mkdocs] python-mkdocs: please make the build 
reproducible
Removed tag(s) fixed-upstream.
Removed tag(s) fixed-upstream.
> usertags 824266 - status-closed
Usertags were: status-closed.
Usertags are now: .
> usertags 824266 + status-open
There were no usertags set.
Usertags are now: status-open.
> # remote status report for #831648 (http://bugs.debian.org/831648)
> # Bug title: python-mkdocs: please make the build reproducible
> #  * https://github.com/mkdocs/mkdocs/issues/938
> #  * remote status changed: (?) -> open
> usertags 831648 + status-open
There were no usertags set.
Usertags are now: status-open.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
824266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824266
831648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] [bts-link] source package src:python-mkdocs

2016-07-28 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:python-mkdocs
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #824266 (http://bugs.debian.org/824266)
# Bug title: mkdocs: Please support SOURCE_DATE_EPOCH specification for build 
time stamps
#  * https://github.com/mkdocs/mkdocs/issues/938
#  * remote status changed: closed -> open
#  * reopen upstream
tags 824266 - fixed-upstream
usertags 824266 - status-closed
usertags 824266 + status-open

# remote status report for #831648 (http://bugs.debian.org/831648)
# Bug title: python-mkdocs: please make the build reproducible
#  * https://github.com/mkdocs/mkdocs/issues/938
#  * remote status changed: (?) -> open
usertags 831648 + status-open

thanks

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#832626: python-requests: Importing the module fails

2016-07-28 Thread Michel Le Bihan
Package: python-requests
Followup-For: Bug #832626

Hello,

Thanks for the tip. `sudo pip uninstall $(pip freeze) -y` resolved my issue.
Thanks again and sorry for opening an issue with severity grave when there
there was no problem with the package.

Michel Le Bihan



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-requests depends on:
ii  ca-certificates  20160104
ii  python-chardet   2.3.0-2
ii  python-urllib3   1.15.1-2
pn  python:any   

python-requests recommends no packages.

Versions of packages python-requests suggests:
ii  python-ndg-httpsclient  0.4.2-1
ii  python-openssl  16.0.0-2
ii  python-pyasn1   0.1.9-1
pn  python-socks

-- no debconf information

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#831779: python-docutils: please make the output of rst2man reproducible

2016-07-28 Thread Dmitry Shachnev
Hi Chris,

On Thu, Jul 21, 2016 at 11:08:50AM +0200, Chris Lamb wrote:
> > Can you please forward it upstream to [1], or do you want me to do that?
>
> Please go ahead and do that. :)

Done at https://sourceforge.net/p/docutils/patches/132/.

We are having some interesting discussion there, please feel free to
follow up if you are on SourceForge.

I will do a new upload once we get some agreement with upstream on this.

-- 
Dmitry Shachnev


signature.asc
Description: PGP signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#832626: python-requests: Importing the module fails

2016-07-28 Thread Michel Le Bihan
Package: python-requests
Version: 2.10.0-2
Followup-For: Bug #832626

Hello,

michel@debian:~$ python
Python 2.7.12 (default, Jun 29 2016, 08:18:26)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version_info
sys.version_info(major=2, minor=7, micro=12, releaselevel='final', serial=0)
>>> sys.executable
'/usr/bin/python'
>>> sys.path
['', '/usr/local/lib/python2.7/dist-packages/pytvmaze-1.4.3-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/pyScss-1.3.4-py2.7-linux-x86_64.egg',
'/usr/local/lib/python2.7/dist-packages/pyparsing-2.0.7-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/Flask_Login-0.3.2-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/Flask_Compress-1.3.0-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/cssmin-0.2.0-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/Flask_Assets-0.11-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/CherryPy-4.0.0-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/flask_restplus-0.7.2-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/ordereddict-1.1-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/Flask_RESTful-0.3.5-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/APScheduler-3.0.5-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/guessit-0.10.3-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/path.py-8.1.2-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/tmdb3-0.7.2-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/python_dateutil-2.4.2-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/rpyc-3.3.0-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/progressbar-2.3-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/pynzb-0.1.0-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/PyRSS2Gen-1.1-py2.7.egg',
'/usr/local/lib/python2.7/dist-packages/PyYAML-3.11-py2.7-linux-x86_64.egg',
'/usr/local/lib/python2.7/dist-packages/SQLAlchemy-1.0.11-py2.7-linux-
x86_64.egg', '/usr/local/lib/python2.7/dist-
packages/feedparser-5.2.1-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/pathlib-1.0.1-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/webassets-0.11.1-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/pytz-2015.7-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/aniso8601-1.1.0-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/itsdangerous-0.24-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/Werkzeug-0.11.3-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/futures-3.0.3-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/tzlocal-1.2-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/stevedore-1.10.0-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/babelfish-0.5.5-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/urllib3-1.12-py2.7.egg', '/usr/local/lib/python2.7/dist-
packages/plumbum-1.6.1.post0-py2.7.egg', '/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/PILcompat', '/usr/lib/python2.7/dist-
packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-
packages/wx-3.0-gtk2']
>>> import requests
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 61, in

from .packages.urllib3.exceptions import DependencyWarning
ImportError: cannot import name DependencyWarning
>>> requests.__version__
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'requests' is not defined
>>> requests.__file__
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'requests' is not defined
>>> exit()



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-requests depends on:
ii  ca-certificates  20160104
ii  python-chardet   2.3.0-2
ii  python-urllib3   1.15.1-2
pn  python:any   

python-requests recommends no packages.

Versions of packages python-requests suggests:
ii  python-ndg-httpsclient  0.4.2-1
ii  python-openssl  16.0.0-2
ii  python-pyasn1   0.1.9-1
pn  python-socks

-- no debconf information

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#825095: marked as done (python-backports-shutil-get-terminal-size: clashes over backports/__init__.py with python-backports.ssl-match-hostname)

2016-07-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Jul 2016 10:39:30 +
with message-id 
and subject line Bug#825095: fixed in python-backports-shutil-get-terminal-size 
1.0.0-3
has caused the Debian Bug report #825095,
regarding python-backports-shutil-get-terminal-size: clashes over 
backports/__init__.py with python-backports.ssl-match-hostname
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.)


-- 
825095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-backports-shutil-get-terminal-size
Version: 1.0.0-1
Severity: serious
Justification: Policy 6.6(4)

python-backports-shutil-get-terminal-size is impossible to install
alongside python-backports.ssl-match-hostname:

  Unpacking python-backports-shutil-get-terminal-size (1.0.0-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/python-backports-shutil-get-terminal-size_1.0.0-1_all.deb
 (--unpack):
   trying to overwrite 
'/usr/lib/python2.7/dist-packages/backports/__init__.py', which is also in 
package python-backports.ssl-match-hostname 3.4.0.2-1

Could you please take a look?

Thanks!

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: python-backports-shutil-get-terminal-size
Source-Version: 1.0.0-3

We believe that the bug you reported is fixed in the latest version of
python-backports-shutil-get-terminal-size, 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 825...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt  (supplier of updated 
python-backports-shutil-get-terminal-size 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: Thu, 28 Jul 2016 11:48:50 +0200
Source: python-backports-shutil-get-terminal-size
Binary: python-backports-shutil-get-terminal-size
Architecture: source
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-backports-shutil-get-terminal-size - Backport of the 
"shutil.get_terminal_size" function (Python 2)
Closes: 825095
Changes:
 python-backports-shutil-get-terminal-size (1.0.0-3) unstable; urgency=medium
 .
   * Declare Breaks with old python-backports.ssl-match-hostname so
 upgrading works. (Closes: #825095)
Checksums-Sha1:
 a3425bba7c970a482ebb6514796305b4a7f44b79 2364 
python-backports-shutil-get-terminal-size_1.0.0-3.dsc
 1cbd8342f16ebc504f31252d641f938a62739576 2040 
python-backports-shutil-get-terminal-size_1.0.0-3.debian.tar.xz
Checksums-Sha256:
 125a72c8ecc5a72656121a8154d29be0b413943eecbf8fb9b37749dfcef7a0ae 2364 
python-backports-shutil-get-terminal-size_1.0.0-3.dsc
 fa2ca9035fb3404c65a43098e8380fead0cd7d13892dbeb1c657ab64823b42cb 2040 
python-backports-shutil-get-terminal-size_1.0.0-3.debian.tar.xz
Files:
 59030a59ae1ac0b690489b2ceeb0a322 2364 python optional 
python-backports-shutil-get-terminal-size_1.0.0-3.dsc
 e49c93e76c6408d786eb7706f02ccf6e 2040 python optional 
python-backports-shutil-get-terminal-size_1.0.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXmdvXAAoJEPNPCXROn13ZgYYQALv3J9EfTC54q2XFuFzFgA6P
GufcMtLRglRAEnNdbEgzwUnYEJkQQJzFuN7ekJg5xM8LNh8N1HlSgHtTxm8USiJY
j029hgDP702ZFyvL6z0kg6tJTx1uQcb81go0OLgsBXI1vtTGQqvYnN/Njx3P//4i
nw20fMGXOMUgGuQyR1ld9Cd6sVQ+HTZ/v1QIoAnJTg4RKsF7AocJ5hM550vZM2k2
H6SAODshP2ZuCOewUeNMSO0XoXCca14EwhWCcTJtKR4gP1iktMDWHo6xsRiYgI7H
ccqaS1GtlGz5Ou4BPqjxhnxl3/lSnSK4rCsDH4x6g/kOnSQO07kkPhPPvuPsh0ND
AroGyjazv6M/xew/onq19wtAa0J1bLJOrDKmPv3vN7nCB6ViZ8LJB+FY0iEfMzxn
W1pjJz1/d/Mpqnp02NLaLR4yRofubV44foyf5PgndC5bPGdlAn/GO8UFkGESfnBT

[Python-modules-team] python-backports-shutil-get-terminal-size_1.0.0-3_source.changes ACCEPTED into unstable

2016-07-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Jul 2016 11:48:50 +0200
Source: python-backports-shutil-get-terminal-size
Binary: python-backports-shutil-get-terminal-size
Architecture: source
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-backports-shutil-get-terminal-size - Backport of the 
"shutil.get_terminal_size" function (Python 2)
Closes: 825095
Changes:
 python-backports-shutil-get-terminal-size (1.0.0-3) unstable; urgency=medium
 .
   * Declare Breaks with old python-backports.ssl-match-hostname so
 upgrading works. (Closes: #825095)
Checksums-Sha1:
 a3425bba7c970a482ebb6514796305b4a7f44b79 2364 
python-backports-shutil-get-terminal-size_1.0.0-3.dsc
 1cbd8342f16ebc504f31252d641f938a62739576 2040 
python-backports-shutil-get-terminal-size_1.0.0-3.debian.tar.xz
Checksums-Sha256:
 125a72c8ecc5a72656121a8154d29be0b413943eecbf8fb9b37749dfcef7a0ae 2364 
python-backports-shutil-get-terminal-size_1.0.0-3.dsc
 fa2ca9035fb3404c65a43098e8380fead0cd7d13892dbeb1c657ab64823b42cb 2040 
python-backports-shutil-get-terminal-size_1.0.0-3.debian.tar.xz
Files:
 59030a59ae1ac0b690489b2ceeb0a322 2364 python optional 
python-backports-shutil-get-terminal-size_1.0.0-3.dsc
 e49c93e76c6408d786eb7706f02ccf6e 2040 python optional 
python-backports-shutil-get-terminal-size_1.0.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXmdvXAAoJEPNPCXROn13ZgYYQALv3J9EfTC54q2XFuFzFgA6P
GufcMtLRglRAEnNdbEgzwUnYEJkQQJzFuN7ekJg5xM8LNh8N1HlSgHtTxm8USiJY
j029hgDP702ZFyvL6z0kg6tJTx1uQcb81go0OLgsBXI1vtTGQqvYnN/Njx3P//4i
nw20fMGXOMUgGuQyR1ld9Cd6sVQ+HTZ/v1QIoAnJTg4RKsF7AocJ5hM550vZM2k2
H6SAODshP2ZuCOewUeNMSO0XoXCca14EwhWCcTJtKR4gP1iktMDWHo6xsRiYgI7H
ccqaS1GtlGz5Ou4BPqjxhnxl3/lSnSK4rCsDH4x6g/kOnSQO07kkPhPPvuPsh0ND
AroGyjazv6M/xew/onq19wtAa0J1bLJOrDKmPv3vN7nCB6ViZ8LJB+FY0iEfMzxn
W1pjJz1/d/Mpqnp02NLaLR4yRofubV44foyf5PgndC5bPGdlAn/GO8UFkGESfnBT
0+BLje5arFezFM+0r8AyZb1d+4zvLjZv0OJ26X/SQa8G1NGIQzw3RaEqqGGIE6U2
miyFiDicyp7GoLlQTL9sja6ye1j1BlC0m1YezLH9xN60H05mAqjh8NSWUQjaE4XF
y/AOX5Ut+fgji5udMEOVgKHkAA31XIJY3BGUm9xNwP2fsg0lotlakgpQ/qMKq6uw
FHIlwnkyX67PY3LgQZMB
=u/UT
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of python-backports-shutil-get-terminal-size_1.0.0-3_source.changes

2016-07-28 Thread Debian FTP Masters
python-backports-shutil-get-terminal-size_1.0.0-3_source.changes uploaded 
successfully to localhost
along with the files:
  python-backports-shutil-get-terminal-size_1.0.0-3.dsc
  python-backports-shutil-get-terminal-size_1.0.0-3.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] django-setuptest_0.2.1-1_amd64.changes ACCEPTED into unstable, unstable

2016-07-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 07 Jul 2016 19:41:14 +0100
Source: django-setuptest
Binary: python-django-setuptest python3-django-setuptest
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Christopher Hoskin 
Description:
 python-django-setuptest - simple test suite enabling Django app testing via 
setup.py (Pytho
 python3-django-setuptest - simple test suite enabling Django app testing via 
setup.py (Pytho
Closes: 830292
Changes:
 django-setuptest (0.2.1-1) unstable; urgency=low
 .
   * Initial Release. Closes: #830292
Checksums-Sha1:
 30432098866a1d59e243919c2124f8f30e2f9266 2285 django-setuptest_0.2.1-1.dsc
 716975949a4d74d147783851ae61cc9f472dbe24 7131 
django-setuptest_0.2.1.orig.tar.gz
 5fa211ef19faa3355b69a997e5164bd93273e124 2676 
django-setuptest_0.2.1-1.debian.tar.xz
 153a6b2952bbc6bc7eee4696d3420d5e6ef0278d 9466 
python-django-setuptest_0.2.1-1_all.deb
 b0611706f9480f14a171132df06cf09eae99ffe8 9540 
python3-django-setuptest_0.2.1-1_all.deb
Checksums-Sha256:
 7b584178b5b96395f651ecbd639b385d5ca66fa49b424e161ace5b613e503d14 2285 
django-setuptest_0.2.1-1.dsc
 539dac135a8b3e7244e50b3b4859782ea5598b794741dc6691e890b779d14169 7131 
django-setuptest_0.2.1.orig.tar.gz
 f61e9b4f153a4603c96a0139ff19187a1a70faf0e143411c5d1b94471039e310 2676 
django-setuptest_0.2.1-1.debian.tar.xz
 f51163706454025319562b8c55416db59c9c6a388866c327baafcdd1d125232a 9466 
python-django-setuptest_0.2.1-1_all.deb
 1dfc5e22bb744e63ad38925197ccb77c385a81f09b5511a2f0907b027c2c7289 9540 
python3-django-setuptest_0.2.1-1_all.deb
Files:
 bc217908fc0cce5e736d38d4f7af06aa 2285 python optional 
django-setuptest_0.2.1-1.dsc
 ce262061cff584bfa957552c574d8735 7131 python optional 
django-setuptest_0.2.1.orig.tar.gz
 4d6c7bedd260cc51c64b083050be3186 2676 python optional 
django-setuptest_0.2.1-1.debian.tar.xz
 1f18ebe734d628c7353e877d2b119dd1 9466 python optional 
python-django-setuptest_0.2.1-1_all.deb
 5913bdd6ec6ef926e82726b0d3e85baf 9540 python optional 
python3-django-setuptest_0.2.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXmMr0AAoJEPNPCXROn13ZD5gP/jbnvb+9/Av94FcTN/CLogCU
xwbdT+1vFfLZgIwixdVR3EeoryOtnP8kf1lgVUXSJ9Tx6nHgNiFfVPHLy1avECrn
vQSTyiPqlZkBbYs/c144+o3oNMVoslCgFs+8+Dczk2NsmlEDyPmfTueoHmQIEyEU
sMpyvs0/J+EJlel/QPvAcy8m32umZ1yQ3YFP1raLO2/E7eQZWHfeCcUFWy+zSOdw
JMlwsYM5CFx8R5phmU1PEdBhsSZvUwE1RxVxQPMz3D3xfDdNL6iHPyo4/6olCXiL
ttRUMVOqaoXpFw/xMaBKndGGnatxwTSOlHpwf8HLU4Bw8CH+A1d1+/DpzvGG58Mn
9Rws8oiNRpHveI7rqrcIBpLXNoGPOio7HAZC4vHTRjpbd3AtDjPyztbgnmGKCuvS
zj65AMbnYbwE6dKEk+/YpHI1bLld/GwnfEzpdtewSw+plB7BY47pxmVwyyf4rBRP
QY36D52A0OuKwsmH4x3UZ5Sfoo/oqjpqIpq6VDhWLl7Y5bZGAtcoPaIQMg/iQi4R
zi4y4ZxeoV+xrbNCppeVTD9NThKXhEPeZeJAHU7Zqq/iUiw+I1fPGE4mb08SEPj+
dw9jk46+OXFf+/dXWHDtUviMzy6hs7OwGJ3rnBKKfKPNd2jPoQxBBxW+LPQTm6Dg
CIIYbAHAkjdWqToSIS8Q
=zZzW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] py-ubjson_0.8.5-1_amd64.changes ACCEPTED into unstable, unstable

2016-07-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 25 Jul 2016 00:21:10 +0200
Source: py-ubjson
Binary: python3-ubjson python-ubjson
Architecture: source amd64
Version: 0.8.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Orestis Ioannou 
Description:
 python-ubjson - Universal Binary JSON encoder/decoder for Python 2
 python3-ubjson - Universal Binary JSON encoder/decoder for Python 3
Closes: 832466
Changes:
 py-ubjson (0.8.5-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #832466)
Checksums-Sha1:
 1046365694c4c86c01dc5b681927929558bf9902 2136 py-ubjson_0.8.5-1.dsc
 89ae115cf7f51a47569ef85e8ae5cd23ec78bff7 318626 py-ubjson_0.8.5.orig.tar.gz
 6bd029c4921e6d588060583c91fd6adad9620b91 4364 py-ubjson_0.8.5-1.debian.tar.xz
 99920801f9d8c3da9feea7163fbda38b4f48f695 11190 python-ubjson_0.8.5-1_amd64.deb
 6843a88e64c7d3835ab5a195b27b8d3b16fa110a 11272 python3-ubjson_0.8.5-1_amd64.deb
Checksums-Sha256:
 a794fee53ce9b8be5c4a94f3ccfb3ebe5ef56d8413433324a0fa6dd97ab5e5ef 2136 
py-ubjson_0.8.5-1.dsc
 e58e99753aaff3ed5d884989a6236bd98a4b0dfdb0e62f9753c20f485691fa9e 318626 
py-ubjson_0.8.5.orig.tar.gz
 652dd87b6c9d8dcf812fde423a6e837d3c09e0d656bd639cb9f4e923b58618b6 4364 
py-ubjson_0.8.5-1.debian.tar.xz
 8badc0e449325c853418d4192134e6834b28c2c3cf2bf67e9e63a511c50ea82a 11190 
python-ubjson_0.8.5-1_amd64.deb
 9729e75a67ec17c0f7900108031aa336ddec2580db328e444e5b8ebe7e2fb2ae 11272 
python3-ubjson_0.8.5-1_amd64.deb
Files:
 bb1e36788c5345dd058df0dfacf96c26 2136 python optional py-ubjson_0.8.5-1.dsc
 09584b02508451a8133095c3b5f2bf41 318626 python optional 
py-ubjson_0.8.5.orig.tar.gz
 2e2302a7269c8089ca9d182d4876cb73 4364 python optional 
py-ubjson_0.8.5-1.debian.tar.xz
 ffad5ff81065f0f02f245eccc1f0cd43 11190 python optional 
python-ubjson_0.8.5-1_amd64.deb
 8b24ed906d17f139758ae788fc313a1a 11272 python optional 
python3-ubjson_0.8.5-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXmHG9AAoJEEsEP825REVAyJoQAMA/7rKaLrLZDqU41UhpeahA
2jGyryH7D/qXG+rGfFhHmHnxj09x6JmvfXaPoxZmxfDTnU6k5+ifNoKcHSckgLml
yJh2EHpen+3D4vD2yLEBhRydhhHPu5q9hMb/YtzDJMvtshCi6VBGpOnOxrO8NW5O
M5c/AFJhKKXMuziWASejsCQFeZy7IAyzN9ckZXLnXau6LVcGPtczpq8es7eH3xyV
ujV3ddHwzMcXe8BA9PMi8J07vBdLU1E++1qMCwkKCtybLzbbVRyaJXb4ly05XkEw
4vMUmVnoNktU0Y0m/QqD4K3tR4fXp+ou8jt3yx78vWlnyhHi2cLaiTDGqdRl0zLL
bBnVwgKTyy/wxoBraOcvBP5ECWQU7CQLX1mdjxQHwKSkn/x1q7p2fR3+Q95+BpVk
gsQsjsICUwYMvKRdWqu/9UfVg1moLmjIBBTSnESlltBJr25cG04GCCPpbGiqqj7X
L6gKrtD0ZxTsvxl6mEhq8grXSdQZkTbQ7pNBcAsfHrsshzsCriwfxI/YdNUksrz/
H0SqDXKlnF7KbTl9Ud9o5yk2bZ0xAwdJt+tHyF7Z/En9ebRey/nh3+hztnXqr82j
rqcyEykVkLOPpiQhrVrO9gVMq9vNJv+FUxyalY/KL+Q58YaWrSMDspQk/8Cg8kfI
Ql6d09Ji0224UbDm/Td0
=m/TY
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: Bug#825095 marked as pending

2016-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 825095 pending
Bug #825095 [python-backports-shutil-get-terminal-size] 
python-backports-shutil-get-terminal-size: clashes over backports/__init__.py 
with python-backports.ssl-match-hostname
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
825095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team