Bug#851255: ITP: python-rediscluster -- Python interface to a cluster of Redis key-value stores

2017-01-13 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont 

* Package name: python-rediscluster
  Version : 0.5.3
  Upstream Author : Salimane Adjao Moustapha 
* URL : https://github.com/salimane/rediscluster-py
* License : MIT
  Programming Lang: Python
  Description : Python interface to a cluster of Redis key-value stores

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 rediscluster is a Python library adapting the upstream Redis bindings to enable
 sharding among different Redis instances in a transparent, fast, and fault
 tolerant way.

This package will be maintained under the umbrella of the Debian Python Modules
Team. It is a dependency of python-limits, which in turn is a dependency of
Flask-Limiter which I intend to package.



Bug#850942: RFS: pydbus/0.6.0-1

2017-01-13 Thread Alberto Caso
X-Debbugs-Cc: debian-python@lists.debian.org
control: tags -1 - moreinfo

Hi Giovani,

Thank you for your review and your detailed report.


On Wed, 2017-01-11 at 23:52 -0200, Giovani Ferreira wrote:
> d/changelog:
> - Even the transition to testing is 10 days, you can keep urgency=medium, 
> this is the default.

OK. 

> - Please specify the files that have changed or removed (eg: 
> debian/copyright).

Done
https://anonscm.debian.org/git/python-modules/packages/pydbus.git/commit/?id=549686


> d/control e d/compat:
> - Please update debhelper to version 10.

Done
https://anonscm.debian.org/git/python-modules/packages/pydbus.git/commit/?id=4169b9

> - Still in d/control you can update in the Vcs-Browser address from "cgit" 
> to "git".

Done
https://anonscm.debian.org/git/python-modules/packages/pydbus.git/commit/?id=5f5f08

> d/copyright:
> - What do you think about aligning the copyright years in the 
> doc/tutorial.rst block? You could add the email Linus in this block too.

Aligned. I agree, it looks better now :)
https://anonscm.debian.org/git/python-modules/packages/pydbus.git/commit/?id=e3c41a

I did not add Linus' email because I used the copyright as indicated in
the document verbatim. I will stick to that unless you see a problem
with it.

> d/rules:
> - Remove the first lines of comments, this is not necessary.

Done
https://anonscm.debian.org/git/python-modules/packages/pydbus.git/commit/?id=efadc8

> d/watch:
> - Please, update to version 4.

Done
https://anonscm.debian.org/git/python-modules/packages/pydbus.git/commit/?id=28058f


I have reuploaded the package to
https://mentors.debian.net/package/pydbus


Thank you. Best regards,

-- 
Alberto Caso 

Servicio de Implantación de Sistemas.
Dir. Gral. de Administración Electrónica y Tecnologías de la
Información.
Consejería de Hacienda y Administración Pública.
Junta de Extremadura.



Bug#851272: ITP: python-limits -- Rate limiting utilities for Python

2017-01-13 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont 

* Package name: python-limits
  Version : 1.2.1
  Upstream Author : Ali-Akber Saifee 
* URL : https://limits.readthedocs.org
* License : MIT
  Programming Lang: Python
  Description : Rate limiting utilities for Python

 limits is a Python module providing utilities to implement rate limiting using
 various strategies, such as fixed or moving windows, and various storage
 backends, such as in in-memory storage, Redis or memcached.

limits is the back-end and base implementation of the rate-limiting algorithms 
provided by Flask-Limiter. The module will be maintained inside the Debian 
Python Modules Team



Bug#851290: ITP: flask-limiter -- Rate-limiting for Flask routes

2017-01-13 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont 

* Package name: flask-limiter
  Version : 0.9.3
  Upstream Author : Ali-Akber Saifee
* URL : http://flask-limiter.readthedocs.org/ | 
https://github.com/alisaifee/flask-limiter
* License : MIT
  Programming Lang: Python
  Description : Rate-limiting for Flask routes

 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions.
 .
 Flask-Limiter provides rate limiting features to flask routes. It has support
 for a configurable backend for storage with current implementations for
 in-memory, redis and memcache.

This package will be maintained under the umbrella of the Debian Python Modules 
Team