Bug#1002686: ITP: python-aiocron -- Crontabs for asyncio

2021-12-27 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-aiocron
  Version : 1.8
  Upstream Author : Gael Pasgrimaud 
* URL : https://github.com/gawel/aiocron
* License : MIT
  Programming Lang: Python
  Description : Crontabs for asyncio

Unix-style crontab support for Python asyncio framework.

I intend to maintain this package withing the Python packaging team at Salsa.



Bug#991882: ITP: aiohttp-remotes -- Set of useful tools for Python aiohttp.web server

2021-08-04 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: aiohttp-remotes
  Version : 1.0.0
  Upstream Author : Andrew Svetlov 
* URL : https://github.com/aio-libs/aiohttp-remotes
* License : MIT
  Programming Lang: Python
  Description : Set of useful tools for Python aiohttp.web server

 This library is a set of useful tools for aiohttp.web server.
 .
 The full list of tools is:
 .
  * AllowedHosts -- restrict a set of incoming connections to allowed hosts
only
  * BasicAuth -- protect web application by basic auth authorization
  * Cloudflare -- make sure that web application is protected by CloudFlare
  * ForwardedRelaxed and ForwardedStrict -- process Forwarded HTTP header
and modify corresponding scheme, host, remote attributes in strong
secured and relaxed modes
  * Secure -- ensure that web application is handled by HTTPS (SSL/TLS)
only, redirect plain HTTP to HTTPS automatically
  * XForwardedRelaxed and XForwardedStrict -- the same as ForwardedRelaxed
and ForwardedStrict but process old-fashion X-Forwarded-* headers
instead of new standard Forwarded

I intend to maintain this module within the Python Module Team.



Bug#986140: ITP: aiohttp-jwt -- Aiohttp middleware and helpers for working with JSON web tokens

2021-03-30 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: aiohttp-jwt
  Version : 0.6.1
  Upstream Author : Kuchuk Oleh 
* URL : https://github.com/hzlmn/aiohttp-jwt
* License : Expat
  Programming Lang: Python
  Description : Aiohttp middleware and helpers for working with JSON web
tokens

This module inspired by official auth0/express-jwt middleware and  express-jwt-
permissions extension.

I intend to maintain this package withing the Debian Python Module Team.



Bug#985291: ITP: python-dictknife -- Armyknife of handling dict object

2021-03-15 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-dictknife
  Version : 0.13.0
  Upstream Author : Podhmo 
* URL : https://github.com/podhmo/dictknife
* License : Expat
  Programming Lang: Python
  Description : Armyknife of handling dict object

Utility set to handle Python dicts.
.
Include command line tools as well.

This package is a dependency of swagger-marshmallow-codegen (ITP: #985275).



Bug#985280: ITP: python-prestring -- Source code generation library (with overuse with-syntax)

2021-03-15 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-prestring
  Version : 0.9.0
  Upstream Author : Podhmo 
* URL : https://github.com/podhmo/prestring
* License : Expat
  Programming Lang: Python
  Description : Source code generation library (with overuse with-syntax)

Python to module to generate source code inspired by srcgen.

This module will be maintained withing the Debian Python Module Team.
This package is a dependency of swagger-marshmallow-codegen (ITP: #985275) and
requires python-evilunit package (ITP: #985278).



Bug#985279: ITP: python-magicalimport -- Importing a Python module by its physical file path

2021-03-15 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-magicalimport
  Version : 0.9.1
  Upstream Author : Podhmo 
* URL : https://github.com/podhmo/magicalimport
* License : Expat
  Programming Lang: Python
  Description : Importing a Python module by its physical file path

Python to module to import other modules using there file path.
.
Example: import_from_physical_path("bar.py", here="/tmp/foo", as_="bar")

This module will be maintained withing the Debian Python Module Team.
This package is a dependency of python-prestring which is a dependency of
swagger-marshmallow-codegen (ITP: #985275).



Bug#985278: ITP: python-evilunit -- Alternative unittests framework for Python

2021-03-15 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-evilunit
  Version : 0.2.1
  Upstream Author : Podhmo 
* URL : https://github.com/podhmo/evilunit
* License : Expat
  Programming Lang: Python
  Description : Alternative unittests framework for Python

This package contains a unittests module for Python with the following
features:
.
 * Shortcuts,
 * Parameterized,
 * Nested.

This module will be maintained withing the Debian Python Module Team.
This package is a dependency of python-prestring which is a dependency of
swagger-marshmallow-codegen (ITP: #985275).



Bug#985275: ITP: swagger-marshmallow-codegen -- Generate Marshmallow's schema from Swagger/OpenAPI 3.0 definitions

2021-03-15 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: swagger-marshmallow-codegen
  Version : 0.6.4
  Upstream Author : Podhmo 
* URL : https://github.com/podhmo/swagger-marshmallow-codegen
* License : Expat
  Programming Lang: Python
  Description : Generate Marshmallow's schema from Swagger/OpenAPI 3.0
definitions

Command line utility converting Swagger or OpenAPI 3.0 YAML schemas into
Marshmallow schemas.
.
Concepts:
.
 * Code generation is better than meta programming
 * Don't touch me (generated code) if you can

This module will be maintained withing the Debian Python Module Team.



Bug#983501: ITP: python-asyncache -- Helpers to use cachetools with asyncio

2021-02-24 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-asyncache
  Version : 0.1.1
  Upstream Author : Hepehx
* URL : https://github.com/hephex/asyncache
* License : Expat
  Programming Lang: Python
  Description : Helpers to use cachetools with asyncio

This package contains async wrapper to use Python cachetools module in
asynchronous code.

This package will be maintained within the Debian Python Module Team (DPMT).



Bug#980452: ITP: aiohttp-retry -- Simple aiohttp retry client

2021-01-19 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: aiohttp-retry
  Version : 2.3
  Upstream Author : Dmitry Inyutin 
* URL : https://github.com/inyutin/aiohttp_retry
* License : Expat
  Programming Lang: Python
  Description : Simple aiohttp retry client

This library add retrying feature to aiohttp HTTP client and provides an API
being exactly the same as original ClientSession object.
.
You can define your own timeouts logic or use:
 - ExponentialRetry with exponential backoff
 - RandomRetry for random backoff
 - ListRetry with backoff you predefine by list

I intend to maintain this package within the Debian Python Modules Team.



Bug#976464: ITP: python-docstring-parser -- Parse Python docstrings (ReST, Google and Numpydoc)

2020-12-05 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-docstring-parser
  Version : 0.7.3
  Upstream Author : Marcin Kurczewski 
* URL : https://github.com/rr-/docstring_parser
* License : Expat
  Programming Lang: Python
  Description : Parse Python docstrings (ReST, Google and Numpydoc)

Parse Python docstrings.
.
Currently support ReST, Google, and Numpydoc-style docstrings

I intend to maintain this package withing the Debian Python Team and the
package is already available here:
https://salsa.debian.org/python-team/packages/python-docstring-parser



Bug#976444: ITP: python-xsdata -- Naive XML Bindings for Python

2020-12-05 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-xsdata
  Version : 20.11.1
  Upstream Author : Christodoulos Tsoulloftas 
* URL : https://github.com/tefra/xsdata
* License : Expat
  Programming Lang: Python
  Description : Naive XML Bindings for Python

xsData is a complete XML data binding library for python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
 .
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.

This package is waiting for python-click-default-group (#976443) and
python-docformatter (#976442).

I intend to maintain this package withing the Debian Python Team and the
package is already available here:
https://salsa.debian.org/python-team/packages/python-xsdata



Bug#976443: ITP: python-click-default-group -- Extension for Python click adding default subcommand to group

2020-12-05 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-click-default-group
  Version : 1.2.2
  Upstream Author : Heungsub Lee 
* URL : https://github.com/click-contrib/click-default-group
* License : BSD
  Programming Lang: Python
  Description : Extension for Python click adding default subcommand to
group

DefaultGroup is a sub class of click.Group. But it invokes a default subcommand
instead of showing a help message when a subcommand is not passed.

This package is a dependency of python-xsdata.

I intend to maintain this package withing the Debian Python Team and the
package is already available here:
https://salsa.debian.org/python-team/packages/python-click-default-group



Bug#976442: ITP: python-docformatter -- Formats docstrings to follow Python PEP 257

2020-12-05 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-docformatter
  Version : 1.3.1
  Upstream Author : Steven Myint
* URL : https://github.com/myint/docformatter
* License : Expat
  Programming Lang: Python
  Description : Formats docstrings to follow Python PEP 257

Docformatter currently automatically formats docstrings to follow a subset
of the PEP 257 conventions.
.
Below are the relevant items quoted from PEP 257:
.
 * For consistency, always use triple double quotes around docstrings,
 * Triple quotes are used even though the string fits on one line,
 * Multi-line docstrings consist of a summary line just like a one-line
   docstring, followed by a blank line, followed by a more elaborate
   description,
 * Unless the entire docstring fits on a line, place the closing quotes on
   a line by themselves.
.
Docformatter also handles some of the PEP 8 conventions:
.
  * Don't write string literals that rely on significant trailing whitespace
Such trailing whitespace is visually indistinguishable and some editors
(or more recently, reindent.py) will trim them.

This package is a dependency of python-xsdata and is currently waiting on
python-untokenize (#976441).

I intend to maintain this package withing the Debian Python Team and the
package is already available here:
https://salsa.debian.org/python-team/packages/python-docformatter



Bug#976441: ITP: python-untokenize -- Untokenize transforms tokens into source code

2020-12-05 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-untokenize
  Version : 0.1.1
  Upstream Author : Steven Myint
* URL : https://github.com/myint/untokenize
* License : Expat
  Programming Lang: Python
  Description : Untokenize transforms tokens into source code

Untokenize transforms tokens into source code.
.
Unlike the standard library's tokenize.untokenize(), it preserves the original
whitespace between tokens.

This package is a dependency of python-docformatter which is a dependency of
python-xsdata.

I intend to maintain this package withing the Debian Python Team and the
package is already available here:
https://salsa.debian.org/python-team/packages/python-untokenize



Bug#966377: ITP: aioftp -- FTP client and server for asyncio

2020-07-27 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: aioftp
  Version : 0.13.0
  Upstream Author : Nikita Melentev 
* URL : https://github.com/aio-libs/aioftp
* License : Apache
  Programming Lang: Python
  Description : FTP client and server for asyncio

Library implementing FTP protocol, both client and server for Python asyncio
module.
.
Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD, MLSD,
MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT, REST, LIST
(as fallback)
.
Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD, MLSD,
LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR, TYPE ("I" and "A"),
PASV, ABOR, APPE, REST



Bug#964088: ITP: python-rios -- Raster I/O Simplification for Python

2020-07-01 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-rios
  Version : 1.4.10
  Upstream Author : Sam Gillingham 
* URL : https://github.com/ubarsc/rios
* License : GPL3
  Programming Lang: Python
  Description : Raster I/O Simplification for Python

Set of Python modules which makes it easy to write raster processing.
.
Built on top of GDAL, it handles the details of opening and closing files,
checking alignment of projection and raster grid, stepping through the
raster in small blocks, etc., allowing the programmer to concentrate on
the processing involved.

I intend to maintain this module within the DPMT.



Bug#964085: ITP: python-keycloak -- Python package providing access to the Keycloak API

2020-07-01 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-keycloak
  Version : 0.21.0
  Upstream Author : Marcos Pereira 
* URL : https://github.com/marcospereirampj/python-keycloak
* License : MIT
  Programming Lang: Python
  Description : Python package providing access to the Keycloak API

This Python module provides keycloak API access for both OpenID
authentication and admin API.

I intend to maintain this package within the DPMT.
It depends on python-jose package which is already packaged on Salsa.



Bug#964074: ITP: python-jose -- JavaScript Object Signing and Encryption (JOSE) for Python

2020-07-01 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-jose
  Version : 3.1.0
  Upstream Author : Michael Davis 
* URL : https://github.com/mpdavis/python-jose
* License : MIT
  Programming Lang: Python
  Description : JavaScript Object Signing and Encryption (JOSE) for Python

Implement the following features:

 - JSON Web Signature (JWS),
 - JSON Web Encryption (JWE),
 - JSON Web Key (JWK),
 - and JSON Web Algorithms (JWA).

I intend to maintain this package within the DPMT.



Bug#963747: ITP: aiortsp -- Asyncio library for RTSP server with basic RTP/RTCP support

2020-06-26 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: aiortsp
  Version : 1.3.3
  Upstream Author : MARSS S.A.M. 
* URL : https://github.com/marss/aiortsp
* License : LGPL
  Programming Lang: Python
  Description : Asyncio library for RTSP server with basic RTP/RTCP support

Very simple asyncio library for interacting with an RTSP server, with basic
RTP/RTCP support.
.
The intended use case is to provide a pretty low level control of what happens
at RTSP connection level, all in Python/asyncio.
.
This library does not provide any decoding capability, it is up to the client
to decide what to do with received RTP packets.

I intended to maintain this package within the DPMT.



Bug#963479: ITP: geojson2vt -- Converts GeoJSON to vector tiles

2020-06-22 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: geojson2vt
  Version : 1.0.1
  Upstream Author : Samuel Kurath 
* URL : https://github.com/geometalab/geojson2vt
* License : ISC
  Programming Lang: Python
  Description : Converts GeoJSON to vector tiles

Python port of MapBox JS GeoJSON-VT to convert GeoJSON into vector tiles.
 .
Further, it provides the ability to convert the generate vector tiles to
separate GeoJSONs

I intend to package this module within the DPMT.



Bug#961109: ITP: python-retry -- Easy to use retry decorator

2020-05-20 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-retry
  Version : 0.9.2
  Upstream Author : invl 
* URL : https://github.com/invl/retry
* License : Apache2
  Programming Lang: Python
  Description : Easy to use retry decorator

 Decorator (or function) to retry failing code featuring:
 .
  - No external dependency (stdlib only)
  - Preserve function signatures (pip install decorator)
  - Original traceback, easy to debug
 .
 This package installs the library for Python 3.

I intend to package this module inside DPMT.



Bug#956546: ITP: json-schema-test-suite -- Language agnostic test suite for the JSON Schema specifications

2020-04-12 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: json-schema-test-suite
  Version : 2.0.0
  Upstream Author : Julian Berman
* URL : https://github.com/json-schema-org/JSON-Schema-Test-Suite
* License : Expat
  Programming Lang: YAML
  Description : Language agnostic test suite for the JSON Schema
specifications

This package contains a set of JSON objects that implementors of JSON Schema
validation libraries can use to test their validators.
.
It is meant to be language agnostic and should require only a JSON parser.
.
The conversion of the JSON objects into tests within your test framework of
choice is still the job of the validator implementor.



Bug#951616: ITP: python-libais -- Library for decoding maritime Automatic Identification System messages

2020-02-18 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-libais
  Version : 0.17+git.20190917.master.e464cf8
  Upstream Author : Kurt Schwehr
* URL : https://github.com/schwehr/libais
* License : Apache-2.0 / BSD-3-Clause
  Programming Lang: C++ / Python
  Description : Library for decoding maritime Automatic Identification
System messages

 There are two interfaces to libais, one high-level iterator based one
 and a low-level fast C++ only one.
 .
 To use the low-level C++ interface directly, you need to handle multi-line
 messages and padding yourself.

I intend to maintain this package within the DPMT.



Bug#951193: ITP: tiledb-py -- Python interface to the TileDB storage manager

2020-02-12 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: tiledb-py
  Version : 0.5.6
  Upstream Author : TileDB Inc 
* URL : https://github.com/TileDB-Inc/TileDB-Py/releases
* License : Expat/MIT
  Programming Lang: Python
  Description : Python interface to the TileDB storage manager

TileDB allows you to store and access very large multi-dimensional array data,
the data currency of Data Science.

It is a powerful storage engine that introduces a novel format that can
effectively store both dense and sparse array data with support for fast
updates and reads.

Currently waiting on TileDB package:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951122

I intend to maitain this package within DPMT.



Bug#951122: ITP: tiledb -- Store and access very large multi-dimensional array data

2020-02-11 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: tiledb
  Version : 1.7.5
  Upstream Author : TileDB, Inc
* URL : https://tiledb.com/
* License : Expat
  Programming Lang: C++
  Description : Store and access very large multi-dimensional array data

TileDB allows you to store and access very large multi-dimensional array data,
the data currency of Data Science.

It is a powerful storage engine that introduces a novel format that can
effectively store both dense and sparse array data with support for fast
updates and reads.



Bug#948968: ITP: python-fastjsonschema -- Validation of JSON documents by JSON schema drafts 04/06/07

2020-01-15 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-fastjsonschema
  Version : 2.14.2
  Upstream Author : Michal Horejsek 
* URL : https://horejsek.github.io/python-fastjsonschema/
* License : BSD
  Programming Lang: Python
  Description : Validation of JSON documents by JSON schema drafts 04/06/07

 Fastjsonschema implements validation of JSON documents by JSON schema.
 The library implements JSON schema drafts 04, 06 and 07.
 The main purpose is to have a really fast implementation.

I intend to maintain this package as part of the DPMT.



Accepted librtsp-server-perl 0.06-1 (source all) into unstable, unstable

2020-01-14 Thread Adam Cecile
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Dec 2019 10:58:33 +0100
Source: librtsp-server-perl
Binary: librtsp-server-perl rtsp-server-perl
Architecture: source all
Version: 0.06-1
Distribution: unstable
Urgency: low
Maintainer: Adam Cecile 
Changed-By: Adam Cecile 
Description:
 librtsp-server-perl - Lightweight RTSP/RTP streaming media server (library)
 rtsp-server-perl - Lightweight RTSP/RTP streaming media server (service)
Closes: 946820
Changes:
 librtsp-server-perl (0.06-1) unstable; urgency=low
 .
   * Initial release (Closes: #946820).
Checksums-Sha1:
 074265caf8722899818f48b95573a926625d2446 2135 librtsp-server-perl_0.06-1.dsc
 f280693b99f089f06fd1a8fa8fd2ebe194ed09f7 10562 
librtsp-server-perl_0.06.orig.tar.gz
 3ad18fca4e9e822f7f09fb6cb77b8f6e11f60b1a 3284 
librtsp-server-perl_0.06-1.debian.tar.xz
 ce6da7693b739f7398f0a0c1563294e122640eaa 12268 
librtsp-server-perl_0.06-1_all.deb
 e168e173bb64dec5e72412e3c55ad10335f340d8 7567 
librtsp-server-perl_0.06-1_amd64.buildinfo
 d64d5783ee84b700c7cd56a333c2be974a61d4ee 5080 rtsp-server-perl_0.06-1_all.deb
Checksums-Sha256:
 50ba8ac72bfbf95ca8c1f160615b39a9da43650ba168215698a941f4153eaf8b 2135 
librtsp-server-perl_0.06-1.dsc
 4aaf83367d9d995d255f5deaf482ef31b3a313a63800057eafcc7c090889e4d9 10562 
librtsp-server-perl_0.06.orig.tar.gz
 a610eb4606b1909850910b77847ff48be7d46a46c1a73a313f8756f8bd1178ce 3284 
librtsp-server-perl_0.06-1.debian.tar.xz
 5559e0f33be26522c5764f2d94c401837456ec8dcf643706377b59d5d2869337 12268 
librtsp-server-perl_0.06-1_all.deb
 daa3973e2693df40be7101bf097117638c312c304b7643e9a840bdd690508509 7567 
librtsp-server-perl_0.06-1_amd64.buildinfo
 8ad571c75f32ac7daf921947ffb6fdf73770db2023584d590c192a381b43fbab 5080 
rtsp-server-perl_0.06-1_all.deb
Files:
 bfb0ac826fa6090aad33242456c7ce4e 2135 perl optional 
librtsp-server-perl_0.06-1.dsc
 47ee909b776c081419a64e8b51dfef60 10562 perl optional 
librtsp-server-perl_0.06.orig.tar.gz
 2ab2ded1c6aa7aa167691333a09c020b 3284 perl optional 
librtsp-server-perl_0.06-1.debian.tar.xz
 c8f26ddc17aa0ca2ea9453d7f5f23011 12268 perl optional 
librtsp-server-perl_0.06-1_all.deb
 3075922e3ffbb8ace68286b1f1a5a985 7567 perl optional 
librtsp-server-perl_0.06-1_amd64.buildinfo
 c69b6c104f6ced2e2afbf1c95669c1ec 5080 comm optional 
rtsp-server-perl_0.06-1_all.deb

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAl4XhQRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaecA//YCaObax7nCztPwF6R4JhM1cm5Xa7AaI4yfCrzn9DR5h0hadx8PObwgHO
Wxif9sQVJdNvsT7RvyUMRU8IBfkbSDdXfsXB5o56tqBSU/wTGd77DRF5HOieAS7F
uXTaaIPesRwBi65u+OKXuXvL2eVnCf62n6OzJgVY2uXtreZCoJjphFvYHb3eXGK2
EdaFLZj459Rm9N+WavrZ7qlVa2Aj4fL8A1SViP297+8ENISO2u6uPjxZ0DsVIRe8
tIiTXQrHcKC+IuwFZgJW3PdOezLHGfgAXWvtEtAVEcfDM8oOcMop2C0hwiJ6ZckK
OZBgf4pFMxvD0viy6pmhAnFuf/HVEoh8IpmZFQ5WCJ+ylZOk/Uvoi16nFbxFjge7
grLs6gFsIS8GflguMZ7u5j3e8EEWkVP0tYWHtEJpVbX0e+xjzk1kUOETEvGERNQY
CrFp7sI4J3pHmwF+yJtsCbeB52W7dMQxy5vSqE0VcYM430u3qopnnhrdX7n3Sb/d
RSZNOXhX6SHv7JbQnTQ4uo2qKA8fTAO1g98KxkmZMI39AOs+BdUuxHGfen0ejpHo
vlBx13Ce3cZ/wmXjMEfHqJ2yl4fqOOsVpx4Ce6L4tQKJPoYeQEC6g1fwPyxYKY3O
0AnqO1jIwDaVZdjpqWDufrFzuHIvxCROmuxWuEeAxd3nUmjvREg=
=xwgT
-END PGP SIGNATURE-



Bug#948303: ITP: aionotify -- Simple, asyncio-based inotify library for Python

2020-01-06 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: aionotify
  Version : 0.2.0
  Upstream Author : The aionotify project 
* URL : https://github.com/rbarrois/aionotify
* License : BSD-2-Clause
  Programming Lang: Python
  Description : Simple, asyncio-based inotify library for Python

Asyncio library to create watchers on filesystem using inotify API
and generate events from changes.

I intend to maintain this package as part of the DPMT.



Bug#948282: ITP: djangorestframework-api-key -- API key permissions for Django REST Framework

2020-01-06 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: djangorestframework-api-key
  Version : 1.4.1
  Upstream Author : Florimond Manca 
* URL : https://florimondmanca.github.io/djangorestframework-api-
key/
* License : MIT
  Programming Lang: Python
  Description : API key permissions for Django REST Framework

Django REST Framework API Key is a powerful library for allowing server-side
clients to safely use your API.

These clients are typically third-party backends and services (i.e. machines)
which do not have a user account but still need to interact with your API in a
secure way.

I intend to package this module within the Python team.



Bug#946820: ITP: rtsp-server -- Lightweight RTSP/RTP streaming media server

2019-12-16 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: rtsp-server
  Version : 0.06
  Upstream Author : Mischa Spiegelmock 
* URL : https://github.com/revmischa/rtsp-server
* License : GPL-1+ or Artistic
  Programming Lang: Perl
  Description : Lightweight RTSP/RTP streaming media server

This module is designed to accept a number of sources to connect and transmit
audio and video streams. Clients can connect and send RTSP commands to receive
RTP data.

This was designed to make rebroadcasting audio and video data over a network
simple.



Bug#946527: ITP: hostess -- Idempotent command-line utility for managing your /etc/hosts file

2019-12-10 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: hostess
  Version : 0.3.0-1
  Upstream Author : Chris Bednarski
* URL : https://github.com/cbednarski/hostess
* License : MIT
  Programming Lang: Go
  Description : Idempotent command-line utility for managing your
/etc/hosts file

This tool can help to edit /etc/hosts for development, testing,
and debugging, to workaround DNS issues, or to integrate provisioning scripts
on cloud plateforms.

I intend to maintain this package withing the debian go-team.



Bug#944811: ITP: python-suntime -- Simple sunset and sunrise time calculation Python library

2019-11-15 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: python-suntime
  Version : 1.2.5
  Upstream Author : Krzysztof Stopa
* URL : https://github.com/SatAgro/suntime
* License : LGPL
  Programming Lang: Python
  Description : Simple sunset and sunrise time calculation Python library

Python library doing sunrise and sunset time calculation.
.
Takes a WGS84 (GPS) latitude/longitude as input as well as
an UTC or localized datetime object.

This packaging will be maintained within the Python Module Team.



Accepted aiomysql 0.0.20-1 (source all) into unstable, unstable

2019-11-12 Thread Adam Cecile
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Nov 2019 22:16:49 +0100
Source: aiomysql
Binary: python-aiomysql-doc python3-aiomysql
Architecture: source all
Version: 0.0.20-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Adam Cecile 
Description:
 python-aiomysql-doc - library for accessing a MySQL using (common 
documentation)
 python3-aiomysql - library for accessing a MySQL using asyncio (Python 3)
Closes: 860006
Changes:
 aiomysql (0.0.20-1) unstable; urgency=medium
 .
   * Initial release (Closes: #860006)
Checksums-Sha1:
 15657ce8dcf6ed32f5f5ef1a45f5c66fb98827d8 2480 aiomysql_0.0.20-1.dsc
 13415bea2abeea574d22b5148c84f29dd914d52b 97327 aiomysql_0.0.20.orig.tar.gz
 2fe62f74f5bd8b25ac9448ffea626a9c51b6b84a 3960 aiomysql_0.0.20-1.debian.tar.xz
 8087851c9d33da7778af6720cf1ab1f19c0473b5 7420 aiomysql_0.0.20-1_amd64.buildinfo
 2f5ccc052a81110189d95bc3a41faee8ddacc522 55988 
python-aiomysql-doc_0.0.20-1_all.deb
 ae01bd32ecdf8b50fea4b0852741786e2bd87d74 34012 
python3-aiomysql_0.0.20-1_all.deb
Checksums-Sha256:
 510ba6853534c9ad2143055704c5ce96fae069348aa33d1a06d93af72b7dba2d 2480 
aiomysql_0.0.20-1.dsc
 0e79fc6325d10b29924aecdf32b8d78c74b35ee7c252bf1a61def8ad19528c7a 97327 
aiomysql_0.0.20.orig.tar.gz
 c4a1c923e311241e2156caf523f62fac732db4107273e2e7076ac1e9a79590b3 3960 
aiomysql_0.0.20-1.debian.tar.xz
 8afc0c6fa3f53f5ec1def7764581d3e12a973d132cfeb50a699de0ef6f63c514 7420 
aiomysql_0.0.20-1_amd64.buildinfo
 1bf538ebbb254a88f87539cbc5c322a6da02b4581fdc1724503a5e1c42755b56 55988 
python-aiomysql-doc_0.0.20-1_all.deb
 104fd74b28ac2f1f8c3f0f9181e8fbf4b6b0f7ce0eb2ec4de06dd186e304378d 34012 
python3-aiomysql_0.0.20-1_all.deb
Files:
 c228b55a61387c349f6cb8efb12fb79b 2480 python optional aiomysql_0.0.20-1.dsc
 e1ff4ba3381493f5df904b2262a689f7 97327 python optional 
aiomysql_0.0.20.orig.tar.gz
 004cbb58a0513a6d6836d2b6a49ee8c1 3960 python optional 
aiomysql_0.0.20-1.debian.tar.xz
 d69d9f77b471c09209c72951a079cdb4 7420 python optional 
aiomysql_0.0.20-1_amd64.buildinfo
 723135611c4ca39344e1c84bc3e45789 55988 doc optional 
python-aiomysql-doc_0.0.20-1_all.deb
 33930b42cada22b6eca2e87bbe01946e 34012 python optional 
python3-aiomysql_0.0.20-1_all.deb

-BEGIN PGP SIGNATURE-

iQJMBAEBCgA2FiEETeTfPeKePuppVOXOGnb1/BKWi3kFAl3EjHQYHHJ1YmVuLnVu
ZGhlaW1AZ21haWwuY29tAAoJEBp29fwSlot5hA0P/R3bSAIfi6RijUvZF4qMtSgz
eluU8mlnYgdTIT1XRzW7Ye/wMejnHn4oE+wyLs4iSkG6IXmU4E7+jKDiiUgnizrZ
q2MxIkCRa5xG8DlzoxOk/FC2UvC6IG6rESIB/xxcgxzl4/mZ86Xizf3ZnJ06lUZP
B0ZWTwNfWaEFS2o5nrGrUq/N+ai4/sIttgxzvur5Yi19A2C5qKDNNYRztGMWt0Fo
sVx4oJ+Nvf52WDboUeVzFAe+V2w6BFQ83O/lYEThcASvwCGK3TfqWdfYtl6D43Ic
s7xkpaEBjb7HAqaVI4M8V7g97bLT12/IYcQvkvAaX6wLadeyrKDmpA5xqGnw6vPf
/32/s7OvO/ch9971KRxhDfYM4U7m8fl1M4qtFB/DUHrz37ghd0v+GDovLC33uM9N
7KcMh5m6eDQpg63S/z54FB+C4a8h7a44DxrWdHPOKlYiAmOMyBaW6yBlOv1+lZwB
6sCWpNkRV494iN5x8PUzAObBXzYxfnjmvNogZpyThwnGeFB6NgSdyRcKrJZcTV2T
qbXLuAGxeB+EOEpWzBGM6YuxH/AQ8eza+BuSw4Tz5inxaUFTMIJeVMF013ppak3r
EM34PB56yscZk8zz0CwaLl2CIC5rvQWFJfCVf8unXPUP9EZa5chwRxMx5izjY5CL
bjW/iyUcvdg91Xqu7w0+
=FDHi
-END PGP SIGNATURE-



Re: Bug#862727: RFP: libjasper -- JasPer JPEG-2000 runtime library

2017-05-16 Thread Adam Cecile

Hi,

Thanks for the feedback. I think the CVEs have been addressed upstream 
but ofc, it has to be verified first.
Btw, I'not involved at all in OpenCV so sadly, my biggest concern is to 
have a working python3 OpenCV package...


Regards, Adam.


On 05/16/2017 12:05 PM, Mathieu Malaterre wrote:

Hi,

On Tue, May 16, 2017 at 11:40 AM, Adam Cecile <acec...@le-vert.net> wrote:

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

Package name: libjasper

Just keep the old naming convention please: 'jasper'.


Version: 2.0.12
Upstream: Michael David Adams
License: JasPer License
Description: This package has been scheduled for removal after Stretch
release but is very important to me as it can be used to add JPEG 2000 to
OpenCV (many satellite images comes as JPEG 2000). The new upstream on
GitHub provides frequent updates as well as a decent CMake build system so I
see no reason to not get it back in the archive :)

At the very least you'll need to address the old CVEs in that case:

https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no=jasper

- CVE-2016-8693
- CVE-2016-8691
- CVE-2016-8692
- CVE-2016-8690

I personally fought against having duplicate JPEG 2000 libraries in
Debian (esp. since jasper seems dead upstream). I still believe you
should invest some time in replace jasper with OpenJPEG throughout
your OpenCV codebase, since OpenJPEG is used to manipulate satellite
image in professional environment.


2cts
-M





Bug#862727: RFP: libjasper -- JasPer JPEG-2000 runtime library

2017-05-16 Thread Adam Cecile

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

Package name: libjasper
Version: 2.0.12
Upstream: Michael David Adams
License: JasPer License
Description: This package has been scheduled for removal after Stretch 
release but is very important to me as it can be used to add JPEG 2000 
to OpenCV (many satellite images comes as JPEG 2000). The new upstream 
on GitHub provides frequent updates as well as a decent CMake build 
system so I see no reason to not get it back in the archive :)


In the meanwhile, I made my own package to rebuild OpenCV and it's 
available here:

https://cloud.le-vert.net/index.php/s/2Ci3X1ARrZiONK4

I could easily finish the package to get it in a perfect state but are 
no DM and got no sponsor so if someone is interrested in uploading the 
package for me, just drop me a mail and I'll make a proper release.


Best regards,

Adam.



Bug#415676: ITP: stymulator -- Curses based player and converter for the YM chiptune format

2007-03-21 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cécile (Le_Vert) [EMAIL PROTECTED]


* Package name: stymulator
  Version : 0.21.dfsg
  Upstream Author : Grzegorz Tomasz Stanczyk [EMAIL PROTECTED]
* URL : http://atariarea.krap.pl/stymulator/
* License : GPL
  Programming Lang: C
  Description : Curses based player and converter for the YM chiptune format

 STYMulator is an Open Source (GPL License) player which plays music
files
 in the YM chiptune format. In particular the YM files are Yamaha YM2149
 soundchip music datas (registers) dumped from the ATARI 16-bit
computers.
 .
 The YM chiptune 'standard' has been introduced in the middle of 90's by
 Arnaud Carré aka Leonard/OXG. His sensational ST-Sound player has been
 released for Windows only. Ten years after the first ST-Sound creation
 he released ST-Sound library under GPL license.
 .
 STYMulator has a very simple terminal GUI. It has been written in pure
 ANSI C code with ncurses library. Sounds are generated through ALSA.
 .
 This package contains both ymplayer (curse based player) and ym2wav,
 a console YM to Wave converter.
 .
  Homepage: http://atariarea.krap.pl/stymulator/


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)



Bug#413735: ITP: mdk2 -- Destructive 802.11 wireless network hacking tool

2007-03-06 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile [EMAIL PROTECTED]


* Package name: mdk2
  Version : 0.0.0+v33
  Upstream Author : Pedro Larbig ASPj [EMAIL PROTECTED]
* URL : http://homepages.tu-darmstadt.de/~p_larbig/wlan/
* License : GPL, needs to be confirmed
  Programming Lang: C
  Description : Destructive 802.11 wireless network hacking tool

 mdk2 is a tool designed to crash 802.11 wireless network.
 .
 It includes nice features like :
   * Bruteforce hidden SSIDs (small SSID wordlist included),
   * Probe networks for checking if they can hear you,
   * Authentication-DoS to freeze APs (with checking for success),
   * Beacon Flooding with channel hopping,
   * Disconnects everything found with DeAuth and DisAssoc packets.
   * WPA TKIP Denial-of-Service.
 .
  Homepage: http://homepages.tu-darmstadt.de/~p_larbig/wlan/

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#387385: ITP: shed -- Hex editor using ncurses, with a friendly pico-style interface

2006-09-13 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile [EMAIL PROTECTED]


* Package name: shed
  Version : 1.13
  Upstream Author : Alex Sisson [EMAIL PROTECTED] 
* URL : http://shed.sourceforge.net/
* License : GPL
  Description : Hex editor using ncurses, with a friendly pico-style 
interface

 Shed (simple hex editor) is a ncurse based hex editor. 
 .
 It includes the following features :
   - Displays each byte as ascii, hex, decimal, octal and binary.
   - Allows changes to be input in all of the above.
   - Simple Pico-style interface.
   - Search.
   - Dump to file.
   - Small memory requirments because file is not loaded into memory.
   - Can handle files up to 2Gb.
 .
  Homepage: http://shed.sourceforge.net/

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686-aircrack
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]