[Python-modules-team] python-pynzb_0.1.0-3_multi.changes is NEW

2017-01-11 Thread Debian FTP Masters
binary:python3-pynzb is NEW.
binary:python3-pynzb is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

___
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-pynzb_0.1.0-3_multi.changes

2017-01-11 Thread Debian FTP Masters
python-pynzb_0.1.0-3_multi.changes uploaded successfully to localhost
along with the files:
  python-pynzb_0.1.0-3.dsc
  python-pynzb_0.1.0-3.debian.tar.xz
  python-pynzb_0.1.0-3_i386.buildinfo
  python3-pynzb_0.1.0-3_all.deb

Greetings,

Your Debian queue daemon (running on host usper.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] MD Sardines in oil 25 x 125 grs

2017-01-11 Thread Bonesca - Jona
    [ View in browser ]( http://r.newsletter.bonescamail.nl/prp2wspqoatrf.html 
)    
 [   ]( http://r.newsletter.bonescamail.nl/2v2sbn6ulaoatrd.html )
 
 
SPECIAL OFFER CANNED SARDINES IN OIL
 
Scientific Name: Sardina Piclhardus
Packing: 25 x 125 gr
Origin: Marocco
Expiry: 31-03-2019
 
PRICE € 0,38 PER CAN!!!
 
SALES ONLY PER PALET
  
[
]( http://r.newsletter.bonescamail.nl/2v2sbn6vdqoatrd.html )
 
This email was sent to python-modules-team@lists.alioth.debian.org
You received this email because you are registered with Bonesca Import en 
Export BV
 
[ Unsubscribe here ]( http://r.newsletter.bonescamail.nl/prp2wspqoatrg.html )   
 

Sent by
[  ]( http://r.newsletter.bonescamail.nl/2v2sbn6w66oatrd.html )      
© 2017 Bonesca Import en Export BV   

___
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#851043: python-ws4py: FTBFS: dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13

2017-01-11 Thread Lucas Nussbaum
Source: python-ws4py
Version: 0.3.4-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python2,python3,sphinxdoc --buildsystem=pybuild
>dh_testdir -O--buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py config 
> running config
> I: pybuild base:184: python3.5 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/websocket.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/compat.py -> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/utf8validator.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/framing.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/exc.py -> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/manager.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/streaming.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> copying ws4py/messaging.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py
> creating /<>/.pybuild/pythonX.Y_2.7/build/ws4py/client
> copying ws4py/client/threadedclient.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/client
> copying ws4py/client/tornadoclient.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/client
> copying ws4py/client/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/client
> copying ws4py/client/geventclient.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/client
> creating /<>/.pybuild/pythonX.Y_2.7/build/ws4py/server
> copying ws4py/server/cherrypyserver.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/server
> copying ws4py/server/geventserver.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/server
> copying ws4py/server/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/server
> copying ws4py/server/wsgiutils.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/server
> copying ws4py/server/wsgirefserver.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/ws4py/server
> I: pybuild base:184: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/websocket.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/compat.py -> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/__init__.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/utf8validator.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/framing.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/async_websocket.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/exc.py -> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/manager.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/streaming.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> copying ws4py/messaging.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py
> creating /<>/.pybuild/pythonX.Y_3.5/build/ws4py/client
> copying ws4py/client/threadedclient.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/client
> copying ws4py/client/tornadoclient.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/client
> copying ws4py/client/__init__.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/client
> copying ws4py/client/geventclient.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/client
> creating /<>/.pybuild/pythonX.Y_3.5/build/ws4py/server
> copying ws4py/server/cherrypyserver.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/server
> copying ws4py/server/geventserver.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/server
> copying ws4py/server/__init__.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/server
> copying ws4py/server/tulipserver.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/server
> copying ws4py/server/wsgiutils.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/server
> copying ws4py/server/wsgirefserver.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/ws4py/server
>dh_auto_test -O--buildsy

[Python-modules-team] Bug#851014: python-xmp-toolkit: FTBFS: dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13

2017-01-11 Thread Lucas Nussbaum
Source: python-xmp-toolkit
Version: 2.0.1+git20140309.5437b0a-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build  --with python2,python3,sphinxdoc --buildsystem=pybuild
>dh_testdir -O--buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py config 
> running config
> I: pybuild base:184: python3.5 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python setup.py build 
> running build
> running build_py
> creating 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> copying libxmp/utils.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> copying libxmp/files.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> copying libxmp/exempi.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> copying libxmp/core.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> copying libxmp/__init__.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> copying libxmp/consts.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> copying libxmp/version.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_2.7/build/libxmp
> I: pybuild base:184: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
> copying libxmp/utils.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
> copying libxmp/files.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
> copying libxmp/exempi.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
> copying libxmp/core.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
> copying libxmp/__init__.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
> copying libxmp/consts.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
> copying libxmp/version.py -> 
> /<>/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/pythonX.Y_3.5/build/libxmp
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py test 
> running test
> running egg_info
> creating python_xmp_toolkit.egg-info
> writing requirements to python_xmp_toolkit.egg-info/requires.txt
> writing python_xmp_toolkit.egg-info/PKG-INFO
> writing top-level names to python_xmp_toolkit.egg-info/top_level.txt
> writing dependency_links to python_xmp_toolkit.egg-info/dependency_links.txt
> writing manifest file 'python_xmp_toolkit.egg-info/SOURCES.txt'
> reading manifest file 'python_xmp_toolkit.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'python_xmp_toolkit.egg-info/SOURCES.txt'
> running build_ext
> test_jpeg (test.test_roundtrip.TestRoundTrip)
> Create XMP from scratch to store in a jpeg. ... ok
> test_sturm_und_drang (test.test_roundtrip.TestRoundTrip)
> Should be able to write a property which includes umlauts. ... ok
> test_tiff (test.test_roundtrip.TestRoundTrip)
> Write to a TIFF that does not already have the XMP tag. ... ok
> test_3 (test.test_exempi.TestExempi)
> Corresponds to test3.cpp ... ok
> test_bad_formats (test.test_exempi.TestExempi)
> Verify check_file_format on PDF, Adobe Illustrator, XMP. ... skipped 'Issue 
> 26'
> test_bgo (test.test_exempi.TestExempi)
> Corresponds to test-bgo.cpp ... ok
> test_exempi_core (test.test_exempi.TestExempi)
> According to test-exempi-core.cpp ... ok
> test_formats (test.test_exempi.TestExempi)
> Verify that check_file_format function works as expected. ... ok
> test_serialize (test.test_exempi.TestExempi)
> Corresponds to test-serialize.cpp ... ok
> test_tiff_leak (test.test_exempi.TestExempi)
> Corresponds to test-tiff-leak.cpp ... ok
> test_write_new_date_property (test.test_exempi.TestExempi) ... ok
> test_write_new_property (test.test_exempi.TestExempi)
> Corresponds to te

[Python-modules-team] Bug#851020: python-asyncssh: FTBFS: Test failures

2017-01-11 Thread Lucas Nussbaum
Source: python-asyncssh
Version: 1.8.1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> sig = yield from agent_key.sign(b'test')
>   File "/<>/asyncssh/agent.py", line 148, in sign
> data, self._flags))
>   File "/<>/asyncssh/agent.py", line 272, in sign
> raise ValueError('Unable to sign with requested key')
> ValueError: Unable to sign with requested key
> 
> --
> Ran 638 tests in 248.313s
> 
> FAILED (errors=1, skipped=2)
> Test failed: 
> error: Test failed:  failures=0>
> E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: 
> python3.5 setup.py test 
> dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13
> debian/rules:15: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   http://aws-logs.debian.net/2017/01/11/python-asyncssh_1.8.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
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#851010: txfixtures: FTBFS: dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13

2017-01-11 Thread Lucas Nussbaum
Source: txfixtures
Version: 0.2.5-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python2,python3 --buildsystem=pybuild
>dh_testdir -O--buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py config 
> running config
> I: pybuild base:184: python3.5 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> creating /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/_twisted
> copying txfixtures/_twisted/testing.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/_twisted
> copying txfixtures/_twisted/threading.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/_twisted
> copying txfixtures/_twisted/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/_twisted
> creating /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/tests
> copying txfixtures/tests/test_mongodb.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/tests
> copying txfixtures/tests/test_service.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/tests
> copying txfixtures/tests/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/tests
> copying txfixtures/tests/test_phantomjs.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/tests
> copying txfixtures/tests/test_reactor.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/tests
> copying txfixtures/phantomjs.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> copying txfixtures/tachandler.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> copying txfixtures/mongodb.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> copying txfixtures/_testtools.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> copying txfixtures/osutils.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> copying txfixtures/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> copying txfixtures/service.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> copying txfixtures/reactor.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures
> creating 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/_twisted/tests
> copying txfixtures/_twisted/tests/test_threading.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/_twisted/tests
> copying txfixtures/_twisted/tests/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/txfixtures/_twisted/tests
> running egg_info
> writing requirements to txfixtures.egg-info/requires.txt
> writing txfixtures.egg-info/PKG-INFO
> writing top-level names to txfixtures.egg-info/top_level.txt
> writing dependency_links to txfixtures.egg-info/dependency_links.txt
> [pbr] Reusing existing SOURCES.txt
> I: pybuild base:184: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> creating /<>/.pybuild/pythonX.Y_3.5/build/txfixtures/tests
> copying txfixtures/tests/test_mongodb.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures/tests
> copying txfixtures/tests/test_service.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures/tests
> copying txfixtures/tests/__init__.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures/tests
> copying txfixtures/tests/test_phantomjs.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures/tests
> copying txfixtures/tests/test_reactor.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures/tests
> copying txfixtures/phantomjs.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> copying txfixtures/tachandler.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> copying txfixtures/mongodb.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> copying txfixtures/_testtools.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> copying txfixtures/osutils.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> copying txfixtures/__init__.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> copying txfixtures/service.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> copying txfixtures/reactor.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/txfixtures
> creating /<>/

[Python-modules-team] Bug#851001: python-restless: FTBFS: dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13

2017-01-11 Thread Lucas Nussbaum
Source: python-restless
Version: 2.0.3-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_build
> I: pybuild base:184: /usr/bin/python setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/it.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/data.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/preparers.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/dj.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/constants.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/pyr.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/utils.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/resources.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/exceptions.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/__init__.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/fl.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/tnd.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> copying restless/serializers.py -> 
> /<>/.pybuild/pythonX.Y_2.7/build/restless
> I: pybuild base:184: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/it.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/data.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/preparers.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/dj.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/constants.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/pyr.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/utils.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/resources.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/exceptions.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/__init__.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/fl.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/tnd.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> copying restless/serializers.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/restless
> PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html
> Running Sphinx v1.4.9
> making output directory...
> loading pickled environment... not yet created
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 23 source files that are out of date
> updating environment: 23 added, 0 changed, 0 removed
> reading sources... [  4%] contributing
> reading sources... [  8%] cookbook
> reading sources... [ 13%] extending
> reading sources... [ 17%] index
> reading sources... [ 21%] philosophy
> reading sources... [ 26%] reference/constants
> reading sources... [ 30%] reference/data
> reading sources... [ 34%] reference/exceptions
> reading sources... [ 39%] reference/preparers
> reading sources... [ 43%] reference/resources
> reading sources... [ 47%] reference/serializers
> reading sources... [ 52%] reference/utils
> reading sources... [ 56%] releasenotes/v1.0.0
> reading sources... [ 60%] releasenotes/v1.1.0
> reading sources... [ 65%] releasenotes/v1.2.0
> reading sources... [ 69%] releasenotes/v1.3.0
> reading sources... [ 73%] releasenotes/v1.4.0
> reading sources... [ 78%] releasenotes/v2.0.0
> reading sources... [ 82%] releasenotes/v2.0.1
> reading sources... [ 86%] releasenotes/v2.0.2
> reading sources... [ 91%] releasenotes/v2.0.3
> reading sources... [ 95%] security
> reading sources... [100%] tutorial
> 
> /<>/docs/reference/resources.rst:42: WARNING: autodoc: failed to 
> import module u'restless.it'; the following exception was raised:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 529, in 
> import_object
> __import__(self.modname)
>   File "/<>/restless/it.py", line 3, in 
> import itty
> ImportError: No mod

[Python-modules-team] python-mechanicalsoup_0.6.0-1_amd64.changes ACCEPTED into unstable, unstable

2017-01-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Dec 2016 17:47:39 +
Source: python-mechanicalsoup
Binary: python-mechanicalsoup python3-mechanicalsoup
Architecture: source all
Version: 0.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Ghislain Antony Vaillant 
Description:
 python-mechanicalsoup - library for automating interaction with websites 
(Python 2)
 python3-mechanicalsoup - library for automating interaction with websites 
(Python 3)
Closes: 849475
Changes:
 python-mechanicalsoup (0.6.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #849475)
Checksums-Sha1:
 9af56d2bbeafc2bc939357e127fcc09d2a4d2c36 2416 python-mechanicalsoup_0.6.0-1.dsc
 2413b707c8c84142f8b50c5a636d5890571a87db 3268 
python-mechanicalsoup_0.6.0.orig.tar.gz
 31aac74d0299da1996f65a54cf6d18317b1d29ac 2208 
python-mechanicalsoup_0.6.0-1.debian.tar.xz
 2ab4183f2af936cd19aef294b5132e3df35fd566 4862 
python-mechanicalsoup_0.6.0-1_all.deb
 0d95399ff443040226b191da7b250f53020201cf 6417 
python-mechanicalsoup_0.6.0-1_amd64.buildinfo
 9c4e57bcb4b8f3dfa5339d6f8d5c0f9f9a8ec79d 4940 
python3-mechanicalsoup_0.6.0-1_all.deb
Checksums-Sha256:
 434d26c3f72aaf067c024712c1c218507bb34bce4d6509aa4f01533bd9471652 2416 
python-mechanicalsoup_0.6.0-1.dsc
 69ec28f2aa4fe26d7f6cc2ed1424c2d6a02e57bf2475cfabdbc4d975cdd6dbd2 3268 
python-mechanicalsoup_0.6.0.orig.tar.gz
 03e6a3954fbf8d8141258a326fac7fa0f775c610f91cf1c1e724d22f0daf0ed2 2208 
python-mechanicalsoup_0.6.0-1.debian.tar.xz
 e71f4c49358c54ef6a365fad4e818a1c04fdcb641888ff48b498dc8f3155057f 4862 
python-mechanicalsoup_0.6.0-1_all.deb
 6007590f602e7c02e73f3b9afb4d78a4c72fac47979319d2e45bc957e575887a 6417 
python-mechanicalsoup_0.6.0-1_amd64.buildinfo
 5182ee8c08785461d53f2639c3f77106cd0906b1385ae6dea4241bdad512bc93 4940 
python3-mechanicalsoup_0.6.0-1_all.deb
Files:
 78529eb70a82ea48e22ae57be95afe4b 2416 python optional 
python-mechanicalsoup_0.6.0-1.dsc
 94a076eb85e1c8ae1805175a9b90b5e6 3268 python optional 
python-mechanicalsoup_0.6.0.orig.tar.gz
 bf6de1f0fcc3198f78b7a32ae1a462a6 2208 python optional 
python-mechanicalsoup_0.6.0-1.debian.tar.xz
 f015a6939a7ce0a86de0aaeb114133e1 4862 python optional 
python-mechanicalsoup_0.6.0-1_all.deb
 21041d44aff7844a9a9a3ced5b1b2914 6417 python optional 
python-mechanicalsoup_0.6.0-1_amd64.buildinfo
 b9c63f23343ee2d25caff1b7025c60b6 4940 python optional 
python3-mechanicalsoup_0.6.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAlhr6cMACgkQ0+Fzg8+n
/wb6gQ/9GKq9dvj+vOnavayLU64pExg7L+spfRmgZX3gQ26CRp6cq4EQiW9vj4B9
qTofntoym6m8n8+YN4bGGqNVUeeMnbxC6mYxRr6lMPmfc42eTD+SD5NzBo5CTP0u
8cIl9j+NNINRcNiW+3wPo2lcuN49+3O0R4Z0xx5i0rTbQhuXidXVTt7PcwJFHk46
PwYr777Y8FU1HjCLuAgNOKsYdP6kDD5gnmou3IFkRlzoKzB9+qb14W1mMg46mCdv
7yBACCZpHh/Ux2AT3diiAMCzs92sEmGGyO9kBA7YrboI2Pldcvkb2S9WhT4hy0xx
dFizNFWmeJ1K3J6Ll6IcAr6GBEGvnOKqKrRxcuFlxsqg1CaD18YK1og9a+wz+4w0
CJRiFkpf9TYys6S95PtH51mhNT1l3AXpeltz99aK5WQUwjYnKuAQH8UrPfzKXUL4
/QNgX8KNeQfZxo6jQUT534B4Ck7uFKsqHHlfzb58orgslGTujy6LkA33LE6QEnV+
GekfHHJrWrDDu+EP0AdpZfuigObCUqxNkZPIytanI9lTFZ92KIj2A3lvwEPKrUkQ
PSqhCuqwKTOWoLzT2NmAfyGx1kiLjFOtH+hFwU1yV3WLHdx/BCaIq9sgBRvHYK8R
v4a2EUTURbmjpCMqGWEFd4t4LuE1f+z5eXzUS0r+56aoZtQ4Ygk=
=ecMD
-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#850975: sorl-thumbnail: FTBFS: unsatisfiable build-dependencies: python-wand, python3-wand

2017-01-11 Thread Lucas Nussbaum
Source: sorl-thumbnail
Version: 12.3+git20160928-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 9), dh-python, graphicsmagick, 
> imagemagick, locales, lsof, python-all, python-django, python-pil, 
> python-pgmagick, python-pytest, python-pytest-django, python-setuptools, 
> python-wand, python3-all, python3-django, python3-pil, python3-pytest, 
> python3-pytest-django, python3-setuptools, python3-wand, python-sphinx (>= 
> 1.0.7+dfsg)
> Merged Build-Conflicts: locales-all (<< 2.21-1)
> Filtered Build-Depends: debhelper (>= 9), dh-python, graphicsmagick, 
> imagemagick, locales, lsof, python-all, python-django, python-pil, 
> python-pgmagick, python-pytest, python-pytest-django, python-setuptools, 
> python-wand, python3-all, python3-django, python3-pil, python3-pytest, 
> python3-pytest-django, python3-setuptools, python3-wand, python-sphinx (>= 
> 1.0.7+dfsg)
> Filtered Build-Conflicts: locales-all (<< 2.21-1)
> dpkg-deb: building package 'sbuild-build-depends-sorl-thumbnail-dummy' in 
> '/<>/resolver-rhhBir/apt_archive/sbuild-build-depends-sorl-thumbnail-dummy.deb'.
> dpkg-scanpackages: warning: Packages in archive but missing from override 
> file:
> dpkg-scanpackages: warning:   sbuild-build-depends-core-dummy 
> sbuild-build-depends-sorl-thumbnail-dummy
> dpkg-scanpackages: info: Wrote 2 entries to output Packages file.
> Ign:1 copy:/<>/resolver-rhhBir/apt_archive ./ InRelease
> Get:2 copy:/<>/resolver-rhhBir/apt_archive ./ Release [963 B]
> Ign:3 copy:/<>/resolver-rhhBir/apt_archive ./ Release.gpg
> Get:4 copy:/<>/resolver-rhhBir/apt_archive ./ Sources [634 B]
> Get:5 copy:/<>/resolver-rhhBir/apt_archive ./ Packages [715 B]
> Fetched 2312 B in 0s (0 B/s)
> Reading package lists...
> W: No sandbox user '_apt' on the system, can not drop privileges
> Reading package lists...
> 
> Install sorl-thumbnail build dependencies (apt-based resolver)
> --
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-sorl-thumbnail-dummy : Depends: python-wand but it is 
> not going to be installed
>  Depends: python3-wand but it is 
> not going to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   
http://aws-logs.debian.net/2017/01/11/sorl-thumbnail_12.3+git20160928-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
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: found 845827 in 6.1.0.20-2, severity of 845827 is serious, found 845829 in 3.9.1-4 ...

2017-01-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 845827 6.1.0.20-2
Bug #845827 [captagent] captagent: switch to build depend on the metapackage 
default-libmysqlclient-dev
Marked as found in versions captagent/6.1.0.20-2.
> severity 845827 serious
Bug #845827 [captagent] captagent: switch to build depend on the metapackage 
default-libmysqlclient-dev
Severity set to 'serious' from 'important'
> found 845829 3.9.1-4
Bug #845829 [cfengine3] cfengine3: switch to build depend on the metapackage 
default-libmysqlclient-dev
Marked as found in versions cfengine3/3.9.1-4.
> severity 845829 serious
Bug #845829 [cfengine3] cfengine3: switch to build depend on the metapackage 
default-libmysqlclient-dev
Severity set to 'serious' from 'important'
> severity 845887 serious
Bug #845887 [paraview] paraview: switch to build depend on the metapackage 
default-libmysqlclient-dev
Severity set to 'serious' from 'important'
> found 845887 5.1.2+dfsg1-1
Bug #845887 [paraview] paraview: switch to build depend on the metapackage 
default-libmysqlclient-dev
Marked as found in versions paraview/5.1.2+dfsg1-1.
> severity 848482 serious
Bug #848482 [pvpgn] pvpgn: Should Suggest the metapackage default-mysql-*
Severity set to 'serious' from 'normal'
> found 848482 1.8.5-2
Bug #848482 [pvpgn] pvpgn: Should Suggest the metapackage default-mysql-*
Marked as found in versions pvpgn/1.8.5-2.
> severity 848287 serious
Bug #848287 [src:python-testing.mysqld] python-testing.mysqld: (build-)depends 
on mysql-{client,server}
Severity set to 'serious' from 'important'
> severity 845908 serious
Bug #845908 [sagan] sagan: switch to build depend on the metapackage 
default-libmysqlclient-dev
Severity set to 'serious' from 'important'
> found 845908 1.1.2-0.2
Bug #845908 [sagan] sagan: switch to build depend on the metapackage 
default-libmysqlclient-dev
Marked as found in versions sagan/1.1.2-0.2.
> found 848428 0.05-2
Bug #848428 [audiolink] audiolink: Should Depends/Recommends the metapackage 
default-mysql-*
Marked as found in versions audiolink/0.05-2.
> found 848436 2.2.2-2
Bug #848436 [facturlinex2] facturlinex2: Should Depends/Recommends the 
metapackage default-mysql-*
Marked as found in versions facturlinex2/2.2.2-2.
> found 848440 1.5.3-2
Bug #848440 [lcmaps-plugins-jobrep-admin] lcmaps-plugins-jobrep-admin: Should 
Depends/Recommends the metapackage default-mysql-*
Marked as found in versions lcmaps-plugins-jobrep/1.5.3-2.
> tags 848440 + sid stretch
Bug #848440 [lcmaps-plugins-jobrep-admin] lcmaps-plugins-jobrep-admin: Should 
Depends/Recommends the metapackage default-mysql-*
Added tag(s) sid and stretch.
> tags 845880 + stretch
Bug #845880 [mysqmail] mysqmail: switch to build depend on the metapackage 
default-libmysqlclient-dev
Added tag(s) stretch.
> found 848451 20130826+dfsg3-3
Bug #848451 [spotweb] spotweb: Should Depends/Recommends the metapackage 
default-mysql-*
Marked as found in versions spotweb/20130826+dfsg3-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
845827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845827
845829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845829
845880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845880
845887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845887
845908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845908
848287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848287
848428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848428
848436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848436
848440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848440
848451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848451
848482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848482
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] flask-login_0.4.0-1_multi.changes is NEW

2017-01-11 Thread Debian FTP Masters
binary:python3-flask-login is NEW.
binary:python3-flask-login-doc is NEW.
binary:python3-flask-login-doc is NEW.
binary:python3-flask-login is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

___
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 flask-login_0.4.0-1_multi.changes

2017-01-11 Thread Debian FTP Masters
flask-login_0.4.0-1_multi.changes uploaded successfully to localhost
along with the files:
  flask-login_0.4.0-1.dsc
  flask-login_0.4.0.orig.tar.gz
  flask-login_0.4.0-1.debian.tar.xz
  flask-login_0.4.0-1_i386.buildinfo
  python3-flask-login-doc_0.4.0-1_all.deb
  python3-flask-login_0.4.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.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] Bug#808459: marked as done (pywavelets: please make the build reproducible)

2017-01-11 Thread Debian Bug Tracking System
Your message dated Wed, 11 Jan 2017 14:52:49 +
with message-id 
<1484146369.2184843.844362080.33d51...@webmail.messagingengine.com>
and subject line Re: Bug#808459: pywavelets: please make the build reproducible
has caused the Debian Bug report #808459,
regarding pywavelets: 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.)


-- 
808459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808459
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pywavelets
Version: 0.3.0-1
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 
pywavelets could not be built reproducibly.

The attached patch removes varying timestamps from the build system. Once 
applied, pywavelets can be built reproducibly using our reproducible toolchain.

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


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/03-source_date_epoch.patch 1970-01-01 01:00:00.0 
+0100
--- b/debian/patches/03-source_date_epoch.patch 2015-12-20 10:44:22.922882957 
+
@@ -0,0 +1,26 @@
+--- pywavelets-0.3.0.orig/doc/source/conf.py
 pywavelets-0.3.0/doc/source/conf.py
+@@ -11,10 +11,14 @@
+ # All configuration values have a default; values that are commented out
+ # serve to show the default.
+ 
++import os
+ import re
++import time
+ import datetime
+ import jinja2.filters
+ 
++build_date = 
datetime.datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH', 
time.time(
++
+ # If extensions (or modules to document with autodoc) are in another 
directory,
+ # add these directories to sys.path here. If the directory is relative to the
+ # documentation root, use os.path.abspath to make it absolute, like shown 
here.
+@@ -40,7 +44,7 @@ master_doc = 'index'
+ 
+ # General information about the project.
+ project = 'PyWavelets'
+-copyright = jinja2.filters.do_mark_safe('2006-%s, https://groups.google.com/forum/#!forum/pywavelets;>The PyWavelets 
Developers' % datetime.date.today().year)
++copyright = jinja2.filters.do_mark_safe('2006-%s, https://groups.google.com/forum/#!forum/pywavelets;>The PyWavelets 
Developers' % build_date.year)
+ 
+ # The version info for the project you're documenting, acts as replacement for
+ # |version| and |release|, also used in various other places throughout the
--- a/debian/patches/series 2015-12-20 10:36:07.735457306 +
--- b/debian/patches/series 2015-12-20 10:44:15.587118136 +
@@ -1,3 +1,4 @@
 01-get_version_from_source.patch
 02-remove_privacy_offenders.patch
 do_not_rewrite_git_revision_on_build.patch
+03-source_date_epoch.patch
--- End Message ---
--- Begin Message ---
Hi Daniele,

> Looking at
> 
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pywavelets.html
> 
> it's not clear to me if the package is now reproducible or not,
> icon seem to say the package is reproducible.

The icon is correct!  Closing bug (in bcc).


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   ` 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#808459: pywavelets: please make the build reproducible

2017-01-11 Thread Chris Lamb
Hi Daniele,

> Looking at
> 
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pywavelets.html
> 
> it's not clear to me if the package is now reproducible or not,
> icon seem to say the package is reproducible.

The icon is correct!  Closing bug (in bcc).


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] python-tmdbsimple_1.4.1-1_amd64.changes ACCEPTED into unstable

2017-01-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Jan 2017 12:46:45 +0100
Source: python-tmdbsimple
Binary: python-tmdbsimple python3-tmdbsimple
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Michael Fladischer 
Description:
 python-tmdbsimple - Wrapper for The Movie Database API (Python2 version)
 python3-tmdbsimple - Wrapper for The Movie Database API (Python3 version)
Changes:
 python-tmdbsimple (1.4.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1:
 a0b72def2dcccf28a3fff377b63a7d5350fc7bf5 1853 python-tmdbsimple_1.4.1-1.dsc
 1b74d6b2c2c19c04f65bfedfa15b565528f4f55e 30075 
python-tmdbsimple_1.4.1.orig.tar.gz
 b9f7df5f41ac3044c8f4f1a3b3a4ca50367ebc7f 2208 
python-tmdbsimple_1.4.1-1.debian.tar.xz
 690612c051dcfe82beb6153ac566d4eea5c3b24e 16302 
python-tmdbsimple_1.4.1-1_all.deb
 32692552333eb095c947dd3ddd7b53c0bbdb2650 6101 
python-tmdbsimple_1.4.1-1_amd64.buildinfo
 281d94b4d70210d35f8fe467b9c55aef11a5201d 16388 
python3-tmdbsimple_1.4.1-1_all.deb
Checksums-Sha256:
 2662e3b4591bf2b3c02361f8fa72bb00e897513c3cd76f781e9837b54e3b9486 1853 
python-tmdbsimple_1.4.1-1.dsc
 481a6093e881901a50d813cd97214c5ef4283741c23ed602c4fc0a1a60481268 30075 
python-tmdbsimple_1.4.1.orig.tar.gz
 e1aa84db21991dda7a1fad401c86cf414c5e0c3c1c387134d8cc32e4e0fcecce 2208 
python-tmdbsimple_1.4.1-1.debian.tar.xz
 5432cf73e46fa8f93dd574934bc4c78dd5165b0594a8b13eec5afc1cbb1ab32f 16302 
python-tmdbsimple_1.4.1-1_all.deb
 5856f4c97d8bc4dbcb5c524524ae57c38b125c78de0c0fe3c8036951018d94ce 6101 
python-tmdbsimple_1.4.1-1_amd64.buildinfo
 689897c7ea61661299a95c446b355ad915c2460a2a67790337375a5a073a63e2 16388 
python3-tmdbsimple_1.4.1-1_all.deb
Files:
 0ef35fdc3705b41517cd335552f5d684 1853 python optional 
python-tmdbsimple_1.4.1-1.dsc
 de8e1039bd858be0d288f412a3cada0e 30075 python optional 
python-tmdbsimple_1.4.1.orig.tar.gz
 427f909c76049d7f832db021c3d14e09 2208 python optional 
python-tmdbsimple_1.4.1-1.debian.tar.xz
 3b7f7c394b19a7f62a5f62bae9356a03 16302 python optional 
python-tmdbsimple_1.4.1-1_all.deb
 ed05cc2daf0f56b118103ba824dbed1d 6101 python optional 
python-tmdbsimple_1.4.1-1_amd64.buildinfo
 d5466c40b9c3f71559d3c20f6a112b16 16388 python optional 
python3-tmdbsimple_1.4.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlh2HIoACgkQ/9PIi5l9
0WrPAQf8DwqVk7rh38SQXXzADMnLx384jG+HV+QaiVrcjovxWCAq+uDR0Oa7xcBI
Dn9GvIkYfcueYBNYGPD359X1pCVGGAlrHkHHBTsncjzTW1OU1BHF1JHABSoUyD5w
Sew7CD5Na9NTr16Rh/ATm/19etDSJuTM+90uRNDpwZqZQTCHRGJWSYJ1ZsQy/7eJ
5419w2OoPC9DjO4YVGMhb4Il4SVfufLDY3J2BQUfY90pJTiC8/ZKuI3a5E5Qiazp
vnpAXcH6ExoM0aZA5dVwh2QfhRP8GKewr+K3PIUjJJD6dmNjZFeKyNPgJdKTGdRy
e05bE96maSbXNZJs96Q2XAApPTSwOw==
=i3PF
-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-tmdbsimple_1.4.1-1_amd64.changes

2017-01-11 Thread Debian FTP Masters
python-tmdbsimple_1.4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-tmdbsimple_1.4.1-1.dsc
  python-tmdbsimple_1.4.1.orig.tar.gz
  python-tmdbsimple_1.4.1-1.debian.tar.xz
  python-tmdbsimple_1.4.1-1_all.deb
  python-tmdbsimple_1.4.1-1_amd64.buildinfo
  python3-tmdbsimple_1.4.1-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.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] ldif3_3.2.1-1_amd64.changes ACCEPTED into unstable

2017-01-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Jan 2017 12:22:41 +0100
Source: ldif3
Binary: python-ldif3 python3-ldif3
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Michael Fladischer 
Description:
 python-ldif3 - generate and parse LDIF data
 python3-ldif3 - generate and parse LDIF data (Python3 version)
Changes:
 ldif3 (3.2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Use https:// for copyright-format 1.0 URL.
Checksums-Sha1:
 609b3c77f8c70ce16c34b6a1af553245d96e088b 1698 ldif3_3.2.1-1.dsc
 c8255d478c33e1fc646c12fa1b11b3c42eb37f88 11833 ldif3_3.2.1.orig.tar.gz
 2f3ade2ac906e8a285758acf870abf78c2bb2bcb 2420 ldif3_3.2.1-1.debian.tar.xz
 b5acd31a638f39613da9e8e99bcd7762be4874f7 5995 ldif3_3.2.1-1_amd64.buildinfo
 32a452798fce88387cc77b4238acf6e2aec591f7 8766 python-ldif3_3.2.1-1_all.deb
 cab0a7b7dccbb42a44882cb9d09e80f31781b6bd 8882 python3-ldif3_3.2.1-1_all.deb
Checksums-Sha256:
 0b6dd963536c614882e90af0d53d71dc04585512080aaab220bbe7f855b767af 1698 
ldif3_3.2.1-1.dsc
 a58b206e5c6845ec5c9ee0eeb176caf2f52eccfeb3c7814ad2b8c6c125b2e6ba 11833 
ldif3_3.2.1.orig.tar.gz
 d626c50672c17fea45d36e9c67fda2fca6888777531c9d1d0530f5eea24bed39 2420 
ldif3_3.2.1-1.debian.tar.xz
 b01f67c750aa559b088e28e004b3641eb2f9be01ba7dad6517d5fa38af69ab74 5995 
ldif3_3.2.1-1_amd64.buildinfo
 edcd27cea56515f6bf79a4faa595fca5729a68d709a44cbef7cf768838dd 8766 
python-ldif3_3.2.1-1_all.deb
 aa75e173d627fbf8234e43e989df05c5eb9d8f6b019997eaea29f429786d7355 8882 
python3-ldif3_3.2.1-1_all.deb
Files:
 150f9d6f91529905bfea0f036cd1b6ab 1698 python extra ldif3_3.2.1-1.dsc
 d26d0b3f84987775497510add5b86ae6 11833 python extra ldif3_3.2.1.orig.tar.gz
 838d970c8f1344a17752d324aa843aab 2420 python extra ldif3_3.2.1-1.debian.tar.xz
 fb6d4887da149c0eeada636b1557 5995 python extra 
ldif3_3.2.1-1_amd64.buildinfo
 02715fac3a722df056fb2b2715ded0b8 8766 python extra python-ldif3_3.2.1-1_all.deb
 ce4546c0e0b825604999fa504cc6e89d 8882 python extra 
python3-ldif3_3.2.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlh2GCEACgkQ/9PIi5l9
0WqEVAgAtbCu+cQbeiEECtBv7N9Y1WuZUv49owoal6VJW9Mb1HW5unyINREUpyog
QITaJKHXlSS3/wPeMDYVPyaMuLR9yPaPSuDBdfpRykSmyryAMCeTbw4lIo3BNukB
805NNk7UAEo9NKwpHEs9BDYSCyor+kAaFQNXu1uQXimk88mEsO5BY8H15iqvhbQL
mGsJS9gZ370M9SpjkQOclyYa17QHYfnHZMsGElg4Zd3Zj2QXsblLKbyE0gAVlVQs
gCIKyBwbYkoCI2gnbhNvGTS1ZvrkYQl8OhmUyzlQ10URclPhORQigywav4mDK8EY
GnMBSiuHcgtJsPjzGecsO15j+ad50A==
=rZHY
-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 ldif3_3.2.1-1_amd64.changes

2017-01-11 Thread Debian FTP Masters
ldif3_3.2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  ldif3_3.2.1-1.dsc
  ldif3_3.2.1.orig.tar.gz
  ldif3_3.2.1-1.debian.tar.xz
  ldif3_3.2.1-1_amd64.buildinfo
  python-ldif3_3.2.1-1_all.deb
  python3-ldif3_3.2.1-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.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-recurrence_1.4.1-1_amd64.changes ACCEPTED into unstable

2017-01-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Jan 2017 11:34:10 +0100
Source: django-recurrence
Binary: python-django-recurrence python3-django-recurrence 
python-django-recurrence-doc
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Michael Fladischer 
Description:
 python-django-recurrence - Django utility wrapping dateutil.rrule
 python-django-recurrence-doc - Django utility wrapping dateutil.rrule 
(documentation)
 python3-django-recurrence - Django utility wrapping dateutil.rrule (Python3 
version)
Changes:
 django-recurrence (1.4.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1:
 6b4f0af8a50339aa8c8afa96f6821d0b63afff4c 2148 django-recurrence_1.4.1-1.dsc
 bd6a2297eedee9a3c951808bc3c0a81fb11ab02d 99182 
django-recurrence_1.4.1.orig.tar.gz
 b1d823f8d27e850d6f5dc2c71948c1f776e4f4dd 3280 
django-recurrence_1.4.1-1.debian.tar.xz
 72ec71b18a8c0ad9ffed7e9b2b520345050af4d7 7518 
django-recurrence_1.4.1-1_amd64.buildinfo
 ae6112846a58b75cdb7486ec30a65028c748639f 47272 
python-django-recurrence-doc_1.4.1-1_all.deb
 2aed7488de279782791be4206d046b23b29e0fad 51140 
python-django-recurrence_1.4.1-1_all.deb
 b23c5f6d5968e38eeabdbc1eb5b6ad995859f9ed 51276 
python3-django-recurrence_1.4.1-1_all.deb
Checksums-Sha256:
 c866854084147c53ebbd8b3c41657025548b9c522ebaeda37bd8631064e3745e 2148 
django-recurrence_1.4.1-1.dsc
 e5c5cb076cd92b464c8395310dd4940ea1fcc933d517565b7a14c9dbf0fe7a9a 99182 
django-recurrence_1.4.1.orig.tar.gz
 8e32262354da7b11e90b6d2c7e6112dd06fd26075eb096922e1e94245b2e7c75 3280 
django-recurrence_1.4.1-1.debian.tar.xz
 aa6bc7bcf484f2f62001a3e20efee44db138a4230e319a2f3f078a52884c1a68 7518 
django-recurrence_1.4.1-1_amd64.buildinfo
 6cbbca32a6546d4e3ffe1dc98b7621971b932611de65872bf2c04e844194878d 47272 
python-django-recurrence-doc_1.4.1-1_all.deb
 139e84dcf49ca05299b9aab98cd616ee3c13d86109cd32b2c8df5b88badeb63a 51140 
python-django-recurrence_1.4.1-1_all.deb
 347f07f8a4f63bf52aaa1c0ce65bcf37424f8557b2f5aa0d0cc2ee8616881631 51276 
python3-django-recurrence_1.4.1-1_all.deb
Files:
 d67d32fd3dd3eb3bb0f49968d76a0148 2148 python optional 
django-recurrence_1.4.1-1.dsc
 63243d449e90ca828c61f3a9a7cacd55 99182 python optional 
django-recurrence_1.4.1.orig.tar.gz
 24d08d374356768250c38ab08b3c23f7 3280 python optional 
django-recurrence_1.4.1-1.debian.tar.xz
 702951c46001b76fbf306c0a5d05577e 7518 python optional 
django-recurrence_1.4.1-1_amd64.buildinfo
 255d5e0521a483389228b77321c0e168 47272 doc optional 
python-django-recurrence-doc_1.4.1-1_all.deb
 b0df81ed2f13a342f5d03ad115d71f74 51140 python optional 
python-django-recurrence_1.4.1-1_all.deb
 4865ece8cae0edc153f33966b440d77a 51276 python optional 
python3-django-recurrence_1.4.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlh2DDEACgkQ/9PIi5l9
0WoVEAf8CBktO4LGJMOG2HOfSE6+wCvvp+Bl7kzVvgx2bSVUkwl5A52dTeS6WHHe
gc93Eeir3W75noixJZMHP0lX6QdhhgAfG2hd0nm2oQ5nOIaQ4g4zPMa+MwPW3shA
dH/9+eHOUBeWm3GZdJmWoP9H+JlZWxwoPVCjxtSIxi0bWEVViwfBCpbZL3bYuYFs
3sHxaW3i7ecuvYqe+midepT8pmLNjZeDKC10cBjhoFMHY3br9zzSK1mS7nOvhqaM
LqueINnQRF1xvixuXhivIl1Bi/XPExwfvKYeVH0Us/zIM4UxkRcoT34CATHA8xBS
E4rtIvpgOenlCEPw433/F+4kN2QpkQ==
=bc0P
-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 django-recurrence_1.4.1-1_amd64.changes

2017-01-11 Thread Debian FTP Masters
django-recurrence_1.4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  django-recurrence_1.4.1-1.dsc
  django-recurrence_1.4.1.orig.tar.gz
  django-recurrence_1.4.1-1.debian.tar.xz
  django-recurrence_1.4.1-1_amd64.buildinfo
  python-django-recurrence-doc_1.4.1-1_all.deb
  python-django-recurrence_1.4.1-1_all.deb
  python3-django-recurrence_1.4.1-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.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] ODP: Aplikacja Mobilna

2017-01-11 Thread Piotr Skoczylas

Dzień dobry. 



Przeglądając waszą stronę zostałem zaciekawiony a
nawet natchniony. 



Nazywam się Piotr a moją pracą jest tworzenie
aplikacji mobilnych oraz stron internetowych.

Chciałbym Państwu zaproponować
współpracę. 

Aplikacje eventowe dzisiaj świadczą o jakośći
wydarzenia. 

Zastanawialiście się Państwo nad przyszłym
wdrożeniem takiego udogodnienia?



Możliwości są nieograniczone w zależności czy
zależałoby Państwu na programie mobilnym dla swojej firmy
z możłiwością ciągłej edycji oraz dostosowania w celu
wynajęcia klientowi czy bezpośrednio dla danego
wydarzenia.





Przykład takiej aplikacji możecie Państwo znaleźć
 w Sklepach mobilnych dla ios oraz android

JDAYS 2016

  
Z niecierpliwością czekam na odpowiedz. 

Piotr Skoczylas

piotrskoczy...@post.com


 

Piotr
nie pisz już do mnie więcej proszę.

___
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-pathlib2_2.2.0-1_source.changes ACCEPTED into unstable

2017-01-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Jan 2017 10:04:58 +0100
Source: python-pathlib2
Binary: python-pathlib2
Architecture: source
Version: 2.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-pathlib2 - Backport of the "pathlib" stdlib module (Python 2)
Changes:
 python-pathlib2 (2.2.0-1) unstable; urgency=medium
 .
   * Push dh compat to 10.
   * New upstream release.
Checksums-Sha1:
 183d3590dfa18b7339e13df6f2b0bc806d14c5f5 2071 python-pathlib2_2.2.0-1.dsc
 cb230d5eaa73a18e8179b09e7fea172ba9116a81 31631 
python-pathlib2_2.2.0.orig.tar.gz
 ceb1cf981d68922b153e9e521fdab433000397d6 2000 
python-pathlib2_2.2.0-1.debian.tar.xz
Checksums-Sha256:
 d93e152a58e046b93c087c9436a9a21e7993560a4ffbd0409d38adc58df82f8a 2071 
python-pathlib2_2.2.0-1.dsc
 a34e82120e503ebeee9e4c4f6a6f199b117a58819d18ed0c7f8cc944d435086b 31631 
python-pathlib2_2.2.0.orig.tar.gz
 7218d0fe8eee9db9d315f17f8b9f331101ef9ef20e2d8aa5e38c080ad5510835 2000 
python-pathlib2_2.2.0-1.debian.tar.xz
Files:
 b0f7017348e45ba30e612ee571af3870 2071 python optional 
python-pathlib2_2.2.0-1.dsc
 c2e73a9a560e8b86233923af6a37faa2 31631 python optional 
python-pathlib2_2.2.0.orig.tar.gz
 e8fcf7c3d9775b09e85e4876d1ae248a 2000 python optional 
python-pathlib2_2.2.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJYdgkrAAoJEPNPCXROn13Z6ZkP/2eyjAXk+hdOV/+H6JU33Lbu
0FuO5IvAynZcCqTxYqBQN1PWWeqMjXcGp1VAOn3VzehZOlkZtXujltK3uSQ8Fkd+
dmiNliFbs1jdjn4Gd14UmsIQZiMXpeUS4W5swyZBMriSX42gm/4ZV+23GAN+eh+n
AxRSwUzx6CNuU/M2OxvyBe6GnJYhJ3w2q3kxFsOnlo/mfM/+ZWVMtz1dJrgmHZxX
Y1iTHQ5O3BWLD1isWFgkKKUpFKBxuAJ5DYHR41ntNbqDetWTHRIghca5Y3XDPOzp
zjEIhQtS1gl2wOR4/0yVwlOW6SfDWCEUCGWaUnh26Yct0m8Ctulr+r2XxXT2rJ7D
H9/9xTlSB4cQMBSrchkkhuekTouzV4sIWm7509Uu24/9DLqwBtsiZHme2q6086gb
SqPmLgY/BP8jsGwEZQC/7p6Z1Axgj+1YtJrdyLL/ENqkY75W3s29K+y8uS86KSiI
6OoZWXJTMDTOIhRB9vkQRtJSFu4JFGzIJm88ttXHfl6ZQBq5KL95fLFtRRQT5raE
ybH/jqDKh033NTBriXqHyWNjOC7/fMCuJ3ix43z4TH5iTnfTewlG06Isj938ZO6h
2GxgFpi8rWAX7SlrEhit5imiymppl+uWkkgAhUNqunGTQ+KJaezn85x4dTuoDVf4
eu6v12eLtVnaBI0iE+Vo
=Avkx
-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-pathlib2_2.2.0-1_source.changes

2017-01-11 Thread Debian FTP Masters
python-pathlib2_2.2.0-1_source.changes uploaded successfully to localhost
along with the files:
  python-pathlib2_2.2.0-1.dsc
  python-pathlib2_2.2.0.orig.tar.gz
  python-pathlib2_2.2.0-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.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-pathlib2_2.2.0-1_source.changes REJECTED

2017-01-11 Thread Debian FTP Masters


ACL dm: not allowed to upload source package 'python-pathlib2'



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
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-pathlib2_2.2.0-1_source.changes

2017-01-11 Thread Debian FTP Masters
python-pathlib2_2.2.0-1_source.changes uploaded successfully to localhost
along with the files:
  python-pathlib2_2.2.0-1.dsc
  python-pathlib2_2.2.0.orig.tar.gz
  python-pathlib2_2.2.0-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.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