Bug#550326: ITP: tgMochiKit -- The MochiKit JavaScript library packaged as a TurboGears widget

2009-10-09 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: tgMochiKit
Version: 1.4.2~beta1
Upstream Author: Diez B. Roggisch
URL: http://docs.turbogears.org/tgMochiKit
License: MIT
Description:  MochiKit is a JavaScript library focused on JSON and
Ajax development.
 It is provided as a widget for the TurboGears Python web framework.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



ITP: pymongo -- Python interface to the MongoDB object/document-oriented

2010-03-13 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com


* Package name: pymongo
  Version : 1.5
  Upstream Author : Mike Dirolf m...@10gen.com
* URL : http://api.mongodb.org/python/
* License : Apache 2.0
  Programming Lang: Python
  Description : Python interface to the MongoDB
object/document-oriented database

MongoDB is a high-performance, open source, schema-free
document-oriented data store. Pymongo provides an interface
to easily access it from Python.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/6003a7e41003130938v1d7a5015v6008ba4a49204...@mail.gmail.com



Bug#605105: ITP: snaked -- lightweight and minimal python editor

2010-11-27 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com


* Package name: snaked
  Version : 0.4.5
  Upstream Author : Anton Bobrov bob...@vl.ru
* URL : http://pypi.python.org/pypi/snaked
* License : MIT
  Programming Lang: Python
  Description : lightweight and minimal python editor

Snaked (snake editor) is inspired by Scribes and indented mostly for Python.
It has a light UI with no toolbars and a keyboard oriented design. It supports
code and common word autocompletion, tabbed views and code linting.
It provides a set of extension plugins and configurable options.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101127131521.4987.76485.report...@www.firelet.net



Bug#644852: ITP: python-squaremap -- wxPython control to display hierarchic data as nested squares

2011-10-09 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: python-squaremap
  Version : 1.0.1b3-1
  Upstream Author : Michael C. Fletcher mcfle...@vrplumber.com
* URL : https://launchpad.net/squaremap
* License : BSD
  Programming Lang: Python
  Description : wxPython control to display hierarchic data as nested 
squares
 A simple wxPython control to display hierarchic data as a recursive set of
 nested squares, each of which represents the relative size of a given child
 within its parent.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111009174607.22749.17043.reportbug@ehm



Bug#647033: ITP: cmd2 -- enhanced Python cmd module

2011-10-29 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: cmd2
  Version : 0.6.3-1
  Upstream Author : Catherine Devlin catherine.dev...@gmail.com
* URL : http://www.assembla.com/wiki/show/python-cmd2
* License : MIT
  Programming Lang: Python
  Description : enhanced Python cmd module

 Drop-in replacement adds several features for command-prompt tools, like
 searchable and persistent command history, multi-line commands, input and
 output redirections, integrated Python shell, testing helpers



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111029150828.29176.77075.report...@hit-nxdomain.opendns.com



Bug#668809: ITP: logging-tree -- introspect and display the logging tree

2012-04-14 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: logging-tree
  Version : 1.1
  Upstream Author : Brandon Rhodes bran...@rhodesmill.org
* URL : http://rhodesmill.org/brandon/2012/logging_tree/
* License : BSD
  Programming Lang: Python
  Description : introspect and display the logging tree

A debugging tool for inspecting the hierarchy of loggers in Python. 
It is useful for troubleshooting applications where the logging levels seem 
inconsistent across modules and libraries. 
The loggers and their configuration is printed in a ascii tree. 



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120414145035.6827.30895.reportbug@ehm



Bug#677860: ITP: gloss -- Pygame OpenGL wrapper

2012-06-17 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: gloss
  Version : 0.9
  Upstream Author : Paul Hudson paul.hud...@gmail.com
* URL : http://www.tuxradar.com/gloss
* License : LGPLv3
  Programming Lang: Python
  Description : Pygame OpenGL wrapper

Gloss is a graphics wrapper around Pygame and OpenGL that enables rapid
development of 2D games. It provides GPU-accelerated texture rotation,
scaling, alpha channels, text, anti-aliasing, particle systems and more.
The package contains demos and documentation.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120617102620.24692.58590.reportbug@ehm



Bug#688390: ITP: python-gevent-zeromq -- wrapper of the Python ZeroMQ library to make it compatible with Gevent

2012-09-22 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: python-gevent-zeromq
  Version : 0.2.5
  Upstream Author : Travis Cline travis.cl...@gmail.com
* URL : https://github.com/traviscline/gevent-zeromq
* License : BSD
  Programming Lang: Python
  Description : wrapper of the Python ZeroMQ library to make it compatible 
with Gevent

 By importing zmq from gevent_zeromq, ØMQ socket operations that would
 normally block the current thread will only block the current greenlet.
 This compatibility is accomplished by ensuring the nonblocking flag is set
 before any blocking operation and the ØMQ file descriptor is polled
 internally to trigger needed events.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120922110247.26777.8930.reportbug@ehm



Bug#729218: ITP: isso -- web-based commenting system

2013-11-10 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: isso
  Version : 0.4
  Upstream Author : Martin Zimmermann i...@posativ.org
* URL : http://posativ.org/isso/
* License : MIT
  Programming Lang: Python
  Description : web-based commenting system

A commenting system written in Python. It supports CRUD comments written in
Markdown, Disqus import, I18N, website integration via JavaScript.
Comments are stored in SQLite.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20131110124633.29905.93123.reportbug@neko



Bug#749952: ITP: freezegun -- a Python library to mock the datetime module in unit testing

2014-05-30 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: freezegun
  Version : 0.1.17
  Upstream Author : Steve Pulec spu...@gmail.com
* URL : https://github.com/spulec/freezegun
* License : Apache-2.0
  Programming Lang: Python
  Description : a Python library to mock the datetime module in unit testing

FreezeGun allows easy mocking of the datetime module by freezing the return 
value
of the methods datetime.datetime.now(), datetime.datetime.utcnow(),
datetime.date.today(), and time.time() to a fixed point in time.
It can be used in unit testing to make the tests deterministic and
time-independent.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140530231354.6510.1756.report...@hit-nxdomain.opendns.com



Bug#750917: ITP: python-pytest-cov -- py.test plugin to produce coverage reports

2014-06-08 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: python-pytest-cov
  Version : 1.6
  Upstream Author : Marc Schlaich / Meme Dough memedo...@gmail.com
* URL : https://github.com/schlamar/pytest-cov
* License : MIT
  Programming Lang: Python
  Description : py.test plugin to produce coverage reports


This py.test plugin produces coverage reports. It supports both centralised
and distributed testing across multiple hosts. It can run parallel tests on
different platforms, architectures, and Python versions.
It supports coverage of subprocesses and can produce reports in text, HTML,
XML and annotated source code.

I'm looking for a sponsor - the package will be uploaded to
https://mentors.debian.net shortly.

--
Federico Ceratto


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140608121034.7624.30793.reportbug@localhost



Bug#757376: ITP: python-arrow -- A comprehensive Python library to manipulate dates, times, and timestamps.

2014-08-07 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: python-arrow
  Version : 0.4.2
  Upstream Author : Chris Smith crsmith...@gmail.com
* URL : http://crsmithdev.com/arrow/
* License : Apache
  Programming Lang: Python
  Description : A comprehensive Python library to manipulate dates, times, 
and timestamps.

Arrow is a Python library that offers a sensible, human-friendly approach to
creating, manipulating, formatting and converting dates, times, and timestamps.
It implements and updates the datetime type, plugging gaps in functionality, and
provides an intelligent module API that supports many common creation scenarios.
Arrow replaces a number of modules: datetime, time, calendar, dateutil, pytz


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140807140858.9008.39735.reportbug@localhost



Bug#773733: ITP: masscan -- Mass IP port scanner

2014-12-22 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: masscan
  Version : 1.0.3
  Upstream Author : Robert David Graham robert_david_gra...@yahoo.com
* URL : https://github.com/robertdavidgraham/masscan
* License : AGPLv3
  Programming Lang: C
  Description : Mass IP port scanner

Masscan is currently the fastest Internet port scanner.
It can scan the entire Internet in under 6 minutes, transmitting 10 million
packets per second.

It produces results similar to nmap, the most famous port
scanner. Internally, it operates more like scanrand,
unicornscan, and ZMap, using asynchronous transmission.
The major difference is that it's faster than these other
scanners. In addition, it's more flexible, allowing
arbitrary address ranges and port ranges.

The package will be maintained using Git, in the collab-maint group.
I'll be looking for a sponsor. Comaintainers are very welcome.

--
Federico


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141222184520.24059.39864.reportbug@localhost



Accepted tgmochikit 1.4.2-2 (source all)

2010-09-06 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Sep 2010 11:44:10 +0100
Source: tgmochikit
Binary: python-tgmochikit
Architecture: source all
Version: 1.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-tgmochikit - The MochiKit JavaScript library as a TurboGears widget
Closes: 591999
Changes: 
 tgmochikit (1.4.2-2) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Add ‘Depends: ${python:Depends}’ (closes: #591999).
   * Drop .Depends: ${shlibs:Depends}’, not needed.
 .
   [ Federico Ceratto ]
   * Added Build-Depends: python-all, removed python-dev
   * Priority set to optional
Checksums-Sha1: 
 b3a201009a5d4042cfc843b8cfce8f6bed107cc2 1856 tgmochikit_1.4.2-2.dsc
 33f8f91669ed54ec9429ec4d4e54768ac349af86 1377 tgmochikit_1.4.2-2.diff.gz
 480963ed9969265bbe9ace7430b0036138d1a20c 687026 
python-tgmochikit_1.4.2-2_all.deb
Checksums-Sha256: 
 d432d8b63004b6c77d983d41f8ae6123b982e12406e17a4a14fd172ecfa9b204 1856 
tgmochikit_1.4.2-2.dsc
 bbdafa7dec59ea677db2c6dfe0caadcab84ea89df8f9140e7ad4c6b6da897d26 1377 
tgmochikit_1.4.2-2.diff.gz
 98ea9de045dfb65c53c6cda550a0a465577e0d9c15e4d7c7b34e79ab83ee5012 687026 
python-tgmochikit_1.4.2-2_all.deb
Files: 
 a9a39161b041e64a1ab9d010aee3d6eb 1856 python optional tgmochikit_1.4.2-2.dsc
 33a417b2d3512ac473311e94a2e3b79e 1377 python optional 
tgmochikit_1.4.2-2.diff.gz
 69fc04647a684dd1ba9944fd772fea2e 687026 python optional 
python-tgmochikit_1.4.2-2_all.deb

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

iQIcBAEBCAAGBQJMhQGMAAoJEB5qw/OH8O2s+TAP/Ayi/1h51MlSc8gXoeHnnjZF
XLosBNDIDMJ3QZKOcue/1sCuea+/PqTDjuEbEVMUDFGjPvG+pPpnLdaEqXWR0HmJ
E1LBdjOnvJJoHzzUQbmJ2ZYuQvf02xNQst97PqmAPiUQXaZrGhNFAqkMhgoBl+1u
anlXsYDCOLFaMgyK1CvGfjKwFf7sSxhBufIyjJMSlwqsjJA6D3UDGxaz1EGoLYXe
ctdMpWzV+Co0mq8GKq8umjHMv50xgSHRKyd6RC3tVFf2r0dihfGGAmqw+RnkfTfD
+xksTMWW4pyI/myO8ECov4YY5KsY2G8JZv0beB07hUskvODYm+MEO3IMQUomy3q7
ZQTSZF5t+cam7l0Bg4m4e2M9fqRfW10ZMxrmtdEuFZAUYxgJ9AA3FyGKRpEdYC8p
/nSxSGqrfPsq3irbkNbj4bUisXsILRNAzKwnkkegCDb0OWMEdcqDPd/YZzr2Z/TQ
hLW3SGye7fbuJLqnVdq4QtTHk2/WE6rNjQrz9zSihkMwAq53z+qzsfMBfwYXzCpe
Z6PuOPtPbsKmJGjEX6rA4CBiSQID5A/EiEt0bN4OkSnGLx62Vz+D6l3viTK+wLep
oHLM6xbmwV7I/K1mxsoiX7Q/un1Wua0oWBFdjBwbQ8M/5Ey3EMx3D3UfBa9mQ8vs
VQWa+XgWnh6QovMA/a8J
=eCD0
-END PGP SIGNATURE-


Accepted:
python-tgmochikit_1.4.2-2_all.deb
  to main/t/tgmochikit/python-tgmochikit_1.4.2-2_all.deb
tgmochikit_1.4.2-2.diff.gz
  to main/t/tgmochikit/tgmochikit_1.4.2-2.diff.gz
tgmochikit_1.4.2-2.dsc
  to main/t/tgmochikit/tgmochikit_1.4.2-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1osdrq-0008pn...@franck.debian.org



Accepted pymongo 1.8.1-1 (source i386 all)

2010-09-07 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 22 Aug 2010 15:12:23 +0100
Source: pymongo
Binary: python-pymongo python-gridfs
Architecture: source i386 all
Version: 1.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
Changes: 
 pymongo (1.8.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Standards-Version bumped to 3.9.1
Checksums-Sha1: 
 b77704b5fc64b221eb3813ab437869d23da10318 1235 pymongo_1.8.1-1.dsc
 3d70b0f4b31f6719faa5cc3f71e676e2e15ac63c 137414 pymongo_1.8.1.orig.tar.gz
 ac167bd4c2e67fdd96fb19c1e6e4329f167014b0 2599 pymongo_1.8.1-1.debian.tar.gz
 eaae59592790bec42fbb3ee4223813d20edeca59 82212 python-pymongo_1.8.1-1_i386.deb
 2923401794fde126ac9d49d2106fc48bdd95486f 8452 python-gridfs_1.8.1-1_all.deb
Checksums-Sha256: 
 3ed4855d56e7e26b887668e22e2b5c4db1efd5423feed460db8a4ab4e45f9b49 1235 
pymongo_1.8.1-1.dsc
 770f9b4ceabd92c6ed930e19672ea270590b4616d20e373076e5e31069f62930 137414 
pymongo_1.8.1.orig.tar.gz
 4e94fbb5021050439be3ec5b10d69403aadef6d13fc1879cf49a3f4a09cbec86 2599 
pymongo_1.8.1-1.debian.tar.gz
 9fabccbbbd9e2db09c877ee6b5de838555e02aacfafaf2e1979e67db71dec2a7 82212 
python-pymongo_1.8.1-1_i386.deb
 53be86a92e5a0aa11b755c1338a216339ddc97ce24022bb6cf6acba555fc2509 8452 
python-gridfs_1.8.1-1_all.deb
Files: 
 911ce2da585181d602e49ab3ffedb79d 1235 python optional pymongo_1.8.1-1.dsc
 4d42a5624e1eab4d75aaae5103f7c39c 137414 python optional 
pymongo_1.8.1.orig.tar.gz
 07ed5e535c4f80431346d1dcd6f3c238 2599 python optional 
pymongo_1.8.1-1.debian.tar.gz
 afd0d0241f069c07287f198ef9f222c8 82212 python optional 
python-pymongo_1.8.1-1_i386.deb
 da2b2cc7b75d83c4d93a570ff35590cd 8452 python optional 
python-gridfs_1.8.1-1_all.deb

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

iEYEARECAAYFAkyGLlUACgkQ5qqQFxOSsXTyBwCeJuk+SCV3LnylYUFbI02Byd44
1v8AmweXMhIqC5WDE0LPNfkq36/YEh1w
=K4vf
-END PGP SIGNATURE-


Accepted:
pymongo_1.8.1-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.8.1-1.debian.tar.gz
pymongo_1.8.1-1.dsc
  to main/p/pymongo/pymongo_1.8.1-1.dsc
pymongo_1.8.1.orig.tar.gz
  to main/p/pymongo/pymongo_1.8.1.orig.tar.gz
python-gridfs_1.8.1-1_all.deb
  to main/p/pymongo/python-gridfs_1.8.1-1_all.deb
python-pymongo_1.8.1-1_i386.deb
  to main/p/pymongo/python-pymongo_1.8.1-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1osxll-0001iv...@franck.debian.org



Accepted python-xattr 0.6-1 (source i386)

2010-08-23 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 23 Aug 2010 16:53:32 +0100
Source: python-xattr
Binary: python-xattr
Architecture: source i386
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-xattr - module for manipulating filesystem extended attributes
Closes: 592860
Changes: 
 python-xattr (0.6-1) unstable; urgency=low
 .
   * New upstream release (Closes: #592860)
   * Standards-Version bumped to 3.9.1, no changes needed.
Checksums-Sha1: 
 15249a8f1b6f2a2804369aa29a8a31ae3b59a357 1254 python-xattr_0.6-1.dsc
 7655c60911fcb59a49960a5f17caaeb3619d224c 14559 python-xattr_0.6.orig.tar.gz
 32e901fd979000ac45733911665de9d4e004048a  python-xattr_0.6-1.debian.tar.gz
 0073ffd0908038f5e018cd580445618f60caa696 13428 python-xattr_0.6-1_i386.deb
Checksums-Sha256: 
 5adb8a4d74b0799916a4ded56bc8d4137235ed3825f1918d6004e493be724404 1254 
python-xattr_0.6-1.dsc
 4f70a32f565bc13279f1cc76528383349ba3d3173ade3bc0fd32a85dbf196757 14559 
python-xattr_0.6.orig.tar.gz
 314e1f99b1d5b5907ff1a78d2c0f099633a012dd461eb17740e0da99c5449087  
python-xattr_0.6-1.debian.tar.gz
 8b0f240e2cf283b45010c0b6483f647f0800776cffcc6daa4f692fd100e2ef87 13428 
python-xattr_0.6-1_i386.deb
Files: 
 e5d9a6afa84120ce645f6909b2079bec 1254 python optional python-xattr_0.6-1.dsc
 b68403670ba779ef06a12e1aea6dd438 14559 python optional 
python-xattr_0.6.orig.tar.gz
 6a3ecebaeabf1f1f2fc968a5933f4768  python optional 
python-xattr_0.6-1.debian.tar.gz
 32c2cd90a27f5c6efdcaab92a5072385 13428 python optional 
python-xattr_0.6-1_i386.deb

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

iEYEARECAAYFAkxymyAACgkQ5qqQFxOSsXQTOQCdGYJauS4Qgf95h5vF+zDysCLG
VLAAmwW7cz2eGo0gbnB166TxQjHY0Lug
=Ana6
-END PGP SIGNATURE-


Accepted:
python-xattr_0.6-1.debian.tar.gz
  to main/p/python-xattr/python-xattr_0.6-1.debian.tar.gz
python-xattr_0.6-1.dsc
  to main/p/python-xattr/python-xattr_0.6-1.dsc
python-xattr_0.6-1_i386.deb
  to main/p/python-xattr/python-xattr_0.6-1_i386.deb
python-xattr_0.6.orig.tar.gz
  to main/p/python-xattr/python-xattr_0.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1onzlp-000435...@franck.debian.org



Accepted python-enum 0.4.4-1 (source all)

2010-07-02 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 08:59:23 +0100
Source: python-enum
Binary: python-enum
Architecture: source all
Version: 0.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-enum - robust enumerated type support in Python
Closes: 586228
Changes: 
 python-enum (0.4.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #586228)
Checksums-Sha1: 
 7ecd043777e12869986026e6e017a70d61ca7c45 1268 python-enum_0.4.4-1.dsc
 8243fccd32da4ca7913b65162f94ebaecef61fd7 18570 python-enum_0.4.4.orig.tar.gz
 ee37b387b036145296bf02894140f14f61d4d67f 5604 python-enum_0.4.4-1.debian.tar.gz
 be219e435fb69ae0a947662c775059e788631bd0 9066 python-enum_0.4.4-1_all.deb
Checksums-Sha256: 
 c4a63ff90662411693c7a00be66d756684f33bdd1d3c6347e8a395df416c7e3a 1268 
python-enum_0.4.4-1.dsc
 9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff 18570 
python-enum_0.4.4.orig.tar.gz
 7363e8189777a63aca3983542296f959d3ee3add1124720b3632847a1e704296 5604 
python-enum_0.4.4-1.debian.tar.gz
 d3fa6455e8162dd957f2768470cc7710be8438f3c789c15fc8874b9687d8939d 9066 
python-enum_0.4.4-1_all.deb
Files: 
 a33046ad5216620ff9dcdd944a208df6 1268 python optional python-enum_0.4.4-1.dsc
 ce75c7c3c86741175a84456cc5bd531e 18570 python optional 
python-enum_0.4.4.orig.tar.gz
 64d2686a8403e4986179d9ce2a5aeb06 5604 python optional 
python-enum_0.4.4-1.debian.tar.gz
 89e7a758f9753b0833eacce92d32496f 9066 python optional 
python-enum_0.4.4-1_all.deb

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

iEYEARECAAYFAkwo1yQACgkQ5qqQFxOSsXSp5ACfT8IDo40Om+8+bCP1lZ+9xhQL
PZkAnRx8eiCcB8TrIMiAnGz1BqgkfdNM
=nrbM
-END PGP SIGNATURE-


Accepted:
python-enum_0.4.4-1.debian.tar.gz
  to main/p/python-enum/python-enum_0.4.4-1.debian.tar.gz
python-enum_0.4.4-1.dsc
  to main/p/python-enum/python-enum_0.4.4-1.dsc
python-enum_0.4.4-1_all.deb
  to main/p/python-enum/python-enum_0.4.4-1_all.deb
python-enum_0.4.4.orig.tar.gz
  to main/p/python-enum/python-enum_0.4.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oufbv-0001pc...@ries.debian.org



Accepted python-xattr 0.4-5 (source i386)

2010-07-04 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jul 2010 20:36:08 +0100
Source: python-xattr
Binary: python-xattr
Architecture: source i386
Version: 0.4-5
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-xattr - module for manipulating filesystem extended attributes
Closes: 579614
Changes: 
 python-xattr (0.4-5) unstable; urgency=low
 .
   * New maintainer. (Closes: #579614)
   * package rebuilt from scratch
 - Built using dh7
 - Standards-Version bumped to 3.9.0, no changes needed
 - Manpage added (thanks David Paleino)
Checksums-Sha1: 
 fe5862bdc7ada744cd8f679490d4c212ebb31b49 1254 python-xattr_0.4-5.dsc
 754a92d72e55862316e9a57374c81ea327e46490 3287 python-xattr_0.4-5.debian.tar.gz
 8edc3fcfbc58180ef88a7a42fdcbd5e5ca440587 12240 python-xattr_0.4-5_i386.deb
Checksums-Sha256: 
 17881195a3a52af55b91d14404d928388e0bb25ec97b16c6c8322e2941372a95 1254 
python-xattr_0.4-5.dsc
 ec2ec16991491103ef4a4490e83735efa06b84a54644751ceece414a3a59d69e 3287 
python-xattr_0.4-5.debian.tar.gz
 76f191041466ba5ac143b33284e6a7cf0da844f0f35096acc0cb812de96a447d 12240 
python-xattr_0.4-5_i386.deb
Files: 
 20c06526e7890cd65f08ad5fc556a411 1254 python optional python-xattr_0.4-5.dsc
 6f2d82fcb25a5eb204d0ed1b1081a236 3287 python optional 
python-xattr_0.4-5.debian.tar.gz
 4642255cd03306ae2c61c79a6630f102 12240 python optional 
python-xattr_0.4-5_i386.deb

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

iEYEARECAAYFAkww7D4ACgkQ5qqQFxOSsXQhlgCfYKD4sVgeM1zNre/QSRdYmJWi
prMAnjJlfA/9mjjhfSUW2ZFUCAPMPu3l
=kq/q
-END PGP SIGNATURE-


Accepted:
python-xattr_0.4-5.debian.tar.gz
  to main/p/python-xattr/python-xattr_0.4-5.debian.tar.gz
python-xattr_0.4-5.dsc
  to main/p/python-xattr/python-xattr_0.4-5.dsc
python-xattr_0.4-5_i386.deb
  to main/p/python-xattr/python-xattr_0.4-5_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ovvwx-000331...@franck.debian.org



Accepted pymongo 1.7-1 (source i386 all)

2010-06-24 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Jun 2010 09:44:11 +0100
Source: pymongo
Binary: python-pymongo python-gridfs
Architecture: source i386 all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
Changes: 
 pymongo (1.7-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 95dfd690d847011a9ea0e1c6c4438ab0db66a243 1221 pymongo_1.7-1.dsc
 f9aaae223f313120f63c897a13f9a8f8a2945e62 132543 pymongo_1.7.orig.tar.gz
 8b2d3ad48f49dbd494bf4b0c087c08fed110b133 2384 pymongo_1.7-1.debian.tar.gz
 e092f0a3bd9b8611186106c4b5b06602040b7853 78920 python-pymongo_1.7-1_i386.deb
 9b184027939e1223fa624d4290d8eb72cd7bbc5d 7990 python-gridfs_1.7-1_all.deb
Checksums-Sha256: 
 49d6e78fdc7b0895ad664bf4ff9c95e15d6cb88f93d90188412be20e78d86970 1221 
pymongo_1.7-1.dsc
 65b4687af6b5f7487dcacfcb6b41ed19637686fe4b01da4e9df03916ca6ff745 132543 
pymongo_1.7.orig.tar.gz
 94e87dc01063666598d8f4faddf26042a48ddb0be5a8ae15aac1133f68ac54df 2384 
pymongo_1.7-1.debian.tar.gz
 415e1bc250b25a4c4bb505f50c23b756a77c258562aa8d3b28b4d50872c72e3d 78920 
python-pymongo_1.7-1_i386.deb
 7c3a7cda177bff81e3bbe1f282653760fd998c84bf647bf024cfbff387e249bc 7990 
python-gridfs_1.7-1_all.deb
Files: 
 9fc30a52d6a5dbe881864610e9f4f9f3 1221 python optional pymongo_1.7-1.dsc
 6e74632aa71504321cd14af327e7ab7b 132543 python optional pymongo_1.7.orig.tar.gz
 0d89189c64b0619dc2ecb284238fb593 2384 python optional 
pymongo_1.7-1.debian.tar.gz
 61a54e1941947d76eb2b4eb14cf6ff34 78920 python optional 
python-pymongo_1.7-1_i386.deb
 9d8b3425a0ca2354ad8746c9fe04f944 7990 python optional 
python-gridfs_1.7-1_all.deb

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

iEYEARECAAYFAkwjo80ACgkQ5qqQFxOSsXQ5AACeN/oQPRYc4r5lwlrX6GKC1kAD
FykAn1h7nru+zzdNO5Bf5I0FAcZ1uS8l
=iOak
-END PGP SIGNATURE-


Accepted:
pymongo_1.7-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.7-1.debian.tar.gz
pymongo_1.7-1.dsc
  to main/p/pymongo/pymongo_1.7-1.dsc
pymongo_1.7.orig.tar.gz
  to main/p/pymongo/pymongo_1.7.orig.tar.gz
python-gridfs_1.7-1_all.deb
  to main/p/pymongo/python-gridfs_1.7-1_all.deb
python-pymongo_1.7-1_i386.deb
  to main/p/pymongo/python-pymongo_1.7-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orrsg-0007yr...@ries.debian.org



Accepted pymongo 1.6-1 (source i386 all)

2010-04-25 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 Apr 2010 22:24:31 +0100
Source: pymongo
Binary: python-pymongo python-gridfs
Architecture: source i386 all
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
Changes: 
 pymongo (1.6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 a238be18c5d1031e806e6a3eea839e0aa37bd274 1221 pymongo_1.6-1.dsc
 6ad81458c559416d730d3be126ab4c2f2f8240a0 123650 pymongo_1.6.orig.tar.gz
 3e8a71c702e16353b4ad3883ef5e44e499eea8e4 2384 pymongo_1.6-1.debian.tar.gz
 e27b292cc0f9a5ba2c6484d4da5c25f10cd85d88 62666 python-pymongo_1.6-1_i386.deb
 38904a0446b048bcd32991815fda20630abcb069 7848 python-gridfs_1.6-1_all.deb
Checksums-Sha256: 
 f178028636f456089a8d0583da262271dc4eb86c90c1b8c0fde3bda8be6b2f4d 1221 
pymongo_1.6-1.dsc
 eece8a8553cdad720545f0f6cf47f7d3636a963208c9ee83e3a51025965d935c 123650 
pymongo_1.6.orig.tar.gz
 6393ca718691effc34b9214457afaf70fae78656cc2ce2d37b5be004bf04028a 2384 
pymongo_1.6-1.debian.tar.gz
 9895abe0a97d60966036d24ba7e7035c379e5308befaf5aa29a58962e74d2e68 62666 
python-pymongo_1.6-1_i386.deb
 5f18b0c670c30f9fb248410990b031d19f0b1ff1ea08d90f73e10f99b4bb82c4 7848 
python-gridfs_1.6-1_all.deb
Files: 
 bcca8692aa84cbdd403491e47acc5850 1221 python optional pymongo_1.6-1.dsc
 5281eedd759462a7414a9c07a19ce3b5 123650 python optional pymongo_1.6.orig.tar.gz
 697ea40e320bf19470a29397ff9f9b61 2384 python optional 
pymongo_1.6-1.debian.tar.gz
 2e2cafaadea6c6c56ed467f062963dff 62666 python optional 
python-pymongo_1.6-1_i386.deb
 3eea9c7a4902e93faca51781e6edac81 7848 python optional 
python-gridfs_1.6-1_all.deb

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

iEYEARECAAYFAkvUtW8ACgkQ5qqQFxOSsXSKnQCffFg7rF5XLB+5wqKlSIakoT2w
a4kAniD8A1mTBrvtfCUMkPApLAF9LrWU
=7gVT
-END PGP SIGNATURE-


Accepted:
pymongo_1.6-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.6-1.debian.tar.gz
pymongo_1.6-1.dsc
  to main/p/pymongo/pymongo_1.6-1.dsc
pymongo_1.6.orig.tar.gz
  to main/p/pymongo/pymongo_1.6.orig.tar.gz
python-gridfs_1.6-1_all.deb
  to main/p/pymongo/python-gridfs_1.6-1_all.deb
python-pymongo_1.6-1_i386.deb
  to main/p/pymongo/python-pymongo_1.6-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o69tx-ng...@ries.debian.org



Accepted easyzone 1.2.1-1 (source all)

2010-05-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 May 2010 11:45:43 +0100
Source: easyzone
Binary: python-easyzone
Architecture: source all
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-easyzone - DNS Zone abstraction Python module
Closes: 576254
Changes: 
 easyzone (1.2.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #576254)
Checksums-Sha1: 
 79c90b36a695691e61a47dbda4bc49b5256da55f 1257 easyzone_1.2.1-1.dsc
 22161b5dd78518ce5abfb120597104a171aebc76 9492 easyzone_1.2.1.orig.tar.gz
 76dec5862832ef296ab0d599dc5c5a19308b0147 1865 easyzone_1.2.1-1.debian.tar.gz
 a5b84619ec4909d940e474c24babc65fa6149f16 8428 python-easyzone_1.2.1-1_all.deb
Checksums-Sha256: 
 c7e96e83afb735994c8d0a767e6e080bde806f2aa0a4c24412d1e0ccac1df936 1257 
easyzone_1.2.1-1.dsc
 99ae325e3c561375050734e3241bd4a5034770f0e4efcfee5f057cfb6892e438 9492 
easyzone_1.2.1.orig.tar.gz
 902acb39f5a318af713448f3ad3225d740100650c8a04406d9850646e9d528e1 1865 
easyzone_1.2.1-1.debian.tar.gz
 5f99e35ac68f61a06912376273fe4eb8a48b08cb8d06b067a56451e21223885d 8428 
python-easyzone_1.2.1-1_all.deb
Files: 
 beea525d8d7c378fc0a1d9e64975e77c 1257 python optional easyzone_1.2.1-1.dsc
 cb8e4ef762a003b394dcbde7d362e684 9492 python optional 
easyzone_1.2.1.orig.tar.gz
 91ea3b0443285e205012987e8243f6c9 1865 python optional 
easyzone_1.2.1-1.debian.tar.gz
 ba9c27fbb38d354820797e3ee18e7553 8428 python optional 
python-easyzone_1.2.1-1_all.deb

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

iEYEARECAAYFAkvwI2sACgkQ5qqQFxOSsXTbhgCgmW8I78XDxeFu/61OCawrRf7y
xhQAn30gXM1aGeQmaP48KKQ5qNXJdi0O
=Agl6
-END PGP SIGNATURE-


Accepted:
easyzone_1.2.1-1.debian.tar.gz
  to main/e/easyzone/easyzone_1.2.1-1.debian.tar.gz
easyzone_1.2.1-1.dsc
  to main/e/easyzone/easyzone_1.2.1-1.dsc
easyzone_1.2.1.orig.tar.gz
  to main/e/easyzone/easyzone_1.2.1.orig.tar.gz
python-easyzone_1.2.1-1_all.deb
  to main/e/easyzone/python-easyzone_1.2.1-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oiipi-bj...@ries.debian.org



Accepted freshen 0.2-1 (source all)

2010-05-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 May 2010 13:39:07 +0100
Source: freshen
Binary: python-freshen
Architecture: source all
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-freshen - an acceptance testing framework for Python
Closes: 582214
Changes: 
 freshen (0.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #582214)
Checksums-Sha1: 
 b5963029137e26fcd8b090e7054f484bbfe748f8 1205 freshen_0.2-1.dsc
 bf05d2b12e0c772290d1485315d593ee5170ec60 43414 freshen_0.2.orig.tar.gz
 6c8fcce32a8775b84c53eaf817b2ed7d209a8b87 1555 freshen_0.2-1.debian.tar.gz
 e770a6a42108c87af042bee3156a86c1b00e0f9b 25044 python-freshen_0.2-1_all.deb
Checksums-Sha256: 
 3dbb626f36eb6ff7651f689493f07c38c5c89061f14898f0af80c1c07ddd7c09 1205 
freshen_0.2-1.dsc
 61324ae9352c417f03e1f0974246c359767ea720e1f623b69af1d74d695d1103 43414 
freshen_0.2.orig.tar.gz
 af994b051a0701cf5191268afbc823faf321abbab7918bb8697ddb55aa5b 1555 
freshen_0.2-1.debian.tar.gz
 38f4b97b2db7a8db4302b2bdc8978ab9853c30dd628fe737b5eeda532b2adf08 25044 
python-freshen_0.2-1_all.deb
Files: 
 00780ad84f4ca3b2ebd0bfef7fcf0a5b 1205 python optional freshen_0.2-1.dsc
 ed1bb084143632ede0a3ae06d6c66dc3 43414 python optional freshen_0.2.orig.tar.gz
 b5e7aba2362ad194d9fd644da1533aa9 1555 python optional 
freshen_0.2-1.debian.tar.gz
 bdda961499c08505c40ac63eb51d41f7 25044 python optional 
python-freshen_0.2-1_all.deb

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

iEYEARECAAYFAkv3ylwACgkQ5qqQFxOSsXS0kACeP8wgDKCZ77rAk7LxEwRkRA3/
s48AoIJx0sXyoOust7+JIICEjYrfNOmW
=bnwn
-END PGP SIGNATURE-


Accepted:
freshen_0.2-1.debian.tar.gz
  to main/f/freshen/freshen_0.2-1.debian.tar.gz
freshen_0.2-1.dsc
  to main/f/freshen/freshen_0.2-1.dsc
freshen_0.2.orig.tar.gz
  to main/f/freshen/freshen_0.2.orig.tar.gz
python-freshen_0.2-1_all.deb
  to main/f/freshen/python-freshen_0.2-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oipfa-0005un...@ries.debian.org



Accepted python-nmap 0.1.3-1 (source all)

2010-06-10 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 11:50:56 +0100
Source: python-nmap
Binary: python-nmap
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-nmap - Python interface to the Nmap port scanner
Changes: 
 python-nmap (0.1.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 178e82c633214e71960a435c20d73ba69ae4e213 1297 python-nmap_0.1.3-1.dsc
 6afea3180eab8aa8a2c6a7524617cff06cee8b1b 20799 python-nmap_0.1.3.orig.tar.gz
 15b1001132676d57087ca2ee6ff222aa550af18a 1783 python-nmap_0.1.3-1.debian.tar.gz
 a9f00fa92f546b2dc8d223de2cd9855d6316ec25 10452 python-nmap_0.1.3-1_all.deb
Checksums-Sha256: 
 e6d9d481ca040ad72bc3266f9130cf8aaa40001fe73188a18ce0d639b02ff5a8 1297 
python-nmap_0.1.3-1.dsc
 5f56e3bbb9ff16bbdc0a95aa5bd44aba6e0a78ee0e0a227650f7993cb8cb176b 20799 
python-nmap_0.1.3.orig.tar.gz
 fa50c4df11ddc34cf6c46d767328f3f4e885ca229e114b967fe73d007e587545 1783 
python-nmap_0.1.3-1.debian.tar.gz
 96656728637bac49c9d798cd7d8b4f5948f9593329fe3dc4a1bdbe0fbdc602c8 10452 
python-nmap_0.1.3-1_all.deb
Files: 
 885c891f847660763a0a65ab61457275 1297 python optional python-nmap_0.1.3-1.dsc
 ed788803f44078c272409b64af9b4b0e 20799 python optional 
python-nmap_0.1.3.orig.tar.gz
 261a35c4bae037979b8d1f59a42848ca 1783 python optional 
python-nmap_0.1.3-1.debian.tar.gz
 28e94cd83a350e01d58fed928166ff0d 10452 python optional 
python-nmap_0.1.3-1_all.deb

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

iEYEARECAAYFAkwRL98ACgkQ5qqQFxOSsXSpIwCfU029xQVy/9SdQh6sTJ/AgmW3
ftIAniZ5NuP8YJXtGu9tzu7ggxubESa4
=u9kJ
-END PGP SIGNATURE-


Accepted:
python-nmap_0.1.3-1.debian.tar.gz
  to main/p/python-nmap/python-nmap_0.1.3-1.debian.tar.gz
python-nmap_0.1.3-1.dsc
  to main/p/python-nmap/python-nmap_0.1.3-1.dsc
python-nmap_0.1.3-1_all.deb
  to main/p/python-nmap/python-nmap_0.1.3-1_all.deb
python-nmap_0.1.3.orig.tar.gz
  to main/p/python-nmap/python-nmap_0.1.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ommmr-xp...@ries.debian.org



Accepted turbogears 1.1.1-1 (source all)

2010-04-07 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Apr 2010 22:18:40 +0100
Source: turbogears
Binary: python-turbogears
Architecture: source all
Version: 1.1.1-1
Distribution: sid
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-turbogears - Python-based web framework
Closes: 574632
Changes: 
 turbogears (1.1.1-1) unstable; urgency=low
 .
   * New upstream release: 18 bugfixes, 6 new features.
   * Added dependency on python-markdown (Closes: #574632)
Checksums-Sha1: 
 06c955d6a656af334d6406c979db76ca8d193e61 2281 turbogears_1.1.1-1.dsc
 534e47a3c90cd10b4611502d9207b66c434969c5 1201866 turbogears_1.1.1.orig.tar.gz
 414df972f9fa1bda1f7ddada0edbdfebcbcd5f26 9241 turbogears_1.1.1-1.diff.gz
 3cb5f71daa9f1a1c8ef6bd07808e1b13d5642a87 1196818 
python-turbogears_1.1.1-1_all.deb
Checksums-Sha256: 
 fcf31e7ad5908304706bd22ce23d01b22cc810619d08a081d823976c83096f2f 2281 
turbogears_1.1.1-1.dsc
 766057c097e5fec37bcd31cf6c94b9a10e3c9fbffa3c8c6d0f92d6a9069df31f 1201866 
turbogears_1.1.1.orig.tar.gz
 227967c168faa96b6842bb042303b6c10c5ad3373f499680d5ded115b9b83f16 9241 
turbogears_1.1.1-1.diff.gz
 8b074477b2cc185287ddea8be883624eb3150777949ba01313e93a0b4bf95837 1196818 
python-turbogears_1.1.1-1_all.deb
Files: 
 c653af80a315ed3a1248c4dabb10d4d1 2281 python optional turbogears_1.1.1-1.dsc
 f65aadaeaf7a542caa77a90ac9802dc0 1201866 python optional 
turbogears_1.1.1.orig.tar.gz
 b57c66163633895a04beb9efc42a45ab 9241 python optional 
turbogears_1.1.1-1.diff.gz
 871047a07c9ef9d0fa98c38a72a10975 1196818 python optional 
python-turbogears_1.1.1-1_all.deb

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

iQIcBAEBCAAGBQJLvGRgAAoJEB5qw/OH8O2sohkQAIuebhmHSnoE9FWa7mN0mJEp
hgolT4Eq2/Jc6qblHcszVKRsCt4JGQ63J7wcYYJX2ikA/L4+f9hQxUWhF6qOb24u
lqz75sWCjn3hW4DpDlx5hU+ngt+nBsxpJq5q+rRThPidW3lDlOdoe5ckSKVsVawd
B2gATpEXmohSpkKhrRRFbBSS6xHAOBJPsszCuusLbvqhKCbQYAEwnWz4NsZ7og80
/Qe6AhZMLN6Me3/mAZ53r9oikc8CwRfj+brN2LxmHeeQA3H9pY9+UKA8A4XILB8W
myTSF5xcKbIpSFjb5bhHWjFXbfFPg6qWZlujut5b1UBu6ndItpFXbfx0513gVCLf
DZz60UgU0e6ubWW31gEblEBBJ2fnujZhAM8vLKW3jtDF5/mSkrGpPSZ2JBg21+Zb
lvy6xJ1Tbi/qu4dtZkl4g6b0nbI8QdGzwtWOBzmT/IbJt6LGzgYT/5hgVp74yHVu
CRauWOzd46TGAiYCZQsqbAEUpfEVqnFHyxUSYxnBdNQ0jyTpXL5WUXSc8qVAtVeH
OwlOhWIoFZvCKR5DnQkCyCAyY0CvjfeVLq9yAzo8jqiQzhkGW9BaxMSi05Kle1+V
nLlDDyuKONiGvArSH7EfL0u+x8eCvtjKinpk7nZsMGUIbU6SNGflGHOUl2Vausd/
5170BS/FE6MOYOY49adZ
=MQ03
-END PGP SIGNATURE-


Accepted:
python-turbogears_1.1.1-1_all.deb
  to main/t/turbogears/python-turbogears_1.1.1-1_all.deb
turbogears_1.1.1-1.diff.gz
  to main/t/turbogears/turbogears_1.1.1-1.diff.gz
turbogears_1.1.1-1.dsc
  to main/t/turbogears/turbogears_1.1.1-1.dsc
turbogears_1.1.1.orig.tar.gz
  to main/t/turbogears/turbogears_1.1.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nzt4b-0003ok...@ries.debian.org



Accepted turbokid 1.0.5-1 (source all)

2010-04-07 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Apr 2010 20:59:08 +0100
Source: turbokid
Binary: python-turbokid
Architecture: source all
Version: 1.0.5-1
Distribution: sid
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-turbokid - TurboGears template plugin to use kid templates
Changes: 
 turbokid (1.0.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 e34fc4c59bddd83fcac4c7a209136b4543ade72a 1932 turbokid_1.0.5-1.dsc
 7502dc35ad8685ae73bd4772320cb7e38105b29e 6878 turbokid_1.0.5.orig.tar.gz
 c5998d1d482f494256ad3efb2cfa7848ce433414 2806 turbokid_1.0.5-1.diff.gz
 80e66e146da6508fe19e23ea5468ca34b3f0c48f 9702 python-turbokid_1.0.5-1_all.deb
Checksums-Sha256: 
 cf3f20bf0acce7d8d9129aa837a950475146104c80e698251186e4ac0d632bad 1932 
turbokid_1.0.5-1.dsc
 25ff2b8a0b8d62c02c188931bb7a51fe6d421ed6db538cc07a9332ce4093c962 6878 
turbokid_1.0.5.orig.tar.gz
 cb04f11e7bbd299a25bb3f3c2b129e4071c17263a21bf97628a7ba229a45e048 2806 
turbokid_1.0.5-1.diff.gz
 1c89d09f720b2f877e0ede346f1398e1119e39363d9d76a533b1329491d711eb 9702 
python-turbokid_1.0.5-1_all.deb
Files: 
 12a78dc95b5971207718415c182db0d5 1932 python optional turbokid_1.0.5-1.dsc
 ba70daf5aa7121affdea8e7632a3b353 6878 python optional 
turbokid_1.0.5.orig.tar.gz
 8d2745fdaf398a263ecce561173d3fb0 2806 python optional turbokid_1.0.5-1.diff.gz
 994f6f5ef0e5c80d8d3551639d6ae939 9702 python optional 
python-turbokid_1.0.5-1_all.deb

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

iQIcBAEBCAAGBQJLvGKjAAoJEB5qw/OH8O2soa8P/2a2k7mqmO5ZwhqDCNsQKe2S
NuDf6pWWEnB+uhOMd7TYyhkPt9CWwVTMTOQRuBv/TAX5SqzsJaArbzaHQiYgaUf4
4uRPSTrDe5zNdOD0XSzM9wwpVwiL2/I9VlMBUfWz9PQV7mJ5v/G57tSyjChGexrk
3y7DGRo/qYIImlg7Xtham6bCm3DTBVxhlKygJX/gstf93cc8MzFeCBxcdElXM4KR
YHe7FecjRB5kKpyzPZ/8XkXgyLqOKs3hVqN+moWi0kHzjs/3T8UALoBr17rKL00d
G2OvQD6UktNaYH3wgOeKsZt6WZaFdU/V7AuBnz15gN/2/z3nsS/w0ucPRKonll9y
wGerl6KzV7vtlSWt/FZXEP6tqGNFa2v4EGc6udRGNnexuUKHmgNMlm9cWXmZJ2UJ
7pAYyhYLnFtGYP2+nVghHUCiv09jBg3NCIihr5fMCpkusS2D+ZNJBM9yygjLHA4f
pWgNCUs4lFV92E71OccEFdPKhtjcnQ/IREBvTtbX0I3bJ2GDpXj0P3tIEYlmivku
0fnSuDhUySXuF13UhzOk5ZAAoK1nPR8AHOo2j1XRi4nm9blWFBSAuG2tDQ2453tP
nAJ/qd2XO/sObCyrfdhAwdVIhbWVaoy81VHPq9/M4dySkpazsgwF+LSVkVw5p6gx
mF0xlSuflpamf4De4aYM
=h1fu
-END PGP SIGNATURE-


Accepted:
python-turbokid_1.0.5-1_all.deb
  to main/t/turbokid/python-turbokid_1.0.5-1_all.deb
turbokid_1.0.5-1.diff.gz
  to main/t/turbokid/turbokid_1.0.5-1.diff.gz
turbokid_1.0.5-1.dsc
  to main/t/turbokid/turbokid_1.0.5-1.dsc
turbokid_1.0.5.orig.tar.gz
  to main/t/turbokid/turbokid_1.0.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nzt4w-0003rz...@ries.debian.org



Accepted python-nmap 0.1.1-1 (source all)

2010-04-10 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 15:14:58 +0100
Source: python-nmap
Binary: python-nmap
Architecture: source all
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-nmap - Python interface to the Nmap port scanner
Closes: 573107
Changes: 
 python-nmap (0.1.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #573107)
Checksums-Sha1: 
 5d6ecf5054d08457d875cd524b0d80d52c4d0736 1297 python-nmap_0.1.1-1.dsc
 0be8ecae0a89c1bd49c925296afc00d185bcca5a 18042 python-nmap_0.1.1.orig.tar.gz
 0774bc821a4ab43f740cad0e070d5d6377980f5e 1564 python-nmap_0.1.1-1.debian.tar.gz
 f62b6f3386742702f3aa85e0ad02358a7afab44b 6898 python-nmap_0.1.1-1_all.deb
Checksums-Sha256: 
 07fab28fd660cd4d3bfd8935b3e689fc2aa8d0f50e26eabc77df0f26c6d02799 1297 
python-nmap_0.1.1-1.dsc
 12a3ef81348a8c8e655e1d427a2b5b64ecc86ed0b4b80ea4bdc57051ed16cca1 18042 
python-nmap_0.1.1.orig.tar.gz
 ad682d28fee33ed2c30bf538d7822748f4a00509a4eed1a256a4edaf3ec036f0 1564 
python-nmap_0.1.1-1.debian.tar.gz
 bc1db8cc98e726d5dde0a5179b2eeb6ed7c72f27084c22fe6455dfe81df5f931 6898 
python-nmap_0.1.1-1_all.deb
Files: 
 84b92b0a32b70a809882fa34a373c949 1297 python optional python-nmap_0.1.1-1.dsc
 83b5cfe6d0ecce314921fc65d04919e4 18042 python optional 
python-nmap_0.1.1.orig.tar.gz
 641107a06f8661f87332a62b69ee56d0 1564 python optional 
python-nmap_0.1.1-1.debian.tar.gz
 d5fb9318cca0167f8f122a024dc45a6d 6898 python optional 
python-nmap_0.1.1-1_all.deb

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

iEYEARECAAYFAkvAiT8ACgkQ5qqQFxOSsXSVAwCePFAnz6WdApngbPMl8CUbQcHY
1dwAoLjyJXLhVc+0ODlgQKrBdQZ5rt2j
=AeFy
-END PGP SIGNATURE-


Accepted:
python-nmap_0.1.1-1.debian.tar.gz
  to main/p/python-nmap/python-nmap_0.1.1-1.debian.tar.gz
python-nmap_0.1.1-1.dsc
  to main/p/python-nmap/python-nmap_0.1.1-1.dsc
python-nmap_0.1.1-1_all.deb
  to main/p/python-nmap/python-nmap_0.1.1-1_all.deb
python-nmap_0.1.1.orig.tar.gz
  to main/p/python-nmap/python-nmap_0.1.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o0ftt-00064l...@ries.debian.org



Accepted pymongo 1.5.2-1 (source i386 all)

2010-04-11 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Apr 2010 15:50:58 +0100
Source: pymongo
Binary: python-pymongo python-gridfs
Architecture: source i386 all
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
Closes: 573754
Changes: 
 pymongo (1.5.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #573754)
Checksums-Sha1: 
 658646a208cdf03045a2ecf4655f04fd60b516b0 1113 pymongo_1.5.2-1.dsc
 67f7922d76cc2e3e50cf24d3ed2f65a525b69e17 121867 pymongo_1.5.2.orig.tar.gz
 c9b483c353fc0d7de527c880ae3299b95741a907 2287 pymongo_1.5.2-1.debian.tar.gz
 38b0b5745c11866099bf8b8a247c3210a84201a9 61808 python-pymongo_1.5.2-1_i386.deb
 1547036edc024d90caccf91590046bbf56daf64d 7266 python-gridfs_1.5.2-1_all.deb
Checksums-Sha256: 
 3d856fe5df7b16adb4aafb20f94a6004186ad335f5adf10666f816c1d64279f5 1113 
pymongo_1.5.2-1.dsc
 6d5c48565cc42c90962edf90e58f551f4640db5db4870d2f3f54fcd367b81f14 121867 
pymongo_1.5.2.orig.tar.gz
 cee10268e88d2184031f13e8f80583205da77925fd2b54dbcd22205a4f273d1a 2287 
pymongo_1.5.2-1.debian.tar.gz
 d86726416497b9359ea86d01733b96aca31b2cf085f298ac07da44cfe9d2691b 61808 
python-pymongo_1.5.2-1_i386.deb
 c55a6fbcd0e0b6add666d3d54f06cb0d7595f1394e3c07fcda706f5982542d21 7266 
python-gridfs_1.5.2-1_all.deb
Files: 
 1bfbcd4b52c1055ad0e1cf842c48ee19 1113 python optional pymongo_1.5.2-1.dsc
 d80768d05585bca73cc02b5d21186efe 121867 python optional 
pymongo_1.5.2.orig.tar.gz
 bf3d5826e9c1556fb146d0d96cc66023 2287 python optional 
pymongo_1.5.2-1.debian.tar.gz
 97c05b34cd170c92f37d78dad2dcd215 61808 python optional 
python-pymongo_1.5.2-1_i386.deb
 c811f7ded982c4aa264901258c5166e3 7266 python optional 
python-gridfs_1.5.2-1_all.deb

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

iEYEARECAAYFAku6LowACgkQ5qqQFxOSsXQw5QCeJopwth3WTKx9PT8N001F4QOV
rrYAnjaokw7Izlkh/+zHxgJbLKYHnvSu
=xU5k
-END PGP SIGNATURE-


Accepted:
pymongo_1.5.2-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.5.2-1.debian.tar.gz
pymongo_1.5.2-1.dsc
  to main/p/pymongo/pymongo_1.5.2-1.dsc
pymongo_1.5.2.orig.tar.gz
  to main/p/pymongo/pymongo_1.5.2.orig.tar.gz
python-gridfs_1.5.2-1_all.deb
  to main/p/pymongo/python-gridfs_1.5.2-1_all.deb
python-pymongo_1.5.2-1_i386.deb
  to main/p/pymongo/python-pymongo_1.5.2-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o0xis-0001c4...@ries.debian.org



Accepted pymongo 1.10-1 (source i386 all)

2011-03-31 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 Mar 2011 20:17:41 +
Source: pymongo
Binary: python-pymongo python-pymongo-doc python-gridfs python-bson
Architecture: source i386 all
Version: 1.10-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
Closes: 620069
Changes: 
 pymongo (1.10-1) unstable; urgency=low
 .
   [ Janos Guljas ]
   * New upstream release.
 .
   [ Federico Ceratto ]
   * FTBFS fixed (Closes: #620069).
Checksums-Sha1: 
 81877c1ae4406c2519b9cc9c4557cf6b0775a241 1325 pymongo_1.10-1.dsc
 4f4c97641b86ac8f21396281bd1a7369236693c3 152191 pymongo_1.10.orig.tar.gz
 fbf378296613c8d55e043aec98896b3e50a94971 3381 pymongo_1.10-1.debian.tar.gz
 127c5e46e6c393fe7e328a1c70c7f858ffe68950 88710 python-pymongo_1.10-1_i386.deb
 685250a4cf7b13c8c40d47495b1018580e31a2f1 811870 
python-pymongo-doc_1.10-1_all.deb
 abae053125c2a2f5a289c639565c4c070f3f0959 17918 python-gridfs_1.10-1_all.deb
 1d3ea93303b84c4062a865cf7c2755ffc6c44694 54886 python-bson_1.10-1_i386.deb
Checksums-Sha256: 
 40269a73f38ee4c2f9cc021f1d5d091cc59ca6e778c339684b7be030e29e282f 1325 
pymongo_1.10-1.dsc
 0b6bffb310782ffaeb3916c75790742ec5830c63a758fc711cd1f557eb5a4b5f 152191 
pymongo_1.10.orig.tar.gz
 3970cc70fe3ba6499a9c56ba4b4c6c3782f56433d0d17d72b7a0e2ceae31b513 3381 
pymongo_1.10-1.debian.tar.gz
 3a3fcc8c71ddeca42f7717566ce3ca7b3759b4ce390df89e22b2c36726d98e03 88710 
python-pymongo_1.10-1_i386.deb
 2ba99c9e20eba53272ad8fb2e35da150edf3eccb4a53283dec625b9d02d78bc3 811870 
python-pymongo-doc_1.10-1_all.deb
 b22e35e7097a509d162a7b99b3d5e2c96fd0bf65dbd11950b0883db50c008889 17918 
python-gridfs_1.10-1_all.deb
 59d2747e5870c7217bd8c7d14a813be8145d3be34e80a8ffb2a3471fdba4775a 54886 
python-bson_1.10-1_i386.deb
Files: 
 f10c2798b44e2416e5cf48f871276859 1325 python optional pymongo_1.10-1.dsc
 e88cd1306cf8913e808a51537b0d579c 152191 python optional 
pymongo_1.10.orig.tar.gz
 f7a626530537bf725b942d4fe5120326 3381 python optional 
pymongo_1.10-1.debian.tar.gz
 b081fbe352c3dc715926f92f673c4ed5 88710 python optional 
python-pymongo_1.10-1_i386.deb
 d191684c8073112b5b7ba0d9dc76961f 811870 doc optional 
python-pymongo-doc_1.10-1_all.deb
 3e944683b2619c2536f3d330fd97eb1f 17918 python optional 
python-gridfs_1.10-1_all.deb
 26379467e35c02b305a21e1eca65fef1 54886 python optional 
python-bson_1.10-1_i386.deb

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

iEYEARECAAYFAk2U6/QACgkQ5qqQFxOSsXSU4wCfRPqSnPPkosBYXhJ8MMYB04qC
GCAAoMRB29y+fR5oIJ4Tzhay3iHb9AWX
=AyNd
-END PGP SIGNATURE-


Accepted:
pymongo_1.10-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.10-1.debian.tar.gz
pymongo_1.10-1.dsc
  to main/p/pymongo/pymongo_1.10-1.dsc
pymongo_1.10.orig.tar.gz
  to main/p/pymongo/pymongo_1.10.orig.tar.gz
python-bson_1.10-1_i386.deb
  to main/p/pymongo/python-bson_1.10-1_i386.deb
python-gridfs_1.10-1_all.deb
  to main/p/pymongo/python-gridfs_1.10-1_all.deb
python-pymongo-doc_1.10-1_all.deb
  to main/p/pymongo/python-pymongo-doc_1.10-1_all.deb
python-pymongo_1.10-1_i386.deb
  to main/p/pymongo/python-pymongo_1.10-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q5puz-0001jk...@franck.debian.org



Accepted turbojson 1.3.1-1 (source all)

2011-04-03 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 03 Apr 2011 19:12:39 +0200
Source: turbojson
Binary: python-turbojson
Architecture: source all
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-turbojson - plugin to use JSON templates in Python templating engines
Changes: 
 turbojson (1.3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Packaging repository moved to git
   * debian/rules: switch to dh7
   * debian/control
 - new Maintainer: Federico Ceratto federico.cera...@gmail.com
 - bump Standards-Version to 3.9.1
Checksums-Sha1: 
 b5efecd612e28581a05df8e18bb10ccba0dc29c0 1293 turbojson_1.3.1-1.dsc
 4692e507434fa1e7b4eba29762b4e8e425a46ac4 6528 turbojson_1.3.1.orig.tar.gz
 39e37c550cb69d87434665ffb801f07d170d8635 3410 turbojson_1.3.1-1.debian.tar.gz
 30b96d6ac6098722da0e8f32779a7122c58db0c5 10056 python-turbojson_1.3.1-1_all.deb
Checksums-Sha256: 
 df41169aef1e3a3dbea0e7f0cc38e784984b92f4349779e3e66e4dda543d4090 1293 
turbojson_1.3.1-1.dsc
 87bea64c25d391512a41d2a30db46b227d7ea5c805401c3ff35f11493c5069dd 6528 
turbojson_1.3.1.orig.tar.gz
 e49ea2059892f3308c74d53a670ba18ce3cc719933ba4142a482f9c562e46556 3410 
turbojson_1.3.1-1.debian.tar.gz
 da4ad4e96acff403c853eb9bd090e68f63f5e53f095de6a91b25448fb76facb3 10056 
python-turbojson_1.3.1-1_all.deb
Files: 
 7387caada5630fc10846a969b310c00d 1293 python optional turbojson_1.3.1-1.dsc
 8e43b0735b8d4c2b574fbfc3b737ba00 6528 python optional 
turbojson_1.3.1.orig.tar.gz
 703bbab4a1b246bc03b544a18b72339c 3410 python optional 
turbojson_1.3.1-1.debian.tar.gz
 09c7dadae2d4fd63013f03b93d515d2f 10056 python optional 
python-turbojson_1.3.1-1_all.deb

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

iEYEARECAAYFAk2Yq3oACgkQ5qqQFxOSsXQTsACfTuRYbXauhRspNQfu34AopXSe
ytAAnRf4gX/Yvmqwl3estf8ZU5S5Apm+
=/3bP
-END PGP SIGNATURE-


Accepted:
python-turbojson_1.3.1-1_all.deb
  to main/t/turbojson/python-turbojson_1.3.1-1_all.deb
turbojson_1.3.1-1.debian.tar.gz
  to main/t/turbojson/turbojson_1.3.1-1.debian.tar.gz
turbojson_1.3.1-1.dsc
  to main/t/turbojson/turbojson_1.3.1-1.dsc
turbojson_1.3.1.orig.tar.gz
  to main/t/turbojson/turbojson_1.3.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q6rat-0003q7...@franck.debian.org



Accepted pymongo 1.10.1-1 (source i386 all)

2011-04-13 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 22:54:38 +0200
Source: pymongo
Binary: python-pymongo python-pymongo-doc python-gridfs python-bson
Architecture: source i386 all
Version: 1.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
Changes: 
 pymongo (1.10.1-1) unstable; urgency=low
 .
   [ Federico Ceratto ]
   * New upstream release.
   * Standards-Version bumped to 3.9.2
   * Minor updates.
Checksums-Sha1: 
 7d6c859ed919b523a146f3c847349ee072440449 1339 pymongo_1.10.1-1.dsc
 0a09393d55fd7a3715dd07f76cec4e8367eb573f 155538 pymongo_1.10.1.orig.tar.gz
 d5c836450e34bf2fffd27d680c61b449bbf09d4e 3488 pymongo_1.10.1-1.debian.tar.gz
 fe1852c7f31b801dc87c6c1acc544da2f632ff76 90936 python-pymongo_1.10.1-1_i386.deb
 d637fb58cfaaf06afeaa238fa2af0d96fd59a883 847162 
python-pymongo-doc_1.10.1-1_all.deb
 2cf4c414e3d5795e9c50db98b833db87b42e3be8 18728 python-gridfs_1.10.1-1_all.deb
 e12444a6d8a2deca314d210f3b2363c7c1f7a359 55938 python-bson_1.10.1-1_i386.deb
Checksums-Sha256: 
 3f170d2a077be6c34c85c0442a5718e616250af73b82a7220278ed0ba3ac18a4 1339 
pymongo_1.10.1-1.dsc
 00487874097c4fda18f57964633fb206d4910121093ae0c5a4478be542cbcf22 155538 
pymongo_1.10.1.orig.tar.gz
 6519d12eec95feca9e47d75e27f56b330a5496af30af5d2f61e5d68b12599ea9 3488 
pymongo_1.10.1-1.debian.tar.gz
 76a51ce8ef5ae29b8d68a9671f9a60a019c65ee7f1abd0d021fef9d8094ccbd5 90936 
python-pymongo_1.10.1-1_i386.deb
 c595881ec8ec1044d21de5b5fc8709f5af04beeb01a78dda5624e6f845196e3d 847162 
python-pymongo-doc_1.10.1-1_all.deb
 69564dd9e9c3bcbd3f4817c4584b68a0a257a2608c2d85a5ccab11767c70 18728 
python-gridfs_1.10.1-1_all.deb
 252918e63288967b1067ece4cd65c944ff681c9186aa10596437aceff9e37f59 55938 
python-bson_1.10.1-1_i386.deb
Files: 
 7bd863cc13dc480e16c9da01ddcb7c36 1339 python optional pymongo_1.10.1-1.dsc
 9e94096991285c384adfa8cafaf39c88 155538 python optional 
pymongo_1.10.1.orig.tar.gz
 ea2a5e9a17cc2f299b23bfa7bcafb26f 3488 python optional 
pymongo_1.10.1-1.debian.tar.gz
 1eeec904c1fc49b75fc219b333409465 90936 python optional 
python-pymongo_1.10.1-1_i386.deb
 ce62b6dddfa5da254ce13c186076c6aa 847162 doc optional 
python-pymongo-doc_1.10.1-1_all.deb
 f53cd935caf820a493b5afc607c2830b 18728 python optional 
python-gridfs_1.10.1-1_all.deb
 1c394cd69efc4d3bd755f67d73d723f1 55938 python optional 
python-bson_1.10.1-1_i386.deb

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

iEYEARECAAYFAk2mE4sACgkQ5qqQFxOSsXT/KACePwChKS0mLOp293K14OeS3uEb
BjgAn3u7Pu1THNS2YV/myXXG/dHq8nWW
=FeHs
-END PGP SIGNATURE-


Accepted:
pymongo_1.10.1-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.10.1-1.debian.tar.gz
pymongo_1.10.1-1.dsc
  to main/p/pymongo/pymongo_1.10.1-1.dsc
pymongo_1.10.1.orig.tar.gz
  to main/p/pymongo/pymongo_1.10.1.orig.tar.gz
python-bson_1.10.1-1_i386.deb
  to main/p/pymongo/python-bson_1.10.1-1_i386.deb
python-gridfs_1.10.1-1_all.deb
  to main/p/pymongo/python-gridfs_1.10.1-1_all.deb
python-pymongo-doc_1.10.1-1_all.deb
  to main/p/pymongo/python-pymongo-doc_1.10.1-1_all.deb
python-pymongo_1.10.1-1_i386.deb
  to main/p/pymongo/python-pymongo_1.10.1-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qa8mo-0008h8...@franck.debian.org



Accepted pymongo 1.9-1 (source i386 all)

2011-03-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 11:58:19 +0100
Source: pymongo
Binary: python-pymongo python-pymongo-doc python-gridfs python-bson
Architecture: source i386 all
Version: 1.9-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
Closes: 597085 618271
Changes: 
 pymongo (1.9-1) unstable; urgency=low
 .
   [ Federico Ceratto ]
   * New upstream release (Closes: #618271).
 .
   [ Janos Guljas ]
   * Fix debian/python-pymongo.install (Closes: #597085).
   * Switch to dh_python2.
   * Add binary package python-pymongo-doc.
   * Add binary package python-bson.
Checksums-Sha1: 
 6ea894a0e54a44d9342eba47908492f98d4bf784 1318 pymongo_1.9-1.dsc
 a2663125d3805642cb9b3a033bef214cfd44f814 146895 pymongo_1.9.orig.tar.gz
 1e641286db800ed4e24ad2edfd86413bed90f79e 3346 pymongo_1.9-1.debian.tar.gz
 51ab3f28370d566c5f6b4eab5bb08b3deeae3426 85194 python-pymongo_1.9-1_i386.deb
 ec61903527a235c176cb7b353dc036df672a3120 792886 
python-pymongo-doc_1.9-1_all.deb
 2b8a356cba87e1ecc46778dae4012bc86effda5c 17098 python-gridfs_1.9-1_all.deb
 bbee075332a2bc6d7f6b24478444ed807b6f60eb 53920 python-bson_1.9-1_i386.deb
Checksums-Sha256: 
 3f6a3c6338efd3d1f746bafd90d9eb344c6423f1e14f3977682baa5a1dc67096 1318 
pymongo_1.9-1.dsc
 7342181435e77b5b47e55026d1d30db86b1f38dbd87d3c21c5b7ee96fa5a929a 146895 
pymongo_1.9.orig.tar.gz
 878ae6f50db79fc2d406ab25f13a76e35423c8a5d6a9a053e19cef76dd054fd3 3346 
pymongo_1.9-1.debian.tar.gz
 6a7ec5ff95f07d22287b174a278402bc291236d7ee16a22c823f46473ad25bbe 85194 
python-pymongo_1.9-1_i386.deb
 dcb22fd9b1643d033d6ef8371991e2d733920ef9644f384e40b3d8b4696a35b0 792886 
python-pymongo-doc_1.9-1_all.deb
 f932ed2fecbef165958c1b8546b7fc2d3d27ad24a67bdda1d198caa72cc993e0 17098 
python-gridfs_1.9-1_all.deb
 513bc2183e2dede4ca9b224d43ffb6fd09a36a74ecf31fc03594a781f58a249d 53920 
python-bson_1.9-1_i386.deb
Files: 
 d94bc9dc55049157820918b4472d01d1 1318 python optional pymongo_1.9-1.dsc
 12e12163e6cc22993808900fb9629252 146895 python optional pymongo_1.9.orig.tar.gz
 4f6854277d2e1cba1184d4ab07f6dcb0 3346 python optional 
pymongo_1.9-1.debian.tar.gz
 6ee7135331e4f13a10f7ae2ca1f286ad 85194 python optional 
python-pymongo_1.9-1_i386.deb
 55744a3956d6a8c4ddd80f1cdd52fa73 792886 doc optional 
python-pymongo-doc_1.9-1_all.deb
 2766d4f5ccf246c0b4a96673b1dc5f41 17098 python optional 
python-gridfs_1.9-1_all.deb
 5db23a28971ce6e14331b72e218ac411 53920 python optional 
python-bson_1.9-1_i386.deb

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

iEYEARECAAYFAk2N1zoACgkQ5qqQFxOSsXR4AQCguvm+ZpCrq4A/QNzQmzBCs3eO
73gAniyx9E2jVPEkm6xWPOxO8HtIPF5J
=rTam
-END PGP SIGNATURE-


Accepted:
pymongo_1.9-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.9-1.debian.tar.gz
pymongo_1.9-1.dsc
  to main/p/pymongo/pymongo_1.9-1.dsc
pymongo_1.9.orig.tar.gz
  to main/p/pymongo/pymongo_1.9.orig.tar.gz
python-bson_1.9-1_i386.deb
  to main/p/pymongo/python-bson_1.9-1_i386.deb
python-gridfs_1.9-1_all.deb
  to main/p/pymongo/python-gridfs_1.9-1_all.deb
python-pymongo-doc_1.9-1_all.deb
  to main/p/pymongo/python-pymongo-doc_1.9-1_all.deb
python-pymongo_1.9-1_i386.deb
  to main/p/pymongo/python-pymongo_1.9-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q4zpb-0001rf...@franck.debian.org



Accepted pymongo 1.11-1 (source i386 all)

2011-06-26 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Jun 2011 15:10:53 +
Source: pymongo
Binary: python-pymongo python-pymongo-doc python-gridfs python-bson
Architecture: source i386 all
Version: 1.11-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
Changes: 
 pymongo (1.11-1) unstable; urgency=low
 .
   * New upstream release, http://api.mongodb.org/python/1.11/changelog.html
Checksums-Sha1: 
 648c47123c9c2d2b5927928f555e0f5b6b08fcd5 1325 pymongo_1.11-1.dsc
 273d4651e7c07c216bb6c48671bcd6f25f5c55e5 158625 pymongo_1.11.orig.tar.gz
 99cff05f0d0c0d238516d7f3f1f5f801bd8e31e6 3480 pymongo_1.11-1.debian.tar.gz
 133fd5f93c32b421ffbb77d128857ad05e10daa4 95522 python-pymongo_1.11-1_i386.deb
 946219aa249a3659b4ed06595859db05aa8e90ca 866640 
python-pymongo-doc_1.11-1_all.deb
 f5a683bd39e7342f89d3d21149466bf3b31acc34 19830 python-gridfs_1.11-1_all.deb
 117e7311dfd38aad75e3348d168f0eec280222d6 59366 python-bson_1.11-1_i386.deb
Checksums-Sha256: 
 70dde9bd749cd9cef3e93dbf9d26563ad49acaf46b35b00b224cac47a0cb611a 1325 
pymongo_1.11-1.dsc
 3969282dbf4616de48ebb3ced00844f86dd7e99bc7b738c2ef78af4b448f8b38 158625 
pymongo_1.11.orig.tar.gz
 5c4f2bb6a7f84fe2194a72f6cd1897a66a9a5df30f2d711d55dbc27d4b0f9d61 3480 
pymongo_1.11-1.debian.tar.gz
 a8cb539b7ae1223945009cea3de072d70ffdad0a2df798832e7c5eb36176afdb 95522 
python-pymongo_1.11-1_i386.deb
 e9d29122991ca164fd40294d3a5c464966acfd9cb2b9ed0cecdab448b34b4dd0 866640 
python-pymongo-doc_1.11-1_all.deb
 736b3954ef7b693ae2db2c349eff48567ab332a8e34120d2d2edaf4f951fe6de 19830 
python-gridfs_1.11-1_all.deb
 06d866bcd92cbe9be6133498635fbb999b968db5b02ede0d234858125749a9b4 59366 
python-bson_1.11-1_i386.deb
Files: 
 74d8efba08ecc12661999a765089122d 1325 python optional pymongo_1.11-1.dsc
 3f2088b688800ddefaf2b7740d2674bd 158625 python optional 
pymongo_1.11.orig.tar.gz
 180ac927b9828d5bd3cbcc5cab427054 3480 python optional 
pymongo_1.11-1.debian.tar.gz
 13a0105239aadfabd627ac785782d146 95522 python optional 
python-pymongo_1.11-1_i386.deb
 2432d1cbbbdf1ba1e05745a3d6f16108 866640 doc optional 
python-pymongo-doc_1.11-1_all.deb
 c55fa1eca8465cce4672d3ef5eea1254 19830 python optional 
python-gridfs_1.11-1_all.deb
 144ee0a0f3eff69a175bacf90f3a0c32 59366 python optional 
python-bson_1.11-1_i386.deb

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

iEYEARECAAYFAk4HOWsACgkQXjJjA8mLXV1dBQCgrSrV1jsGVvCgcfDGF/3L6orV
87UAn2IFmSqlcGScLaOxjDxnzew43Z+P
=f0xL
-END PGP SIGNATURE-


Accepted:
pymongo_1.11-1.debian.tar.gz
  to main/p/pymongo/pymongo_1.11-1.debian.tar.gz
pymongo_1.11-1.dsc
  to main/p/pymongo/pymongo_1.11-1.dsc
pymongo_1.11.orig.tar.gz
  to main/p/pymongo/pymongo_1.11.orig.tar.gz
python-bson_1.11-1_i386.deb
  to main/p/pymongo/python-bson_1.11-1_i386.deb
python-gridfs_1.11-1_all.deb
  to main/p/pymongo/python-gridfs_1.11-1_all.deb
python-pymongo-doc_1.11-1_all.deb
  to main/p/pymongo/python-pymongo-doc_1.11-1_all.deb
python-pymongo_1.11-1_i386.deb
  to main/p/pymongo/python-pymongo_1.11-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qaqf8-0002yh...@franck.debian.org



Accepted python-bottle 0.9.5-1 (source all)

2011-07-03 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 03 Jul 2011 09:23:08 +
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.9.5-1) unstable; urgency=low
 .
   New upstream version*
Checksums-Sha1: 
 c13e11c10b5bc6d84ba4bdb42c2fa444f0d946f0 1449 python-bottle_0.9.5-1.dsc
 e62d4f4be8bee043bc6bab4ce5e878f6f3209f9b 434134 python-bottle_0.9.5.orig.tar.gz
 d8dceff575a03c979472dafe592544856c55e4ba 5455 
python-bottle_0.9.5-1.debian.tar.gz
 e8eb860600ff5ac6f9edbf36221c336ac35beba7 34776 python-bottle_0.9.5-1_all.deb
 364e2f66b9396d8033a403a0a3524592b5eee14d 566004 
python-bottle-doc_0.9.5-1_all.deb
Checksums-Sha256: 
 a88096213d53db6d247218bdf12dc1102bdb3e36e32cd3083ceb5d179cafba23 1449 
python-bottle_0.9.5-1.dsc
 2c0b28665232400f907d05d33ce05de3e3f162ac20e7eddb1937df95d2adcb0c 434134 
python-bottle_0.9.5.orig.tar.gz
 f197874152bed3e86a4f6e3b5faf6f9e89fc1b1b3990fa7ea9530954094e140d 5455 
python-bottle_0.9.5-1.debian.tar.gz
 99786eb7624b09d2dbee100f9b02f9222de243df701b71f55c8c6a46cd511ad0 34776 
python-bottle_0.9.5-1_all.deb
 1cd4e6e0d7bcb40adde48127781674ceaa6cc1f1cde340bdb70bbddf27b92d5a 566004 
python-bottle-doc_0.9.5-1_all.deb
Files: 
 c7746d53d28f74ee008bd121b78c384a 1449 python optional python-bottle_0.9.5-1.dsc
 e396d0848f90199cdd2a5ba625763d53 434134 python optional 
python-bottle_0.9.5.orig.tar.gz
 87ed9cdad9e170d92aa3279576cce67c 5455 python optional 
python-bottle_0.9.5-1.debian.tar.gz
 4efab175e0882f548a3f75060d907106 34776 python optional 
python-bottle_0.9.5-1_all.deb
 d01fb1e49cfbd6b22a765c6b0f4053c5 566004 doc optional 
python-bottle-doc_0.9.5-1_all.deb

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

iEYEARECAAYFAk4QPqkACgkQXjJjA8mLXV1TJACgg8z7OCL4gAQaFgkeXkA9xZ5L
aFUAniZBFWQXXsZyergCu+7NHReyEEY2
=ilik
-END PGP SIGNATURE-


Accepted:
python-bottle-doc_0.9.5-1_all.deb
  to main/p/python-bottle/python-bottle-doc_0.9.5-1_all.deb
python-bottle_0.9.5-1.debian.tar.gz
  to main/p/python-bottle/python-bottle_0.9.5-1.debian.tar.gz
python-bottle_0.9.5-1.dsc
  to main/p/python-bottle/python-bottle_0.9.5-1.dsc
python-bottle_0.9.5-1_all.deb
  to main/p/python-bottle/python-bottle_0.9.5-1_all.deb
python-bottle_0.9.5.orig.tar.gz
  to main/p/python-bottle/python-bottle_0.9.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qdjkz-lw...@franck.debian.org



Accepted pymongo 2.0-1 (source i386 all)

2011-08-09 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Aug 2011 19:28:40 +
Source: pymongo
Binary: python-pymongo python-pymongo-doc python-gridfs python-bson
Architecture: source i386 all
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
Changes: 
 pymongo (2.0-1) unstable; urgency=low
 .
   * New upstream release, http://api.mongodb.org/python/2.0/changelog.html
Checksums-Sha1: 
 6cded12dd05db1f7803792fdb4819b140ed8f979 1318 pymongo_2.0-1.dsc
 46511e950c23e5e15ed2f8d821e0d2a5e547e4f2 171376 pymongo_2.0.orig.tar.gz
 7c9f2db3b71142b56d01c5e8a19ac6e9d667f674 3283 pymongo_2.0-1.debian.tar.gz
 8c173b6a6c85e30cb440382f3371ed9bd8e1b969 101958 python-pymongo_2.0-1_i386.deb
 3e554bfe29b08d3b4bd18f196746c0dd4fe361fa 933376 
python-pymongo-doc_2.0-1_all.deb
 82d56ab8637200d48dd1dcb86375126035f169d5 20714 python-gridfs_2.0-1_all.deb
 d02444529263348eae546229be47d56943b9ae79 61078 python-bson_2.0-1_i386.deb
Checksums-Sha256: 
 30bfb0a1f25a4e92b1f95cb3964a3924263a7797dea55a1aad9dba84b423cf98 1318 
pymongo_2.0-1.dsc
 7cc2583fc01ae40ff30da9842bf82257ce3e3037f7c3e634f59c2a414b83984e 171376 
pymongo_2.0.orig.tar.gz
 5d44eb939c0f924fab8e3f2826ad54e67cba5135dd60982d0020683d44bccdac 3283 
pymongo_2.0-1.debian.tar.gz
 35d591295919c266f8ba20915741689ed34f472f6f25a1b3f13e2463d16b9790 101958 
python-pymongo_2.0-1_i386.deb
 f1f2819b1d11989c68bc39727484789133c4bbecc00ad3d65b237402348e9be9 933376 
python-pymongo-doc_2.0-1_all.deb
 ee6c27bbeec8e37ea1bd62f7820a78fcc569d2f2ac820e7b84b2c90bcc7f80fd 20714 
python-gridfs_2.0-1_all.deb
 5748310e3163d4ed8085ae33a759c9ae31da218be35e81206d22cff3ec52f99a 61078 
python-bson_2.0-1_i386.deb
Files: 
 3e5473326ffc8ddba5a3654ad6bddadf 1318 python optional pymongo_2.0-1.dsc
 8cd04065b115dd186b18cb3e8e3025c6 171376 python optional pymongo_2.0.orig.tar.gz
 71f5159a3ea33f3f5bbe62b24786bb90 3283 python optional 
pymongo_2.0-1.debian.tar.gz
 67a5b60020d24579c50a281470d689c1 101958 python optional 
python-pymongo_2.0-1_i386.deb
 4554ee3646b51227afc70a813a97e984 933376 doc optional 
python-pymongo-doc_2.0-1_all.deb
 fa3348d920676079a8f43887e85c00fd 20714 python optional 
python-gridfs_2.0-1_all.deb
 7872d6b38f2138ac61d26dcdc70ea663 61078 python optional 
python-bson_2.0-1_i386.deb

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

iEYEARECAAYFAk5Bms8ACgkQXjJjA8mLXV1emACfSljNQNvkWo3TIDjhipc295DT
Wb8An2HmP/Rp+exryxaba0g/UPgntETT
=IwM1
-END PGP SIGNATURE-


Accepted:
pymongo_2.0-1.debian.tar.gz
  to main/p/pymongo/pymongo_2.0-1.debian.tar.gz
pymongo_2.0-1.dsc
  to main/p/pymongo/pymongo_2.0-1.dsc
pymongo_2.0.orig.tar.gz
  to main/p/pymongo/pymongo_2.0.orig.tar.gz
python-bson_2.0-1_i386.deb
  to main/p/pymongo/python-bson_2.0-1_i386.deb
python-gridfs_2.0-1_all.deb
  to main/p/pymongo/python-gridfs_2.0-1_all.deb
python-pymongo-doc_2.0-1_all.deb
  to main/p/pymongo/python-pymongo-doc_2.0-1_all.deb
python-pymongo_2.0-1_i386.deb
  to main/p/pymongo/python-pymongo_2.0-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qqtgy-0007dx...@franck.debian.org



Accepted python-xattr 0.6.2-1 (source amd64)

2011-09-07 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Aug 2011 13:28:08 +
Source: python-xattr
Binary: python-xattr
Architecture: source amd64
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-xattr - module for manipulating filesystem extended attributes
Changes: 
 python-xattr (0.6.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 2988ef40c4e43ef59d9f228bb0c2408cf2c6babe 1304 python-xattr_0.6.2-1.dsc
 9f63e8eaa0bfd48058724104032df86bb3acace1 14882 python-xattr_0.6.2.orig.tar.gz
 4159ff14384ec0b08f18a652294ad4d6e07c9f08 3460 
python-xattr_0.6.2-1.debian.tar.gz
 024db7d13f3d4b2d1c11e464e8a7107ef858a80a 14150 python-xattr_0.6.2-1_amd64.deb
Checksums-Sha256: 
 c630be601346d2113038dbcfc01570d833ea34a0149c656060199da8f3b5b00b 1304 
python-xattr_0.6.2-1.dsc
 b97d0ba4b3e537ba754dff9483f6b42640663f9c6c18f9380f13fa490916af40 14882 
python-xattr_0.6.2.orig.tar.gz
 6ab8b21b897b63cb95e2b64f1d41ecf20fddbf7b852b6b9320b5842cdcdc8573 3460 
python-xattr_0.6.2-1.debian.tar.gz
 b059b955d788e201fec3a3e294665c552c4abfc8f397849807954b616e040a97 14150 
python-xattr_0.6.2-1_amd64.deb
Files: 
 58fc6c97b633048715c9a8d5455bc8bd 1304 python optional python-xattr_0.6.2-1.dsc
 5fc899150d03c082558455483fc0f89f 14882 python optional 
python-xattr_0.6.2.orig.tar.gz
 57daf604bc4242c15b11091b1bcb25f7 3460 python optional 
python-xattr_0.6.2-1.debian.tar.gz
 bdb32a074b7ca5a1ad5591ae72a176ee 14150 python optional 
python-xattr_0.6.2-1_amd64.deb

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

iEYEARECAAYFAk5nx8cACgkQABzeamt51AGLqgCglcfbw7K5HmyCzC6+4pghKNGc
RlAAoKXO90a/ewFlgY/m4RNy0PYfD3S/
=1IDC
-END PGP SIGNATURE-


Accepted:
python-xattr_0.6.2-1.debian.tar.gz
  to main/p/python-xattr/python-xattr_0.6.2-1.debian.tar.gz
python-xattr_0.6.2-1.dsc
  to main/p/python-xattr/python-xattr_0.6.2-1.dsc
python-xattr_0.6.2-1_amd64.deb
  to main/p/python-xattr/python-xattr_0.6.2-1_amd64.deb
python-xattr_0.6.2.orig.tar.gz
  to main/p/python-xattr/python-xattr_0.6.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1r1o5f-0002sy...@franck.debian.org



Accepted turbojson 1.3.2-1 (source all)

2011-09-25 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 Sep 2011 07:38:37 +
Source: turbojson
Binary: python-turbojson
Architecture: source all
Version: 1.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-turbojson - plugin to use JSON templates in Python templating engines
Closes: 633538 642565
Changes: 
 turbojson (1.3.2-1) unstable; urgency=low
 .
   * New upstream release
   * Switched to dh_python2 (Closes: #633538)
   * debian/rules: don't run tests if nocheck is passed in
   DEB_BUILD_OPTIONS (Closes: #642565)
Checksums-Sha1: 
 5ebec3998e5f92a9777e4de79a0c0ad87a9da6d3 1358 turbojson_1.3.2-1.dsc
 2df78b067654385dc0db85099ca8eb6309fb8dfc 6613 turbojson_1.3.2.orig.tar.gz
 b5fd9d63385e839bfbc6abd566cb9bf57fb6412f 3571 turbojson_1.3.2-1.debian.tar.gz
 475706cafc249aa881167b59ef4074e912f11d67 10708 python-turbojson_1.3.2-1_all.deb
Checksums-Sha256: 
 9f92a1624ac768debd215d468c160dbd68385c423babe235acd108cada207e53 1358 
turbojson_1.3.2-1.dsc
 d517a7bde5346e17867f1eb42721f4d9c600e618e11ab7ad8b3536e66fda7ebe 6613 
turbojson_1.3.2.orig.tar.gz
 7214340478818ff46df4e532479b09d1d5d3a1f457e7c59f65a95625f36aa54c 3571 
turbojson_1.3.2-1.debian.tar.gz
 4c1328c4ea1fa7a2786e6726a27873366253bb9e0aada80d3e90752016d4c6b8 10708 
python-turbojson_1.3.2-1_all.deb
Files: 
 de7daf33791f94113461f0a48b4eea5f 1358 python optional turbojson_1.3.2-1.dsc
 d5065fb6c2aaaf7fb9e56cc4561090f4 6613 python optional 
turbojson_1.3.2.orig.tar.gz
 1ff2356995421a748e16306583571dda 3571 python optional 
turbojson_1.3.2-1.debian.tar.gz
 e964863f4b94d43f1d53319c555f968b 10708 python optional 
python-turbojson_1.3.2-1_all.deb

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

iEYEARECAAYFAk5/UHUACgkQ5qqQFxOSsXQj8QCgtbHZQUNFoe2nnd4VSXqPAik3
WVkAnRcLdE6zLonCzZvtbzOvHJUF010O
=Qu/Z
-END PGP SIGNATURE-


Accepted:
python-turbojson_1.3.2-1_all.deb
  to main/t/turbojson/python-turbojson_1.3.2-1_all.deb
turbojson_1.3.2-1.debian.tar.gz
  to main/t/turbojson/turbojson_1.3.2-1.debian.tar.gz
turbojson_1.3.2-1.dsc
  to main/t/turbojson/turbojson_1.3.2-1.dsc
turbojson_1.3.2.orig.tar.gz
  to main/t/turbojson/turbojson_1.3.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1r7roo-tn...@franck.debian.org



Accepted runsnakerun 2.0.2a1-1 (source all)

2011-10-21 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 09 Oct 2011 11:09:06 +
Source: runsnakerun
Binary: runsnakerun
Architecture: source all
Version: 2.0.2a1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 runsnakerun - GUI utility for (Python) cProfile or Profile profiler dumps
Closes: 575604
Changes: 
 runsnakerun (2.0.2a1-1) unstable; urgency=low
 .
   * Initial release (Closes: #575604)
Checksums-Sha1: 
 6df5ec034cc96a019aca28d1cedf208d86e4ca0c 1353 runsnakerun_2.0.2a1-1.dsc
 44eaf1eba26855e21d99fd9477846b603e4977c7 450498 runsnakerun_2.0.2a1.orig.tar.gz
 ff6a4901ab7a5fb09a9daced607d54dd5cb4b4dd 2608 
runsnakerun_2.0.2a1-1.debian.tar.gz
 6e85a6982be705ba2bb625cbbcb429b31263c781 452234 runsnakerun_2.0.2a1-1_all.deb
Checksums-Sha256: 
 fdabe50ac4d02d43ecae9a5ae8482f0197545b98123b11ef38848636518c6c4d 1353 
runsnakerun_2.0.2a1-1.dsc
 5b9cf817348d498e8f2970ffa9de3de7f71db66d78f3072f1800728e8893ea6a 450498 
runsnakerun_2.0.2a1.orig.tar.gz
 3eb209016902822a535be1e9ada8a131de59ea90ad13d589243884d31b192589 2608 
runsnakerun_2.0.2a1-1.debian.tar.gz
 3f55d0f8fab83571baabed47a61aac2d45374774e693629194281762edf0bad9 452234 
runsnakerun_2.0.2a1-1_all.deb
Files: 
 491eb43a8a3159a74988cc74d76e0264 1353 devel optional runsnakerun_2.0.2a1-1.dsc
 d24e9b2d7d827e2212db6eaf08a5ca31 450498 devel optional 
runsnakerun_2.0.2a1.orig.tar.gz
 38a2970c9cf1432be3b3eff45650e00d 2608 devel optional 
runsnakerun_2.0.2a1-1.debian.tar.gz
 3bbe907ac8776e1490d5d4fdae0b5873 452234 devel optional 
runsnakerun_2.0.2a1-1_all.deb

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

iEYEARECAAYFAk6fOssACgkQ5qqQFxOSsXQ34QCeJVTDQQXUgFblsgmXrztXjfyp
E0sAnR6JkHIj9SJP2hIREpT4EXTGqtYx
=bZ+9
-END PGP SIGNATURE-


Accepted:
runsnakerun_2.0.2a1-1.debian.tar.gz
  to main/r/runsnakerun/runsnakerun_2.0.2a1-1.debian.tar.gz
runsnakerun_2.0.2a1-1.dsc
  to main/r/runsnakerun/runsnakerun_2.0.2a1-1.dsc
runsnakerun_2.0.2a1-1_all.deb
  to main/r/runsnakerun/runsnakerun_2.0.2a1-1_all.deb
runsnakerun_2.0.2a1.orig.tar.gz
  to main/r/runsnakerun/runsnakerun_2.0.2a1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rhnek-00063n...@franck.debian.org



Accepted freshen 0.2-2 (source all)

2011-10-23 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Oct 2011 17:18:12 +0100
Source: freshen
Binary: python-freshen
Architecture: source all
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-freshen - acceptance testing framework for Python
Closes: 620363
Changes: 
 freshen (0.2-2) unstable; urgency=low
 .
   * Example files added (Closes: #620363)
   * Swiched to dh_python2
Checksums-Sha1: 
 1109d5f768a91f6ca66e6ec066e12e0c7dc06a08 1267 freshen_0.2-2.dsc
 91dcf5a8e9e20f35ead94a95dc7cd1aa450aa964 1640 freshen_0.2-2.debian.tar.gz
 89ceeea55aa7d76843d2b09bb93e6ea92be685c4 32874 python-freshen_0.2-2_all.deb
Checksums-Sha256: 
 60baaf316ff84dde08d7efd81da99ededacc3bb1e7748cd5753970e2e5366316 1267 
freshen_0.2-2.dsc
 77e6cb594b98d3e709260c26e6d3ca2c5bdc40c2b7508df3726c808a7725ea83 1640 
freshen_0.2-2.debian.tar.gz
 fe7677129f2b6d24f92772f23d8fba3d7ab6747a9ef29ad7430ab40436dea032 32874 
python-freshen_0.2-2_all.deb
Files: 
 b3177f4b15dfa3531d6c0df499ce102d 1267 python optional freshen_0.2-2.dsc
 d424bb299fbfecbec611afc723e38794 1640 python optional 
freshen_0.2-2.debian.tar.gz
 8b6ec59d9d54bdd253a6406d6730eb5c 32874 python optional 
python-freshen_0.2-2_all.deb

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

iEYEARECAAYFAk6kfwcACgkQ5qqQFxOSsXRpqgCeONH244dRrtv2SqwoDLd0Ej7A
ZNIAniefmSOQRbF/2Yp+j8+Dmf8KIDwY
=inXm
-END PGP SIGNATURE-


Accepted:
freshen_0.2-2.debian.tar.gz
  to main/f/freshen/freshen_0.2-2.debian.tar.gz
freshen_0.2-2.dsc
  to main/f/freshen/freshen_0.2-2.dsc
python-freshen_0.2-2_all.deb
  to main/f/freshen/python-freshen_0.2-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ri5bt-0003g9...@franck.debian.org



Accepted python-enum 0.4.4-2 (source all)

2011-10-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Oct 2011 14:16:43 +0100
Source: python-enum
Binary: python-enum
Architecture: source all
Version: 0.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-enum - robust enumerated type support in Python
Closes: 589992
Changes: 
 python-enum (0.4.4-2) unstable; urgency=low
 .
   * Removed useless setuptools in requires.txt (Closes: #589992)
Checksums-Sha1: 
 cee28cc8bbeff643ff9ff33aec2b8168ca447d01 1323 python-enum_0.4.4-2.dsc
 3e09d6d320fb291fcd584f22211ef430f65ebfd6 5869 python-enum_0.4.4-2.debian.tar.gz
 ad5cab0ca7ef25cd25551ea473cd074a9ed13c4c 9432 python-enum_0.4.4-2_all.deb
Checksums-Sha256: 
 ee486dac849b8cd0ebe37e4aa352ac9483c42d8631e134b60a77211fed16684d 1323 
python-enum_0.4.4-2.dsc
 090160442b716a62d1ac79ee96a46e689f0d80484a40bb31d2bc8f5846929c66 5869 
python-enum_0.4.4-2.debian.tar.gz
 f6ab040ac5cc4111875bac11d4c3157a491ff91eb85f08dee61952bb84d826c4 9432 
python-enum_0.4.4-2_all.deb
Files: 
 613b730b96695c425408e9fd2d06429c 1323 python optional python-enum_0.4.4-2.dsc
 a047767701bf93d03af620a6b24cb357 5869 python optional 
python-enum_0.4.4-2.debian.tar.gz
 510d496f6d1902841aaa9c580f6c3bae 9432 python optional 
python-enum_0.4.4-2_all.deb

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

iEYEARECAAYFAk6sGSQACgkQ5qqQFxOSsXS+MgCfUPr79iRMnwRGKAQR8ZziWNzY
88EAnAlTPMoNjYtFcpqT974WPzoCiZDn
=7OzF
-END PGP SIGNATURE-


Accepted:
python-enum_0.4.4-2.debian.tar.gz
  to main/p/python-enum/python-enum_0.4.4-2.debian.tar.gz
python-enum_0.4.4-2.dsc
  to main/p/python-enum/python-enum_0.4.4-2.dsc
python-enum_0.4.4-2_all.deb
  to main/p/python-enum/python-enum_0.4.4-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rkate-0001tz...@franck.debian.org



Accepted easyzone 1.2.2-1 (source all)

2011-10-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Oct 2011 17:35:08 +0100
Source: easyzone
Binary: python-easyzone
Architecture: source all
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-easyzone - DNS Zone abstraction Python module
Changes: 
 easyzone (1.2.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 fa5d6f7f1cae81da9a15b653b7207493fd56bdd1 1320 easyzone_1.2.2-1.dsc
 eb53cf50e2ebb4d571cd4b3e5502d2b93fe32314 6765 easyzone_1.2.2.orig.tar.gz
 2d04ce40654596866b69d73bf3997e92c13f4737 2023 easyzone_1.2.2-1.debian.tar.gz
 a34b6b2cce1826b305e321f401211bf6ac90126b 8734 python-easyzone_1.2.2-1_all.deb
Checksums-Sha256: 
 f90dda885d64de636a2828c7a5bd41b12923232050e8b574b870afc96100b669 1320 
easyzone_1.2.2-1.dsc
 34c7b9bad73745e332e69908a4a57abbb7ae3f6e75b37644ecf5745ee15fed98 6765 
easyzone_1.2.2.orig.tar.gz
 c80e1accb0daac3066d78149f017d3ac66b046d9559f015447f4ed43f641da2f 2023 
easyzone_1.2.2-1.debian.tar.gz
 bba2160c6e08f4a14fe2410e32afeb5e74129ad128aade70ac77b953f67cd9de 8734 
python-easyzone_1.2.2-1_all.deb
Files: 
 3e13151ea241734e8effeb16c5e3faf8 1320 python optional easyzone_1.2.2-1.dsc
 7745255e98127a81c84d2d79c04888e7 6765 python optional 
easyzone_1.2.2.orig.tar.gz
 e0d4949496b8d5e985f9e3695081d6f5 2023 python optional 
easyzone_1.2.2-1.debian.tar.gz
 53a70672ebcfe0e4e1780a688afe261b 8734 python optional 
python-easyzone_1.2.2-1_all.deb

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

iEYEARECAAYFAk6sW7gACgkQ5qqQFxOSsXQIBgCgyCvHM5Q7f+kCTNhVNnjs2SB9
wyUAoJ4CD9wPOuQ3CafvH0z+vAtvGimA
=S24G
-END PGP SIGNATURE-


Accepted:
easyzone_1.2.2-1.debian.tar.gz
  to main/e/easyzone/easyzone_1.2.2-1.debian.tar.gz
easyzone_1.2.2-1.dsc
  to main/e/easyzone/easyzone_1.2.2-1.dsc
easyzone_1.2.2.orig.tar.gz
  to main/e/easyzone/easyzone_1.2.2.orig.tar.gz
python-easyzone_1.2.2-1_all.deb
  to main/e/easyzone/python-easyzone_1.2.2-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rkfoh-0007nb...@franck.debian.org



Accepted cmd2 0.6.3-1 (source all)

2011-10-30 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Oct 2011 18:33:50 +0100
Source: cmd2
Binary: python-cmd2
Architecture: source all
Version: 0.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-cmd2 - enhanced Python cmd module
Closes: 647033
Changes: 
 cmd2 (0.6.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #647033)
Checksums-Sha1: 
 b658b0d6880d3fa710b24f85533d01b0a4812230 1260 cmd2_0.6.3-1.dsc
 7abddb42c077c4160a649060f0b13936881fc598 20351 cmd2_0.6.3.orig.tar.gz
 9805c780a84d42e6f569859e011a512c5144ac3e 1779 cmd2_0.6.3-1.debian.tar.gz
 672eaca91c46e626b56b3f42cb98839b479951e2 23328 python-cmd2_0.6.3-1_all.deb
Checksums-Sha256: 
 3992700c345d889aaa9b72a1f049d443a58fa553b1bd85632ce64d0404a7b4a1 1260 
cmd2_0.6.3-1.dsc
 90521571c0dfe1d6174276c6753edbb7ff5a3de13d0b17e9784a19ba396285ab 20351 
cmd2_0.6.3.orig.tar.gz
 f4cb111a552925ff6518334ad3d5d94ffdc624a5ac9825a8ee4b629ee6647e56 1779 
cmd2_0.6.3-1.debian.tar.gz
 f44814b42b122f0f96593b46ae6cb746060aac7c8004d88abbc622b8764d12ef 23328 
python-cmd2_0.6.3-1_all.deb
Files: 
 cb78cffa6019cef9bb9f8c6e406b1b8a 1260 python optional cmd2_0.6.3-1.dsc
 df8fab481e08d3a173a69ecec45fe844 20351 python optional cmd2_0.6.3.orig.tar.gz
 e0f558d4b86136e58d017795c08cf53a 1779 python optional 
cmd2_0.6.3-1.debian.tar.gz
 6536f394c96a463d8e3f8d7d7820b92a 23328 python optional 
python-cmd2_0.6.3-1_all.deb

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

iEYEARECAAYFAk6sGWUACgkQ5qqQFxOSsXQ+uQCfenMWlYTndMEDq96mToyoHnWP
PLwAnifCaMadv7hmNHsgm7in2rdcGyUx
=I3TO
-END PGP SIGNATURE-


Accepted:
cmd2_0.6.3-1.debian.tar.gz
  to main/c/cmd2/cmd2_0.6.3-1.debian.tar.gz
cmd2_0.6.3-1.dsc
  to main/c/cmd2/cmd2_0.6.3-1.dsc
cmd2_0.6.3.orig.tar.gz
  to main/c/cmd2/cmd2_0.6.3.orig.tar.gz
python-cmd2_0.6.3-1_all.deb
  to main/c/cmd2/python-cmd2_0.6.3-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rkv1c-0002yw...@franck.debian.org



Accepted python-bottle 0.9.7-1 (source all)

2011-11-18 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 18 Nov 2011 21:34:34 +
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.9.7-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.9.7-1) unstable; urgency=low
 .
   * New upstream version
   * debian/control:
 - bumped to debhelper 8
 - dependency to python-all added
   * debian/copyright updated
Checksums-Sha1: 
 745ab8661a81569ce0c53e40f47b511b3ef5d511 1505 python-bottle_0.9.7-1.dsc
 965b2cbf722c58e060fd702867a96e5edc20eabf 434306 python-bottle_0.9.7.orig.tar.gz
 b363510acbdf53045f93fd32e5bea89c83f30683 5598 
python-bottle_0.9.7-1.debian.tar.gz
 9f7e5fcb0725a3059ea91be6c5e9e05f9ad39abb 34840 python-bottle_0.9.7-1_all.deb
 18a7f6c27433a6a8e3cd07bbd220e3f8584e00ac 563204 
python-bottle-doc_0.9.7-1_all.deb
Checksums-Sha256: 
 218bd772e934d64215e87bd7c7496937619b421ffa641e1c31c693c46b08b5ff 1505 
python-bottle_0.9.7-1.dsc
 d3c416191344004142ccd08ee680a738233b81f5411bba09b7c26c49a98b 434306 
python-bottle_0.9.7.orig.tar.gz
 d302e08a4d9897ed5ca8432641a0a253d544934dd7bb0f1386e84299ca6d4b5e 5598 
python-bottle_0.9.7-1.debian.tar.gz
 280b4d736f556a25add6420c6a2da16a987dcffc7dff2c664d1d9e1430e04791 34840 
python-bottle_0.9.7-1_all.deb
 90613e7f28211d939b3c9f9eaa9bc443c1904b7bbcbbfb5762dde6f457249c48 563204 
python-bottle-doc_0.9.7-1_all.deb
Files: 
 9c149965b1f21cf4ca79503d57b17889 1505 python optional python-bottle_0.9.7-1.dsc
 e6bcf2976e96b9e0039bd5935245d410 434306 python optional 
python-bottle_0.9.7.orig.tar.gz
 b788e5843a44f41f6458afc9a4ec3348 5598 python optional 
python-bottle_0.9.7-1.debian.tar.gz
 d136d36c386f06b97ba0995e712b33eb 34840 python optional 
python-bottle_0.9.7-1_all.deb
 055b3b30e714cea07e19dd1f27432c20 563204 doc optional 
python-bottle-doc_0.9.7-1_all.deb

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

iEYEARECAAYFAk7G4r0ACgkQXjJjA8mLXV1p+gCgzgvSdyVVEwQTOlTVPkOqnfEw
6YIAoJl4vHW1E3aLPg5eGMaUxWg137dV
=5Z+h
-END PGP SIGNATURE-


Accepted:
python-bottle-doc_0.9.7-1_all.deb
  to main/p/python-bottle/python-bottle-doc_0.9.7-1_all.deb
python-bottle_0.9.7-1.debian.tar.gz
  to main/p/python-bottle/python-bottle_0.9.7-1.debian.tar.gz
python-bottle_0.9.7-1.dsc
  to main/p/python-bottle/python-bottle_0.9.7-1.dsc
python-bottle_0.9.7-1_all.deb
  to main/p/python-bottle/python-bottle_0.9.7-1_all.deb
python-bottle_0.9.7.orig.tar.gz
  to main/p/python-bottle/python-bottle_0.9.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rrxst-000245...@franck.debian.org



Accepted python-bottle 0.10.1-1 (source all)

2011-11-26 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Nov 2011 18:27:31 +
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.10.1-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.10.1-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 df84604b98316f14683a57c3e8b56174c550fb1f 1512 python-bottle_0.10.1-1.dsc
 fe2721e8b2afcd96b2169e7572b3665a843d92d2 448838 
python-bottle_0.10.1.orig.tar.gz
 45426d2b284997da26ee5711f08d9b599363961e 5600 
python-bottle_0.10.1-1.debian.tar.gz
 76c145990e2e224b23c5c055e8b93af6694dd7de 44420 python-bottle_0.10.1-1_all.deb
 1e62fb384e0b9650e421db3a41a05f320172db62 596786 
python-bottle-doc_0.10.1-1_all.deb
Checksums-Sha256: 
 e627df86072aadf1a9d3b7ad6c1f432bcf83c56602a4cb99891cff344231 1512 
python-bottle_0.10.1-1.dsc
 c21cbfad55d2221a57c3e3fe736e1b5b3617ef28ff4adf4b24b98306496ad254 448838 
python-bottle_0.10.1.orig.tar.gz
 09a577c0271692b39ce0f12f86b100b77c1784753074888e9b166d397ff8a1af 5600 
python-bottle_0.10.1-1.debian.tar.gz
 526494dcf15276909ae61cbed88465fc4a12432db390cdb31273a5bc3639206a 44420 
python-bottle_0.10.1-1_all.deb
 26649116bf76cbc5d11870250ab6fce2f4c7c4e5e2d02fb32910c369460c642f 596786 
python-bottle-doc_0.10.1-1_all.deb
Files: 
 5d3280eb52845d29e6a2b053c82053d9 1512 python optional 
python-bottle_0.10.1-1.dsc
 d17a30ead72746e3738a621ca8213ce4 448838 python optional 
python-bottle_0.10.1.orig.tar.gz
 aae581f28d504cc027dd23e00e6825cb 5600 python optional 
python-bottle_0.10.1-1.debian.tar.gz
 b7c774bf958c8287b383082a361d850d 44420 python optional 
python-bottle_0.10.1-1_all.deb
 cbe1d43378700379e49fa238b48ced95 596786 doc optional 
python-bottle-doc_0.10.1-1_all.deb

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

iEYEARECAAYFAk7ROsQACgkQXjJjA8mLXV3MEQCfatkXDiGh8ha1tlscft0SuGv0
oQYAoJdDZoNdYX/b4By9qTeI6PYvST0h
=V1i/
-END PGP SIGNATURE-


Accepted:
python-bottle-doc_0.10.1-1_all.deb
  to main/p/python-bottle/python-bottle-doc_0.10.1-1_all.deb
python-bottle_0.10.1-1.debian.tar.gz
  to main/p/python-bottle/python-bottle_0.10.1-1.debian.tar.gz
python-bottle_0.10.1-1.dsc
  to main/p/python-bottle/python-bottle_0.10.1-1.dsc
python-bottle_0.10.1-1_all.deb
  to main/p/python-bottle/python-bottle_0.10.1-1_all.deb
python-bottle_0.10.1.orig.tar.gz
  to main/p/python-bottle/python-bottle_0.10.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rurwd-0005ha...@franck.debian.org



Accepted uncertainties 1.8-1 (source all)

2011-11-02 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Nov 2011 19:47:11 +
Source: uncertainties
Binary: python-uncertainties
Architecture: source all
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-uncertainties - Python module for calculations with uncertainties
Changes: 
 uncertainties (1.8-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 4c42c9d995794c7541a3f0f31daf4c66d48b30d2 1386 uncertainties_1.8-1.dsc
 f27499e92a4aa9d32400ec2874edcd30fd375e8f 82639 uncertainties_1.8.orig.tar.gz
 70f1108ae63ba6286d619cc20913a58cd621fcd1 3658 uncertainties_1.8-1.debian.tar.gz
 0c7834f79678a9f73b43810d5a9bbae6556691ba 38142 
python-uncertainties_1.8-1_all.deb
Checksums-Sha256: 
 4cb76feeedd580f5519d2f828d69222da54ec6e359510a8c931cb56bfcd47ca8 1386 
uncertainties_1.8-1.dsc
 8f8a5b6f7f4ed460cbdfe551f1c669ef13b74273f9331faf23498f1dc14c7dbb 82639 
uncertainties_1.8.orig.tar.gz
 370f48f424e11670ac979eee63c083d1472fe51870d098262d203f2487de08e5 3658 
uncertainties_1.8-1.debian.tar.gz
 43c32b05e838df88c83c913ff8ac3483bff6e3ee0fbcbe2f26daf7e1252b5f9f 38142 
python-uncertainties_1.8-1_all.deb
Files: 
 1882f675888a40c082f54b7841006638 1386 python optional uncertainties_1.8-1.dsc
 e73ec72474a66302a86625bf61ae2817 82639 python optional 
uncertainties_1.8.orig.tar.gz
 728aab6c1e7134ba0a19abc8e8579486 3658 python optional 
uncertainties_1.8-1.debian.tar.gz
 db141ae821ddb2d55b314cf18e1837da 38142 python optional 
python-uncertainties_1.8-1_all.deb

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

iEYEARECAAYFAk6xsoYACgkQ5qqQFxOSsXQgJACfbqnK+HMXnpHUwl9w1AB8RXLh
Fn4An1BIBxYgup9i6IqZGPQW3A1kPFMx
=/ZBj
-END PGP SIGNATURE-


Accepted:
python-uncertainties_1.8-1_all.deb
  to main/u/uncertainties/python-uncertainties_1.8-1_all.deb
uncertainties_1.8-1.debian.tar.gz
  to main/u/uncertainties/uncertainties_1.8-1.debian.tar.gz
uncertainties_1.8-1.dsc
  to main/u/uncertainties/uncertainties_1.8-1.dsc
uncertainties_1.8.orig.tar.gz
  to main/u/uncertainties/uncertainties_1.8.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rlicm-0002m8...@franck.debian.org



Accepted runsnakerun 2.0.2a1-2 (source all)

2011-11-03 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Nov 2011 21:39:37 +
Source: runsnakerun
Binary: runsnakerun
Architecture: source all
Version: 2.0.2a1-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 runsnakerun - GUI utility for (Python) cProfile or Profile profiler dumps
Closes: 647519
Changes: 
 runsnakerun (2.0.2a1-2) unstable; urgency=low
 .
   * Dependency on python-setuptools added (Closes: #647519)
Checksums-Sha1: 
 9a7b39d7295677bc7b2959864cb0d88762fdb39e 1353 runsnakerun_2.0.2a1-2.dsc
 2a4cf64b3015b6ae39345e5b58af7b43779a3109 2728 
runsnakerun_2.0.2a1-2.debian.tar.gz
 c588c9c778de29e63a6395104483fb9fc042b419 451982 runsnakerun_2.0.2a1-2_all.deb
Checksums-Sha256: 
 bb86b3fec96c3919b8b0dab07be380a05ca7fc628b6e6c238cc3cc0674fd5663 1353 
runsnakerun_2.0.2a1-2.dsc
 efe2ecf20d10d7a848812c2409667991361632b523c76fa48709265d61bf7eba 2728 
runsnakerun_2.0.2a1-2.debian.tar.gz
 414c94c3fed2ea4a09b5ad3aacd0ff9c9af9174d166fddec2894ed28cc779896 451982 
runsnakerun_2.0.2a1-2_all.deb
Files: 
 6089997d093cc5ee2ead151e8c83d6a4 1353 devel optional runsnakerun_2.0.2a1-2.dsc
 6d8f73ce534eee3f34dab8c4ec93b5b8 2728 devel optional 
runsnakerun_2.0.2a1-2.debian.tar.gz
 9d740d2028aa5c958a0599a09a4572de 451982 devel optional 
runsnakerun_2.0.2a1-2_all.deb

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

iEYEARECAAYFAk6zC38ACgkQXjJjA8mLXV0/2gCeKBh6g5Sb9ckjTBjVWBvNNzNk
CJQAoJo/bkLma0jXF7cigBrgivnYWcXL
=FszZ
-END PGP SIGNATURE-


Accepted:
runsnakerun_2.0.2a1-2.debian.tar.gz
  to main/r/runsnakerun/runsnakerun_2.0.2a1-2.debian.tar.gz
runsnakerun_2.0.2a1-2.dsc
  to main/r/runsnakerun/runsnakerun_2.0.2a1-2.dsc
runsnakerun_2.0.2a1-2_all.deb
  to main/r/runsnakerun/runsnakerun_2.0.2a1-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rm5kj-0002ke...@franck.debian.org



Accepted squaremap 1.0.1b3-1 (source all)

2011-10-11 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 09 Oct 2011 12:11:21 +
Source: squaremap
Binary: python-squaremap
Architecture: source all
Version: 1.0.1b3-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-squaremap - wxPython control to display hierarchic data as nested 
squares
Closes: 644852
Changes: 
 squaremap (1.0.1b3-1) unstable; urgency=low
 .
   * Initial release (Closes: #644852)
Checksums-Sha1: 
 a78e78f6f39f469f68a2ce695640fd3095613a00 1309 squaremap_1.0.1b3-1.dsc
 21640d3d8dc23eace714f70d688d1a06aff0e97f 7367 squaremap_1.0.1b3.orig.tar.gz
 1c2a9b97ba3a0f0e97b3094539ecfdcf01c332e2 1266 squaremap_1.0.1b3-1.debian.tar.gz
 85b70be4d58123948f04587fef639c1603422c07 9134 
python-squaremap_1.0.1b3-1_all.deb
Checksums-Sha256: 
 ff72540f4be4ec8493d1710a4386de06b871cf961174851d9333f051525efe22 1309 
squaremap_1.0.1b3-1.dsc
 9ba7fcec959b1d7366857d1e8bd0f801ba6042a5f9123d5b4f5325db4ed79c88 7367 
squaremap_1.0.1b3.orig.tar.gz
 be11f80f74c9afb5da1d1ec97ded849be4faa49e9c0e4284d5fa45e6e23c39eb 1266 
squaremap_1.0.1b3-1.debian.tar.gz
 21e51f77efbb8e1d490b4a88711dc5a6a35145c4ac7679553d71ffc102e14f5a 9134 
python-squaremap_1.0.1b3-1_all.deb
Files: 
 b6ac24e083827ae4e3082a39798da673 1309 python optional squaremap_1.0.1b3-1.dsc
 7f421173f9efd33d03662e78b39e81ca 7367 python optional 
squaremap_1.0.1b3.orig.tar.gz
 132e3cab9ebfaff5a8ba6ec8d5a3af20 1266 python optional 
squaremap_1.0.1b3-1.debian.tar.gz
 21af593e4a6a59ce633778dac0340cfb 9134 python optional 
python-squaremap_1.0.1b3-1_all.deb

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

iEYEARECAAYFAk6R+bAACgkQ5qqQFxOSsXQJtACeILer6Qy5NRc0DSeuQUy+6DRm
FiIAn3KYQ1PsSLeX6fcKychditXdcZJp
=wsRM
-END PGP SIGNATURE-


Accepted:
python-squaremap_1.0.1b3-1_all.deb
  to main/s/squaremap/python-squaremap_1.0.1b3-1_all.deb
squaremap_1.0.1b3-1.debian.tar.gz
  to main/s/squaremap/squaremap_1.0.1b3-1.debian.tar.gz
squaremap_1.0.1b3-1.dsc
  to main/s/squaremap/squaremap_1.0.1b3-1.dsc
squaremap_1.0.1b3.orig.tar.gz
  to main/s/squaremap/squaremap_1.0.1b3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rdfuf-0001ip...@franck.debian.org



Accepted python-bottle 0.10.6-1 (source all)

2011-12-22 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Dec 2011 21:42:21 +
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.10.6-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.10.6-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 4a85283162c4dea5709f3aba6d1e56df6dd7bfef 1516 python-bottle_0.10.6-1.dsc
 956c082e0e3d46db49a9d124fb344211f8314303 449692 
python-bottle_0.10.6.orig.tar.gz
 7f80889eb4a7cfdedea0b18fd59fc02bd03d4d11 5740 
python-bottle_0.10.6-1.debian.tar.gz
 cda35666e9930e893206017ee43e9059314d9a4d 44486 python-bottle_0.10.6-1_all.deb
 6950685994134e0edb8638b13c970438a1280ab0 603434 
python-bottle-doc_0.10.6-1_all.deb
Checksums-Sha256: 
 22f3dac96a20b1db2a9c6ff328e16f87ae137ce0f78970fa40ac4004312a90b6 1516 
python-bottle_0.10.6-1.dsc
 3fda8396e955210fa31f97903d7ff13f117bcb391df5b2a359821a20920dff2c 449692 
python-bottle_0.10.6.orig.tar.gz
 46ce54a4046aa360219716145fca1dcede9aa4a4348e10d3d124ae698f8d71f1 5740 
python-bottle_0.10.6-1.debian.tar.gz
 49f02afb4012df49bb43ee01cca019491b96ac38152497dfbdc03a80048e3916 44486 
python-bottle_0.10.6-1_all.deb
 d099f14de1b91b7797f2e1fd7a79bf838140575f9adee8ace0beb3a1382ab687 603434 
python-bottle-doc_0.10.6-1_all.deb
Files: 
 d9b1ca32f7a0f2ee3cc132a47d9216d1 1516 python optional 
python-bottle_0.10.6-1.dsc
 f9075c3edede1cee5f6effe89aaa13bc 449692 python optional 
python-bottle_0.10.6.orig.tar.gz
 b30b5473258d948273b819c91f49b718 5740 python optional 
python-bottle_0.10.6-1.debian.tar.gz
 183bcc726d59ce05a452722477f81ecd 44486 python optional 
python-bottle_0.10.6-1_all.deb
 169986ba61a41ca9144fcbf5fdf96b9b 603434 doc optional 
python-bottle-doc_0.10.6-1_all.deb

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

iEYEARECAAYFAk7zus4ACgkQXjJjA8mLXV3iXQCgvTc9nwZ39yTC1UTLwIB9NLM5
h2wAoLyVCxRPD/J1ir4AG/IsES62hp4m
=tdZZ
-END PGP SIGNATURE-


Accepted:
python-bottle-doc_0.10.6-1_all.deb
  to main/p/python-bottle/python-bottle-doc_0.10.6-1_all.deb
python-bottle_0.10.6-1.debian.tar.gz
  to main/p/python-bottle/python-bottle_0.10.6-1.debian.tar.gz
python-bottle_0.10.6-1.dsc
  to main/p/python-bottle/python-bottle_0.10.6-1.dsc
python-bottle_0.10.6-1_all.deb
  to main/p/python-bottle/python-bottle_0.10.6-1_all.deb
python-bottle_0.10.6.orig.tar.gz
  to main/p/python-bottle/python-bottle_0.10.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rds8c-0006n6...@franck.debian.org



Accepted squaremap 1:1.0.1-1 (source all)

2012-03-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 29 Mar 2012 21:34:06 +0100
Source: squaremap
Binary: python-squaremap
Architecture: source all
Version: 1:1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-squaremap - wxPython control to display hierarchic data as nested 
squares
Closes: 664662
Changes: 
 squaremap (1:1.0.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #664662)
Checksums-Sha1: 
 bb08a4fd6ca74bfda438d2b5ce37af4bd637d919 1315 squaremap_1.0.1-1.dsc
 8684ac9ae6db72f013471d48430d883171682d89 7425 squaremap_1.0.1.orig.tar.gz
 722df9cf7be041bf7e18cc12ec160d4e9c2154e8 1344 squaremap_1.0.1-1.debian.tar.gz
 28d0a228d62ead4ceb60deefaf221778c9f1e86b 9294 python-squaremap_1.0.1-1_all.deb
Checksums-Sha256: 
 8b188a459e03c5f300aea3973cba2cdc9ab0b93d9396001fc3432b540daf 1315 
squaremap_1.0.1-1.dsc
 2b101200ab9606812128be8f589324c19fcecbaa4f2634adf78e8553f122782e 7425 
squaremap_1.0.1.orig.tar.gz
 38a221555eb57620d5204c83c178ade1d4c1bf3811ac96fda1b7992a7386ea11 1344 
squaremap_1.0.1-1.debian.tar.gz
 c0be6745f733ed56d4e986b56b09fb9f5bf1227545689b340538f8e04f99e7e5 9294 
python-squaremap_1.0.1-1_all.deb
Files: 
 14956605529e64deb7e4899c943d853c 1315 python optional squaremap_1.0.1-1.dsc
 c710967fee3821aa732cd7bd4952013b 7425 python optional 
squaremap_1.0.1.orig.tar.gz
 c1b19ac7c250f8afe851a6b6d2403963 1344 python optional 
squaremap_1.0.1-1.debian.tar.gz
 20e9147f3704250373a388020a79c0a6 9294 python optional 
python-squaremap_1.0.1-1_all.deb

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

iEYEARECAAYFAk90yIIACgkQXjJjA8mLXV3tCACaA3eWgjxFvNIn7lSsui9MeRLf
/1QAoMTUjFgyargil44OrCv+rLW4RP/j
=ZAeY
-END PGP SIGNATURE-


Accepted:
python-squaremap_1.0.1-1_all.deb
  to main/s/squaremap/python-squaremap_1.0.1-1_all.deb
squaremap_1.0.1-1.debian.tar.gz
  to main/s/squaremap/squaremap_1.0.1-1.debian.tar.gz
squaremap_1.0.1-1.dsc
  to main/s/squaremap/squaremap_1.0.1-1.dsc
squaremap_1.0.1.orig.tar.gz
  to main/s/squaremap/squaremap_1.0.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sdmqi-0006yz...@franck.debian.org



Accepted pymongo 2.1.1-3 (source i386 all)

2012-02-25 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Feb 2012 17:10:28 +
Source: pymongo
Binary: python-pymongo python-pymongo-ext python-pymongo-doc python-gridfs 
python-bson python-bson-ext
Architecture: source i386 all
Version: 2.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
Closes: 657150
Changes: 
 pymongo (2.1.1-3) unstable; urgency=low
 .
   * C extensions moved to python-pymongo-ext and python-bson-ext
 packages (Closes: #657150)
Checksums-Sha1: 
 c0bbdc022ab8d767eccfffeae91b9017f20e523e 1620 pymongo_2.1.1-3.dsc
 b066a89a77febd6fbc1d07976f1b047b6da5836c 3752 pymongo_2.1.1-3.debian.tar.gz
 d671d0e67337ee3e28a146d767d2b7f1fdaac0f8 75234 python-pymongo_2.1.1-3_i386.deb
 86a20f87a86527fb409119e7902cc2d9b513ce29 53312 
python-pymongo-ext_2.1.1-3_i386.deb
 5aa91397be04ab355ab5be0a457073fc23ca90a4 821752 
python-pymongo-doc_2.1.1-3_all.deb
 773b555484cc11ed91a96296f61057c87389a5ce 21844 python-gridfs_2.1.1-3_all.deb
 08ea10a0cba28e60cb9f84e256ea2a1ef319441c 27996 python-bson_2.1.1-3_i386.deb
 a492a97d675f78d890a27798fdc4d585c30e1935 48884 python-bson-ext_2.1.1-3_i386.deb
Checksums-Sha256: 
 41b8447204e92a69108ba1aea634020e0f665dd4466981d1a52de86346e34c60 1620 
pymongo_2.1.1-3.dsc
 a04de0a92dc7d0ddf61a5990697f7f6f7ef8f7625bea34a3665b255897b61e31 3752 
pymongo_2.1.1-3.debian.tar.gz
 cedb65cddadf0715837b5603b978f49be103c7bd598ff117771628d55aa37342 75234 
python-pymongo_2.1.1-3_i386.deb
 15c8b5eaf0e14b2895e7a6d48a0de1697e067b947d4a645fa6da3ae1642e4c90 53312 
python-pymongo-ext_2.1.1-3_i386.deb
 7c18ac0cc12532e0336f75b0533394e1c4593c5710d9c5c1efb91f56ed2fd14b 821752 
python-pymongo-doc_2.1.1-3_all.deb
 bc43c08386922f6ff736e81b2e1d24af86b19c863be927e5444357327653cb05 21844 
python-gridfs_2.1.1-3_all.deb
 4ad00773fc3e63a883f554ee2224dcf65ed3e911218f5930b32301b63dde30f3 27996 
python-bson_2.1.1-3_i386.deb
 ebe589cfe3a67abbc98c2b3c65ef029061ba6a38fbb938fe88ce3d3556efc859 48884 
python-bson-ext_2.1.1-3_i386.deb
Files: 
 c488dd40d1737dd9bd01f6687aec9d85 1620 python optional pymongo_2.1.1-3.dsc
 18454ffefd9130c4b4710579d6fb6160 3752 python optional 
pymongo_2.1.1-3.debian.tar.gz
 223185c55d89880a66973c0050448821 75234 python optional 
python-pymongo_2.1.1-3_i386.deb
 cc71950b7160af1846bd4b7f9986ac46 53312 python optional 
python-pymongo-ext_2.1.1-3_i386.deb
 a8ad46efb196ca51cac9834c8b948285 821752 doc optional 
python-pymongo-doc_2.1.1-3_all.deb
 919d019ee5ef0855b3645e6162d47d8b 21844 python optional 
python-gridfs_2.1.1-3_all.deb
 ce3ddaede21f03c817d80ac573558e62 27996 python optional 
python-bson_2.1.1-3_i386.deb
 ea794d62bc06e6d7c359bfd7580ab8d1 48884 python optional 
python-bson-ext_2.1.1-3_i386.deb

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

iEYEARECAAYFAk9JIoIACgkQXjJjA8mLXV0GKgCfeishFBQ47dFEnnMe+w5S0xwz
AAEAn0u5ynJ1X/CYO4s0f2DkOrAhSDNQ
=TFWi
-END PGP SIGNATURE-


Accepted:
pymongo_2.1.1-3.debian.tar.gz
  to main/p/pymongo/pymongo_2.1.1-3.debian.tar.gz
pymongo_2.1.1-3.dsc
  to main/p/pymongo/pymongo_2.1.1-3.dsc
python-bson-ext_2.1.1-3_i386.deb
  to main/p/pymongo/python-bson-ext_2.1.1-3_i386.deb
python-bson_2.1.1-3_i386.deb
  to main/p/pymongo/python-bson_2.1.1-3_i386.deb
python-gridfs_2.1.1-3_all.deb
  to main/p/pymongo/python-gridfs_2.1.1-3_all.deb
python-pymongo-doc_2.1.1-3_all.deb
  to main/p/pymongo/python-pymongo-doc_2.1.1-3_all.deb
python-pymongo-ext_2.1.1-3_i386.deb
  to main/p/pymongo/python-pymongo-ext_2.1.1-3_i386.deb
python-pymongo_2.1.1-3_i386.deb
  to main/p/pymongo/python-pymongo_2.1.1-3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1s1mfc-0002bo...@franck.debian.org



Accepted python-bottle 0.10.7-1 (source all)

2012-01-21 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 21 Jan 2012 19:08:19 +
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.10.7-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.10.7-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 5479c1da6763658c4a656e477699c98ad73a06ca 1516 python-bottle_0.10.7-1.dsc
 5d849a01952d16e6042676eea4e2364b56e1f108 449865 
python-bottle_0.10.7.orig.tar.gz
 c3df82ddf77f6fd1bcffd61b2d60ce66fb729cd2 5769 
python-bottle_0.10.7-1.debian.tar.gz
 8b8db72c428181d3bab8ffbe08c8abc54817d844 44562 python-bottle_0.10.7-1_all.deb
 aeb2b1a176caf8d1030e037eb0a0453a33be8ebf 603642 
python-bottle-doc_0.10.7-1_all.deb
Checksums-Sha256: 
 6893aacf803e11abeb72dbe7b2ee9a9601655b2447d53b0c584c337b6a067e8f 1516 
python-bottle_0.10.7-1.dsc
 2bd3a10a410a671f25ebf567afb73f2be6ae63f82692692d320e64bcb4c8335d 449865 
python-bottle_0.10.7.orig.tar.gz
 540f40cfa37dbe2be59838a640cd0ac042f5832ea7ed2fb0a288c33304485871 5769 
python-bottle_0.10.7-1.debian.tar.gz
 a402cd53d4df4d50180d8380d90c8649f0f6324339cbcef5dcd3a58a5ed5bd15 44562 
python-bottle_0.10.7-1_all.deb
 122f58936cf7fb0a1563cc046f0a4778d18e782d9876a59be87d0d43cc74046c 603642 
python-bottle-doc_0.10.7-1_all.deb
Files: 
 ac03a807750658b84fe37a74ce3a070c 1516 python optional 
python-bottle_0.10.7-1.dsc
 0f15f4c8f3be3753c402438f6d8e0487 449865 python optional 
python-bottle_0.10.7.orig.tar.gz
 03a0c2f297892e4bdef2fe306bca1b0b 5769 python optional 
python-bottle_0.10.7-1.debian.tar.gz
 8eb18433742ac24cb1e8053c6ee633e5 44562 python optional 
python-bottle_0.10.7-1_all.deb
 216152140ce5560d23774e34f928e0b8 603642 doc optional 
python-bottle-doc_0.10.7-1_all.deb

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

iEYEARECAAYFAk8bEB0ACgkQXjJjA8mLXV1j2gCePRZLQkpbzHCdIWtSoxsplyb3
1LcAnjS1BxhLcEndGoTSkLGoYeMZjVSM
=n/yR
-END PGP SIGNATURE-


Accepted:
python-bottle-doc_0.10.7-1_all.deb
  to main/p/python-bottle/python-bottle-doc_0.10.7-1_all.deb
python-bottle_0.10.7-1.debian.tar.gz
  to main/p/python-bottle/python-bottle_0.10.7-1.debian.tar.gz
python-bottle_0.10.7-1.dsc
  to main/p/python-bottle/python-bottle_0.10.7-1.dsc
python-bottle_0.10.7-1_all.deb
  to main/p/python-bottle/python-bottle_0.10.7-1_all.deb
python-bottle_0.10.7.orig.tar.gz
  to main/p/python-bottle/python-bottle_0.10.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1roggq-0001u9...@franck.debian.org



Accepted pymongo 2.1.1-1 (source i386 all)

2012-01-24 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 24 Jan 2012 20:33:33 +
Source: pymongo
Binary: python-pymongo python-pymongo-doc python-gridfs python-bson
Architecture: source i386 all
Version: 2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
Changes: 
 pymongo (2.1.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 c5a66d72f8254935fb099132b538fded0480c99a 1506 pymongo_2.1.1-1.dsc
 f6d479ce863cf202aaa687d9f7739ffb47b4f421 199974 pymongo_2.1.1.orig.tar.gz
 3e3f3ad3547f9c2c4e9ced2f506fe1dc2055f9ad 3446 pymongo_2.1.1-1.debian.tar.gz
 f3a86442528e8e2877171ce0900066e8a3a159e5 118192 python-pymongo_2.1.1-1_i386.deb
 59c9a2cb047946818c6cc25a8b77fca68120dee8 802262 
python-pymongo-doc_2.1.1-1_all.deb
 3d3aadba52a1bd5285771e7d7043b8f8d5cc2704 21760 python-gridfs_2.1.1-1_all.deb
 e33b4a7ce6f0987425246975be9734f6d61c7a49 63384 python-bson_2.1.1-1_i386.deb
Checksums-Sha256: 
 d29b0c7fde024cefbe03f099fb4ba8329148cec2cb6e112238f9ebb9b0d50d97 1506 
pymongo_2.1.1-1.dsc
 7dd891ce2088a2d21f172102be530cc3083571a0f1eecfa0aff612da8076c37b 199974 
pymongo_2.1.1.orig.tar.gz
 5da4a74fbb572e71fb0f8f340d0ab7399cb5e0f220d253bc33c47e72b92daca6 3446 
pymongo_2.1.1-1.debian.tar.gz
 fd766b01f0a33ec579b4f4bc309c3fef838bab3eb3bd56cc88096d96dc777411 118192 
python-pymongo_2.1.1-1_i386.deb
 fb06fd0ec1f10bb2ab6893b7728712764e1cd293c5a2512bda2558805e58c2f8 802262 
python-pymongo-doc_2.1.1-1_all.deb
 8d40dd4efe8249098b17da426e2746c5d6d76a6889d7112f1ce7c6bb2f330d1e 21760 
python-gridfs_2.1.1-1_all.deb
 8d15f2a9ca8772efcfe6e36a8472292e16505a4631be4596651be781547a1318 63384 
python-bson_2.1.1-1_i386.deb
Files: 
 f72abd313424f35f33ba5ca736056021 1506 python optional pymongo_2.1.1-1.dsc
 fa0e171cf2538b77215ccff4f4126edd 199974 python optional 
pymongo_2.1.1.orig.tar.gz
 910da9733186a74cb02bb7de286856fc 3446 python optional 
pymongo_2.1.1-1.debian.tar.gz
 7b132336eb671ea8e35ad548071a14d9 118192 python optional 
python-pymongo_2.1.1-1_i386.deb
 d035af70dfe63dd8707c08633d975a5d 802262 doc optional 
python-pymongo-doc_2.1.1-1_all.deb
 3e68df7ad6ecbf7121a4aaa5146d5309 21760 python optional 
python-gridfs_2.1.1-1_all.deb
 29c65b3bc59bc93c13f7318c915dbea2 63384 python optional 
python-bson_2.1.1-1_i386.deb

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

iEYEARECAAYFAk8fJk4ACgkQXjJjA8mLXV3WKgCgo8F3xkypplQUKdErS2YGX+kx
rF4AoI+WGkG7bZoTrEi54axbX14mqinH
=pKOh
-END PGP SIGNATURE-


Accepted:
pymongo_2.1.1-1.debian.tar.gz
  to main/p/pymongo/pymongo_2.1.1-1.debian.tar.gz
pymongo_2.1.1-1.dsc
  to main/p/pymongo/pymongo_2.1.1-1.dsc
pymongo_2.1.1.orig.tar.gz
  to main/p/pymongo/pymongo_2.1.1.orig.tar.gz
python-bson_2.1.1-1_i386.deb
  to main/p/pymongo/python-bson_2.1.1-1_i386.deb
python-gridfs_2.1.1-1_all.deb
  to main/p/pymongo/python-gridfs_2.1.1-1_all.deb
python-pymongo-doc_2.1.1-1_all.deb
  to main/p/pymongo/python-pymongo-doc_2.1.1-1_all.deb
python-pymongo_2.1.1-1_i386.deb
  to main/p/pymongo/python-pymongo_2.1.1-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rpofo-0004uq...@franck.debian.org



Accepted pymongo 2.1.1-2 (source i386 all)

2012-02-12 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 10 Feb 2012 21:55:36 +
Source: pymongo
Binary: python-pymongo python-pymongo-ext python-pymongo-doc python-gridfs 
python-bson python-bson-ext
Architecture: source i386 all
Version: 2.1.1-2
Distribution: experimental
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
Changes: 
 pymongo (2.1.1-2) experimental; urgency=low
 .
   * C extensions moved to python-pymongo-ext and python-bson-ext packages
Checksums-Sha1: 
 8f1b13bae197d0ac8fb646d8594445065694c845 1620 pymongo_2.1.1-2.dsc
 d4b45eacaa986ac6541a3c325af3ce789b9d3ca2 3763 pymongo_2.1.1-2.debian.tar.gz
 68cd1b6167fe6fbc6c3f0e7597a8533d05416a22 75390 python-pymongo_2.1.1-2_i386.deb
 7d3b47853ce6e0e099a939c53ef6a8354eb3f28d 53296 
python-pymongo-ext_2.1.1-2_i386.deb
 fa954404ec0d8c2d19eb6fde4890466ee2595a44 825430 
python-pymongo-doc_2.1.1-2_all.deb
 1aa690f6de45683369039d96bb2d6387318d8a71 21844 python-gridfs_2.1.1-2_all.deb
 e64f6caaeb88ee3540be534e071cc9c5d2149fd8 28036 python-bson_2.1.1-2_i386.deb
 13a625eb00e8ce8296eb824fedb3cd9c85f02b48 48868 python-bson-ext_2.1.1-2_i386.deb
Checksums-Sha256: 
 64dbc0486571e50a277f66c89d3f0cab7071f7e6fdf56f05a650c14c55249d90 1620 
pymongo_2.1.1-2.dsc
 6f2b8e5999b27c76d7510bb397e52f6171cb6b493a372136a7edc30add2ad532 3763 
pymongo_2.1.1-2.debian.tar.gz
 1161ae9a85aa751f8cdb6c0e6f6922a053edb29cf708fe18167cbba44150939b 75390 
python-pymongo_2.1.1-2_i386.deb
 22ec3bcd4041817493cd7ac124646d673909f03a5943ba4849308b0a459e8d36 53296 
python-pymongo-ext_2.1.1-2_i386.deb
 0cc4704c857b702aab86a68e05b2aaa36a71362634694c081c775665b52678be 825430 
python-pymongo-doc_2.1.1-2_all.deb
 25c041531ff47ce6d1a4c0dc59b63f8bafea31664ac091736fbb1651c341606a 21844 
python-gridfs_2.1.1-2_all.deb
 31729955d67a8660e789802e22a0ff97e48ca91a7c925c32976ca4e88321eae2 28036 
python-bson_2.1.1-2_i386.deb
 ee338e508f702a7a3d6ce31967840b4f0b42bb958b95b98ffb741b368be62d54 48868 
python-bson-ext_2.1.1-2_i386.deb
Files: 
 fa3d4e2e8c5baa1dab7ca88a58cd81d3 1620 python optional pymongo_2.1.1-2.dsc
 6ce8ff7bfb37d51e2819093cef6328d7 3763 python optional 
pymongo_2.1.1-2.debian.tar.gz
 07a1cf1d346e31ab1657a5d0d1fac783 75390 python optional 
python-pymongo_2.1.1-2_i386.deb
 c39586658c688afa56ce28b248ff75d3 53296 python optional 
python-pymongo-ext_2.1.1-2_i386.deb
 95b3111f507d67ca439186d1b7d8f6ef 825430 doc optional 
python-pymongo-doc_2.1.1-2_all.deb
 947905edba881ef8e29b7ca563a648d6 21844 python optional 
python-gridfs_2.1.1-2_all.deb
 4f56fde349edb77b66becd469270cba5 28036 python optional 
python-bson_2.1.1-2_i386.deb
 ad72ee909fc406dd0e8f5ed9d906 48868 python optional 
python-bson-ext_2.1.1-2_i386.deb

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

iEYEARECAAYFAk820csACgkQ5qqQFxOSsXQQ7ACgqG7dCpEyOw3HhYmoi/a415Yu
j7UAoLsGIUmpjTJ1vBCw0UwlKVVwQ28e
=FnOs
-END PGP SIGNATURE-


Accepted:
pymongo_2.1.1-2.debian.tar.gz
  to main/p/pymongo/pymongo_2.1.1-2.debian.tar.gz
pymongo_2.1.1-2.dsc
  to main/p/pymongo/pymongo_2.1.1-2.dsc
python-bson-ext_2.1.1-2_i386.deb
  to main/p/pymongo/python-bson-ext_2.1.1-2_i386.deb
python-bson_2.1.1-2_i386.deb
  to main/p/pymongo/python-bson_2.1.1-2_i386.deb
python-gridfs_2.1.1-2_all.deb
  to main/p/pymongo/python-gridfs_2.1.1-2_all.deb
python-pymongo-doc_2.1.1-2_all.deb
  to main/p/pymongo/python-pymongo-doc_2.1.1-2_all.deb
python-pymongo-ext_2.1.1-2_i386.deb
  to main/p/pymongo/python-pymongo-ext_2.1.1-2_i386.deb
python-pymongo_2.1.1-2_i386.deb
  to main/p/pymongo/python-pymongo_2.1.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rwhxh-0006mf...@franck.debian.org



Accepted python-bottle 0.10.9-1 (source all)

2012-02-17 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Feb 2012 20:09:00 +
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.10.9-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.10.9-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 0f5359e245b6874efb498b6eafd00d52b0e40e15 1516 python-bottle_0.10.9-1.dsc
 83f05549da7bf0113bf0f6f7a42f825dbd30f097 449880 
python-bottle_0.10.9.orig.tar.gz
 1a719e5c25eec0074f9d3d56bc825cde72367c1f 5775 
python-bottle_0.10.9-1.debian.tar.gz
 9a8c6780b0a346b4bbc4d26ff4d02b58fcf23df7 44592 python-bottle_0.10.9-1_all.deb
 432dca0361afa6671c7b5d3622d3cba3642b4a80 621682 
python-bottle-doc_0.10.9-1_all.deb
Checksums-Sha256: 
 5388a191c1c56f260714e73cdc0b7087285a7e59f992c61f0da4384f0e869fb6 1516 
python-bottle_0.10.9-1.dsc
 157566f5c1e6fdc3dfbc167a006b8baa8745a4bb872c1ef3ee898efde7ef7016 449880 
python-bottle_0.10.9.orig.tar.gz
 6451f074632ecccb34a35bd74f86b4262edbeaea0a636ac49f46e4f3f304906b 5775 
python-bottle_0.10.9-1.debian.tar.gz
 6513688571f39a2f51a1dfff4d5388656afc80e9ec98098adc378e8bcf3a0cef 44592 
python-bottle_0.10.9-1_all.deb
 9c6993018fe070a0368bbc5d6141b5d106d10ae88c6aaa9825b0401784e6a0be 621682 
python-bottle-doc_0.10.9-1_all.deb
Files: 
 b372f6c24c8714f31aa7f3e8c5eff460 1516 python optional 
python-bottle_0.10.9-1.dsc
 136b1906bf08296b35f43b7144e2cfce 449880 python optional 
python-bottle_0.10.9.orig.tar.gz
 347bac1f33c91c3d2b165d3370c66418 5775 python optional 
python-bottle_0.10.9-1.debian.tar.gz
 0999d7e97cb0d90ad8f9972651d6a0a7 44592 python optional 
python-bottle_0.10.9-1_all.deb
 b583c4cab402befc8205e51efcb74414 621682 doc optional 
python-bottle-doc_0.10.9-1_all.deb

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

iEYEARECAAYFAk8+vjEACgkQXjJjA8mLXV3beACfSB7w1Y+bZHgOI9YXwToZT3pM
f0gAn1KQFFGOqoNUlHHqz0DKOLr7iTmL
=fR2n
-END PGP SIGNATURE-


Accepted:
python-bottle-doc_0.10.9-1_all.deb
  to main/p/python-bottle/python-bottle-doc_0.10.9-1_all.deb
python-bottle_0.10.9-1.debian.tar.gz
  to main/p/python-bottle/python-bottle_0.10.9-1.debian.tar.gz
python-bottle_0.10.9-1.dsc
  to main/p/python-bottle/python-bottle_0.10.9-1.dsc
python-bottle_0.10.9-1_all.deb
  to main/p/python-bottle/python-bottle_0.10.9-1_all.deb
python-bottle_0.10.9.orig.tar.gz
  to main/p/python-bottle/python-bottle_0.10.9.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ryvjo-00085f...@franck.debian.org



Accepted python-xattr 0.6.4-1 (source i386)

2012-02-18 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Feb 2012 15:31:18 +
Source: python-xattr
Binary: python-xattr
Architecture: source i386
Version: 0.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-xattr - module for manipulating filesystem extended attributes
Changes: 
 python-xattr (0.6.4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 5fa36950312207ce9f0ef40e3fadac797f95e835 1371 python-xattr_0.6.4-1.dsc
 8a8bb457f507c17a7c707ed76b1b2863d6923c7b 15207 python-xattr_0.6.4.orig.tar.gz
 f732f24d06a31471ee1b4cac9738e67fc6cd1704 3429 
python-xattr_0.6.4-1.debian.tar.gz
 c05039f580081fe94757b4929b7c0c107ac5651d 15726 python-xattr_0.6.4-1_i386.deb
Checksums-Sha256: 
 826d0e774ea1e608207e411af5897e23b34507aa01736448e1ccc9d23a3b63a6 1371 
python-xattr_0.6.4-1.dsc
 f9dcebc99555634b697fa3dad8ea3047deb389c6f1928d347a0c49277a5c0e9e 15207 
python-xattr_0.6.4.orig.tar.gz
 e4adeeae3e57717ab9b1f3663fbe0655fc870eadff97695c3d589f383d5d91f6 3429 
python-xattr_0.6.4-1.debian.tar.gz
 c38fe9f0ba0ab25a0758b3e674ec533e2e0f0b3583ff92c4a3fe1c312fb5d716 15726 
python-xattr_0.6.4-1_i386.deb
Files: 
 beac3abc81055e5e235ba39e9fc7a402 1371 python optional python-xattr_0.6.4-1.dsc
 1bef31afb7038800f8d5cfa2f4562b37 15207 python optional 
python-xattr_0.6.4.orig.tar.gz
 bdcf6402b6a1b4ade7c8ce335a44f913 3429 python optional 
python-xattr_0.6.4-1.debian.tar.gz
 8562dad0237074402372eab805eb29ca 15726 python optional 
python-xattr_0.6.4-1_i386.deb

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

iEYEARECAAYFAk8/yygACgkQXjJjA8mLXV1T/gCgrziw19hfofTGP//4KAKryZmo
dgIAoNf4BnUwXLoZWSjqhPccoQM5P4iT
=VoUu
-END PGP SIGNATURE-


Accepted:
python-xattr_0.6.4-1.debian.tar.gz
  to main/p/python-xattr/python-xattr_0.6.4-1.debian.tar.gz
python-xattr_0.6.4-1.dsc
  to main/p/python-xattr/python-xattr_0.6.4-1.dsc
python-xattr_0.6.4-1_i386.deb
  to main/p/python-xattr/python-xattr_0.6.4-1_i386.deb
python-xattr_0.6.4.orig.tar.gz
  to main/p/python-xattr/python-xattr_0.6.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ryn0l-0001by...@franck.debian.org



Accepted tgmochikit 1.4.2-1 (source all)

2009-10-18 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Oct 2009 16:24:14 +0100
Source: tgmochikit
Binary: python-tgmochikit
Architecture: source all
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-tgmochikit - The MochiKit JavaScript library as a TurboGears widget
Changes: 
 tgmochikit (1.4.2-1) unstable; urgency=low
 .
   * New upstream release: LICENSE.txt file added
   * debian/watch: updated to match non-beta versions
Checksums-Sha1: 
 90aba4b739322ea31a6535e6d0694f9be9c3acb1 1837 tgmochikit_1.4.2-1.dsc
 7c4b2c6a05a42eb9291e599f5ea36d98440b78f6 686356 tgmochikit_1.4.2.orig.tar.gz
 713f010ba85320fa60b8d5104912f30355b8cbfe 1219 tgmochikit_1.4.2-1.diff.gz
 d574fab64b965511b4309d355e976a67016c93ee 686780 
python-tgmochikit_1.4.2-1_all.deb
Checksums-Sha256: 
 f583330ad919925b71cc9c015de86e2ee698a27cce155e4797157177d2ce1194 1837 
tgmochikit_1.4.2-1.dsc
 cc7308115c8cd587bb0ce6a300f7a9b2789eb2b3758610a835e1432bb9bbe89e 686356 
tgmochikit_1.4.2.orig.tar.gz
 7cf613d193fa63dc7390cb83d800885509a68584c26a53b7dbef84f6b14e8052 1219 
tgmochikit_1.4.2-1.diff.gz
 278c372f35cbfe53ef8c18e9a94d92d3b5995601f6c5e74b53c0670855c61d40 686780 
python-tgmochikit_1.4.2-1_all.deb
Files: 
 a608de163f16f2bdf2762b4e9ec9678b 1837 python extra tgmochikit_1.4.2-1.dsc
 abfcb5f5393e4192542110f493e1caff 686356 python extra 
tgmochikit_1.4.2.orig.tar.gz
 61910dad5f76b6fda39583d0500422a8 1219 python extra tgmochikit_1.4.2-1.diff.gz
 cae5ed3758b3ba5bb1dda6ed9f12b1d8 686780 python extra 
python-tgmochikit_1.4.2-1_all.deb

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

iQIcBAEBCAAGBQJK2kPmAAoJEB5qw/OH8O2sa9QP/2pde2DftNRBOxTQXG8ynvT7
LgQlK/Qh3A4bo1Gbi15L57N5IaZG++CQGlz7jtfMStD/zfizL79fOK6R2qQDPMNB
E/ipg1i2703mG7fKJOFALCzZNA4IzDVMHiNin09I4B8d1oK1X+QuiphLWib+Qft4
H32H9NRp59ULYQhLfcBTTPY+LJag1rM61aX4DMwPqeHRkeebRy1QqVFwFc5Dncwv
Jx21TdyiX4HaWMEGWyO22hncAkPkMRJp4PlmF+bQXvg4e310cUciKKgTEHdtUIdU
jMSmcOWeyrpUAJNfuVm6RdE9xg0HqFcB3m8ZNVDPfOQlnkJ1aBfQo3O0FXaGyRQ5
4AJPE8624yfWZqFUULZ+j2DIunYaeXMpGuUGJg9j3cnG0VJRSaeHy0NCQJNiU/EG
tBo21SwoW1sU1RiFTNOsxR3mjw5NRmu9K1cZhJG6yd7Rbwonr+6Fs/ro/1Baazyq
qCYbVzaLNoSFnoDUJWOOH4RUDgNzAWhNlZaoy9qOr/6jrW1JgLtL+mWUQnzalEdi
sc25AOOwVOXRjnGO65+qsA53pWabjywq305DN6us2fYrghOT4AIL5wHCGxQwqxtO
j0zKQ5l7X/ouzizKioG7g1N1bNzgDESKBw9VQF+6GcAcnzyQ0oJi9RywtkWQuN8B
FwAPdaEXXb2+lLYuVnSi
=XE0X
-END PGP SIGNATURE-


Accepted:
python-tgmochikit_1.4.2-1_all.deb
  to pool/main/t/tgmochikit/python-tgmochikit_1.4.2-1_all.deb
tgmochikit_1.4.2-1.diff.gz
  to pool/main/t/tgmochikit/tgmochikit_1.4.2-1.diff.gz
tgmochikit_1.4.2-1.dsc
  to pool/main/t/tgmochikit/tgmochikit_1.4.2-1.dsc
tgmochikit_1.4.2.orig.tar.gz
  to pool/main/t/tgmochikit/tgmochikit_1.4.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted turbogears 1.1-1 (source all)

2009-10-19 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 19 Oct 2009 16:22:36 +0100
Source: turbogears
Binary: python-turbogears
Architecture: source all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-turbogears - Python-based web framework
Closes: 514222 544635
Changes: 
 turbogears (1.1-1) unstable; urgency=low
 .
   * New maintainer. (Closes: #544635)
   * New upstream release. (Closes: #514222 #515745 #527219)
   * Debian package rebuilt from scratch.
Checksums-Sha1: 
 f3567b6c8360c3551abd642cd909c9c656fa859d 2272 turbogears_1.1-1.dsc
 7cb8c560e417306f4b98587ede8d7a4e7863fe69 866487 turbogears_1.1.orig.tar.gz
 76ba7cabc7164dbdf978b54fd97f219d7625c7af 9037 turbogears_1.1-1.diff.gz
 94659a1a64cdbd0a3355138971bddb1e3d7da65e 1185766 
python-turbogears_1.1-1_all.deb
Checksums-Sha256: 
 88496adb4632d62a15abcfa0d0b351bc3886ff2a40986c28c259d159516302bc 2272 
turbogears_1.1-1.dsc
 cafca2db4a90b5423c8f3d908492f1d6b0858be560af6ba837e5a459012625ec 866487 
turbogears_1.1.orig.tar.gz
 a28611c9fbf9b55748c785f08ff3f94d3a3702c4fffd199513d9ccec0345dd33 9037 
turbogears_1.1-1.diff.gz
 754fa4f1b8f6905968223b1a9d65409fe796f45274565de6ce03d0e5f7d42e72 1185766 
python-turbogears_1.1-1_all.deb
Files: 
 1485dd5bcd6e8fc0592ccc400f7f8764 2272 python optional turbogears_1.1-1.dsc
 582a43a30bb409e79486bd7c1a65953f 866487 python optional 
turbogears_1.1.orig.tar.gz
 ae5c3276e029541babdd9529073809b1 9037 python optional turbogears_1.1-1.diff.gz
 3535144dc61c242e9ea5db6d45b280a8 1185766 python optional 
python-turbogears_1.1-1_all.deb

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

iQIcBAEBCAAGBQJK3IbIAAoJEB5qw/OH8O2sizEQANKRcH1Vk7h8KgSdpAY/GesH
8jZ1Pertbkw2i0MteKFx7Xolrl1h18krcla1ut+cedex4YXybmnWWiKixWDLJDtR
R1nTtFK2Q2v9eiS2QCtaEAINDsmCLyUC3jkxgFWnUx128Y0X2Jx14G3hQEeS4thx
7KbQB6YVEgSKvQcLXtY3qNeNWQmWo2CjIx26YwIFXkXaJDvDEkmEoGKQbFftXCIj
GIYgSLS8qiRCO2n9XXQGSKSc7OuQhWhAIyI/JvJrQwPRsZpuD/YP8e2tC1U4L3+5
4Bz18ib6nG4foh0egX0QTycAkpT7v9LR7K2pQS/lm9WEVJH0dWHVPKDjSvXCf6tb
lUMMj/ImZUeR9XwlsA+QAlsMfzn/HJrSMPVnRLWaDiQS1Pzh19iQKLkk211RSM6B
Yi+Vk34mBI58rR3fqKe5GergdxVFLrnYyOBu+aOBpI0GmE/Jd+ADRJLfjuKlaLYb
XjncOwJuRVQOdyZd1Av2PSMtiDkHcHwu6t0ptu2X8RPKB9fws4O7IoOAkGB6hrdg
+Rjn/Ssy3SMsuI0Y+G8W77umKxdpcMRJ455K16OJJX7ReKK5wcwWOcrrNyiVBsP3
6iZlOFL1NGSBb6IVsuVkeBX4gCuZic4J6jF0UvHRHHCH+dsyYLTBpa5dT5lSCRwm
lrAwYfVwSyGP3LJeYtjG
=tjLC
-END PGP SIGNATURE-


Accepted:
python-turbogears_1.1-1_all.deb
  to pool/main/t/turbogears/python-turbogears_1.1-1_all.deb
turbogears_1.1-1.diff.gz
  to pool/main/t/turbogears/turbogears_1.1-1.diff.gz
turbogears_1.1-1.dsc
  to pool/main/t/turbogears/turbogears_1.1-1.dsc
turbogears_1.1.orig.tar.gz
  to pool/main/t/turbogears/turbogears_1.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted turbokid 1.0.4-6 (source all)

2009-10-23 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Oct 2009 22:04:48 +0100
Source: turbokid
Binary: python-turbokid
Architecture: source all
Version: 1.0.4-6
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-turbokid - TurboGears template plugin to use kid templates
Closes: 544634
Changes: 
 turbokid (1.0.4-6) unstable; urgency=low
 .
   * New mantainer. (Closes: #544634).
   * debian/control: Vcs switched to svn.debian.org
   * debian/watch added
   * debian/rules rebuilt for dh7
   * quilt-based patch removed
Checksums-Sha1: 
 9d3b66173620cfda201e0ed7c0ebd49564715bdb 1936 turbokid_1.0.4-6.dsc
 29a95bdc2c39d37caf54a1953386689e141f5c04 2760 turbokid_1.0.4-6.diff.gz
 271fc48bda64004ee64b4f91055600a4c1d400fc 6944 python-turbokid_1.0.4-6_all.deb
Checksums-Sha256: 
 63e7245edb634237609b92e2a31fc2757bf5a638e55d05eb53378fa757e8ed5f 1936 
turbokid_1.0.4-6.dsc
 268aa7fb3aa017e7a105da79068cdd8ac0f693274072adcd587c9fb115559b5b 2760 
turbokid_1.0.4-6.diff.gz
 5bfe311dd6eb475bd449b0f869898225211e38247a29a7e7719560077a8a00a7 6944 
python-turbokid_1.0.4-6_all.deb
Files: 
 6f7182f0e15c01ed18fe3a16f6dc691b 1936 python optional turbokid_1.0.4-6.dsc
 6cda6a5419ec8f4dac88e45fb58afc0c 2760 python optional turbokid_1.0.4-6.diff.gz
 45d3c9cf4ab1da23015bdcff1966f56e 6944 python optional 
python-turbokid_1.0.4-6_all.deb

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

iQIcBAEBCAAGBQJK4dY8AAoJEB5qw/OH8O2sINsQAIJhn4B3tW+d28wgRZa0T1+A
swjJogZQvY4DIL2usqIVbV747p1PDFCJZU+3SpNcrtaKgv6jgX5W0SDmPPicF2t/
MeW5ynEKceB9QT9llP7Q5LAKbVwjJc8UNvcLGPA8Mqtox5KtKon9EoTKBuyx2Z+/
HOTaOoW89aQbHhqSyNKBnx91iM5l8amvceSSdYez1dug6++8qgOpcxIl117mjioS
L6VCiPsZw8xo1Di9D8YWoKeS0h+e5WIgD/TyWDC6E3hNpRGGfT6cl+OInhQpjt04
ktdPabxU0fL/fBQn53u9nWlvPojFcqdl61yoOoppFVkoS7JkhoJtp9e4LMMTrsd5
ucpKhLvcdQTfk/crIDDyA3cYsCYVw8LTXsAiIggnX7mfanUrj/sxQWS1KyTPvf9V
3Q8yXpJoqi3h0PeQa6E8rb8QtUa3a3XVUbQKXvv5KtKqyu1lsgHkJMHvCOXeZUXi
IUA5kpt5uTRrxEDJ4oAKgb1vPMSqbcj5CaRPHKbS1ivsFRiiCOeGoRSIVfoWap8F
z6mjjQtb6P3K0fE6aKsVgPFrF2bwPXjWLb8WkbAfPoZJzHGumKtDdUOh1yuKw63C
gkBnJdnDWcQJEaauU9iVPE31y6d0w6wjTtPhJB6TSpc+c/GAm5Qpskrm7RAcd1ni
aSmpCrMmUnea/ZALbWW+
=gc/r
-END PGP SIGNATURE-


Accepted:
python-turbokid_1.0.4-6_all.deb
  to pool/main/t/turbokid/python-turbokid_1.0.4-6_all.deb
turbokid_1.0.4-6.diff.gz
  to pool/main/t/turbokid/turbokid_1.0.4-6.diff.gz
turbokid_1.0.4-6.dsc
  to pool/main/t/turbokid/turbokid_1.0.4-6.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted pymongo 2.2-2 (source i386 all)

2012-06-26 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 26 Jun 2012 23:34:24 +0100
Source: pymongo
Binary: python-pymongo python-pymongo-ext python-pymongo-doc python-gridfs 
python-bson python-bson-ext
Architecture: source i386 all
Version: 2.2-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
Closes: 678471
Changes: 
 pymongo (2.2-2) unstable; urgency=low
 .
   * Dependency added (Closes: #678471)
   * debhelper dependency version bumped to = 9~
Checksums-Sha1: 
 bd8952f45c82275ef185fd8205243bd45a40ea46 1602 pymongo_2.2-2.dsc
 a3fa8092e3ee7ba49069b9d2462128ffa27d8852 3831 pymongo_2.2-2.debian.tar.gz
 a3b9f2de73a4efaf545366d6df30a2c26a1147e7 79522 python-pymongo_2.2-2_i386.deb
 e5632d18d867786e7c6bf2f5bd5c4029a035f89d 20014 
python-pymongo-ext_2.2-2_i386.deb
 469ad7d88fb6d592e946de6b89412b21e565d64c 845842 
python-pymongo-doc_2.2-2_all.deb
 51a26bd17ab5ff6c691ad8c094236ed6cb097528 22518 python-gridfs_2.2-2_all.deb
 fb75eae70c6212c8a520877a678773fae98273f9 30056 python-bson_2.2-2_i386.deb
 3e85c8f1dc125cddad9d0205d96a8da6f7e7e216 49224 python-bson-ext_2.2-2_i386.deb
Checksums-Sha256: 
 16f1ddc8ee9b90a8728d3971f94908681fc6548226f6e88f4a358d29a5cd1965 1602 
pymongo_2.2-2.dsc
 767d3ce4a35a707658347a4ff27c33bd7ca18774f88cecd09fab12013c33 3831 
pymongo_2.2-2.debian.tar.gz
 b12c5f283d1311cf453944a872674701ee9e71fd8c793b8f7331aedd654cf52c 79522 
python-pymongo_2.2-2_i386.deb
 8c971c8da6c7b550513d39c03fcddd253688f998ff4e6600504301d43b2328d3 20014 
python-pymongo-ext_2.2-2_i386.deb
 ddf55e35c04df80c39000e05dd9ee9bacbe65c16777d10aeb31aebd3b41db7ad 845842 
python-pymongo-doc_2.2-2_all.deb
 992fd6154b3fa0484957e59c3cefb4b75d9bd811a131a3a2beab2a15e21e4a73 22518 
python-gridfs_2.2-2_all.deb
 da02ee01c299a4d26783ff4c27e18e636467a45bd7c538455e1fe35970fa5108 30056 
python-bson_2.2-2_i386.deb
 25e5a1957ee75c89818c33609a08ba6995f088a00a6275f927dc6ed0805c3420 49224 
python-bson-ext_2.2-2_i386.deb
Files: 
 14b80f33a4a9d0a3860d670c0b3ace05 1602 python optional pymongo_2.2-2.dsc
 d42533da6cb0742abfdc62de1e7bd0f8 3831 python optional 
pymongo_2.2-2.debian.tar.gz
 9fb9a985cbd859333f62efb04e4089ad 79522 python optional 
python-pymongo_2.2-2_i386.deb
 58e205751c787a92c6c80c7aee1dd114 20014 python optional 
python-pymongo-ext_2.2-2_i386.deb
 2680f631c99642bfa3652fc240c1acd4 845842 doc optional 
python-pymongo-doc_2.2-2_all.deb
 219e89eddb233d40b0f183f6a332c499 22518 python optional 
python-gridfs_2.2-2_all.deb
 2e2a808cb254f65a6874bcda1e3b45bb 30056 python optional 
python-bson_2.2-2_i386.deb
 151c35db84b7eea9ea62371977b28a7a 49224 python optional 
python-bson-ext_2.2-2_i386.deb

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

iEYEARECAAYFAk/qOZkACgkQXjJjA8mLXV2vXgCdEdsZEKGuVbmqvYEmcn6yGcRe
CaAAn0nk7nm2Koa1qXI/IEvtspOupEUr
=cPK8
-END PGP SIGNATURE-


Accepted:
pymongo_2.2-2.debian.tar.gz
  to main/p/pymongo/pymongo_2.2-2.debian.tar.gz
pymongo_2.2-2.dsc
  to main/p/pymongo/pymongo_2.2-2.dsc
python-bson-ext_2.2-2_i386.deb
  to main/p/pymongo/python-bson-ext_2.2-2_i386.deb
python-bson_2.2-2_i386.deb
  to main/p/pymongo/python-bson_2.2-2_i386.deb
python-gridfs_2.2-2_all.deb
  to main/p/pymongo/python-gridfs_2.2-2_all.deb
python-pymongo-doc_2.2-2_all.deb
  to main/p/pymongo/python-pymongo-doc_2.2-2_all.deb
python-pymongo-ext_2.2-2_i386.deb
  to main/p/pymongo/python-pymongo-ext_2.2-2_i386.deb
python-pymongo_2.2-2_i386.deb
  to main/p/pymongo/python-pymongo_2.2-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sjeeu-ek...@franck.debian.org



Accepted python-xattr 0.6.4-2 (source i386)

2012-06-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 29 Jun 2012 20:17:18 +0100
Source: python-xattr
Binary: python-xattr
Architecture: source i386
Version: 0.6.4-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-xattr - module for manipulating filesystem extended attributes
Closes: 673713
Changes: 
 python-xattr (0.6.4-2) unstable; urgency=low
 .
   * python-support dependency removed (Closes: #673713)
   * Standards-Version bumped to 3.9.3, no changes needed.
Checksums-Sha1: 
 ea594babcbd2c61effd25a5e1d22e4fb57692ec8 1338 python-xattr_0.6.4-2.dsc
 4c57040c1890b9ba90439135092d154ffec54874 3517 
python-xattr_0.6.4-2.debian.tar.gz
 2adb15cb5b56cc406bb9c58e998be53f70430f76 15080 python-xattr_0.6.4-2_i386.deb
Checksums-Sha256: 
 386c54ffbcfa110f5a3d28550d41d9d29cd4b1a06896b3b8db3f3353ce1e6f17 1338 
python-xattr_0.6.4-2.dsc
 f9dbfc99183dcc9554591709bc821fa488d514bc25c8744ad385e8b53a5b5dd6 3517 
python-xattr_0.6.4-2.debian.tar.gz
 871e8b1c96403b7db8aed232270c7dfc7fcb1634cc4e33375cb6ebfef9d2b108 15080 
python-xattr_0.6.4-2_i386.deb
Files: 
 9c898678fde3b7026002062581ce6fd4 1338 python optional python-xattr_0.6.4-2.dsc
 371e76a5d36425de5bb228843f3d43fa 3517 python optional 
python-xattr_0.6.4-2.debian.tar.gz
 7d35723645a4d0cdf1f675b22a52fe28 15080 python optional 
python-xattr_0.6.4-2_i386.deb

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

iEYEARECAAYFAk/t//8ACgkQXjJjA8mLXV3oMgCgpWlPMVWkXuenZW1bv+riihcC
LKEAn2pd4IH398/ws30ho/s/VSyZD0Jb
=pvg5
-END PGP SIGNATURE-


Accepted:
python-xattr_0.6.4-2.debian.tar.gz
  to main/p/python-xattr/python-xattr_0.6.4-2.debian.tar.gz
python-xattr_0.6.4-2.dsc
  to main/p/python-xattr/python-xattr_0.6.4-2.dsc
python-xattr_0.6.4-2_i386.deb
  to main/p/python-xattr/python-xattr_0.6.4-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1skh2f-00033q...@franck.debian.org



Accepted python-bottle 0.10.11-1 (source all)

2012-06-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 29 Jun 2012 22:38:13 +0100
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.10.11-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Closes: 671230
Changes: 
 python-bottle (0.10.11-1) unstable; urgency=low
 .
   * New upstream version
   * Homepage updated (Closes: #671230)
   * Standard-Version bumped to 3.9.3, debhelper version bumped to 9
Checksums-Sha1: 
 0e14cdf7d1cfb06c7f2008219014c0904067202b 1516 python-bottle_0.10.11-1.dsc
 c58adb15a613eb65adf18e453a83dfa32b064340 450732 
python-bottle_0.10.11.orig.tar.gz
 22d294f0221eb1299b19f10dcfe8246e69a8156b 5809 
python-bottle_0.10.11-1.debian.tar.gz
 876bfe6662a7ba41e5eeae2db710550e9e0650a0 45074 python-bottle_0.10.11-1_all.deb
 045282945281cf581496fc9a369c7788bcd897d4 622350 
python-bottle-doc_0.10.11-1_all.deb
Checksums-Sha256: 
 d0a000111e25769126a20ccf5d34b0563d8d4a852c4ea1069bb41e8ba480b935 1516 
python-bottle_0.10.11-1.dsc
 5972d1d480f779dc664c91aa1d40d2de1d71792ddeff52849151256bbcff3275 450732 
python-bottle_0.10.11.orig.tar.gz
 a9b2f8d3f0e2f4f635f5b85d4cb2b9a7e86e748cbe76333c1a5d20189b33bd73 5809 
python-bottle_0.10.11-1.debian.tar.gz
 cfe9715a123adca01c42503a15c820b087a66a028e935d20ca192f46b569a93e 45074 
python-bottle_0.10.11-1_all.deb
 baf5570b7c061795e53fda74611dedcae77d97739a8cb9c05982d42818c2166d 622350 
python-bottle-doc_0.10.11-1_all.deb
Files: 
 b6a17faa9901201901e976ba45c881b0 1516 python optional 
python-bottle_0.10.11-1.dsc
 ac10492b7643e5bd0d5e166588c616d1 450732 python optional 
python-bottle_0.10.11.orig.tar.gz
 676bfc1ee08e8c754283651cbd94e891 5809 python optional 
python-bottle_0.10.11-1.debian.tar.gz
 e1fa1e70f8c0e8966133f6516e8e5662 45074 python optional 
python-bottle_0.10.11-1_all.deb
 6c06377531a66a66794b18dd176ae119 622350 doc optional 
python-bottle-doc_0.10.11-1_all.deb

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

iEYEARECAAYFAk/uIVsACgkQXjJjA8mLXV2tIgCgpXNBA/BX3rKgnXkN/kKieSfI
le8Ani1j3TgjdbmkNArL/p1+I5istEym
=c+n6
-END PGP SIGNATURE-


Accepted:
python-bottle-doc_0.10.11-1_all.deb
  to main/p/python-bottle/python-bottle-doc_0.10.11-1_all.deb
python-bottle_0.10.11-1.debian.tar.gz
  to main/p/python-bottle/python-bottle_0.10.11-1.debian.tar.gz
python-bottle_0.10.11-1.dsc
  to main/p/python-bottle/python-bottle_0.10.11-1.dsc
python-bottle_0.10.11-1_all.deb
  to main/p/python-bottle/python-bottle_0.10.11-1_all.deb
python-bottle_0.10.11.orig.tar.gz
  to main/p/python-bottle/python-bottle_0.10.11.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1skjek-0004fo...@franck.debian.org



Accepted python-bottle 0.12.3-1 (source all)

2014-02-16 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Feb 2014 22:08:50 +
Source: python-bottle
Binary: python-bottle python3-bottle python-bottle-doc
Architecture: source all
Version: 0.12.3-1
Distribution: unstable
Urgency: medium
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
 python3-bottle - fast and simple WSGI-framework for Python3
Closes: 739102
Changes: 
 python-bottle (0.12.3-1) unstable; urgency=medium
 .
   [ Federico Ceratto ]
   * New upstream version
   * Standard-Version bumped to 3.9.5
 .
   [ Daniel Schepler ]
   * DEB_BUILD_OPTIONS nocheck support added (Closes: #739102)
Checksums-Sha1: 
 53af17fcef990fdc42fa3129847355690a7a597a 1685 python-bottle_0.12.3-1.dsc
 9ab864fdd722785de7c6935a5f5af1fd0d3f2e37 287586 
python-bottle_0.12.3.orig.tar.gz
 152b2e22d511cc4d066fe6597fa85d58049cf057 5668 
python-bottle_0.12.3-1.debian.tar.xz
 66e77bfa2c2dda26467404656866a1dac7bc2e6a 45112 python-bottle_0.12.3-1_all.deb
 d31fcdd5dfa45c2f5c4efb422bbb4d09b1852331 45024 python3-bottle_0.12.3-1_all.deb
 289e181bab55331160e48b4d00bae78bd5d476c1 186888 
python-bottle-doc_0.12.3-1_all.deb
Checksums-Sha256: 
 cdd787735e336ac674609ad4bda328151cd288c0e346306a139ea81b25dc13c9 1685 
python-bottle_0.12.3-1.dsc
 4b97a6830edcdc8d282b2fa751eeb91d42a60f205407d753c3ff1325f334c3b1 287586 
python-bottle_0.12.3.orig.tar.gz
 79c0f049c78d57711cb463550776c251ae68804f5c6e08b17fd1ea7d87bafd36 5668 
python-bottle_0.12.3-1.debian.tar.xz
 8ade791a502afab55cb2cf5f2135580c8111bc0678268461377b5843c1c9cdd3 45112 
python-bottle_0.12.3-1_all.deb
 680c6c5a696ab42c5016c877c935deb4ad36c75e42cbabef1e70f47c9a7ff555 45024 
python3-bottle_0.12.3-1_all.deb
 184114b6cc103408af0fd6f03daffbd140326378ecc9ec70bf4a947a71555e85 186888 
python-bottle-doc_0.12.3-1_all.deb
Files: 
 a322121099f19d93f10377dbb2d5239a 1685 python optional 
python-bottle_0.12.3-1.dsc
 6cd1010acfda3c4413aa6b0a41ff8896 287586 python optional 
python-bottle_0.12.3.orig.tar.gz
 b848d750a706919926fcf61514254053 5668 python optional 
python-bottle_0.12.3-1.debian.tar.xz
 5171bb9f09022631f597cea632381171 45112 python optional 
python-bottle_0.12.3-1_all.deb
 725092f7d7b9d36f8fb9a44a3c5fec23 45024 python optional 
python3-bottle_0.12.3-1_all.deb
 7fd0dbb8c960a7f87129f4bfaba48075 186888 doc optional 
python-bottle-doc_0.12.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMBOjMACgkQXjJjA8mLXV3IQQCff23epQ4vM60hS7qZyHKXrtEr
kT8AoKW5k81a51xjRV4a8vnClHq8AsNl
=Skq2
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1wfajx-0007r7...@franck.debian.org



Accepted uncertainties 2.4.4-1 (source all)

2014-01-12 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 11 Jan 2014 16:25:36 +
Source: uncertainties
Binary: python-uncertainties python3-uncertainties
Architecture: source all
Version: 2.4.4-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-uncertainties - Python module for calculations with uncertainties
 python3-uncertainties - Python3 module for calculations with uncertainties
Closes: 660945
Changes: 
 uncertainties (2.4.4-1) unstable; urgency=low
 .
   * New upstream release
   * Python3 support added (Closes: #660945)
   * Documentation added
   * Switched to Pybuild
   * Changelog fixed
   * Standards-Version bumped to 3.9.5
Checksums-Sha1: 
 b6e4c6ae11da4115f7410ad148934a0d9b491ce2 1521 uncertainties_2.4.4-1.dsc
 0a6429c7c9bdf7f507d6ae7db6a6e8bb902eea6d 283649 uncertainties_2.4.4.orig.tar.gz
 2104ceaad8191ce9026ed0be8f7edb1e6b681e4c 6680 
uncertainties_2.4.4-1.debian.tar.gz
 2ac1015dbc462b61410dac9f4ae7c68b099641ce 146256 
python-uncertainties_2.4.4-1_all.deb
 684566059f9a01c0eee1f335f33cc2f4f522366b 146192 
python3-uncertainties_2.4.4-1_all.deb
Checksums-Sha256: 
 458ae05b976f5bd17045e108e5f28e0bdab927c1fbb36546a7bfb872af44 1521 
uncertainties_2.4.4-1.dsc
 479aac878a0485678c55ff10a17ffe2a32f84bc9fff90e45af21b0aad9338ccb 283649 
uncertainties_2.4.4.orig.tar.gz
 6627f2985134f3dba88d1c0af1318fc4bd499dfc58133b3a54c9dbdfe8b33541 6680 
uncertainties_2.4.4-1.debian.tar.gz
 4ee8f45b2159d939c7d0d0865a2636b67f3dacb5a06eb920af61b7f255a68aa5 146256 
python-uncertainties_2.4.4-1_all.deb
 78abc25c60fb1ba3866afacd29b26fda58b32ba3b3ba5d055039794c3eaf1082 146192 
python3-uncertainties_2.4.4-1_all.deb
Files: 
 eb42489f2edccbb9c0ccd33cf7a6b219 1521 python optional uncertainties_2.4.4-1.dsc
 77fc7ef882cb6e8488f092ea8abdf533 283649 python optional 
uncertainties_2.4.4.orig.tar.gz
 523f1d1bf820327e428cc92bd5f9a9ea 6680 python optional 
uncertainties_2.4.4-1.debian.tar.gz
 521498831b6339c7d03adf7a8d6d8a26 146256 python optional 
python-uncertainties_2.4.4-1_all.deb
 f2d03e0a9d3381113d42f1ec2c407559 146192 python optional 
python3-uncertainties_2.4.4-1_all.deb

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

iEYEARECAAYFAlLSv/8ACgkQ5qqQFxOSsXR5kgCff4zwzNKJE7Y6JwmH8MQeksGJ
L50An0tpI2llcPoxHqyycdwBj64iXV9F
=gqyR
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1w2qgv-0001n7...@franck.debian.org



Accepted pymongo 2.2-1 (source i386 all)

2012-05-10 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 May 2012 21:21:40 +0100
Source: pymongo
Binary: python-pymongo python-pymongo-ext python-pymongo-doc python-gridfs 
python-bson python-bson-ext
Architecture: source i386 all
Version: 2.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
Closes: 670268
Changes: 
 pymongo (2.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Dependencies added (Closes: #670268)
Checksums-Sha1: 
 c614bde44dd1aac9d107e8426d3e3a3442f9d1f1 1606 pymongo_2.2-1.dsc
 09afcc6ea6b19a908df07401215c7e2ed8f89523 228794 pymongo_2.2.orig.tar.gz
 6fc05900f85ce8768ec375373337317c2213ec22 3810 pymongo_2.2-1.debian.tar.gz
 e35c6ddcd007b04f4450608a8339b383cee2b435 79482 python-pymongo_2.2-1_i386.deb
 ac0f0e2e694ca8c24a00f0941feb3b8a4169a813 20988 
python-pymongo-ext_2.2-1_i386.deb
 cffac00dd95c94c49ec7b843619b4ef17703235d 845790 
python-pymongo-doc_2.2-1_all.deb
 ba8dee8fe9a2b3a031792aab2adab234555c9abc 22486 python-gridfs_2.2-1_all.deb
 1ea12db2df3555c66ad61224eb08df9b830259a5 30020 python-bson_2.2-1_i386.deb
 92a6a2b8ed09703e8338233e31b5ec407a476dc1 48904 python-bson-ext_2.2-1_i386.deb
Checksums-Sha256: 
 e91797eca70167fc7e7208dd618d355a861ba52f29cd4d2b7b290e227ff3df1d 1606 
pymongo_2.2-1.dsc
 ac7952896ecfd5d9b4b9d8bb0077c95a0296ea21374df85e2ca32c237c0be57f 228794 
pymongo_2.2.orig.tar.gz
 4bbe823ba348835a5745db6b0b8bf54eb940060b72329a1bd6f4aa2a56219f96 3810 
pymongo_2.2-1.debian.tar.gz
 35d81b8b46d7cae3b9a64c28ec97d3aa8c5e1fe982ae1575689eecffc66303c2 79482 
python-pymongo_2.2-1_i386.deb
 38149ec04ca75213b040de391cdbc6098d3738a07b8c7679d7aee0c72a9562fc 20988 
python-pymongo-ext_2.2-1_i386.deb
 1bc9b09b6d6b100eff09a9c2ca08fc79507e784602d455c9d138ed17e57f9bb4 845790 
python-pymongo-doc_2.2-1_all.deb
 6007eb83785ad7b3082f75b4eb24e3eb59f5d25a7a6b3cb9a588ece016283ab4 22486 
python-gridfs_2.2-1_all.deb
 18cce54a450121676523e36721053b5210ba2300f7552b41f166c5239de39bae 30020 
python-bson_2.2-1_i386.deb
 a4ec1aaf0788be3d486cfede3c89850f59b1f97a107d1e2934c5d7a805c4e7d5 48904 
python-bson-ext_2.2-1_i386.deb
Files: 
 5a34993be5b716244926098bf4d4 1606 python optional pymongo_2.2-1.dsc
 101dd4ae59bdd487f67b3a3968a82c8c 228794 python optional pymongo_2.2.orig.tar.gz
 67524b54180af8ba6d30aaf4b14b7c48 3810 python optional 
pymongo_2.2-1.debian.tar.gz
 d4ea41c9693c4f8d1f2d9b6c977b87fc 79482 python optional 
python-pymongo_2.2-1_i386.deb
 3565f51e4876318fbc0bca5fc803eca7 20988 python optional 
python-pymongo-ext_2.2-1_i386.deb
 f4a33ee0c16edc5da404ac4f76a0be4c 845790 doc optional 
python-pymongo-doc_2.2-1_all.deb
 55ba23e4698e54c5daa1d0b4d045c62f 22486 python optional 
python-gridfs_2.2-1_all.deb
 d8bf08e49dba2a69e2eda22d2d9814a9 30020 python optional 
python-bson_2.2-1_i386.deb
 f74f772352620073b4a0a3ce1962de7c 48904 python optional 
python-bson-ext_2.2-1_i386.deb

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

iEYEARECAAYFAk+sJWMACgkQXjJjA8mLXV2RmgCeJoC/Wl72xP1O4n5astk5bfgU
W1kAnRZprMKh0wFRRI+RGUtzvBouqgoa
=frSV
-END PGP SIGNATURE-


Accepted:
pymongo_2.2-1.debian.tar.gz
  to main/p/pymongo/pymongo_2.2-1.debian.tar.gz
pymongo_2.2-1.dsc
  to main/p/pymongo/pymongo_2.2-1.dsc
pymongo_2.2.orig.tar.gz
  to main/p/pymongo/pymongo_2.2.orig.tar.gz
python-bson-ext_2.2-1_i386.deb
  to main/p/pymongo/python-bson-ext_2.2-1_i386.deb
python-bson_2.2-1_i386.deb
  to main/p/pymongo/python-bson_2.2-1_i386.deb
python-gridfs_2.2-1_all.deb
  to main/p/pymongo/python-gridfs_2.2-1_all.deb
python-pymongo-doc_2.2-1_all.deb
  to main/p/pymongo/python-pymongo-doc_2.2-1_all.deb
python-pymongo-ext_2.2-1_i386.deb
  to main/p/pymongo/python-pymongo-ext_2.2-1_i386.deb
python-pymongo_2.2-1_i386.deb
  to main/p/pymongo/python-pymongo_2.2-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ssaeu-0003u9...@franck.debian.org



Accepted cmd2 0.6.4-2 (source all)

2012-09-16 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Sep 2012 16:50:46 +0100
Source: cmd2
Binary: python-cmd2
Architecture: source all
Version: 0.6.4-2
Distribution: experimental
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-cmd2 - enhanced Python cmd module
Changes: 
 cmd2 (0.6.4-2) experimental; urgency=low
 .
   * Dependency to python-pyparsing added
   * Debhelper version bumped to 9
Checksums-Sha1: 
 b5863be9d9a5a1d610c9364fc2b5fc323bdda36d 1257 cmd2_0.6.4-2.dsc
 01dc4bb48ffaf7cc92022c6a6e351a887d1af902 1959 cmd2_0.6.4-2.debian.tar.gz
 ae83bb60d0b6ce591c0a5d9f1625049f90791260 23886 python-cmd2_0.6.4-2_all.deb
Checksums-Sha256: 
 f001f4f2f194ae5e914a7cdad3017e583ce3004c91422e50c114f3731a59a3bf 1257 
cmd2_0.6.4-2.dsc
 fc2ae764cbbbdc21ba08932e18aec76ef5ed93648b4c9b3b17face7ebdea9996 1959 
cmd2_0.6.4-2.debian.tar.gz
 d650b8028d05b402b7760228b241491a174c627468590dd295cc6ed499866311 23886 
python-cmd2_0.6.4-2_all.deb
Files: 
 94bfb20c9524c46c30da52e0d2f0c867 1257 python optional cmd2_0.6.4-2.dsc
 103a2903192a052d76c35c3c62962b67 1959 python optional 
cmd2_0.6.4-2.debian.tar.gz
 2807eb20834be1ad89d66909dc509408 23886 python optional 
python-cmd2_0.6.4-2_all.deb

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

iEYEARECAAYFAlBV9fcACgkQXjJjA8mLXV1PnwCdHGK+8nJ/Q522Z8Uzz6W8CCnb
Co8AniGgN8Ku0TlOQDHS8W8Gi7NVtHNm
=xmV7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tdjwt-0003kz...@franck.debian.org



Accepted pymongo 2.2-4 (source i386 all)

2012-10-21 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Oct 2012 18:30:15 +0100
Source: pymongo
Binary: python-pymongo python-pymongo-ext python-pymongo-doc python-gridfs 
python-bson python-bson-ext
Architecture: source i386 all
Version: 2.2-4
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
Closes: 689283
Changes: 
 pymongo (2.2-4) unstable; urgency=low
 .
   * debian/copynight:
 - Copyright updates on bson/time64* files (Closes: #689283)
   thanks to Luca Falavigna dktrkr...@debian.org
Checksums-Sha1: 
 42cb145a61cc9cab77d77e891a287846cb6ecc43 1602 pymongo_2.2-4.dsc
 21be42d061373a63d78b714a4525a7fd3cff7ead 5248 pymongo_2.2-4.debian.tar.gz
 1b676f6309087042c88b78f3af897529647ec5f2 81744 python-pymongo_2.2-4_i386.deb
 df7294b129cfd11eeb30b09e1d8f2df719151a47 22704 
python-pymongo-ext_2.2-4_i386.deb
 0deb3c7dc00431f1f94453506a531ca81273dd1e 848034 
python-pymongo-doc_2.2-4_all.deb
 770f23d3f58e5b1bdd67aeaf5a3e3ae64ac2 24788 python-gridfs_2.2-4_all.deb
 7ab4eedfb6d20df259dba6cfec56eff8e0f40721 32316 python-bson_2.2-4_i386.deb
 47ca93157b29cf2102c4ef7ce79cdc39a6232363 51694 python-bson-ext_2.2-4_i386.deb
Checksums-Sha256: 
 92c9d1cd3d03dbe225baba4205e989e7a02a7b56a5fffec1899d6aa31a6bcaed 1602 
pymongo_2.2-4.dsc
 36bd1d6b56f1ae7fb447f4c5e5ffb7d1619e98c38d3472ae19f11099d7bf0a89 5248 
pymongo_2.2-4.debian.tar.gz
 82ad4564cf51917ab438a87ddca63ee9279ab9a36053f716361c88da785ecdf3 81744 
python-pymongo_2.2-4_i386.deb
 2e16be10a095725e82ab1cf7d4dc0a623f78394cf6a065118546523828e8968c 22704 
python-pymongo-ext_2.2-4_i386.deb
 f1fdab89f597d38f2175684ff4c568614df2746d763c7dd18f97361d3d687b9a 848034 
python-pymongo-doc_2.2-4_all.deb
 873a20a86fe0b5564b55edebf984ff03faa6e1380f2215a5d78b1ad18ba92875 24788 
python-gridfs_2.2-4_all.deb
 3ba5a239b87c05ea7eb7730fb653d7b1b6bb2b6496638d7f8aaf72dae17bae7f 32316 
python-bson_2.2-4_i386.deb
 1288b2fdbd0bd5aa943979349efadf21eae48dad9fdfa39bbdf96ba55c2e87b3 51694 
python-bson-ext_2.2-4_i386.deb
Files: 
 c51b854207b881135f2ec5b66f3120e1 1602 python optional pymongo_2.2-4.dsc
 d8a123c568feaa7e59e2f0951e3d7a0f 5248 python optional 
pymongo_2.2-4.debian.tar.gz
 601e0f254bd9fe7e49309ee75e2111ce 81744 python optional 
python-pymongo_2.2-4_i386.deb
 f030bcd13c70bc916d275d7ff2f2bd55 22704 python optional 
python-pymongo-ext_2.2-4_i386.deb
 81d73e00e099a859e03ac39c7364d023 848034 doc optional 
python-pymongo-doc_2.2-4_all.deb
 9c8ca25a61e5dd70808a82dd12bd654d 24788 python optional 
python-gridfs_2.2-4_all.deb
 1aab0f56a1f88178387830a09840b4ec 32316 python optional 
python-bson_2.2-4_i386.deb
 34735919d726bac1a006778afc6af774 51694 python optional 
python-bson-ext_2.2-4_i386.deb

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

iEYEARECAAYFAlCEMdQACgkQXjJjA8mLXV23zACdHb2b2xsHmGFNCXWCTx7izMRK
At0An1pNECc4dBHTRzR7xlLo2+Qn8DGs
=pXbY
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tpzdc-0006rb...@franck.debian.org



Accepted python-bottle 0.11.3-1 (source all)

2012-11-02 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Nov 2012 15:34:26 +
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.11.3-1
Distribution: experimental
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.11.3-1) experimental; urgency=low
 .
   * New upstream version
   * Unit-testing enabled
Checksums-Sha1: 
 fe69100a57452c4d401e20f7d327761410743870 1594 python-bottle_0.11.3-1.dsc
 ef5a52a5ab6c680aed103bd20b5b26ccee0abc14 458676 
python-bottle_0.11.3.orig.tar.gz
 fbe47c3c7981efc74fb13b739ac89f10a09975ea 5960 
python-bottle_0.11.3-1.debian.tar.gz
 4249d726cef2ac30697c469c4caf2681a96e93ac 48258 python-bottle_0.11.3-1_all.deb
 2ce0319e6ae45a45d21d7eaab14191fd462920ee 641110 
python-bottle-doc_0.11.3-1_all.deb
Checksums-Sha256: 
 cae7f346976d3d71e15d3a23180fc2d31755faa22296ec0390b15a922be6bcd3 1594 
python-bottle_0.11.3-1.dsc
 c8aa1c28ea592d0207b27a6fcb95df9d1184eaf1aa1e29169a062f459df9f25e 458676 
python-bottle_0.11.3.orig.tar.gz
 f39e43198c83215a14a9209a4f7f58facc16d39ab8f681f297567c490aab2560 5960 
python-bottle_0.11.3-1.debian.tar.gz
 6378eefc31d800429db58206057dcc55253a7d9f1d8040091358ac94d96dc722 48258 
python-bottle_0.11.3-1_all.deb
 844a1f9ee5b3bad1776c2069994e58be6c6c93133c2eb731c0deb9657933c369 641110 
python-bottle-doc_0.11.3-1_all.deb
Files: 
 1127af7a0e2bf44c9af6b002442fa4a5 1594 python optional 
python-bottle_0.11.3-1.dsc
 9e8d1e9ae79916184a00d08074c181e1 458676 python optional 
python-bottle_0.11.3.orig.tar.gz
 bd59f70ee0ee272f5faa59c302fe5b65 5960 python optional 
python-bottle_0.11.3-1.debian.tar.gz
 efdb0e5b1f0d22daaa6eaa12d2e8a374 48258 python optional 
python-bottle_0.11.3-1_all.deb
 1f4803a8595d978d9714ab101a64ceb5 641110 doc optional 
python-bottle-doc_0.11.3-1_all.deb

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

iEYEARECAAYFAlCT6I0ACgkQXjJjA8mLXV0QiACgmU5+E618PEnLH4Pp6M4wnwAc
3YkAn2INDJfMVyXFusBSLutzPOxnLQD3
=+5Ab
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tujt7-0007yq...@franck.debian.org



Accepted pymongo 2.2-3 (source i386 all)

2012-10-06 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Oct 2012 17:16:25 +0100
Source: pymongo
Binary: python-pymongo python-pymongo-ext python-pymongo-doc python-gridfs 
python-bson python-bson-ext
Architecture: source i386 all
Version: 2.2-3
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
Closes: 688040 689283
Changes: 
 pymongo (2.2-3) unstable; urgency=low
 .
   * python-pymongo-ext now depends on python-bson-ext (Closes: #688040)
   * Copyright updated (Closes: #689283)
Checksums-Sha1: 
 e3c0ceb8ee6ecb512f79a1dd349f2659d81c66c3 1602 pymongo_2.2-3.dsc
 f26da48f5c9d0ac56dc4f4d6b1a454b842c42cd7 4617 pymongo_2.2-3.debian.tar.gz
 056d99906114cdacf9f99448986f1052b516a9aa 81158 python-pymongo_2.2-3_i386.deb
 64c90fd84f709c9b9b3255981d552035b4469e0a 22028 
python-pymongo-ext_2.2-3_i386.deb
 581d2d0e27c440217675ee330be3cfd5e264a867 847506 
python-pymongo-doc_2.2-3_all.deb
 6e8accb9ea24a292fe70160c682802fcb8c6cf83 24220 python-gridfs_2.2-3_all.deb
 e4cb5926d9791f5c721c8fccac24844e862152c0 31668 python-bson_2.2-3_i386.deb
 ad7b521dab6b5256268cce32ec311af54fd96113 51036 python-bson-ext_2.2-3_i386.deb
Checksums-Sha256: 
 c8c7222daa2dbb065dedcecd15225774b7d699d6733ae615cc66e597246526c7 1602 
pymongo_2.2-3.dsc
 325c72cee045ac81f8578a375c10b93331aa47b8620064e6e7f749924505a97d 4617 
pymongo_2.2-3.debian.tar.gz
 ca12dc174636ab81bdda0b50529eacc716e95bf3e89901e9fae05ec7cb0c6180 81158 
python-pymongo_2.2-3_i386.deb
 3278331aa626a017169bfa16e3e3442be563d18aa5334c25321644a878d81c8f 22028 
python-pymongo-ext_2.2-3_i386.deb
 3d1fa09a4a1828757d9d7ca057e717642e9e1689ea8b5a1ce72e3214f904162e 847506 
python-pymongo-doc_2.2-3_all.deb
 ed62dfd580758d16647a513a63591dd1081dcd7fbead067706979811cc6abf75 24220 
python-gridfs_2.2-3_all.deb
 2050368c927d8ee7632fd01ff31479ae86b69544daba70b6f7b854036cf09664 31668 
python-bson_2.2-3_i386.deb
 e972a3f53d448e894c886e675329b3cce1c1261d5ca2f3a8d313a0756d68981a 51036 
python-bson-ext_2.2-3_i386.deb
Files: 
 756367f2bed6d94dc0b0c24470e99736 1602 python optional pymongo_2.2-3.dsc
 4214aeeb91fc986a71faaa39d38cfb6f 4617 python optional 
pymongo_2.2-3.debian.tar.gz
 ac4abf333cd802b2479a8bbc3499bc63 81158 python optional 
python-pymongo_2.2-3_i386.deb
 fda315b212f29e4dfcea88f51578eed5 22028 python optional 
python-pymongo-ext_2.2-3_i386.deb
 78f8004d35740f203be31f0aff3bb5e1 847506 doc optional 
python-pymongo-doc_2.2-3_all.deb
 c6c2295971c9783971d05f70e3f30a43 24220 python optional 
python-gridfs_2.2-3_all.deb
 933dae819bf6ac00f3ab706ec523b896 31668 python optional 
python-bson_2.2-3_i386.deb
 02e9ff8351e01845e277e355d10c9f3b 51036 python optional 
python-bson-ext_2.2-3_i386.deb

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

iEYEARECAAYFAlBwXBAACgkQXjJjA8mLXV2XlwCeOsu5Nd/KK2ew8TtiLqhv3H9Q
i6gAoLH+RUgjDkKFy4TCsGfNWbOV8fEU
=SD04
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tky0j-0001yy...@franck.debian.org



Accepted cmd2 0.6.4-1 (source all)

2012-05-28 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 May 2012 21:28:35 +0100
Source: cmd2
Binary: python-cmd2
Architecture: source all
Version: 0.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-cmd2 - enhanced Python cmd module
Changes: 
 cmd2 (0.6.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Standards-Version bumped to 3.9.3, minor updates.
Checksums-Sha1: 
 5e2b523f771a4a36e9814ae5dc2192cd20f1bbf2 1261 cmd2_0.6.4-1.dsc
 4c810ff5c1787042062093fa57bbbefa2f576d3d 21147 cmd2_0.6.4.orig.tar.gz
 a17748a92bb33a2de8c4d71ca6808138b538498c 1917 cmd2_0.6.4-1.debian.tar.gz
 130969b9d01b9bf27821c7b30ad6d2213136c822 23808 python-cmd2_0.6.4-1_all.deb
Checksums-Sha256: 
 89602bfad6e8ec14f63c5b0907dc138638aae6248ec5f842a5a75cd0db9f2e32 1261 
cmd2_0.6.4-1.dsc
 ff52cb800d931bbd0ce4b05bac0b024cf34ec3a04f66eadcb7d3f7dda42429ba 21147 
cmd2_0.6.4.orig.tar.gz
 0a3d86cf766c679efeff77f0c2c6cd14c8cb59db51657f8362c9131880144844 1917 
cmd2_0.6.4-1.debian.tar.gz
 6c50c6e6fb8c8b91ddedfdcc626b1f3380cdda128c958010856bc428a58fd9c8 23808 
python-cmd2_0.6.4-1_all.deb
Files: 
 f2318550ec9b1b4a53beb8b846895ffa 1261 python optional cmd2_0.6.4-1.dsc
 60a07255bbcb4342888b1574f46e56ea 21147 python optional cmd2_0.6.4.orig.tar.gz
 180597904d2665089cca67f5b0135ac9 1917 python optional 
cmd2_0.6.4-1.debian.tar.gz
 0739bcdb7be11ec0786336e82ed0 23808 python optional 
python-cmd2_0.6.4-1_all.deb

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

iEYEARECAAYFAk/D+f0ACgkQXjJjA8mLXV2ZsACfaRBf5k0x1nsR+HpffUA8Y8uK
3f4AnRKyQduB766ckX61RuxV1bNMx3Ii
=YZ/V
-END PGP SIGNATURE-


Accepted:
cmd2_0.6.4-1.debian.tar.gz
  to main/c/cmd2/cmd2_0.6.4-1.debian.tar.gz
cmd2_0.6.4-1.dsc
  to main/c/cmd2/cmd2_0.6.4-1.dsc
cmd2_0.6.4.orig.tar.gz
  to main/c/cmd2/cmd2_0.6.4.orig.tar.gz
python-cmd2_0.6.4-1_all.deb
  to main/c/cmd2/python-cmd2_0.6.4-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sz8ub-0004lr...@franck.debian.org



Accepted turbojson 1.3.2-2 (source all)

2012-05-29 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 May 2012 22:14:04 +0100
Source: turbojson
Binary: python-turbojson
Architecture: source all
Version: 1.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-turbojson - plugin to use JSON templates in Python templating engines
Changes: 
 turbojson (1.3.2-2) unstable; urgency=low
 .
   * Unit testing enabled on every Python version
   * Standards-Version bumped to 3.9.3, minor updates
Checksums-Sha1: 
 62fe86aa3c4b30fe73ad61760fad53b85283e548 1373 turbojson_1.3.2-2.dsc
 be2fbf9c990f5b943eeb55d70804307802264f2d 3631 turbojson_1.3.2-2.debian.tar.gz
 082eaaf03e98bf11df305628af1c634c2ecdd889 10878 python-turbojson_1.3.2-2_all.deb
Checksums-Sha256: 
 bca01f9c85965e40c9b44416ade349b86a2ef78ff63919093673ecf5c2d09f8a 1373 
turbojson_1.3.2-2.dsc
 964c7c1517bcd58826beffd854186284ce9413dec3f5b58f05e75a8e7e9feb4a 3631 
turbojson_1.3.2-2.debian.tar.gz
 5fe44eee9107ccc0a35279c51b041617b5562c9dae9298b38fb4a3ee96f6f27f 10878 
python-turbojson_1.3.2-2_all.deb
Files: 
 ddfaf94d5d09aea6a7efc4d36f70d0e0 1373 python optional turbojson_1.3.2-2.dsc
 fea4f7821b3ef12c2e6227eeb885183a 3631 python optional 
turbojson_1.3.2-2.debian.tar.gz
 2c07c69774978003fa3f56557906d1fb 10878 python optional 
python-turbojson_1.3.2-2_all.deb

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

iEYEARECAAYFAk/FPdYACgkQXjJjA8mLXV0FJgCgmY/pkq9WY/SwVllKFsPXO7xx
gNAAnRerKhy6pSLamLXrZF2+Uhb6P6HE
=iOQT
-END PGP SIGNATURE-


Accepted:
python-turbojson_1.3.2-2_all.deb
  to main/t/turbojson/python-turbojson_1.3.2-2_all.deb
turbojson_1.3.2-2.debian.tar.gz
  to main/t/turbojson/turbojson_1.3.2-2.debian.tar.gz
turbojson_1.3.2-2.dsc
  to main/t/turbojson/turbojson_1.3.2-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1szuzn-0008vr...@franck.debian.org



Accepted pymongo 2.4.2-1 (source amd64 all)

2013-04-05 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 29 Mar 2013 11:49:18 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python-pymongo-doc 
python-gridfs python3-gridfs python-bson python3-bson python-bson-ext
Architecture: source amd64 all
Version: 2.4.2-1
Distribution: experimental
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
Closes: 680376 680379 703447
Changes: 
 pymongo (2.4.2-1) experimental; urgency=low
 .
   * New upstream release. (Closes: #703447)
   * Python3 support added. (Closes: #680376, #680379)
Checksums-Sha1: 
 4fc0f92053b4cbb35224e5375d466825002359c8 1793 pymongo_2.4.2-1.dsc
 eacc47f8d96a597dc0d5bcbba7367825305d89ba 283269 pymongo_2.4.2.orig.tar.gz
 d1745e6823d611d3866589cd242f6b5d8a377255 4281 pymongo_2.4.2-1.debian.tar.gz
 cd756ada0e274cc481974db82efa93706e054817 98280 python-pymongo_2.4.2-1_amd64.deb
 e6351768290be818a93aeadb462b9fe4b12ed090 95898 
python3-pymongo_2.4.2-1_amd64.deb
 1dc2c1379ba4bf6e4ba79fcc412b33c467f1446b 24712 
python-pymongo-ext_2.4.2-1_amd64.deb
 1917ad5a64799ed743d3b4aea1c242220e643d07 1069528 
python-pymongo-doc_2.4.2-1_all.deb
 5d70fdf17c656fb56c08f0b40e95eb1c993a0093 24194 python-gridfs_2.4.2-1_all.deb
 f88697afe773b4e17ec0e033a121c78ac25bf3e9 23882 python3-gridfs_2.4.2-1_all.deb
 da30c315add8cd87b84d234b01a9e0203ea8ee10 32594 python-bson_2.4.2-1_amd64.deb
 932ffc526a7a0af22973ba4cdeb2545b63569b37 31934 python3-bson_2.4.2-1_amd64.deb
 0802863f053dba5b3a5ab06867db8d3f9c12feb4 66296 
python-bson-ext_2.4.2-1_amd64.deb
Checksums-Sha256: 
 2ffa88d0333939dc63e23a7fb70d1a5ac59948b6162a982d4d911fa5e78e56ce 1793 
pymongo_2.4.2-1.dsc
 6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f 283269 
pymongo_2.4.2.orig.tar.gz
 af0a20b48b56c0a4eaee6f787e73e613078f93ca08ffafd03955e2624e490533 4281 
pymongo_2.4.2-1.debian.tar.gz
 64b30ebeccf0f81016f877907a0e965459ff5cc3713b053b8fd0108c168fb79a 98280 
python-pymongo_2.4.2-1_amd64.deb
 131fcae22dd1095f07316886b12c341c763047cd6202a1988dc86f934d252ed2 95898 
python3-pymongo_2.4.2-1_amd64.deb
 2a755a0f5da09d1f3bcbee0e1450a1434070da1d5f2d65c05f0d539d890c05d4 24712 
python-pymongo-ext_2.4.2-1_amd64.deb
 21f133423adaa3f1506f915644a2831802f770160673721bbb74f2964f1fd528 1069528 
python-pymongo-doc_2.4.2-1_all.deb
 b9b2bf163ff7fbd06ff7fbcd0e88ac236cecb18d0eb4669acf53c4a202e08cf7 24194 
python-gridfs_2.4.2-1_all.deb
 de01ff33bf680acfdd3a2b0178a9aa9f114dec90426c7c38ad8539e3068cd83f 23882 
python3-gridfs_2.4.2-1_all.deb
 59257e90f84638a213c33a4ddaf8de8bcea0d2f66b12bddde5e50168805dcc65 32594 
python-bson_2.4.2-1_amd64.deb
 8b01eadbb29aaa51491d21cf08f1aade24f7876c3d90fbc46160e77deddcbac5 31934 
python3-bson_2.4.2-1_amd64.deb
 c6f407d13afaaeb230570e0c92485ce396f0040a4408186b8a4520a0aaee3d04 66296 
python-bson-ext_2.4.2-1_amd64.deb
Files: 
 8d4839cfa5d7b927ff3fb40556213509 1793 python optional pymongo_2.4.2-1.dsc
 102a00761067d0c0a6b91f33840d811e 283269 python optional 
pymongo_2.4.2.orig.tar.gz
 f4c3ae09ff49f4571256db7fb1a232d3 4281 python optional 
pymongo_2.4.2-1.debian.tar.gz
 a19199f3308db067c4e9575cfcf6925b 98280 python optional 
python-pymongo_2.4.2-1_amd64.deb
 df3860772ab9541a0809edfbc8a1 95898 python optional 
python3-pymongo_2.4.2-1_amd64.deb
 2432b802ebebb8ad2bc999fe954813d6 24712 python optional 
python-pymongo-ext_2.4.2-1_amd64.deb
 8a969f709764466a29624dbe1e27cfb2 1069528 doc optional 
python-pymongo-doc_2.4.2-1_all.deb
 ce6bf2e89654f425d4bb8651d42ea2cd 24194 python optional 
python-gridfs_2.4.2-1_all.deb
 a1795e98319815b2314158f789d85e58 23882 python optional 
python3-gridfs_2.4.2-1_all.deb
 d0a27b3c3be3d349109026f0abdaf912 32594 python optional 
python-bson_2.4.2-1_amd64.deb
 007774729f954297d890b6c75f1ceea0 31934 python optional 
python3-bson_2.4.2-1_amd64.deb
 e4ffa1436a53471ffe3e97065bb7239c 66296 python optional 
python-bson-ext_2.4.2-1_amd64.deb

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

iEYEARECAAYFAlFVdcwACgkQ5qqQFxOSsXQ0ggCePS+MdcGvdgWae/Lytcf32lgN
NjkAoLuprsNcRZ4ppRZm60dSyzOCwdIl
=EOF5
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uohuu-0006sd...@franck.debian.org



Accepted pymongo 2.5.2-1 (source amd64 all)

2013-06-02 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Jun 2013 11:11:10 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python-pymongo-doc 
python-gridfs python3-gridfs python-bson python3-bson python-bson-ext
Architecture: source amd64 all
Version: 2.5.2-1
Distribution: unstable
Urgency: high
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
Closes: 710597
Changes: 
 pymongo (2.5.2-1) unstable; urgency=high
 .
   * New upstream release. (Closes: #710597)
   * Releasing to unstable.
Checksums-Sha1: 
 0f4919a56f10793834e9f49e8f8f08e6c7298d21 1793 pymongo_2.5.2-1.dsc
 2ef234fcae46328e95d8dfbc9fb08fbe50893a68 305155 pymongo_2.5.2.orig.tar.gz
 4c0507a78a33052b4a5459002545a52066682c39 4317 pymongo_2.5.2-1.debian.tar.gz
 8d22a8fcfe77eb48a116a6f49a4bded1be00685c 110042 
python-pymongo_2.5.2-1_amd64.deb
 adaee6b08f05f8d7efe27f89e7afb41a6c9d5d3e 107872 
python3-pymongo_2.5.2-1_amd64.deb
 18fdf1c9beb6519909efb7548d6d67bf84864f50 25086 
python-pymongo-ext_2.5.2-1_amd64.deb
 bc83719c0ba9ff9cd3e57caec7ff54fe0b8a507e 1096406 
python-pymongo-doc_2.5.2-1_all.deb
 77192b0e1e63040c4f73737df5df6a4f6834c3f5 24364 python-gridfs_2.5.2-1_all.deb
 a5010c16c5512cfd4392831ed6f7fcad453c6372 24618 python3-gridfs_2.5.2-1_all.deb
 40f21c96e6fb26c65abc8768914479941800d780 32964 python-bson_2.5.2-1_amd64.deb
 d169dfe1f7652c0ef5385bac15d1cbdb5ca9 33058 python3-bson_2.5.2-1_amd64.deb
 7b37dc6d7714dbba75912a802acf1c2baf12e561 66524 
python-bson-ext_2.5.2-1_amd64.deb
Checksums-Sha256: 
 0b299aea8393351379319fc1b58c6dca2dc19b74fffdd9ce2e0269fde1b127ed 1793 
pymongo_2.5.2-1.dsc
 641e8e7d19abdd43d5e8ee2f14b82632d7d1deb6cb1b05a82b68b0711b31c307 305155 
pymongo_2.5.2.orig.tar.gz
 73fe1a84731bf72fb4674cda0fa9ab455ab3bd2c96a29780ee73205ed62cd787 4317 
pymongo_2.5.2-1.debian.tar.gz
 cbdc82781d2e00dafc55e0bac1c5cb22601570b5bc3db7d242e5a32f69569d2b 110042 
python-pymongo_2.5.2-1_amd64.deb
 70c26f80d25ca8ef73c18f41d5aba71ecc0b771bcb3893f50b019e9679a061b5 107872 
python3-pymongo_2.5.2-1_amd64.deb
 789978a34d07ae4c66ad2b0560e324e0f9aedce76a41eed3e5716268eeebdf94 25086 
python-pymongo-ext_2.5.2-1_amd64.deb
 a61dcb5e75c72e7fda7d8b4cc486329de662413d21c7a24f093cca35db5c30b7 1096406 
python-pymongo-doc_2.5.2-1_all.deb
 3212514ca0c0b4e45fa7eaa44094413863cd2b21e9f2e615fb328bb36e471217 24364 
python-gridfs_2.5.2-1_all.deb
 d3b5637b6b8851ff4983319b74ed86787d8e24f2af239ce096fcf5608f7ae3ef 24618 
python3-gridfs_2.5.2-1_all.deb
 260e6c7b9b20f9aef45e8dcb48009c8f0c0a38bd0f3b90f24a71dfbe8a54aca4 32964 
python-bson_2.5.2-1_amd64.deb
 55aa77e5e6a9cd8e9b8c4ccb4bcfc220e9583fb3a83540d4bd8332d5197267c1 33058 
python3-bson_2.5.2-1_amd64.deb
 ae994fe52b2a330cf7867b9212ad3f9219038836fe64cf9c412c888b6803e844 66524 
python-bson-ext_2.5.2-1_amd64.deb
Files: 
 90ca4bfd7f2e6089e10338a8fad6ba8a 1793 python optional pymongo_2.5.2-1.dsc
 7f5b74383acc00119b492e1a48568be6 305155 python optional 
pymongo_2.5.2.orig.tar.gz
 5e635aa19174ac8a65a718d9359c2fa9 4317 python optional 
pymongo_2.5.2-1.debian.tar.gz
 4b962188da381fdbee388c21d9150b23 110042 python optional 
python-pymongo_2.5.2-1_amd64.deb
 267f93c76692639830a74e393b6310d5 107872 python optional 
python3-pymongo_2.5.2-1_amd64.deb
 3e5526de8af4cfba5ae124e5b77d1a0e 25086 python optional 
python-pymongo-ext_2.5.2-1_amd64.deb
 17e7eed270b53cac8368fdae9c3f87c5 1096406 doc optional 
python-pymongo-doc_2.5.2-1_all.deb
 ddbfd74487d6fb902f8a0c969723744a 24364 python optional 
python-gridfs_2.5.2-1_all.deb
 edc3a029b3dea09b591d440d3dca5043 24618 python optional 
python3-gridfs_2.5.2-1_all.deb
 59775bef3b43456ce842ce071c3975a1 32964 python optional 
python-bson_2.5.2-1_amd64.deb
 1c7f4eb56dcac30936aa777d41fce4b5 33058 python optional 
python3-bson_2.5.2-1_amd64.deb
 52266b6a53c345fd96c10227b1abe7ad 66524 python optional 
python-bson-ext_2.5.2-1_amd64.deb

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

iEYEARECAAYFAlGrLSQACgkQXjJjA8mLXV3iIQCfRWf2/XPmimJumjS/NskxnDld
x6sAn1p76Je9B6fbZCb+uhsEkpPnOjRC
=KcSW
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uj6ln-0007mt...@franck.debian.org



Accepted pymongo 2.5-1 (source amd64 all)

2013-05-01 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 May 2013 22:55:11 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python-pymongo-doc 
python-gridfs python3-gridfs python-bson python3-bson python-bson-ext
Architecture: source amd64 all
Version: 2.5-1
Distribution: experimental
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
Closes: 705560
Changes: 
 pymongo (2.5-1) experimental; urgency=low
 .
   * New upstream release.
   * Dependency versions updated (Closes: #705560)
Checksums-Sha1: 
 6b95b87235e963215fcf4e02b5c5a79cd11fea40 1779 pymongo_2.5-1.dsc
 b93097e867d1b4b07a9f8bc37dc6d7ddd529a343 294930 pymongo_2.5.orig.tar.gz
 8a7b1b7baaa656a140e61d5c8e15c6a3666cf2d5 4346 pymongo_2.5-1.debian.tar.gz
 0835c45689c039d0ba200b7d8b0bfc4f64e26f3e 107068 python-pymongo_2.5-1_amd64.deb
 b0b671cef4886c87bf480e0a192878923ac3cf87 104122 python3-pymongo_2.5-1_amd64.deb
 69182429c3eb3d64a7b650ecb7bf8e7e0558f754 25256 
python-pymongo-ext_2.5-1_amd64.deb
 6ddf752225bd89b8436e2df03fb4d0faff523eb5 1098806 
python-pymongo-doc_2.5-1_all.deb
 1bbe6b65c08074e05aaa01c0c94bee4394102672 24358 python-gridfs_2.5-1_all.deb
 ce6b82150a348c6df84954f0bf938ade2c09c15d 24454 python3-gridfs_2.5-1_all.deb
 77d680f3c0aa90b5235b97d009b45292c93b9e74 32906 python-bson_2.5-1_amd64.deb
 2797161cd32235cde612292b2cf5a8ab91bcd69a 32776 python3-bson_2.5-1_amd64.deb
 e48fca8223355096ddf8636db5ad18d88034e782 66658 python-bson-ext_2.5-1_amd64.deb
Checksums-Sha256: 
 4df2497e264e61774c1834bad1db62d141e035711f76fdb463f954753d80c411 1779 
pymongo_2.5-1.dsc
 79aff1c77ec6be6158a4d1a11002400ee0eb8f74dc6f4f67527f59bfac78c222 294930 
pymongo_2.5.orig.tar.gz
 9e2c72fddede6ae236ceb82dbb505307e0c2e8a61bfb1a66edfd4608b6747bda 4346 
pymongo_2.5-1.debian.tar.gz
 db6b80440a56d20a11a2ccf81b1ca3e7d7b76e5115c9767bb0a1b0f18fbe46bf 107068 
python-pymongo_2.5-1_amd64.deb
 406225ad8de928e19ed3d29df5ca265a0013dc0492e89979bd72576fabc9f0c7 104122 
python3-pymongo_2.5-1_amd64.deb
 9f191a42313f0f5f5ac44391c4bbad2661ca350f3201f82c78db28bf48681aac 25256 
python-pymongo-ext_2.5-1_amd64.deb
 48dc3409dc9d1fd42311c4a051ad191ee94daa93573745e48ec35e670fa14a65 1098806 
python-pymongo-doc_2.5-1_all.deb
 1954dd42a2e5aaef750a96b68917fff35ad85b089a9e7e57a42716388a9c4e0b 24358 
python-gridfs_2.5-1_all.deb
 b603287e0a25663513027d2fac7c0046d022b9c87e9aa1c1ea6603840aa1abd4 24454 
python3-gridfs_2.5-1_all.deb
 aad20696a5ff11f7eddf2d2e3a3c9efdad8b8f3121372288c5acc793283987df 32906 
python-bson_2.5-1_amd64.deb
 a5cd1f23b670a5543a7e6b75b8ba882887fdfd1bb59884f6f886cdba983c4926 32776 
python3-bson_2.5-1_amd64.deb
 329c8c70c23be905eecaec9d723836fc286ab898559ac214396c10be03631fcd 66658 
python-bson-ext_2.5-1_amd64.deb
Files: 
 c31faf64620145a750b7390530913034 1779 python optional pymongo_2.5-1.dsc
 8dd2f563c25f92d07a15a3d37e0adbe8 294930 python optional pymongo_2.5.orig.tar.gz
 49c4cdab6fc3736758652949a637acf1 4346 python optional 
pymongo_2.5-1.debian.tar.gz
 b5c407c8520570ecdd7acc30a8ea1994 107068 python optional 
python-pymongo_2.5-1_amd64.deb
 1b1eeba94e183216ab69b3304663e4b5 104122 python optional 
python3-pymongo_2.5-1_amd64.deb
 51fa8306cd90e98a1596b524c6ef3e19 25256 python optional 
python-pymongo-ext_2.5-1_amd64.deb
 ebc20ef5e1160c63e2219a8473758a77 1098806 doc optional 
python-pymongo-doc_2.5-1_all.deb
 31a16e5f3cc06d8356bef780a9d1c50e 24358 python optional 
python-gridfs_2.5-1_all.deb
 179bcc86a8653092af3c351222c264d1 24454 python optional 
python3-gridfs_2.5-1_all.deb
 054e65fb3c82048e60b7b1f3fd9589d3 32906 python optional 
python-bson_2.5-1_amd64.deb
 f90ec486cce17ff07315815b88f98eff 32776 python optional 
python3-bson_2.5-1_amd64.deb
 cf616fe752aa0edf8a927e37e295 66658 python optional 
python-bson-ext_2.5-1_amd64.deb

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

iEYEARECAAYFAlGBmowACgkQXjJjA8mLXV3RowCdH0kepxkNa0CBb2eDopgQ5guJ
lUsAnjF2NmIkfKcJxp4OYBzY5vjEtZSk
=zEZL
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uxfoo-0001yd...@franck.debian.org



Accepted cmd2 0.6.5.1-1 (source all)

2013-05-05 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 May 2013 13:24:20 +0100
Source: cmd2
Binary: python-cmd2
Architecture: source all
Version: 0.6.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-cmd2 - enhanced Python cmd module
Changes: 
 cmd2 (0.6.5.1-1) unstable; urgency=low
 .
   * d/changelog: New upstream release 0.6.5.1
   * Standards-Version bumped to 3.9.4, minor updates
Checksums-Sha1: 
 671558d863cad5476166275ecd8e3507eb48a2d4 1248 cmd2_0.6.5.1-1.dsc
 cceb6d5ba80ddc4943e37d9d5a98f7f9f9ca9815 21180 cmd2_0.6.5.1.orig.tar.gz
 46b16ce4a3c27e0bc6f0425009cb7beedbb3ff1f 1994 cmd2_0.6.5.1-1.debian.tar.gz
 991ea1c47bc57ca8c6609c9793a771457994cf81 23904 python-cmd2_0.6.5.1-1_all.deb
Checksums-Sha256: 
 3bc6420b296e470e628ae59ee95bbfab1bc7de10331dba43e0d4deea7e08fa11 1248 
cmd2_0.6.5.1-1.dsc
 20474c5ff69e6ab4a38da29f2f1368126c9dc904f21d79e001663b9047ecb794 21180 
cmd2_0.6.5.1.orig.tar.gz
 52fc50e44dc31f65f2dca6fc34adc298152807ec00b6ddf14fe933bf58cb69e9 1994 
cmd2_0.6.5.1-1.debian.tar.gz
 09bd818bec2d82afe21ebcfdd0d7f6dd0b7aeb02e04cfa617d446fd29ce781cb 23904 
python-cmd2_0.6.5.1-1_all.deb
Files: 
 cc71464907002500f14a5c91f364305b 1248 python optional cmd2_0.6.5.1-1.dsc
 44a8f40eabcba2cbefe7ea7560a8abfc 21180 python optional cmd2_0.6.5.1.orig.tar.gz
 d64dcbeb4e6999a7de50dc3553c2c740 1994 python optional 
cmd2_0.6.5.1-1.debian.tar.gz
 b9ad6090ffda086c9a8325773494e181 23904 python optional 
python-cmd2_0.6.5.1-1_all.deb

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

iEYEARECAAYFAlGGVngACgkQXjJjA8mLXV3vmgCg0Wk//biYjq/OI04okFtF8vto
spMAn1cRnM80XXmNFctSs6I3ZpTHnU1b
=KVnv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uyyau-sc...@franck.debian.org



Accepted pudb 2013.1-1 (source all)

2013-05-05 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 May 2013 15:05:54 +0100
Source: pudb
Binary: python-pudb
Architecture: source all
Version: 2013.1-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-pudb - full-screen, console-based Python debugger
Changes: 
 pudb (2013.1-1) unstable; urgency=low
 .
   * New upstream release 2013.1
   * Standards-Version bumped to 3.9.4, no changes required
   * debhelper version bumped to 9
   * 01-lower_distribute_version.patch disabled
Checksums-Sha1: 
 27cd0727619c32eb4ae09b17e487a13e4973d056 1276 pudb_2013.1-1.dsc
 bb3645da188745106d470032ccb98b50e24a7fc8 40914 pudb_2013.1.orig.tar.gz
 2e6adf34c0e270a92a0e35eef709371e440de271 4151 pudb_2013.1-1.debian.tar.gz
 1b82e26997bb7e94076ad923eefabec3c8c308bf 42800 python-pudb_2013.1-1_all.deb
Checksums-Sha256: 
 566f423d6540a64960230b243427e43af970350fdecbea3a03d9c9c5bcf23971 1276 
pudb_2013.1-1.dsc
 8bc5c43969959ee2dd0d89f876eaf8e81e8447a79dc975a1f6b39bbcc7bc25c5 40914 
pudb_2013.1.orig.tar.gz
 e8e4ca0bdcb638458a94d0970ab4e860fdc86ef6afe049d7ad5d991539144c8f 4151 
pudb_2013.1-1.debian.tar.gz
 0a1229c25b09834fb7928f5b83b7a47e06bdffcae947079fa332fa5283ed0b3c 42800 
python-pudb_2013.1-1_all.deb
Files: 
 84bfac79a75e7ba19abf6f3eb0fd339e 1276 python optional pudb_2013.1-1.dsc
 f94922aba7f862f13886457dc3fadc6a 40914 python optional pudb_2013.1.orig.tar.gz
 55c704a93f57b98399aa97dcdad3f734 4151 python optional 
pudb_2013.1-1.debian.tar.gz
 d4502bfad2f4ce57a37e9291804ccf03 42800 python optional 
python-pudb_2013.1-1_all.deb

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

iEYEARECAAYFAlGGdpQACgkQXjJjA8mLXV3ZJQCgreKTqPGY6+WFifcJ63PsJsX7
vaMAn355xpC8oScxk1vPogqf4qhdd++C
=f3OP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uz0wc-0004lb...@franck.debian.org



Accepted python-bottle 0.11.6-1 (source all)

2013-05-06 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 May 2013 21:05:51 +0100
Source: python-bottle
Binary: python-bottle python-bottle-doc
Architecture: source all
Version: 0.11.6-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
Changes: 
 python-bottle (0.11.6-1) unstable; urgency=low
 .
   * d/changelog: New upstream release 0.11.6
Checksums-Sha1: 
 9eb6a1f58dc106b8ac7abe635517e53c71c8377f 1594 python-bottle_0.11.6-1.dsc
 04abcd149798c034a77e8e4e421bc41be527017e 458769 
python-bottle_0.11.6.orig.tar.gz
 720c70e71b0d6f1399931c405284786a217c9220 5938 
python-bottle_0.11.6-1.debian.tar.gz
 dff33d9e1b51b222a0698420f5a554c34b8742e2 48322 python-bottle_0.11.6-1_all.deb
 3907069e94dbdc3ac184e55666e2c930ba4bd4cb 641184 
python-bottle-doc_0.11.6-1_all.deb
Checksums-Sha256: 
 9cea6b3f2d4187b0a5c0722b1e4938ca4d5d945b35c73b65d1d55032110a9e6e 1594 
python-bottle_0.11.6-1.dsc
 94f87a438e1316aa92d09801427bde01eb80d4f8c802a9e166194500a4931dd6 458769 
python-bottle_0.11.6.orig.tar.gz
 22bea2574b1335864e23b9a3d7ec2e4743f6b8b79b1cfa8adcb544108f132c8d 5938 
python-bottle_0.11.6-1.debian.tar.gz
 7d7bd962c3072e41b28e4baa283225c1977cf3e37d5fa79ac8aa7ded308d6427 48322 
python-bottle_0.11.6-1_all.deb
 33a9606338becd6109757c7f06b15b2603180e3489e0ccfc85b279d4cde0cd50 641184 
python-bottle-doc_0.11.6-1_all.deb
Files: 
 3f0e943d06274a5587c2f5c1657e5ec3 1594 python optional 
python-bottle_0.11.6-1.dsc
 88953166fbb9b5b4718c59f2b89b205b 458769 python optional 
python-bottle_0.11.6.orig.tar.gz
 03f741faff65b168bea2de6bda0bd9d2 5938 python optional 
python-bottle_0.11.6-1.debian.tar.gz
 f659a20c82072a6b55c8c2cbd56fbca0 48322 python optional 
python-bottle_0.11.6-1_all.deb
 f23550865a30d17519d93bd254b555dd 641184 doc optional 
python-bottle-doc_0.11.6-1_all.deb

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

iEYEARECAAYFAlGIDjEACgkQXjJjA8mLXV3O0gCfYGHO+iNCAxA2ZpfKig8TtM54
1/QAoM1DuoP8tk2Sk7aSSVNIjBEWxKyf
=lrdM
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uzscl-0005i8...@franck.debian.org



Accepted squaremap 1:1.0.3-1 (source all)

2013-11-08 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Nov 2013 22:35:31 +
Source: squaremap
Binary: python-squaremap
Architecture: source all
Version: 1:1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-squaremap - wxPython control to display hierarchic data as nested 
squares
Changes: 
 squaremap (1:1.0.3-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 c00fee15b323c0f742cf86c3213899aab8ac3cc9 1299 squaremap_1.0.3-1.dsc
 e4c2ceafc3e51a7f7b632eecb4a05e1c05eee281 7445 squaremap_1.0.3.orig.tar.gz
 2b4c31e1714cc5737f3839c98ad48fbc763d67ee 1497 squaremap_1.0.3-1.debian.tar.gz
 4ef7abf59c6be0712be37f4ad96a128bfc603964 8702 python-squaremap_1.0.3-1_all.deb
Checksums-Sha256: 
 c7143353aeb64ee017f989b1c70ba1721556617bbf226d17848fa8c00299e0ba 1299 
squaremap_1.0.3-1.dsc
 ad7021230c6ae843a8143d73d191a6da01ff2d1f34df5534bca34f4110bef35c 7445 
squaremap_1.0.3.orig.tar.gz
 a2927967a855cb99fd28d2400a93b5eed2cf9bad9463343a288cafc4023faac2 1497 
squaremap_1.0.3-1.debian.tar.gz
 0ce137cd6f4841d883e4154ae33822a4ee06afa700dc249b221c65927f429f8e 8702 
python-squaremap_1.0.3-1_all.deb
Files: 
 4f9190fe71f401f35846920885050861 1299 python optional squaremap_1.0.3-1.dsc
 60cabf3085ef12bd2c1fbfbdaa63ecc2 7445 python optional 
squaremap_1.0.3.orig.tar.gz
 59492a739544d6130b1b532ff9d4e627 1497 python optional 
squaremap_1.0.3-1.debian.tar.gz
 f21d07d825b1b0528b5d68d09a0a06ee 8702 python optional 
python-squaremap_1.0.3-1_all.deb

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

iEYEARECAAYFAlJ9aKEACgkQXjJjA8mLXV1tLQCgyuT6JIA3SlwR8oXSIVbWorJC
wzgAmQESCWg5RWc9jpjOeyBGIvy4ZXvx
=qyNH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veurr-0002dk...@franck.debian.org



Accepted runsnakerun 2.0.4-2 (source all)

2013-11-08 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Nov 2013 22:54:31 +
Source: runsnakerun
Binary: runsnakerun
Architecture: source all
Version: 2.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 runsnakerun - GUI utility for (Python) cProfile or Profile profiler dumps
Closes: 729033
Changes: 
 runsnakerun (2.0.4-2) unstable; urgency=low
 .
   * Dependency on squaremap = 1:1.0.3-1 added (Closes: #729033)
Checksums-Sha1: 
 0f1feec9a3dc3078259595136f81f647ef0da6b2 1333 runsnakerun_2.0.4-2.dsc
 8dbb4f04eeebc498dc762b204845765ffe2d54b5 3128 runsnakerun_2.0.4-2.debian.tar.gz
 a45baaf90fba7fd3fdf947c95973fb43826c910a 447996 runsnakerun_2.0.4-2_all.deb
Checksums-Sha256: 
 b6b7a91bd9af1ee5f4333c03aa2a22c9857f9b869833d6ef148c065b720a4968 1333 
runsnakerun_2.0.4-2.dsc
 27714d92da364d794c1a91566379b63b0c13a89fca65dfa5582f4a2fe182f40e 3128 
runsnakerun_2.0.4-2.debian.tar.gz
 008c5d38f392e5d42e4b9dee744426d5744a5da00c1b6427ef91b5b8a6fbed56 447996 
runsnakerun_2.0.4-2_all.deb
Files: 
 2dc0d91cdd3f12c33b8e8137d800aab1 1333 python optional runsnakerun_2.0.4-2.dsc
 9d319518debdbcec1bb06ea7b1e3e9c8 3128 python optional 
runsnakerun_2.0.4-2.debian.tar.gz
 dadbbbc54c118452358f3afcee4b3ab9 447996 python optional 
runsnakerun_2.0.4-2_all.deb

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

iEYEARECAAYFAlJ9bjsACgkQXjJjA8mLXV3EjwCggMC2n3HSk7WuiYFYwdobfRdz
bqcAmwYPNRFz07vl+DEfqgjBP6BseB3X
=AKrH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vevkk-0008hn...@franck.debian.org



Accepted cmd2 0.6.7-2 (source all)

2013-10-09 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Oct 2013 17:09:22 +0100
Source: cmd2
Binary: python-cmd2 python3-cmd2
Architecture: source all
Version: 0.6.7-2
Distribution: unstable
Urgency: medium
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-cmd2 - enhanced Python cmd module - Python 2.x
 python3-cmd2 - enhanced Python cmd module - Python 3.x
Closes: 725867
Changes: 
 cmd2 (0.6.7-2) unstable; urgency=medium
 .
   * Remove dependency on setuptools for Python2 (Closes: #725867)
Checksums-Sha1: 
 43cb697df0d5dbd023a84d47ba5d2b1363c5c5ef 1306 cmd2_0.6.7-2.dsc
 b77aa39255244a16bf95caeded68cf6e42d36707 2578 cmd2_0.6.7-2.debian.tar.gz
 fee97a937e4af43a91ec8ce03241466435b774af 22038 python-cmd2_0.6.7-2_all.deb
 b22eadfefdbfa5ed5eed72316d8d972f5ff6b0b1 19512 python3-cmd2_0.6.7-2_all.deb
Checksums-Sha256: 
 803bafdbd9d4fafdcd3a2a9940a168daca004cef967cea1cd6d11affa6d91600 1306 
cmd2_0.6.7-2.dsc
 8b2cae5c49abd6013cc85d02e69ba622d4b2b0f98d48c659fca04b27df216679 2578 
cmd2_0.6.7-2.debian.tar.gz
 fb79fec12156777ef1372d1d7b1067c573527421e310526a909ec907b310835f 22038 
python-cmd2_0.6.7-2_all.deb
 c0b161fa71d8423d0796e0c7e0809b14ee1ec44a8a55c6ce0c1ef7914047f2fd 19512 
python3-cmd2_0.6.7-2_all.deb
Files: 
 268a924bd22bbeea8d1789a83404f76d 1306 python optional cmd2_0.6.7-2.dsc
 cf096e512b69f4f85a131e18e3649e39 2578 python optional 
cmd2_0.6.7-2.debian.tar.gz
 46552ebb54ae4a9ee9b0da6e1614ee18 22038 python optional 
python-cmd2_0.6.7-2_all.deb
 d10bdc403a2979bb21edd86a5605cdda 19512 python optional 
python3-cmd2_0.6.7-2_all.deb

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

iEYEARECAAYFAlJVgkQACgkQXjJjA8mLXV3dRwCdHJwxMmxd8wNd8wLi9TR64XPj
NSMAn2aXV7YdEvwtct4vh4vCaBZ24Qx8
=35+8
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vtwhm-0003yr...@franck.debian.org



Accepted cmd2 0.6.6.1-1 (source all)

2013-08-21 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 Aug 2013 22:26:20 +0100
Source: cmd2
Binary: python-cmd2
Architecture: source all
Version: 0.6.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-cmd2 - enhanced Python cmd module
Changes: 
 cmd2 (0.6.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * dpkg Pre-Depends added.
Checksums-Sha1: 
 ed121cb60b52216654137c28401fdc73fa70ad0f 1248 cmd2_0.6.6.1-1.dsc
 3169307606b4cad0e652c52b3fe7684e0baa1e9c 21145 cmd2_0.6.6.1.orig.tar.gz
 a6cd8ba14205f6e40dd663d88b7100cb15ed8cdc 2042 cmd2_0.6.6.1-1.debian.tar.gz
 e3dcff7264a1c202b6929d137c6d47cde51f4fa6 21666 python-cmd2_0.6.6.1-1_all.deb
Checksums-Sha256: 
 be0837c8c304a68fb415b229e0ea1627ed51155c5823c4559a0189c27856d98a 1248 
cmd2_0.6.6.1-1.dsc
 a866307e6c0656ea946644b8a5a318dd846fd63b5a3b9defaecbfbc049b82692 21145 
cmd2_0.6.6.1.orig.tar.gz
 c64ce45757f5aee0e84c20db0acead20e9a7306bcf24403335605dfa0983922d 2042 
cmd2_0.6.6.1-1.debian.tar.gz
 2cc3f42d06ae42b5603d39188d928e4564ee500713ac724a15c891b26b94 21666 
python-cmd2_0.6.6.1-1_all.deb
Files: 
 d9111bf002cf1e031d54d614d50796d0 1248 python optional cmd2_0.6.6.1-1.dsc
 1f9d0284f5e5ef6c0d41b6c94e1b08ed 21145 python optional cmd2_0.6.6.1.orig.tar.gz
 7732c94537d69a90e981a357eb03723e 2042 python optional 
cmd2_0.6.6.1-1.debian.tar.gz
 d78e8c948597a14ae388d9af81553042 21666 python optional 
python-cmd2_0.6.6.1-1_all.deb

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

iEYEARECAAYFAlIVMYAACgkQXjJjA8mLXV0wngCgwXYoc0bT8kpNmcg3oon40kZf
uzwAmgKoxIyqsiAcrXLW+E2u2T1BC2fC
=k9IE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vcg1o-0003hq...@franck.debian.org



Accepted python-nmap 0.3.1-1 (source all)

2013-08-21 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 Aug 2013 23:37:40 +0100
Source: python-nmap
Binary: python-nmap
Architecture: source all
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-nmap - Python interface to the Nmap port scanner
Changes: 
 python-nmap (0.3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * dpkg Pre-Depends added.
Checksums-Sha1: 
 80ef862b10c84179ddabeffd36be1feec390fbf1 1331 python-nmap_0.3.1-1.dsc
 5a969ff6449659c7e2412c2d56f8505b9d4dbca2 32395 python-nmap_0.3.1.orig.tar.gz
 8aa0256febbeaa0e3fbc8a7559295cebab7f8dc0 2074 python-nmap_0.3.1-1.debian.tar.gz
 5740b2285f737ebb0dbe5a8afb4f5165a26a6f29 16930 python-nmap_0.3.1-1_all.deb
Checksums-Sha256: 
 e15910111549593099ccacdc3887717b23f827765ecd68081a46061291d34cd2 1331 
python-nmap_0.3.1-1.dsc
 12229fd363efaa07285b7247bcad0f7ab5de37c17b8fd93865f9a626346e705b 32395 
python-nmap_0.3.1.orig.tar.gz
 f5b4ddadac53dd968ead782d85a83083863e4b2b0dee7917eab89d14db464a75 2074 
python-nmap_0.3.1-1.debian.tar.gz
 beec260eb42ae4c4589fb3d26de4cacc2422d15c3c2ebe7618141ff003f3a9a5 16930 
python-nmap_0.3.1-1_all.deb
Files: 
 e83db9d99dd4d390c89b9315fbf6d152 1331 python optional python-nmap_0.3.1-1.dsc
 53eacc09869cf4cabb9a7733fbf2fe39 32395 python optional 
python-nmap_0.3.1.orig.tar.gz
 d05e76381b223035e1f5a1ddd9796c07 2074 python optional 
python-nmap_0.3.1-1.debian.tar.gz
 51fc2918544fe85e72b2aa18e66f048d 16930 python optional 
python-nmap_0.3.1-1_all.deb

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

iEYEARECAAYFAlIVQ7IACgkQXjJjA8mLXV1xOACgsrNMrH1n1h+LXHdvnml15evL
IwEAn0qdcE/2DmQ2PARb8W0OOrgBGnm1
=/w+c
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vchqw-tq...@franck.debian.org



Accepted squaremap 1:1.0.2-1 (source all)

2013-08-23 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 Aug 2013 22:39:37 +0100
Source: squaremap
Binary: python-squaremap
Architecture: source all
Version: 1:1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-squaremap - wxPython control to display hierarchic data as nested 
squares
Changes: 
 squaremap (1:1.0.2-1) unstable; urgency=low
 .
   * New upstream release
   * Moved to debhelper 9
   * Standards-Version bumped to 3.9.4
Checksums-Sha1: 
 aa7405114b3e48a1143b73ef769348614eb836b5 1288 squaremap_1.0.2-1.dsc
 9c08d134cfc7394413fa726785b356346d98f7a1 7449 squaremap_1.0.2.orig.tar.gz
 e4245b2456430750b09c5d709d9251d0dae1b33c 1474 squaremap_1.0.2-1.debian.tar.gz
 904200cbe21e445f001ea35c0c13ff26bdfe1cba 8676 python-squaremap_1.0.2-1_all.deb
Checksums-Sha256: 
 5f9eb25a94cfe719cdf5a7b60ff2e9ce2c854f34019ccf23d7e7478e68cb7591 1288 
squaremap_1.0.2-1.dsc
 b5bf85f5ba0f2899828fa68f6ae712141910afb91b60117a5b60e1658fa63be0 7449 
squaremap_1.0.2.orig.tar.gz
 bb8bd465e196660d4f9b59b1e87a36de4b0b50503c2ead5118e842ffb9030b52 1474 
squaremap_1.0.2-1.debian.tar.gz
 a849359d1fea6b0c335c1e389e3ba3d3798aa2e075d8f6f0a97fc4c8186ff639 8676 
python-squaremap_1.0.2-1_all.deb
Files: 
 85b54d1c8fa55b6f2f245caa741e66e3 1288 python optional squaremap_1.0.2-1.dsc
 67023ae1316ffb3f9b95bb43b72941bc 7449 python optional 
squaremap_1.0.2.orig.tar.gz
 3d5e2e4205f838ea70913c86dfce8fa3 1474 python optional 
squaremap_1.0.2-1.debian.tar.gz
 3858cd6b2d29ebadd80916a529615aee 8676 python optional 
python-squaremap_1.0.2-1_all.deb

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

iEYEARECAAYFAlIX2eoACgkQXjJjA8mLXV2TWQCdGbSCEGvHRdcFJ4CpAihVh4x2
XwAAn2b86Z1q3uoOd4u7+hvK3TIFvAbs
=6y9o
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vczsy-0007vl...@franck.debian.org



Accepted pymongo 2.6-1 (source amd64 all)

2013-08-27 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 22:01:21 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python3-pymongo-ext 
python-pymongo-doc python-gridfs python3-gridfs python-bson python3-bson 
python-bson-ext python3-bson-ext
Architecture: source amd64 all
Version: 2.6-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-bson-ext - C-coded extension to the python3-bson package
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
 python3-pymongo-ext - C-coded extension to the python3-pymongo package
Closes: 709487 715395 720612
Changes: 
 pymongo (2.6-1) unstable; urgency=low
 .
   * Imported Upstream version 2.6 (Closes: #709487)
   * Michael G Schwern copyright on time64.c added (Closes: #720612).
   * Improved *-ext dependencies (Closes: #715395)
Checksums-Sha1: 
 7f1061bc0e643247575c6f623355e49485427e31 1897 pymongo_2.6-1.dsc
 619d8806a467954d01e1bc34399474b4f0fda1a8 321188 pymongo_2.6.orig.tar.gz
 b1287697a84c1137e48ec701f350bb905cc08437 5166 pymongo_2.6-1.debian.tar.gz
 da56661e78f09b6163c348400e3223e98200bb5d 88102 python-pymongo_2.6-1_amd64.deb
 0fe9f7ccaba5f4c9a6c5dfee70c9e04107a3e10c 85942 python3-pymongo_2.6-1_amd64.deb
 ba138e5912c1b45f65cd9867c4dc130b661c7123 23230 
python-pymongo-ext_2.6-1_amd64.deb
 6b1b4d82705e722d79f8c1a504403eb738ce7a3f 23360 
python3-pymongo-ext_2.6-1_amd64.deb
 6cc2266ff28993a7fed6403e1a00114a6279aaa0 1028988 
python-pymongo-doc_2.6-1_all.deb
 9bc9d44a871901e1f8f43bf8ae326c245d8ad39f 24596 python-gridfs_2.6-1_all.deb
 9901762dd75716d26d847e7aae933bbaf8fd1139 24500 python3-gridfs_2.6-1_all.deb
 e4b0823b0f9a08081484a2a24b2bfd75e6fceb46 32026 python-bson_2.6-1_amd64.deb
 e503730d9d2d9bfdf2e6f823e9a21822cbe1efd0 31826 python3-bson_2.6-1_amd64.deb
 125fea7fb3207510ea053a13b64fedec69c79e32 31574 python-bson-ext_2.6-1_amd64.deb
 e62fe005c36187805d9c534d2be8378369e395cb 32080 python3-bson-ext_2.6-1_amd64.deb
Checksums-Sha256: 
 54d479758c112dadf3c3ae8fe9150339fe725338428337845c5525c2f8ca4531 1897 
pymongo_2.6-1.dsc
 e6995358db2d407745ab6403decd412db0105ec3a1c77425382a5bd74afbfeeb 321188 
pymongo_2.6.orig.tar.gz
 8a4ccf3a80f44c5b52ea99c584d0aafd61ab93d70d3b1133dbafc8163873d7f3 5166 
pymongo_2.6-1.debian.tar.gz
 f2788a78fdd456ea1d6a1b9ac5b7a3d3657a081b9cbd7213555a3a82e21fb05f 88102 
python-pymongo_2.6-1_amd64.deb
 6a3efa15759da82247f19849e4a6de4d7339362dbae440ad96a0206e1ead97c2 85942 
python3-pymongo_2.6-1_amd64.deb
 84f935fb002c4903119091e6e31bd260b1123db9bd9495da23a9b72675a2da50 23230 
python-pymongo-ext_2.6-1_amd64.deb
 8a0f1a03d28a9343caa31baec071344c0bfd4993f98ab18f768bc4257b8e265b 23360 
python3-pymongo-ext_2.6-1_amd64.deb
 ab64e5f9bfa3d9b903fd30a6a630e7e734c8d32df25f69c7f864142aa6dd11f1 1028988 
python-pymongo-doc_2.6-1_all.deb
 6fddc5a6adea162dfa5a9633432c17829c58e7fbf20af72677876fec946205a4 24596 
python-gridfs_2.6-1_all.deb
 35ff9f23323017255c4bdd0096ea197ca54378c33ebf8ac14e89a3be15d3f9be 24500 
python3-gridfs_2.6-1_all.deb
 0398f6ce52e6da40131634df930fa6df8eacaeb02a89f6ebee995853630c53a4 32026 
python-bson_2.6-1_amd64.deb
 7248fdc3db5652be671122deafab13c8fa43a9e29f26d642d02a218778e9f557 31826 
python3-bson_2.6-1_amd64.deb
 37463070b56e257422f14bb43c73ff9ba656783d5deb5938d2cd2899645713a5 31574 
python-bson-ext_2.6-1_amd64.deb
 467646f9e23138a4b085b431d8e15b1e114e948e746d3e2e589ae16317b986cc 32080 
python3-bson-ext_2.6-1_amd64.deb
Files: 
 de04423210d0be85d0d163c8f3cc913a 1897 python optional pymongo_2.6-1.dsc
 08d755bfd6239efd5eb67564d672b528 321188 python optional pymongo_2.6.orig.tar.gz
 821c50da443a67434eaf72df1d30b05e 5166 python optional 
pymongo_2.6-1.debian.tar.gz
 8f772b554fa9c91d758e9fff9fbe2695 88102 python optional 
python-pymongo_2.6-1_amd64.deb
 27f4198a7a3d9ce68c809c0ee1aa773f 85942 python optional 
python3-pymongo_2.6-1_amd64.deb
 f4cfcfb1ecfa3614499de6d9c7961948 23230 python optional 
python-pymongo-ext_2.6-1_amd64.deb
 c85391809c0c4ca5bc52bc42fb11d133 23360 python optional 
python3-pymongo-ext_2.6-1_amd64.deb
 b60f506706d891ceab17f16a791e4107 1028988 doc optional 
python-pymongo-doc_2.6-1_all.deb
 005c7fb65830bd25a64b5b93999d7244 24596 python optional 
python-gridfs_2.6-1_all.deb
 2de1704520ce89033e1e44b5f47f 24500 python optional 
python3-gridfs_2.6-1_all.deb
 4cf72309cb207e2740dfe3d62399e838 32026

Accepted runsnakerun 2.0.3-1 (source all)

2013-08-31 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 Aug 2013 18:42:52 +0100
Source: runsnakerun
Binary: runsnakerun
Architecture: source all
Version: 2.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 runsnakerun - GUI utility for (Python) cProfile or Profile profiler dumps
Closes: 685205
Changes: 
 runsnakerun (2.0.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #685205)
   * Standards-Version bumped to 3.9.4
   * Debhelper version bumped to 9
Checksums-Sha1: 
 5ead7e75b544cbe5dd36fcc270a57d724b5c1385 1317 runsnakerun_2.0.3-1.dsc
 edd4766cf5dfebd2debecb38f993b658d6183a85 446943 runsnakerun_2.0.3.orig.tar.gz
 b5f70e4838963984a0bc22e80ce5444bef4a8057 2733 runsnakerun_2.0.3-1.debian.tar.gz
 9903d5dbec79417f142635fe65e8759022f14143 445874 runsnakerun_2.0.3-1_all.deb
Checksums-Sha256: 
 854e478975fc27714281964233b582a47be3ceb390e3c51a41f7975137c7b64f 1317 
runsnakerun_2.0.3-1.dsc
 1372f7db678878b0d564fb32c45ff47e51837ef40ef0a5b0798a9c8d6c7e8089 446943 
runsnakerun_2.0.3.orig.tar.gz
 2bf8d694e4819b98c09ec0e0d521de6bdc716ca8b508c726dbafb84a49745c4f 2733 
runsnakerun_2.0.3-1.debian.tar.gz
 d8d37aaf83511045a85d096520b4205030072532bd5f658c997c30a1c230f87f 445874 
runsnakerun_2.0.3-1_all.deb
Files: 
 e4c50a2f5a1372aab986c1e7f63a9603 1317 python optional runsnakerun_2.0.3-1.dsc
 3967a549f0163d734d969aedbb43eb6e 446943 python optional 
runsnakerun_2.0.3.orig.tar.gz
 b36785699a27fff6f444acea8bbdfae5 2733 python optional 
runsnakerun_2.0.3-1.debian.tar.gz
 5405f5a9fea451efc36f54acb530372f 445874 python optional 
runsnakerun_2.0.3-1_all.deb

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

iEYEARECAAYFAlIiK6cACgkQXjJjA8mLXV0ZLwCdF2sHsMONcE+37CVofu76dvkP
RuUAoKtTfvH7IC6lOBfIhT7Oowg+nja1
=29Iq
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vfpmb-0008rp...@franck.debian.org



Accepted runsnakerun 2.0.4-1 (source all)

2013-10-26 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Oct 2013 17:51:34 +0100
Source: runsnakerun
Binary: runsnakerun
Architecture: source all
Version: 2.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 runsnakerun - GUI utility for (Python) cProfile or Profile profiler dumps
Changes: 
 runsnakerun (2.0.4-1) unstable; urgency=low
 .
   * New upstream release
   * Vcs fields updated in debian/control
   * Added upstream changelog generation
Checksums-Sha1: 
 c97da3411195796fa64d52ffd4b29d41b7d929d4 1333 runsnakerun_2.0.4-1.dsc
 ab79096508543261618660bcc86734aef10b6b76 446941 runsnakerun_2.0.4.orig.tar.gz
 5629f1274c61b75d794b26516f56d332b73a311f 3095 runsnakerun_2.0.4-1.debian.tar.gz
 5ebac6af6ae48b0c316c1206c79845d249561b03 447928 runsnakerun_2.0.4-1_all.deb
Checksums-Sha256: 
 a3de514a82774403f04aa1ac1655745c967c8b7ac202e09be48b4c2c56f2e127 1333 
runsnakerun_2.0.4-1.dsc
 37276c184d253dc743476943bee3e5be6461519ac169e7b4c1d4ef8035b94d5b 446941 
runsnakerun_2.0.4.orig.tar.gz
 1a0f3130a431edc3419b7d091a64818041b6b3b562bfa3a088e9c75f4e184f1b 3095 
runsnakerun_2.0.4-1.debian.tar.gz
 c54162f40b9ea31f24e66c4ed387d1b7bfcfe54d622617c8347da40d6f0cb1f7 447928 
runsnakerun_2.0.4-1_all.deb
Files: 
 89ff88a431add230bb3095c3773708ec 1333 python optional runsnakerun_2.0.4-1.dsc
 06ec8f39d7380ffe75d0cf753773c2f8 446941 python optional 
runsnakerun_2.0.4.orig.tar.gz
 aeac22fe14d76a5498ff95c799fbb1f3 3095 python optional 
runsnakerun_2.0.4-1.debian.tar.gz
 d64681d6228b906aeb673e5e7e7d02ac 447928 python optional 
runsnakerun_2.0.4-1_all.deb

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

iEYEARECAAYFAlJr+5kACgkQXjJjA8mLXV2C8wCgu/E6qK99SRs71pwQBaytXill
NpgAoL7RgSoNfyjn3cF2CyYGnPg/lTaD
=01O6
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1va7ju-0007pl...@franck.debian.org



Accepted pymongo 2.6.3-1 (source amd64 all)

2013-10-26 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Oct 2013 19:16:51 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python3-pymongo-ext 
python-pymongo-doc python-gridfs python3-gridfs python-bson python3-bson 
python-bson-ext python3-bson-ext
Architecture: source amd64 all
Version: 2.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-bson-ext - C-coded extension to the python3-bson package
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
 python3-pymongo-ext - C-coded extension to the python3-pymongo package
Changes: 
 pymongo (2.6.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 744c781022b5ae743770daa516d336372f3c1465 1932 pymongo_2.6.3-1.dsc
 c4fd6505786f184948be28fd5c0bf2d5e3d36bc8 323069 pymongo_2.6.3.orig.tar.gz
 bff8bd2069aab323ad1c66d62415c2c51513dffd 5280 pymongo_2.6.3-1.debian.tar.gz
 06c96e2ceb6ffd70d1b389f72b6714c1f9b7b0ea 88440 python-pymongo_2.6.3-1_amd64.deb
 6dbca06abd83710a615966191dceaf56874a92aa 86182 
python3-pymongo_2.6.3-1_amd64.deb
 e11626e47402e40731944845b0ff9eda1b618a8b 23416 
python-pymongo-ext_2.6.3-1_amd64.deb
 813e35955584df99fee79c22ad22a32c692acb97 23586 
python3-pymongo-ext_2.6.3-1_amd64.deb
 4e0f13208b7af9d208581e38007548173c6e6288 1032532 
python-pymongo-doc_2.6.3-1_all.deb
 670e4bcc34fb0023cada470c725596caf08177af 24756 python-gridfs_2.6.3-1_all.deb
 7d8e97d7d51ae931dcfdc20646367a8c6af01a5d 24672 python3-gridfs_2.6.3-1_all.deb
 6fc0c7e7cf7cb21647f68c8991347828663aac92 3 python-bson_2.6.3-1_amd64.deb
 77b2eaca779534aff9dfbcd059bf0fc400697413 32038 python3-bson_2.6.3-1_amd64.deb
 4272541a27e1061c7057ab71da201f79129e2d7d 31990 
python-bson-ext_2.6.3-1_amd64.deb
 8ba1f8ec15429229e5ea2ec408028f21d59238de 32492 
python3-bson-ext_2.6.3-1_amd64.deb
Checksums-Sha256: 
 78f1df98f2e977e26f2be6fddd6350b980e054d5d6879fd2a9d5adf4a4fe6133 1932 
pymongo_2.6.3-1.dsc
 a5d1c4abe451dc6d5aac7a95b4b4f2dc35e5f80153d0e0d4a9c50a741fa80fa4 323069 
pymongo_2.6.3.orig.tar.gz
 c18faf4ae59720486191c1f5a9012532e6327dfebd4a8795f7894a1fc4c769b3 5280 
pymongo_2.6.3-1.debian.tar.gz
 714a13098792d60622dbc3cefd85d3c254899440fce1a639d21113d4145dddc0 88440 
python-pymongo_2.6.3-1_amd64.deb
 949ff57c542de4aee852cd1131f925b0412a9e4612c58c2567d3b2f23dbdf6b1 86182 
python3-pymongo_2.6.3-1_amd64.deb
 cea16c8830552b8b8fb290bbeedb3fcdbaf457487f744160b47ca1959a97ec5c 23416 
python-pymongo-ext_2.6.3-1_amd64.deb
 8eca970eddb6f41cb04397081197a75d8a30e03bd2e62fc0b83120df9dd5d6c7 23586 
python3-pymongo-ext_2.6.3-1_amd64.deb
 63c430f9a998e5bd1129c7401764402c72e101eb6efdf983a06a43773f8b3172 1032532 
python-pymongo-doc_2.6.3-1_all.deb
 4603bcab14be2b352420daa88023774729fac553b367c80accc8c3802262715f 24756 
python-gridfs_2.6.3-1_all.deb
 ff9a302a05fd695d371d9bc427b68e572d1dde8a87f92940a4be34c02fc9ee2d 24672 
python3-gridfs_2.6.3-1_all.deb
 d0111339eb02ee5d74eda0b67fff4b92e3a22c66976643b35fe9d02fb57dd9fa 3 
python-bson_2.6.3-1_amd64.deb
 8c3b6596ae950f4a2cd3193e5ff5eb285122405f3839851987862f53f858249b 32038 
python3-bson_2.6.3-1_amd64.deb
 043d46195079bf1b6863b4098cab306c6b3fd410009a59f8dd0901e99388de90 31990 
python-bson-ext_2.6.3-1_amd64.deb
 1cc68d780f6c42d9520471f4c58b27b6bbfadc4deaa7b8f415db430f1051c821 32492 
python3-bson-ext_2.6.3-1_amd64.deb
Files: 
 aee86701064f73a5c5d762bbccbd1b83 1932 python optional pymongo_2.6.3-1.dsc
 30ed7488a3194c0135fefba5d92dfc73 323069 python optional 
pymongo_2.6.3.orig.tar.gz
 e4ea2ad08a9b9d2fe226888f26ef1cd4 5280 python optional 
pymongo_2.6.3-1.debian.tar.gz
 7c51fc37a4aa5a33373dfb7477616e18 88440 python optional 
python-pymongo_2.6.3-1_amd64.deb
 536a4fa1df51a15562f196c39b84a107 86182 python optional 
python3-pymongo_2.6.3-1_amd64.deb
 5eb3ad68168daf318e1b4da1a851ca83 23416 python optional 
python-pymongo-ext_2.6.3-1_amd64.deb
 f655885a3c616a0f4d346d9049d6b71a 23586 python optional 
python3-pymongo-ext_2.6.3-1_amd64.deb
 a7a5c58ada2362fb0019bbe2010cd9dc 1032532 doc optional 
python-pymongo-doc_2.6.3-1_all.deb
 126ea1146d1b23af88a7daf7ff6a076d 24756 python optional 
python-gridfs_2.6.3-1_all.deb
 419d4ba23fac37e7392e840093325c8d 24672 python optional 
python3-gridfs_2.6.3-1_all.deb
 98fd679022ca4d7318ae04a8c9feff2f 3 python optional 
python-bson_2.6.3-1_amd64.deb
 61498b3a6f46170907163f028f576b6e 32038 python

Accepted pudb 2013.3.6-1 (source all)

2013-10-27 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Oct 2013 15:23:29 +
Source: pudb
Binary: python-pudb
Architecture: source all
Version: 2013.3.6-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-pudb - full-screen, console-based Python debugger
Changes: 
 pudb (2013.3.6-1) unstable; urgency=low
 .
   * New upstream release 2013.3.6
   * Vcs links updated
   * Pre-Depends on dpkg added
Checksums-Sha1: 
 a2470be0d48821ea4d98f4860458f7c9fa235255 1311 pudb_2013.3.6-1.dsc
 ba65771e401bd269cc5785aca133a1d2c3f2a417 39128 pudb_2013.3.6.orig.tar.gz
 53136bab4289f6f0c3b12c3825c8d460a2d80638 4266 pudb_2013.3.6-1.debian.tar.gz
 39fa84bcf3054b0fe182302c2ef19c203117437d 38672 python-pudb_2013.3.6-1_all.deb
Checksums-Sha256: 
 93a0fb9ffee1631805a177554804da27ebd7aebc8344dc2fc0488af656444f4e 1311 
pudb_2013.3.6-1.dsc
 d93083dc466e82767a0b839b7e346bad19b6294b4abea193c6e33ac93e8531e8 39128 
pudb_2013.3.6.orig.tar.gz
 ee7b018e9cfb61aad146fd5181288a5743160b457012f5d1eb8e61115a6ffba7 4266 
pudb_2013.3.6-1.debian.tar.gz
 b0b397d9eaa5063b43c97cd745233a7b6e22d07d8863ee660e2ea5f00176a221 38672 
python-pudb_2013.3.6-1_all.deb
Files: 
 9ac50c2ff61e4c7f1eba4ccdb2c8f49d 1311 python optional pudb_2013.3.6-1.dsc
 b48e5f114aa3eca5dd6de4162536b7a1 39128 python optional 
pudb_2013.3.6.orig.tar.gz
 a2b962ef3be40190a48453e10549f15b 4266 python optional 
pudb_2013.3.6-1.debian.tar.gz
 60df9c8daa577b8f1d09836b87b39817 38672 python optional 
python-pudb_2013.3.6-1_all.deb

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

iEYEARECAAYFAlJtMdEACgkQXjJjA8mLXV0fyQCgpwGl/wIK37elGxachOynZmzd
UDsAoNjBTi4AGeRatsD1XV3+o0qXizDl
=G7aW
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vasfb-0004hg...@franck.debian.org



Accepted pymongo 2.6.2-1 (source amd64 all)

2013-09-22 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 22 Sep 2013 14:49:04 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python3-pymongo-ext 
python-pymongo-doc python-gridfs python3-gridfs python-bson python3-bson 
python-bson-ext python3-bson-ext
Architecture: source amd64 all
Version: 2.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-bson-ext - C-coded extension to the python3-bson package
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
 python3-pymongo-ext - C-coded extension to the python3-pymongo package
Changes: 
 pymongo (2.6.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 0ff298444e78b59a81f475b0299cb56e3fa57428 1911 pymongo_2.6.2-1.dsc
 3ad11263575bba83036d64935ac8650d997b8b83 321558 pymongo_2.6.2.orig.tar.gz
 253c679d9f39e29e7567b012b4304ca6ac4da136 5160 pymongo_2.6.2-1.debian.tar.gz
 e092919c8802faa55077be48ea64357287c98a23 88230 python-pymongo_2.6.2-1_amd64.deb
 24a33af721337c39ee90e4b926f8478c51119bb4 86056 
python3-pymongo_2.6.2-1_amd64.deb
 f24e1e04928cdff1141779d3e7df3f7f88308cc0 23364 
python-pymongo-ext_2.6.2-1_amd64.deb
 aefd32f3779601bed6cda8f07416bf9734d0b4fb 23514 
python3-pymongo-ext_2.6.2-1_amd64.deb
 e7db3f32d0878d7b95cbde2967ec49c76b420fdd 1030818 
python-pymongo-doc_2.6.2-1_all.deb
 03a88f4ec509c0ec752ad3172bc1712e4b5b30ea 24700 python-gridfs_2.6.2-1_all.deb
 003132fe116355e7844979e7e5c4ca496ef2534e 24606 python3-gridfs_2.6.2-1_all.deb
 23e0ff1f673be28c90bc8fa0772ca6c3c4b297ac 32134 python-bson_2.6.2-1_amd64.deb
 c4093430736c3faa9dc2acbd96e2d049f4f32c6b 31928 python3-bson_2.6.2-1_amd64.deb
 c6d26c0b5f9e95eac62489d651a97e76af83f51e 31654 
python-bson-ext_2.6.2-1_amd64.deb
 d032f92d476fb71415d033b7cbd92daa6ab6303a 32154 
python3-bson-ext_2.6.2-1_amd64.deb
Checksums-Sha256: 
 9a210d04dc83f7545e0c8ae52221b24eb796fbc2cebaee52d562d8bcf5beb7d4 1911 
pymongo_2.6.2-1.dsc
 88cfa2192c0e8f13926214bb517ace591475fd34b3136b8e907622da277bfc4d 321558 
pymongo_2.6.2.orig.tar.gz
 14a09e952a0711d99fb5190dce5759ef0e0e7c87e49b47152c1789b4bdfb681d 5160 
pymongo_2.6.2-1.debian.tar.gz
 440f9ba97eb34f1c727c2ebd407708fb1f883315b7287b83acfab7d9b65964a4 88230 
python-pymongo_2.6.2-1_amd64.deb
 5add3fa0494196bfb644be46dc2085cedd36ae33c143640c29a713a8150d7e76 86056 
python3-pymongo_2.6.2-1_amd64.deb
 ce86084346d556b2251d09290e0671e41c24d948fc6a50cab562bdc6062aa0ab 23364 
python-pymongo-ext_2.6.2-1_amd64.deb
 8e53833cb5ff7a65d0dc6de639f078d6295fea1eef288110326f9613476ad1d0 23514 
python3-pymongo-ext_2.6.2-1_amd64.deb
 ba5de94551938ee35fb46f724874c457911f0b50f78d02a0867e3612851d3fd5 1030818 
python-pymongo-doc_2.6.2-1_all.deb
 7acf2999cb3011df5e02d45717489612248638a580f36175e48a9bdf867dd583 24700 
python-gridfs_2.6.2-1_all.deb
 cc8a7d0b0458bc461eaa77886dc6b8894fdeb52da5af5d76974d19576136 24606 
python3-gridfs_2.6.2-1_all.deb
 122a5162fb8c1b7ee5b1c8e1f323e9b455d58864a24dee0cc2308435890a393a 32134 
python-bson_2.6.2-1_amd64.deb
 52a3eb8d7cecb4595fc738f4c07ff2ff2639989ea6f118026216c19a6faf2e86 31928 
python3-bson_2.6.2-1_amd64.deb
 69761b6a3b88fbfc43d318cf8915bc4c49a29a5069c6fc250c5760d84e7c5f9d 31654 
python-bson-ext_2.6.2-1_amd64.deb
 758700e51b2e99e454c511cd7b54c923e4583143371472bbf41485a7d9a87def 32154 
python3-bson-ext_2.6.2-1_amd64.deb
Files: 
 ec620bee61e5457026109c19865c99a3 1911 python optional pymongo_2.6.2-1.dsc
 d9c2f60e28acdde619de760486689c06 321558 python optional 
pymongo_2.6.2.orig.tar.gz
 5dfdf669d5625ee139f49c0b5cba3ce8 5160 python optional 
pymongo_2.6.2-1.debian.tar.gz
 c672058ead34690201e1afe3e2782c21 88230 python optional 
python-pymongo_2.6.2-1_amd64.deb
 6fcd058a180b021bba04d53f6f88b429 86056 python optional 
python3-pymongo_2.6.2-1_amd64.deb
 8b3efaeba717b5fd8bb1c179d103e7db 23364 python optional 
python-pymongo-ext_2.6.2-1_amd64.deb
 3b00d60e00f51a1643fb28cef8247af4 23514 python optional 
python3-pymongo-ext_2.6.2-1_amd64.deb
 5152bdc95862635bd1d58253df340f2c 1030818 doc optional 
python-pymongo-doc_2.6.2-1_all.deb
 78b177ee26ad5812a0449f5d4254d4f6 24700 python optional 
python-gridfs_2.6.2-1_all.deb
 cd04f5d45d9d28fc09023ade5fcf1329 24606 python optional 
python3-gridfs_2.6.2-1_all.deb
 c41e7ee2ca3316eb0f7319ec095822e5 32134 python optional 
python-bson_2.6.2-1_amd64.deb
 99103ad2a81e045c777ab980f882dcbe 31928 python

Accepted cmd2 0.6.7-1 (source all)

2013-09-28 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Sep 2013 15:14:53 +0100
Source: cmd2
Binary: python-cmd2
Architecture: source all
Version: 0.6.7-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-cmd2 - enhanced Python cmd module
Closes: 724206
Changes: 
 cmd2 (0.6.7-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #724206)
Checksums-Sha1: 
 281d7643d6eb0076c5b1a39bdce65f0dce7a6af4 1234 cmd2_0.6.7-1.dsc
 3f68d487912f25301b80703cd4c7e260be85a491 21158 cmd2_0.6.7.orig.tar.gz
 1987729047bb7a5228bde44ef29f492218b4fe09 2076 cmd2_0.6.7-1.debian.tar.gz
 dd5c90d79a9dc361a2cac2a93b54804fb2ce5a8a 21750 python-cmd2_0.6.7-1_all.deb
Checksums-Sha256: 
 b40f51b00d97c2e66b9b31cfd2ff231a4ff2e714ff1fa425a1cd6fa32167a87e 1234 
cmd2_0.6.7-1.dsc
 7d02b3eb8ef0d79a2f83c4d0821861c2d1df9f2bb87a436f49884e0a18c3c721 21158 
cmd2_0.6.7.orig.tar.gz
 c52d0fca9d3eabeedb0f61ca5390e991aa3727fd4e78423f9136f0122dca174e 2076 
cmd2_0.6.7-1.debian.tar.gz
 885b0f96394322629bc651fc8312365095a904574416d1996c5de3b9e5bd256a 21750 
python-cmd2_0.6.7-1_all.deb
Files: 
 14b6b9f5bd35f37f9d04db084522faf9 1234 python optional cmd2_0.6.7-1.dsc
 2f75968e6bcd41b70062c079cbb09beb 21158 python optional cmd2_0.6.7.orig.tar.gz
 720e3216f31537bc8bdb410b038ea33f 2076 python optional 
cmd2_0.6.7-1.debian.tar.gz
 9911862607b8e939379b30011f7a282e 21750 python optional 
python-cmd2_0.6.7-1_all.deb

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

iEYEARECAAYFAlJG5Q4ACgkQXjJjA8mLXV3C1gCg1EKKV+vD7OJfVy+QEOBOSAe3
cTgAoMsNK7NNhbtC5+Wanq2afJ6rbcIM
=8YYv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vpwic-0001kl...@franck.debian.org



Accepted python-nmap 0.3.2-1 (source all)

2013-09-28 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Sep 2013 14:55:31 +0100
Source: python-nmap
Binary: python-nmap
Architecture: source all
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-nmap - Python interface to the Nmap port scanner
Changes: 
 python-nmap (0.3.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 4428eb0c25cb7f57f6523b321cc1d09bbf7a8448 1331 python-nmap_0.3.2-1.dsc
 999529cd7a061ddb8c71506fb3172f1de4c74584 32713 python-nmap_0.3.2.orig.tar.gz
 a355e0a5b5b13fe71140340e21ef93736469f21c 2103 python-nmap_0.3.2-1.debian.tar.gz
 0e476682add36b8188e7c2ea220e259ce8441f05 17176 python-nmap_0.3.2-1_all.deb
Checksums-Sha256: 
 be5fd17c7292b99d1a18478296d6e90357d8f8fc6f698f5efb42de35f005b091 1331 
python-nmap_0.3.2-1.dsc
 b293539600abbb0c16100370956beae9e0e8d8504ee85c4af6e78880f4671fbc 32713 
python-nmap_0.3.2.orig.tar.gz
 4a613359bea2e8f0ebd38e5154ca6d8374572a5f3d6976ec3f7bcf948a3ef2a4 2103 
python-nmap_0.3.2-1.debian.tar.gz
 eee33b294c88f378926c583f96cbb843f21d09480345fca51d5d0da54d2497f2 17176 
python-nmap_0.3.2-1_all.deb
Files: 
 2c41e8ead74f311fa61b005f3afaee57 1331 python optional python-nmap_0.3.2-1.dsc
 6625169460ca442502965a34c53eaf52 32713 python optional 
python-nmap_0.3.2.orig.tar.gz
 093735bb4b42d956ede5bec47c4ab049 2103 python optional 
python-nmap_0.3.2-1.debian.tar.gz
 6ed9987f19f6484342f3b360637cd8dd 17176 python optional 
python-nmap_0.3.2-1_all.deb

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

iEYEARECAAYFAlJG4IoACgkQXjJjA8mLXV3crACg0xrS2gXnMNCHQ5PwalMjHXuy
B6cAn0hbBC36tGvSKmjoR8GzHyUfsEpq
=p3+w
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vpwjf-0001jb...@franck.debian.org



Accepted python-nmap 0.2.7-1 (source all)

2013-05-08 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 08 May 2013 21:01:42 +0100
Source: python-nmap
Binary: python-nmap
Architecture: source all
Version: 0.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-nmap - Python interface to the Nmap port scanner
Changes: 
 python-nmap (0.2.7-1) unstable; urgency=low
 .
   * New upstream release.
   * Standards-Version bumped to 3.9.4, debhelper dependency bumped to 9
Checksums-Sha1: 
 f9537e7b66daf192cb94f88b93f52ff2f1541b83 1331 python-nmap_0.2.7-1.dsc
 25122774a6cc14762ab6e47c8e362762e3fad7d6 33780 python-nmap_0.2.7.orig.tar.gz
 46692f776d67ef2e6e20751c2954fb03d202a040 2041 python-nmap_0.2.7-1.debian.tar.gz
 af3f36020725198911573ab63afbf366b4addefc 17820 python-nmap_0.2.7-1_all.deb
Checksums-Sha256: 
 24d6d58b0b7d0891c879398ffba00db91f7c11b1e84f0cc50913b9c123967d2a 1331 
python-nmap_0.2.7-1.dsc
 c9e21298c29382d34e6545e58e5ea99a1b661e4e49f3012b1db1f8c41fee3e50 33780 
python-nmap_0.2.7.orig.tar.gz
 9542c089bdb28fdd280cf28bc4359e63574eed44bccfe56876199db7d2f0e813 2041 
python-nmap_0.2.7-1.debian.tar.gz
 53b026ecedfe8b3b74ed03a9386459aba4f4531d791f149c0d2dbd4b3df4e6ef 17820 
python-nmap_0.2.7-1_all.deb
Files: 
 288447f644378f5fcc16b2c8038cc0bc 1331 python optional python-nmap_0.2.7-1.dsc
 5257dcfd07a2b456bec41c7c7ca38502 33780 python optional 
python-nmap_0.2.7.orig.tar.gz
 8dec497ebd27b75819f212031f5a4122 2041 python optional 
python-nmap_0.2.7-1.debian.tar.gz
 5a3dff9532cbafb03656afb1ccae1c52 17820 python optional 
python-nmap_0.2.7-1_all.deb

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

iEYEARECAAYFAlGKsL4ACgkQXjJjA8mLXV02PQCdG7WVD7Y8KFI7Ml6z/Dta3PqO
gFMAn0/dJANBNeQXONLHLhfnFYhokp1f
=93JJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uaby1-0004qq...@franck.debian.org



Accepted squaremap 1:1.0.4-1 (source all)

2014-07-06 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2014 00:16:32 +0100
Source: squaremap
Binary: python-squaremap
Architecture: source all
Version: 1:1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description:
 python-squaremap - wxPython control to display hierarchic data as nested 
squares
Changes:
 squaremap (1:1.0.4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1:
 fafca1de0a0097c717b6d7dbf986f93c301573a0 1925 squaremap_1.0.4-1.dsc
 40ad0fb4b63d42af104d4f0de070a98d63dee5ae 7454 squaremap_1.0.4.orig.tar.gz
 d2bca8eb620a375baadbd4bbdce030bab162de74 1508 squaremap_1.0.4-1.debian.tar.xz
 39b0bc5d9a0faf6811d8b55d557f3a69454222e9 8640 python-squaremap_1.0.4-1_all.deb
Checksums-Sha256:
 a4e547c44d05b37c5ec2d0b5d306a211e46e27a92dd3990efd3987a88ea1585f 1925 
squaremap_1.0.4-1.dsc
 1659042c391b78853fa25d18310e183fcaa76ec1c73778341f5c4c7d0a21e03f 7454 
squaremap_1.0.4.orig.tar.gz
 306706e757b88f6dea59ea2912bffb84b709c69c68e14b08623b1fe3c35262b0 1508 
squaremap_1.0.4-1.debian.tar.xz
 7ede62447a90782b4acc0c60fa4faba1af0a3edab1c677b8c8afa088d7b315af 8640 
python-squaremap_1.0.4-1_all.deb
Files:
 762869c7730806bb25e07500145ace54 8640 python optional 
python-squaremap_1.0.4-1_all.deb
 64c5a9e54cf01c4dd9186c59e2b2ad70 1925 python optional squaremap_1.0.4-1.dsc
 cf15df3ef06d72a8f61743d207af4b44 7454 python optional 
squaremap_1.0.4.orig.tar.gz
 5178c62ad474513b0e6b1be79bb9f1b9 1508 python optional 
squaremap_1.0.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTudnAAAoJEG8xvET1F32q76oP/1v8S61T/0S9kMR1+cV2C8qD
XNcpeZOOOISTh+R33+Ygni3BM3/i8M0nQeJxkaOLdRVNFtYpTkhH+Js6jalyVjxA
yqMiaDomMp8JXUVP9yDFWeTrxdDfQzWn8BULZ447qQv1zgow73dYS2/NQs8s4CMl
oSmHV+VOj3FoePXjW8bPBrjldZFMsKvtvBLv0Xrgn4ip/ILygkEA77CsjqU/Fc66
QS3PfXl12CSs4YdSaUbBXm+kB1i+PnvHLtjeCmL0uqIQMRIdupiNooUJZ+8mn6eI
QRFRx2exUMe+au+GBR8sLcCS6mpG8OBXD+Sb/ZvLIBcHsx/nM5ppsJoSGxlN8tmM
xuj2+PDZPfOB80oMazsnUHbVCdN5k7d3HtxLbK7W24p2RSmlxn/3rb6q/G9yQO2O
FYzOYlXSoclMguTxdxvIJbzVpfLVCaf8rr2mNnVzCD6HRFFvj+HvVmFc+Y2qC97E
YxRwBBe68utjy/zlQg+PX1cnuLS/b7nocoRCmiMmhEM6jkUxhPqGyzfzsdWCLRoz
eQYOlnV+JPqQMc1+XK5MrYjMnBa7YBFdAcC32v3FTaSdqZNdwxs1TgxG93ip4Z4e
JBBuxLr7lWaBJVp8CttkrrB/mfvAbyfwNXG3+iHLOoB9zSCo/+X6Hs4m7Q4JbaLx
RdtIhwFID133VAdxOBrc
=ddQp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x3vwz-0002ao...@franck.debian.org



Accepted python-nmap 0.3.4-1 (source all)

2014-07-06 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2014 01:12:14 +0100
Source: python-nmap
Binary: python-nmap python3-nmap
Architecture: source all
Version: 0.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description:
 python-nmap - Python interface to the Nmap port scanner
 python3-nmap - Python3 interface to the Nmap port scanner
Changes:
 python-nmap (0.3.4-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1:
 22f7061555c2cacf28e8bb17c44b9a5f9d7cafe8 2056 python-nmap_0.3.4-1.dsc
 b4b38fcc214ff8ae8bf57d228fcc5fdd37f1b9dd 39291 python-nmap_0.3.4.orig.tar.gz
 546ebaa41c5f83bf4c562399f1f29a15ac33ce3c 2124 python-nmap_0.3.4-1.debian.tar.xz
 21f5c9c27a59c39d7b1da0516a09a284629abd59 18608 python-nmap_0.3.4-1_all.deb
 60e3d2c8661a64e8597f8381c6ffafa5dc4e1130 16336 python3-nmap_0.3.4-1_all.deb
Checksums-Sha256:
 58aec0a9a80d3d4f2391cac6553dac235926b12c2ba152b5957261da0e5b4ea7 2056 
python-nmap_0.3.4-1.dsc
 8bf0a0d3b1897e506308beb046816cab77244d538e6fc6da27d5ae9ce8e975bd 39291 
python-nmap_0.3.4.orig.tar.gz
 f8def7fac9bebfa057d898eedab18a21246720d1ab7f547967532d198f464604 2124 
python-nmap_0.3.4-1.debian.tar.xz
 b649aaa813908a09657d6eaa4b88fdfaca55b8d00ad801baaed20719aa4dbabc 18608 
python-nmap_0.3.4-1_all.deb
 14f3ddf97ce8d52d33b1365368d0c39408bcb072cc9c8e6e6c5029487d7b3c7f 16336 
python3-nmap_0.3.4-1_all.deb
Files:
 f74b1a89331543b315be42063a98a6eb 18608 python optional 
python-nmap_0.3.4-1_all.deb
 27be99358a7fc3300da4cee2cc6bde0e 16336 python optional 
python3-nmap_0.3.4-1_all.deb
 f4bac7117090f9dfe10def8c0ca61544 2056 python optional python-nmap_0.3.4-1.dsc
 43c42e861024cb60dbb8ea260620a76a 39291 python optional 
python-nmap_0.3.4.orig.tar.gz
 2843431f8220a9af9a75a469347a7c25 2124 python optional 
python-nmap_0.3.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTueZ6AAoJEG8xvET1F32qwDYQAK+j++t/9MmnFgYxU4H+aKti
Id1SGI//ELhFmvomvEfGD/+7g5N4BnTkLLhivtzjK+pbMcDdv3GJxiha9PP83BEC
ZvVy8H4eBDT669RXwQHMC0twthILSKRS8mzyiX6hzddhrCxuuhH9GFxXmKZVhRk0
hxuir6XyavqFlbtJisR5mVS2SRG9XgFm5LFaO1gE+zi7yzCpbqhXp8FMxZ5NoRGW
YNloRBUz/xlcFxtozqr0UzMSc5dSAidcOQsz3WaPMMpGL29llVLBX2aX1VsKP3On
kdUHnEZQqSCl7xg22CGRBmsQu1Ke6H68TgNPc7EDpsyvUsrKmnZj/jc4t4+m2UXD
qHDkISUC8wxBA5x2aNBn8+XIdWKt9B39tzzfg46m95BqE4g3vAbzC72AMpkGIiI4
eLvSYzF0PyCQBNEoNzG8R8Sm0d4v3vESVj1uo6tt9SMNtDI3g/g7bjp2DUloRJXw
Ytg4UICRBqAMJLPLxvd35hEMfL+zQvX66sn9/C1dMfpt7BhWoNzoKhlBmQjY2IxP
JyZTKRED/OXE3wfdh6GY5nKLupG7WXfIyocVTeVGitOIAKxkjsrLwEQKY0VJAfe8
7fG9517Xai2DgRNKR04Zki8F42RJ4Si2fAcpH4mq05/GNlohg22opNm/Mm3Ct5N0
tJGrv62dJhJ6N09NJPW4
=0JRz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x3wdr-00079r...@franck.debian.org



Accepted python-xattr 0.6.4-3 (source amd64)

2014-07-07 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2014 23:59:06 +0100
Source: python-xattr
Binary: python-xattr
Architecture: source amd64
Version: 0.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description:
 python-xattr - module for manipulating filesystem extended attributes
Closes: 689282
Changes:
 python-xattr (0.6.4-3) unstable; urgency=low
 .
   * Add PSF to copyright (Closes: #689282)
   * Remove DM-Upload-Allowed field
   * Bump Standards-Version to 3.9.5
   * Update d/watch to use Github
   * Update Vcs fields
Checksums-Sha1:
 e29d71af6aef61649074f4c9df7d3cd4a71e7128 1952 python-xattr_0.6.4-3.dsc
 ab28db8b0e351c5d38e37b5aaf287ef142c0e472  
python-xattr_0.6.4-3.debian.tar.xz
 1937baa8c814ea19a3e7808c2a745563d53f1e78 13852 python-xattr_0.6.4-3_amd64.deb
Checksums-Sha256:
 69550cde02c407432ebeade44ab58ee5f6519e5256d98338e353a525075736d7 1952 
python-xattr_0.6.4-3.dsc
 7899f0e1f531b7dc3792998e64b7197ac3dd609524121fa570607b57f4911731  
python-xattr_0.6.4-3.debian.tar.xz
 a87405772ac03f0c1b4a179a1a75bd01be7a4442fe63122e274d762026ffb03c 13852 
python-xattr_0.6.4-3_amd64.deb
Files:
 3247d6877ca33754fdd926ccfd5f6c3f 13852 python optional 
python-xattr_0.6.4-3_amd64.deb
 ac880212065ceda58302784df15814e1 1952 python optional python-xattr_0.6.4-3.dsc
 fff59cbe36e04717c4994039c046095b  python optional 
python-xattr_0.6.4-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTuyh3AAoJEG8xvET1F32qTVEQAKojcQ+jHWNONOjiygKcRDFa
mKPm1qHaboKVsMijhUMPkwO8mYJp32m19Aiik4zObpYdfAzEm2ZMQTyge74KrhsK
7O5vSOg1VynSN+qrODmlu2BNs//7KBETrXw536+ep3qgRTYJVkatxI4z6QtxXmms
3HJY2Tj47iprpcYsln4Dkf9b2uWOniV9+dgScIwV+IMZ9gjNCjb51WMNu+Cfgi4d
MA3/xo82XFGqlNfqgYgPG/HlsBsCFSvKMDOoyoG4jLUSMLAaFfH4f0iKwEp2/tQZ
1JGInY5knbvkvRVTZIBlaVSObJdPTvgjj7q4txgFesPB+ue2rNW5janIiM8Y6XQ7
f/h4M64arBZEO9lM7qpRgSfZbKWwpL0owPkM14MMSJeHe02avgAnZiDIEPNJA8z0
cDZiYSJcvcfv4VA3WkfDxupkhlgAtkRQhfUy+XnzlCkwMDy0o5eGpAE9iTDzZbLl
yX4MQSIXHgBaQczE/5osNpP9xm76l4SNv8IOKjVJjXS9l4999pAPfNJbtICMlLDU
LqP/ml0XsfcmgfR3vmy3NqJM5wW24B2LI38P9SxIxyF8xjPWXTn0MXEQwZJ9Uiu8
u7Oy7QZUZYzSybv3iRNqbW1Qh8tsRvWwZnV+HMxWAK1GnAAvwUnA4AR1lKMvGW2C
YzEnFt7YFpfQKPO1DIBn
=xUF+
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x4ibo-0003yq...@franck.debian.org



Accepted uncertainties 2.4.2-1 (source all)

2013-12-03 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 26 Nov 2013 23:21:09 +
Source: uncertainties
Binary: python-uncertainties
Architecture: source all
Version: 2.4.2-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-uncertainties - Python module for calculations with uncertainties
Changes: 
 uncertainties (2.4.2-1) unstable; urgency=low
 .
   * New upstream release.
   * lib2to3 patch added.
Checksums-Sha1: 
 853d001ba12bf92cebf55d801d60752db13ca11b 1387 uncertainties_2.4.2-1.dsc
 8799fab81b8be105db1c56902c2484adb26ede4a 285466 uncertainties_2.4.2.orig.tar.gz
 027ef6cb37b4848c648b910ff04efd941054ba18 4860 
uncertainties_2.4.2-1.debian.tar.gz
 bf849b7ce3a66c994f6773b1e9cc2f792ba06816 53554 
python-uncertainties_2.4.2-1_all.deb
Checksums-Sha256: 
 9c20a8fb35e0f4c9e92b326744883235ed66f92d56a3e6d91d28fd3bd397bdb7 1387 
uncertainties_2.4.2-1.dsc
 a5daa7f824f45e4761188424d13b6f64cc113690577e6fedacd4648ae45cdfc4 285466 
uncertainties_2.4.2.orig.tar.gz
 e59532f4429d4b47b1d550afe09b40a0058f76617742224e8eecf2516e9dde44 4860 
uncertainties_2.4.2-1.debian.tar.gz
 8972685a08bec6d837ca24977edbe9deb120fdc199d1f428456ff85967317fca 53554 
python-uncertainties_2.4.2-1_all.deb
Files: 
 a9541b6f7d69310ad683118cde2439a8 1387 python optional uncertainties_2.4.2-1.dsc
 a6f146bcb203bdfe1a640fa6ab8614eb 285466 python optional 
uncertainties_2.4.2.orig.tar.gz
 c3dc065aa118da2efc112525909a8ba6 4860 python optional 
uncertainties_2.4.2-1.debian.tar.gz
 5cb90e27a6ba65d94f74d2c5faa2 53554 python optional 
python-uncertainties_2.4.2-1_all.deb

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

iEYEARECAAYFAlKeXvgACgkQXjJjA8mLXV3wiQCfZi/1xDNog1+Vm9HVKeCBsts1
cPsAn2S+eZykOWzEH+51sObzjmFcK0Zf
=vkC4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vnz17-0001zh...@franck.debian.org



Accepted python-nmap 0.3.3-1 (source all)

2014-03-20 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Mar 2014 19:12:05 +
Source: python-nmap
Binary: python-nmap python3-nmap
Architecture: source all
Version: 0.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-nmap - Python interface to the Nmap port scanner
 python3-nmap - Python3 interface to the Nmap port scanner
Changes: 
 python-nmap (0.3.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Python3 support added.
   * Switched to Pybuild.
   * Standards-Version bumped to 3.9.5, VCS fields updated.
Checksums-Sha1: 
 a7b136d4e978b465c510c719fd6d302b86f364fa 1404 python-nmap_0.3.3-1.dsc
 1b0c8791ae354ac189d3f2d984bdd4a6c76b31d8 38774 python-nmap_0.3.3.orig.tar.gz
 1debaeda0ce06ab5c24c4917f37774796b81656a 2088 python-nmap_0.3.3-1.debian.tar.xz
 eeebe2bc8f1e29fba6fadda7a2f38ec79708bab8 18472 python-nmap_0.3.3-1_all.deb
 e3264b0dd30297921c01da5f4d4d9ff88c27cb01 16098 python3-nmap_0.3.3-1_all.deb
Checksums-Sha256: 
 576a2f9abc970a554550773f022e71363bde4d51c7383ea1141054d7e05fc59d 1404 
python-nmap_0.3.3-1.dsc
 d787231d69bcef7df0489639a8e141e01737c1811543f4dbc8e4192b59d862f5 38774 
python-nmap_0.3.3.orig.tar.gz
 d1e9bc2d03dec69e0bd3e997b3f28031b0f318423474378fe34d7a60c34d62cc 2088 
python-nmap_0.3.3-1.debian.tar.xz
 51bfc4ffdca06b69e17e0704c247d493343b2454bf654c98e7dc64ca720ad70a 18472 
python-nmap_0.3.3-1_all.deb
 db35eb66f7c5f058402087c6042213277df19c073e5ca79541c644ce10358e7d 16098 
python3-nmap_0.3.3-1_all.deb
Files: 
 875f8b14cf61c7082dc9528bb895288e 1404 python optional python-nmap_0.3.3-1.dsc
 3fc791839b68b5398e35c7568b1eb300 38774 python optional 
python-nmap_0.3.3.orig.tar.gz
 6fba5bc3f52a8871307ab1fb5c25eacf 2088 python optional 
python-nmap_0.3.3-1.debian.tar.xz
 0eb361240e6c0a7a7a58fde4440dffcb 18472 python optional 
python-nmap_0.3.3-1_all.deb
 f5809aadf89690485e2c7ad0a96a8044 16098 python optional 
python3-nmap_0.3.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMp5LoACgkQ5qqQFxOSsXTsSwCfToNUejhgqkMGd62dybUhcXZ9
8EEAoJPTQcBWTkbgPDViCJufR0qE5KOl
=M0Mp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqczv-0003nj...@franck.debian.org



Accepted python-bottle 0.12.7-1 (source all)

2014-05-10 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 May 2014 15:45:22 +0100
Source: python-bottle
Binary: python-bottle python3-bottle python-bottle-doc
Architecture: source all
Version: 0.12.7-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
 python3-bottle - fast and simple WSGI-framework for Python3
Changes: 
 python-bottle (0.12.7-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 f5793aba5898a113fff7a28957096211328ac177 2350 python-bottle_0.12.7-1.dsc
 8df12c518b8978dfe803eb2f448ff68e3f6160ac 286656 
python-bottle_0.12.7.orig.tar.gz
 6a0777abe2b6a713633bd994edefe54cbceb41b8 5804 
python-bottle_0.12.7-1.debian.tar.xz
 4dd5eae8a7911701243789f4cbb7b4199541c019 45836 python-bottle_0.12.7-1_all.deb
 5504c7005c1094a3fba1f4e1382cf5c28ac63174 45858 python3-bottle_0.12.7-1_all.deb
 a871b1dfca15f740ebb12fc297582363199a4789 187874 
python-bottle-doc_0.12.7-1_all.deb
Checksums-Sha256: 
 e2599287b254773a9207f610acfed2674335c2e51c6b0ddfa1005a26e4eb8229 2350 
python-bottle_0.12.7-1.dsc
 4a16aaa6601e27f91f2d35d73929c7093fc475a31be63ea94a082c56ca8ebc76 286656 
python-bottle_0.12.7.orig.tar.gz
 6f171bfc326282d7ac3a92be70c3fc47672dd9842deaeca0daafb758017b1b8a 5804 
python-bottle_0.12.7-1.debian.tar.xz
 2287469780193e47b716e87599c0db4a7212ff922f210664712d4188b3cbd7c4 45836 
python-bottle_0.12.7-1_all.deb
 8d1a4d562ae54c8f5b7d29ba4d20d7bd38cbc0e7073fc24a36db239dc10d06d6 45858 
python3-bottle_0.12.7-1_all.deb
 e67a5d4bce487717955011cf755ea166e5b638b1022850d474fb8359d870bba3 187874 
python-bottle-doc_0.12.7-1_all.deb
Files: 
 f9c938b89c768b015ab4082d15eda9d7 45836 python optional 
python-bottle_0.12.7-1_all.deb
 8edc11312a148c07e0af18fa10b6d915 45858 python optional 
python3-bottle_0.12.7-1_all.deb
 2959bc7f1f7fcb81d32d332a40445e06 187874 doc optional 
python-bottle-doc_0.12.7-1_all.deb
 fd4d8cff54aafa518507887f83b66e6a 2350 python optional 
python-bottle_0.12.7-1.dsc
 bb2a4883adf4c5cd3dbd33a20b57480a 286656 python optional 
python-bottle_0.12.7.orig.tar.gz
 cd42b977da87ef9964a369e68e0eefd8 5804 python optional 
python-bottle_0.12.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTbj6OAAoJEG8xvET1F32qydEQAIk4QJzrSVEM8kB79W7g26Pg
TVwQAJKPlpk2p9jUG9/8202IyQKsFyrB3nv76j2ZjPxEDORPj13BvjHK7TAyXwUC
MGxB3NkkyG5yCxzEZLh2TL9NmaOTKBPrupOdYfSprNrtJD8SNj1yQTwtcBLWIw6v
Q9ftSOrELEWQ2UUuloWqwg0zAvbMgBLXDzhqgeeSvF4xbIzOdjeZInCN4YviHgXP
5RFB/AMdIOmKr2gYmIru2I5tE9lF67MxfSVfFuEpJvQTeg1dpog/PTHbZypkcG7l
ZfNB42Ng1qy171df30BA+VWvLMfjfSLYuUp5TzmalgQvBjIZ61ZxGeW+7CJuQfQk
mbr9sa8TuGhdhU9vZrAc1jXpi7kebJpsmc9AGEj+jZmysgunwuKSN5cweMmDb1Fn
ZDpZlT192qWm2PDE4/FQKIdc2ZNdHlsF4sAt/9vGsisjK1PPD9DDwgbSOooJuKJX
ULXqI3+B7MB32uG0aHw2/0U1M2JnKA1UMPyI9TQ2xtKyc+YtCw5IEBM/ct1ybOiF
A6x7ZbG47cHJKMB0/5ujBsMbQ7s/C6spOgdaoMUv7F0Mfq25nWrTcq7GkllOEePI
bnVKRzRaIZWmGRG4SG+Oq63wd4lhSgZg7b9ZybXOqNXDm24CL7IhumvLfP/c7275
591Huv2AvGweSMMkIJMr
=Favx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wj9pq-0001xu...@franck.debian.org



Accepted logging-tree 1.4-1 (source all)

2014-02-27 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Feb 2014 20:52:49 +
Source: logging-tree
Binary: python-logging-tree python3-logging-tree
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-logging-tree - introspect and display the logging tree in Python
 python3-logging-tree - introspect and display the logging tree in Python3
Closes: 668809
Changes: 
 logging-tree (1.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #668809)
Checksums-Sha1: 
 85c27dbc53c514353391548df6baedcd26d14118 1391 logging-tree_1.4-1.dsc
 c4512eaf9d914cf78bac4f8027798c5eb17ff785 7071 logging-tree_1.4.orig.tar.gz
 cb18ed88cf753b3ee502d383bbc34fa5bd12617a 2064 logging-tree_1.4-1.debian.tar.xz
 be027f3be579e571d23ffe4b24834a11809954dd 10704 
python-logging-tree_1.4-1_all.deb
 7929018ca00f45d7551c4b788f7cb0f79d8acdbf 10660 
python3-logging-tree_1.4-1_all.deb
Checksums-Sha256: 
 2c4a92bff0bfab999b833f4d99955a8a0fdeb9a3cb6fc6c9b4d9d70a1c16729d 1391 
logging-tree_1.4-1.dsc
 5567a8576789732275b98fc5ae38f29f1988d6319e01f28301d58ecf90ab2ccc 7071 
logging-tree_1.4.orig.tar.gz
 b2824f4896c7d89ca78da9bea3b8d414a2fc081adfc54265f9e0f4d3a45a5a59 2064 
logging-tree_1.4-1.debian.tar.xz
 ca7401e404d7b3058ef3da12b7ce3a9d796bc986bbc65ecf0c56ac4d29e0d7ed 10704 
python-logging-tree_1.4-1_all.deb
 33baff1ca0c5ccab4d08e457734f4ea1b2d204847d51c87815f5b864aa92c98e 10660 
python3-logging-tree_1.4-1_all.deb
Files: 
 4aa32ab5443a2584af850c0cd5898724 1391 python optional logging-tree_1.4-1.dsc
 8a18c4192056ae48e963383a88444da8 7071 python optional 
logging-tree_1.4.orig.tar.gz
 05570e2b61b895fcc8b7f55bb2a8c8af 2064 python optional 
logging-tree_1.4-1.debian.tar.xz
 e8744d1430f24a39ba5e2cfc1b00a25d 10704 python optional 
python-logging-tree_1.4-1_all.deb
 e0346b141e25bd97cda036420cefa60e 10660 python optional 
python3-logging-tree_1.4-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMHxGwACgkQ5qqQFxOSsXRVQwCdGI1iIl9ogwJlJGPOBTXeAf0F
T8YAn1K1R3jiqVSbZR5jAJK7ReCBpQaX
=kARy
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wj3nx-0008dg...@franck.debian.org



Accepted python-bottle 0.12.4-1 (source all)

2014-03-01 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 28 Feb 2014 23:29:33 +
Source: python-bottle
Binary: python-bottle python3-bottle python-bottle-doc
Architecture: source all
Version: 0.12.4-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bottle - fast and simple WSGI-framework for Python
 python-bottle-doc - fast and simple WSGI-framework for Python - documentation
 python3-bottle - fast and simple WSGI-framework for Python3
Changes: 
 python-bottle (0.12.4-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 cdc6f763f1274680bf5210c41d29cb48ead2dc46 1685 python-bottle_0.12.4-1.dsc
 33c7fa5bdb4540f00bb265d8a5bbb9a96629cc96 286382 
python-bottle_0.12.4.orig.tar.gz
 248a3b826ef391a31b36b1aef931ee4d0fd39b27 5716 
python-bottle_0.12.4-1.debian.tar.xz
 142b17b6b0548d8ccfa72c22f021cbabc5ab228d 45682 python-bottle_0.12.4-1_all.deb
 75c0c0afb53bf85341dd0258c0db32b043bd98c1 45612 python3-bottle_0.12.4-1_all.deb
 0cb5315ae5ae9be410a0e409d9c7d85e05d5ed3f 187690 
python-bottle-doc_0.12.4-1_all.deb
Checksums-Sha256: 
 a5a2dd4dec30594cff361d67ff3b69ac4033fc61406eb7c1a1930c1aaa93f681 1685 
python-bottle_0.12.4-1.dsc
 a7e879f496bb6ac6006d7133295bc817672a7304c14726ec92439b3bae1e9296 286382 
python-bottle_0.12.4.orig.tar.gz
 166725fae6008dede7e1976df3aa27476b71093475238abbdccae64925967b74 5716 
python-bottle_0.12.4-1.debian.tar.xz
 9c0be6c732c7cb9ecdd24089af6d09067082824531c6b17f2d6b1a7b0925dd37 45682 
python-bottle_0.12.4-1_all.deb
 e63e907f6b0f065a1e0b44b0ac8343ed7654aba01dc043019b2a1e3e2467f3c7 45612 
python3-bottle_0.12.4-1_all.deb
 5b3d1c3a9775cd3424eeccb41812ea938889e969dc7b371afe4adf660701f3da 187690 
python-bottle-doc_0.12.4-1_all.deb
Files: 
 457aeac337bef3767b85c113f6266afe 1685 python optional 
python-bottle_0.12.4-1.dsc
 7ce18b731c83fd938392539dc71f1508 286382 python optional 
python-bottle_0.12.4.orig.tar.gz
 0357535716cd7310b69d31aa4fd7b7f4 5716 python optional 
python-bottle_0.12.4-1.debian.tar.xz
 bc8bb7f53dc39f827bb430cafa1ac861 45682 python optional 
python-bottle_0.12.4-1_all.deb
 b54bd5f87b69054194875c22c64a14d5 45612 python optional 
python3-bottle_0.12.4-1_all.deb
 7ada6fb793583dc059f60d5014edea5c 187690 doc optional 
python-bottle-doc_0.12.4-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMSO4UACgkQXjJjA8mLXV39OwCfeF7KKRsfl8pYmpFx9hDQd2M+
vtoAn0dx6xIEcj9UztY5PD143D0UWR33
=Usg8
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wjrod-0005r2...@franck.debian.org



Accepted freezegun 0.1.18-1 (source all)

2014-06-20 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Jun 2014 15:15:24 +0100
Source: freezegun
Binary: python-freezegun python3-freezegun
Architecture: source all
Version: 0.1.18-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description:
 python-freezegun - Python library to mock the datetime module in unit testing
 python3-freezegun - Python3 library to mock the datetime module in unit testing
Closes: 749952
Changes:
 freezegun (0.1.18-1) unstable; urgency=low
 .
   * Initial release (Closes: #749952)
Checksums-Sha1:
 2c053d82e0731971b3291e054f2b48da42bc8e53 2196 freezegun_0.1.18-1.dsc
 42c7b4d04fe1099d5d366c2c7b89aba7ec9c60f0 10396 freezegun_0.1.18.orig.tar.gz
 a60225cda33e9308ee070381a0e5e980d92c34fa 1836 freezegun_0.1.18-1.debian.tar.xz
 68060322fe962131613309fd3a56c8286cfc7ba9 5456 python-freezegun_0.1.18-1_all.deb
 19974f84ec50f1af8d70ebf7ead3cc82bbccaafb 4850 
python3-freezegun_0.1.18-1_all.deb
Checksums-Sha256:
 8992ac8a0ae9b5c746015b1c808769a92d8f2fa0077e207f77c397e9929956f5 2196 
freezegun_0.1.18-1.dsc
 821c7f8b9bade8264c1bdfacb1fee65131b330d705a2be26f418eb30636d4b34 10396 
freezegun_0.1.18.orig.tar.gz
 e1a69032fae4f7652a9b970599c7976239e4cb9b03c45db43fd2e09c43b32b48 1836 
freezegun_0.1.18-1.debian.tar.xz
 142c7247e8f9f526d2b0883dc7ed861afb02ae8ccc2201666d33ea8d7d874ddd 5456 
python-freezegun_0.1.18-1_all.deb
 85ed1bf71e70715d122629544eee6ec62426e3a56a6fef0754a72ccf83bf5c25 4850 
python3-freezegun_0.1.18-1_all.deb
Files:
 97e1a13aa3151eaa4c06e62740fa17dc 5456 python optional 
python-freezegun_0.1.18-1_all.deb
 cabfee4b5c13622178c5919fb2dbb0fc 4850 python optional 
python3-freezegun_0.1.18-1_all.deb
 28f3b1a90f121b24507bb52e7800a1fe 2196 python optional freezegun_0.1.18-1.dsc
 bac484eaed453070a5f9984172972742 10396 python optional 
freezegun_0.1.18.orig.tar.gz
 d2519efe490fa019a935500abb887221 1836 python optional 
freezegun_0.1.18-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTouqoAAoJEJWkL+g1NSX5cpwQAJugvvF0/oHH93PKjolVlF8S
bzAFfOGUiB1pnx+aM8kdnljvvKiItaFBjWSqIJ3S1TxAz5abdW1TYce3mgKGU6vp
ogifJ4gkZvyKj5G+qV5mPryz0/oqYcwPXv2iMD6sk2OtUpnuQOgNRJnqfHveyqww
Wt7OUw8eSVDd4nGL+cyOVGB2rLZJKM6mDHrZs12mQ5EfiauA5xwhap1tPOOyxpZB
0Yd1Zf+vVwKlDUALL7rJcNjgkrxVVKNgr3V/uG8YXw4e9sUWwHzbDbZKii44z3j3
27S2KUte2Pr36Y5B2L1/6o1mphs0wXNDkAfidhUDHDqqcsMSMBg1NHdKuGPkzCID
DJGZycgv5t0mBaNSY5grNOn3Cc5n8Fkgw6L8VPhlZNV/JJDXbIfbkMfzZcwWQmv5
kEOxn6IJKWVOmb815pg+jFMi5bgoF131sSFfaMgEYBIKgzjjCIjg+kD/wmhanUVz
pq9LpuPAZsAMpnfoCShzm4gKdUioPvZXQQW0VgET8Olnkhklau3CdbkhRmhGmX3T
IQNlbS+Tjm+pDIk1+zShg9VEECKCZTMK/yTCajhD9326/6l/rp+ath83t3juSUGb
eMrN+K722VBMVsSw52LEi6lLiolw+2/zVK7TSsx684xkL9s+QrYKKFfhXRixM6a2
5bKRnYP61qxxm1cesvDs
=UFbD
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wxxue-jx...@franck.debian.org



Accepted python-pytest-cov 1.6-1 (source all)

2014-06-20 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 08 Jun 2014 12:07:00 +0100
Source: python-pytest-cov
Binary: python-pytest-cov python3-pytest-cov
Architecture: source all
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description:
 python-pytest-cov - py.test plugin to produce coverage reports
 python3-pytest-cov - py.test plugin to produce coverage reports for Python3
Closes: 750917
Changes:
 python-pytest-cov (1.6-1) unstable; urgency=low
 .
   * Initial release (Closes: #750917)
Checksums-Sha1:
 c7e32ca1ce80f19dfb66e46f9265324c4670ec08 2148 python-pytest-cov_1.6-1.dsc
 a4ff6e4f572195d3fa875ffe56020c8a3d6e1ce0 6488 python-pytest-cov_1.6.orig.tar.gz
 fea69fc6932cade2dd949109e398cc1729ffb3c2 1928 
python-pytest-cov_1.6-1.debian.tar.xz
 95ed5c91f9f6ea81cb943309594071e781a81a0f 8928 python-pytest-cov_1.6-1_all.deb
 b6be519a6ef98a4370299d63e2fcd6e01797ff97 6626 python3-pytest-cov_1.6-1_all.deb
Checksums-Sha256:
 8f2552035bcc7dac49b4099040971248d259d498d82cf6e1e78371e8b69dbe07 2148 
python-pytest-cov_1.6-1.dsc
 0a16707cc82bf311031c883bc47c85a2b61bb8cfb938afd9dbd010d1dbe43662 6488 
python-pytest-cov_1.6.orig.tar.gz
 f9a0e3978e7ce39c90df63c89b78d9d46c6c64b80da3c61ff53da4c375034815 1928 
python-pytest-cov_1.6-1.debian.tar.xz
 d462062e8076d5abdc9b3f597a55a31b5c5de11fd3700778bbc8c53b807a1ad4 8928 
python-pytest-cov_1.6-1_all.deb
 a0fd3797716aa58d309fc0bbd09fb3794a8aaf6fc6caebab6e6a9af28bf0aa57 6626 
python3-pytest-cov_1.6-1_all.deb
Files:
 2e0bc091fff14a26ffe96a9827dbcbfc 8928 python optional 
python-pytest-cov_1.6-1_all.deb
 005bb7dee8bc9f344cc559b75d128538 6626 python optional 
python3-pytest-cov_1.6-1_all.deb
 f1a7270ca70497fed16c4648ea2b05ca 2148 python optional 
python-pytest-cov_1.6-1.dsc
 f1def5dc5e3b39f53b064a6915e174a1 6488 python optional 
python-pytest-cov_1.6.orig.tar.gz
 c58e7a2355ea4a13e9d38906a57a8eb9 1928 python optional 
python-pytest-cov_1.6-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJToxrsAAoJEJWkL+g1NSX5d84QAIpc7tpFc0aNGRoTmlFa5cNO
e4w3lwaG4Qyh4TkXJBXVPJjiXJcvB2aF63qFTxtYkvS+b5N2LTKjfWSuwAWzLGLw
jCImLHcg0Fkfq083UOnHiPlSVE/SGjZu0a1BWV0RpEOdwX1BkXw3YfbehFQlxGYY
p2XOYCjQvuMGfpq1B9gMwBB07rXBLMUT+8bwCdxUoHbWublwRtoYF5vEz5TYKNGV
7xnUUCDsH1SWu3WROrsiDSnVNhbJMIVLI/eV9y3dQCEkhRL5SEIYxlDSCiBUmYbk
wKa1iWshMcoTbNO/au+yo9TbMTkOyxujXp5pFyOOAIIVVOykkXbT3HzK//gFFRox
ITd03UNLWa1q5ExMvmKN+pkr2UPkqyarv1Dx6oIeOnuoKUBHP05tHz3diVqpV72j
YpTPxGAReO320vsi66C/c68Y5Cohvp5iJTB7g15GGhd8B7n5Y7a1ZjPABkVj9+tf
ueAlUc3ouZa+tP+1SprTxnKJmoCuB42ZYcZygIxsnd/CmvgqlXz5kt1UY5kHja+I
H4axxj29JVavwS5otsaFGQd2XNwhnp5hu4D1IdLm4GhDdV50OMEZSn6DccU4pMg2
oCCQYudCXMVi0KyAn+rF0lGqxHp3txvYj/zT7zJKOTHDVCFabjH/W72RXxWsikvg
xbyyzD5csjXR/lgFjpmf
=GaCE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wxxug-m0...@franck.debian.org



  1   2   3   4   >