[Python-modules-team] Bug#854739: patch for CVE-2017-5591

2017-03-23 Thread W. Martin Borgert
Identical fix is now also in new upstream release 1.3.2.

___
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: patch for CVE-2017-5591

2017-03-23 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + patch
Bug #854739 [src:sleekxmpp] CVE-2017-5591
Added tag(s) patch.

-- 
854739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854739
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#854739: patch for CVE-2017-5591

2017-03-23 Thread W. Martin Borgert
Control: tag -1 + patch

The patch seems to be OK for sleekxmpp, too.

___
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#854739: patch for CVE-2017-5591

2017-03-23 Thread W. Martin Borgert
slixmpp has a simple patch:

slixmpp/plugins/xep_0280/carbons.py
@@ -61,10 +61,12 @@ def session_bind(self, jid):
 self.xmpp.plugin['xep_0030'].add_feature('urn:xmpp:carbons:2')
 
 def _handle_carbon_received(self, msg):
-self.xmpp.event('carbon_received', msg)
+if msg['from'].bare == self.xmpp.boundjid.bare:
+self.xmpp.event('carbon_received', msg)
 
 def _handle_carbon_sent(self, msg):
-self.xmpp.event('carbon_sent', msg)
+if msg['from'].bare == self.xmpp.boundjid.bare:
+self.xmpp.event('carbon_sent', msg)
 
 def enable(self, ifrom=None, timeout=None, callback=None,
timeout_callback=None):

Maybe it works for sleekxmpp, too. Will try soon.

___
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#858540: barbican: FTBFS: ImportError: No module named vine.five

2017-03-23 Thread Chris Lamb
Brian May wrote:

> Just for the record, this does *not* affect the version in testing.

Oh, did I mark it as such? Apologies if so :)


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: Bug#858540 marked as pending

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

> tag 858540 pending
Bug #858540 [python-kombu] barbican: FTBFS: ImportError: No module named 
vine.five
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
858540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858540
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#858540: barbican: FTBFS: ImportError: No module named vine.five

2017-03-23 Thread Brian May
On Thu, Mar 23, 2017 at 08:02:30PM +, Chris Lamb wrote:
> This appears to affect more than src:barbican (eg. src:designate) and is
> probably a bug in Kombu instead:
> 
> File "/usr/lib/python2.7/dist-packages/kombu/five.py", line 6, in 
>   import vine.five
>   ImportError: No module named vine.five

Just for the record, this does *not* affect the version in testing.

(which initially had me concerned because vine is not in testing)
-- 
Brian May 

___
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: barbican: FTBFS: ImportError: No module named vine.five

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

> reassign 858540 python-kombu
Bug #858540 [kombu] barbican: FTBFS: ImportError: No module named vine.five
Bug reassigned from package 'kombu' to 'python-kombu'.
No longer marked as found in versions 4.0.2+dfsg-1.
Ignoring request to alter fixed versions of bug #858540 to the same values 
previously set
> found 858540 4.0.2+dfsg-1
Bug #858540 [python-kombu] barbican: FTBFS: ImportError: No module named 
vine.five
Marked as found in versions kombu/4.0.2+dfsg-1.
> affects 858540 + barbican designate
Bug #858540 [python-kombu] barbican: FTBFS: ImportError: No module named 
vine.five
Ignoring request to set affects of bug 858540 to the same value previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
858540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858540
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] Processed: Re: barbican: FTBFS: ImportError: No module named vine.five

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

> reassign 858540 kombu
Bug #858540 [src:barbican] barbican: FTBFS: ImportError: No module named 
vine.five
Bug reassigned from package 'src:barbican' to 'kombu'.
No longer marked as found in versions barbican/1:3.0.0-2.
Ignoring request to alter fixed versions of bug #858540 to the same values 
previously set
> found 858540 4.0.2+dfsg-1
Bug #858540 [kombu] barbican: FTBFS: ImportError: No module named vine.five
There is no source info for the package 'kombu' at version '4.0.2+dfsg-1' with 
architecture ''
Unable to make a source version for version '4.0.2+dfsg-1'
Marked as found in versions 4.0.2+dfsg-1.
> affects 858540 + barbican designate
Bug #858540 [kombu] barbican: FTBFS: ImportError: No module named vine.five
Added indication that 858540 affects barbican and designate
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
858540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858540
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] python-asyncssh REMOVED from testing

2017-03-23 Thread Debian testing watch
FYI: The status of the python-asyncssh source package
in Debian's testing distribution has changed.

  Previous version: 1.8.1-2
  Current version:  (not in testing)
  Hint: 
Bug #854701: python-asyncssh: FTBFS randomly (failing tests)

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more 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] prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes REJECTED

2017-03-23 Thread Debian FTP Masters

prompt-toolkit_1.0.9-1~bpo8+1.dsc: Does not match file already existing in the 
pool.


binary:python-prompt-toolkit is NEW.
binary:python3-prompt-toolkit is NEW.
binary:python-prompt-toolkit is NEW.
binary:python3-prompt-toolkit is NEW.
source:prompt-toolkit is NEW.

===

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 prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes

2017-03-23 Thread Debian FTP Masters
prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  prompt-toolkit_1.0.9-1~bpo8+1.dsc
  prompt-toolkit_1.0.9-1~bpo8+1.debian.tar.xz
  python-prompt-toolkit_1.0.9-1~bpo8+1_all.deb
  python3-prompt-toolkit_1.0.9-1~bpo8+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] prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes is NEW

2017-03-23 Thread Debian FTP Masters
binary:python-prompt-toolkit is NEW.
binary:python3-prompt-toolkit is NEW.
binary:python-prompt-toolkit is NEW.
binary:python3-prompt-toolkit is NEW.
source:prompt-toolkit 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 prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes

2017-03-23 Thread Debian FTP Masters
prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  prompt-toolkit_1.0.9-1~bpo8+1.dsc
  prompt-toolkit_1.0.9-1~bpo8+1.debian.tar.xz
  python-prompt-toolkit_1.0.9-1~bpo8+1_all.deb
  python3-prompt-toolkit_1.0.9-1~bpo8+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] prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes REJECTED

2017-03-23 Thread Debian FTP Masters


prompt-toolkit_1.0.9-1~bpo8+1.dsc: Invalid size hash for 
prompt-toolkit_1.0.9.orig.tar.gz:
According to the control file the size hash should be 233985,
but prompt-toolkit_1.0.9.orig.tar.gz has 234332.

If you did not include prompt-toolkit_1.0.9.orig.tar.gz in your upload, a 
different version
might already be known to the archive software.



===

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 prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes

2017-03-23 Thread Debian FTP Masters
prompt-toolkit_1.0.9-1~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  prompt-toolkit_1.0.9-1~bpo8+1.dsc
  prompt-toolkit_1.0.9-1~bpo8+1.debian.tar.xz
  python-prompt-toolkit_1.0.9-1~bpo8+1_all.deb
  python3-prompt-toolkit_1.0.9-1~bpo8+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] python-agate_1.6.0-1_amd64.changes ACCEPTED into experimental, experimental

2017-03-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Mar 2017 11:13:13 +
Source: python-agate
Binary: python3-agate python-agate-doc
Architecture: source all
Version: 1.6.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Ghislain Antony Vaillant 
Description:
 python-agate-doc - documentation for agate
 python3-agate - data analysis library optimized for human readability
Closes: 850448
Changes:
 python-agate (1.6.0-1) experimental; urgency=low
 .
   * Initial release. (Closes: #850448)
Checksums-Sha1:
 778b98d39fecd7da4c83c760cad04fec98164474 2687 python-agate_1.6.0-1.dsc
 a403be6c91db1666dc361c1eb2f761f415768406 196404 python-agate_1.6.0.orig.tar.gz
 aea051d08a2cd25231557929755a622a584acaf1 4072 
python-agate_1.6.0-1.debian.tar.xz
 d3bcacbc532a01d6c9104e3bd6487e715514a236 126180 
python-agate-doc_1.6.0-1_all.deb
 bfface6c125ac0ff50d2195267c31027ef8bd6bd 6556 
python-agate_1.6.0-1_amd64.buildinfo
 99ba79e834075dc02fe9a0bf8abc6f4dfe691320 46334 python3-agate_1.6.0-1_all.deb
Checksums-Sha256:
 be8e0055a9842a002a7ff9dc9f0f21a4fdfca57a5e26945cd4c0469d658dd466 2687 
python-agate_1.6.0-1.dsc
 e5ab2a32aa866757a98b42cf46580014064dbb38a0395ccf82c8e85593904fef 196404 
python-agate_1.6.0.orig.tar.gz
 36b9170e51e92f9db45c259e776a9fce945529c8ab99f9eaccf80604f224621c 4072 
python-agate_1.6.0-1.debian.tar.xz
 2ed0ac9f025d16a0c24028e6e54250d5ac528dab09480822d6c37028ff8371f6 126180 
python-agate-doc_1.6.0-1_all.deb
 ebf88dfd36ce1d2b0495f933dd6bc9a1fe6244eaf2a8cbfc1e907887ca79c317 6556 
python-agate_1.6.0-1_amd64.buildinfo
 cab9e20003fb4e259cb2240e382e13729f9977ef662b8fe258e36ba88dec7334 46334 
python3-agate_1.6.0-1_all.deb
Files:
 d232980f5c06c5162657c45f545a6c2c 2687 python optional python-agate_1.6.0-1.dsc
 4ab1b13fedd9aa6c2a109fe3294ee2e3 196404 python optional 
python-agate_1.6.0.orig.tar.gz
 f99425408ba6c62f93986ce54420cda4 4072 python optional 
python-agate_1.6.0-1.debian.tar.xz
 7a5d0939f0b927ba3f217984216f7b78 126180 doc optional 
python-agate-doc_1.6.0-1_all.deb
 c6148b858bee7e46fd7d6862ce267943 6556 python optional 
python-agate_1.6.0-1_amd64.buildinfo
 08a3f42cebead5d60491cce29e02356b 46334 python optional 
python3-agate_1.6.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJY0n74AAoJEFeKBJTRxkbRZgsP/R5xi3Bz5YXNlAXOkLz8q8/k
xx0bpWTI6lE824vO6syy6lfi90fg4rqMD0EhnIPTvr5Xj/IvzdOShnftvPt4M8dC
feuoZiVRr7CCKPs3JD+IdRnfALa9EvYROFWACY2sQw3Gl/OzMThOD9b+8CNIXgiW
LFkHXf52+EYzeEleWwIeoaPwqKHz9vDu/TjPqi8YyY14anI5gp0hVvrHzmmp5atm
O97sc2b9fJcuZaw065pgU6mhBYSPfgZ2Q24WIV0oqSPJnhp9voo8yii39rtwoamt
SESC4jdrF6sbgVlcKQl1fZ+BuHHGEYTDcZURWf84IpcTPpnzIWmPJxuYa+M3jB9u
Stc3iceQ0YiZKArfprCdKjZTVJ9x/hluDklUcpJVtPjlDQ5IIvAxHwSmnr+uGH/C
R07jKXetmin/zO7rpVmddXwWbzAH+kFcQDdv0Dnl7EzayySGJ442Dp/B/sds6oof
U72lBlx81k1e0yYjo5l4AFCBwQaK5IkO3UhZ+ymc+LdpQfuOoxtFzXineV1jIHNa
MrHi7eRaBnTOLuF2LMRpbjJl7+dzCxUseNWTzbSQoqTzFDnuBhHrg1DshFLt2YoN
wYevDV9CL2zNefH+ksWIFGxApGrWfU1HDAfZknb591AYjQKmZ9Sxg+/xXtxKeTLK
e2JhC4z5YT3QZR8RYYYd
=6ZKL
-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] python-agate-dbf_0.2.0-1_amd64.changes ACCEPTED into experimental, experimental

2017-03-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Mar 2017 10:43:49 +
Source: python-agate-dbf
Binary: python3-agatedbf python-agatedbf-doc
Architecture: source all
Version: 0.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Ghislain Antony Vaillant 
Description:
 python-agatedbf-doc - documentation for agate-dbf
 python3-agatedbf - support for dbf files in agate
Closes: 850450
Changes:
 python-agate-dbf (0.2.0-1) experimental; urgency=low
 .
   * Initial release. (Closes: #850450)
Checksums-Sha1:
 35a0108c25268eb2e839ed0bcb6807b3f47ada0e 2440 python-agate-dbf_0.2.0-1.dsc
 819e253c1f688e813ee4fdef9b32e92113b6a67f 8544 
python-agate-dbf_0.2.0.orig.tar.gz
 5a9e976d7df038231721d0472d9422acce74a829 3340 
python-agate-dbf_0.2.0-1.debian.tar.xz
 e2bedf233363ae98e9c9be7e11ab3bee660b693a 6565 
python-agate-dbf_0.2.0-1_amd64.buildinfo
 f38386296c8251c40b537fea2bffd2dd535ef8e5 17240 
python-agatedbf-doc_0.2.0-1_all.deb
 0bea0466ea8e7ed960dc2cebc2a4ab2cbea8ea74 3906 python3-agatedbf_0.2.0-1_all.deb
Checksums-Sha256:
 cacaec10ce93a70fb9bd39b8046d0d49afd118b8cae671b970a704dccf26f59e 2440 
python-agate-dbf_0.2.0-1.dsc
 fcdb80a52f1738da7313ef7ccc6476254ae4bca9c77fe548bd478cc8b1de34c9 8544 
python-agate-dbf_0.2.0.orig.tar.gz
 7e6a8460c227565cea53d8c7e7aa3f12976290c7bce95be494bec1f1f02cb00a 3340 
python-agate-dbf_0.2.0-1.debian.tar.xz
 e5841073983a71d662c7010b5103ecea73b39904d043e29d9a76c7fd4162ebee 6565 
python-agate-dbf_0.2.0-1_amd64.buildinfo
 a5c5f69f6f2e52d31597ac90d6207198fa54e04566e2e956396ab2450b4432cf 17240 
python-agatedbf-doc_0.2.0-1_all.deb
 cbf5a9e0df177c57e047e0a42bb0e606e6c163d9dcafcf747085efdd887b5ce0 3906 
python3-agatedbf_0.2.0-1_all.deb
Files:
 ebd2b23f80a1a2eeb13bced57599ed9b 2440 python optional 
python-agate-dbf_0.2.0-1.dsc
 2be3d2f935b0eae498b5c42ead353f6d 8544 python optional 
python-agate-dbf_0.2.0.orig.tar.gz
 c3d60c4cd9b1244d8f0bf3e44c227c86 3340 python optional 
python-agate-dbf_0.2.0-1.debian.tar.xz
 8a83838ee55f9f0cc576ecef5f436d1c 6565 python optional 
python-agate-dbf_0.2.0-1_amd64.buildinfo
 7b859d0f0545177d3336c39eac5b4032 17240 doc optional 
python-agatedbf-doc_0.2.0-1_all.deb
 fe9369c440cde81ddcb79c426d460d7e 3906 python optional 
python3-agatedbf_0.2.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJY0oOLAAoJEFeKBJTRxkbRWmoP/Rgvjb355eGeCpIIX2fouQDO
FvT4vSTUKHOKyDxFwJ5APqbtpaGYleafCk1/qY3TvWYrJtTCZd8Ob+awrR698hBE
gGXas8g6ZsDvL2HB9nKjmMjaoPUCknySWgQfde/fMlow+p9OMjrgzhMswNQbMWGE
F207/V7pUHrJZWJNizFtT5aDpMTwCQq3d8/1HvaaH+BReA8w+sg0aBnxpPAJrL4T
JnlRKCrwMgTDkXGj7mzTUe3y+w5gtzcV27rfb+Y0odZNwYUo+vbT+BDzQgG7vwd2
9FCVKAqD2jkb49HrkILeh7HQg+AKhl5loK89Rbt+oc4nAA3Q78DWPuJwMyfHYjPl
bwtNBHLg2kgvRJMLyXx2eufgJra0A8t8s9KZ3ol7SVQXhiKzpUYzWaKqvZ+xnQQs
enqkn1OC8NgF5gZI/aQGkU7VNGdfzOSIy51HiplkigO4EZxNmdccW4C5hS5vfQRS
HEUmavJH2jQGmYfYu+2VyICV3n7sH0vOfgnRBBKCs+3SNVLSc3Jbr+iCCxCc8jow
txrjeTDEKaKjWtHQrE5Z4ROHwcnLz0LVVkaIqp2qQZv9L6kYQzGpjsrUWnjrzDdR
2HNbOxx8tE1V1Go4ohmN6NPO+1d3wJgoXZUBS/dMsxb56/8MiTEY0TSnQG4mSDmm
YbLmhgOVmOKoRm6CVHyI
=g+Ha
-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] python-agate-sql_0.5.1-1_amd64.changes ACCEPTED into experimental, experimental

2017-03-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Mar 2017 11:15:15 +
Source: python-agate-sql
Binary: python3-agatesql python-agatesql-doc
Architecture: source all
Version: 0.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Ghislain Antony Vaillant 
Description:
 python-agatesql-doc - documentation for agate-sql
 python3-agatesql - support for SQL read/write in agate
Closes: 850451
Changes:
 python-agate-sql (0.5.1-1) experimental; urgency=low
 .
   * Initial release. (Closes: #850451)
Checksums-Sha1:
 a1ac18c3434cd4a61a76340f9372ee4e2593c1e3 2446 python-agate-sql_0.5.1-1.dsc
 abe48bd2e653608af773ceb09d06482739cb9e09 11928 
python-agate-sql_0.5.1.orig.tar.gz
 763c197aaf7803820ad4f3d190701587c58c5aa8 3264 
python-agate-sql_0.5.1-1.debian.tar.xz
 287543199c93b7297242c71cfadef4236211f6c3 6572 
python-agate-sql_0.5.1-1_amd64.buildinfo
 ee0362655c178fb66254675d88bfce78011db49e 20370 
python-agatesql-doc_0.5.1-1_all.deb
 4dc64e1842d3b7a5cf7dbb523124d261c560e035 6780 python3-agatesql_0.5.1-1_all.deb
Checksums-Sha256:
 c6a845b8fff824ed7a53634a51267c5aacecc52eba36bec240bc118cce196bb4 2446 
python-agate-sql_0.5.1-1.dsc
 c1352a681a9ca8e9429ff59c155e55d3da481be3cce43bfa5edca4480f2f3552 11928 
python-agate-sql_0.5.1.orig.tar.gz
 5aba88933352fe5aa4e5ed31a5b361af4703978154a238a7ee789935f03083c5 3264 
python-agate-sql_0.5.1-1.debian.tar.xz
 542be5ba7415413cd2cff5ad571d3a4fafffd0cb4009288dab6f450d19a42c9a 6572 
python-agate-sql_0.5.1-1_amd64.buildinfo
 4c2ff5d4b193dfcbe130a8c15a3e5fa9f0eb41c8f181f9b6f21769d8dd9e71a5 20370 
python-agatesql-doc_0.5.1-1_all.deb
 403e36496c019121b80ec37bc6ed73c1289829dacd361abdc289fe43fad74cce 6780 
python3-agatesql_0.5.1-1_all.deb
Files:
 0cc001908c47158c17fbf1fa56aa5736 2446 python optional 
python-agate-sql_0.5.1-1.dsc
 d40a28999aeeaee3283e2429050919d3 11928 python optional 
python-agate-sql_0.5.1.orig.tar.gz
 dd9c23fef7cec50e09a58004ef10b89b 3264 python optional 
python-agate-sql_0.5.1-1.debian.tar.xz
 8631e4788941eafc6b37bd49d61bea2e 6572 python optional 
python-agate-sql_0.5.1-1_amd64.buildinfo
 9e5c8294b7dd4480f04eb8abbcf43123 20370 doc optional 
python-agatesql-doc_0.5.1-1_all.deb
 6538ef725327f4f114488e59058dda11 6780 python optional 
python3-agatesql_0.5.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJY0oWaAAoJEFeKBJTRxkbRXR8P/0H1SbS+cNoToB9mKa+/yVHk
L1eOvVgepx8Qh13UcCtmNOTgoStulAK8sSEzBOrvRMqV3xZFeKc7I3zeHct7Yo+B
a74YccvktmUg72Jg5nZl5TaMW905Q+UqAiwhZhPtlSdMLqfyKpOUrX+4We54YQ8b
kARBw+BUiNgNPo+bYEy+qH6UbmG8IrNfD3k0Lx/+bsIeswpK3DC726qLC9dGoSU3
BVyRQ9yC3VjYHxsC4JIm0oxzMf7EO2thFxZnSlHoG8czkDn29+BoJCJloJkHuEX+
KkNwaDdAZvgJxa329grDzbjxhbkpSb+a03zp9EkiY+otxu3CXdQJxKD3KPkf555M
i/mlnn4sDYB48FPeqXoORl3Ja7+r9XFbr9u/NdNRb4LTOiHlaEENwvcGgoqR+zd1
Je005klUOoJ6u6EgVonveGSdjJuJMtuqjn5rlnWzb4PvTwB89U3rCTndLWmNrdZh
K36LTQxNwAE1gwqT8XR1ArU30Mrp+xSLu5w7g5//x4s4tuJpDwwrpIdGZUzccIra
FMZHS5w6R1CZgvGvZyoyLomV0mJkI6XAW5OUdONnJJIh75YYWNjU10WYWbtZwQGi
Mp9uXaiewRSHDI+dYV7AnY4/lgQ2OPkXykVBhrlxehTkD9X8Kd5qAmWJKZeKFWcI
EFYgiZk58XxktEFKKHJf
=DeVQ
-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