Re: RFS: python-jsonref 0.1

2016-12-31 Thread Mattia Rizzolo
Hi Paolo, On Tue, Nov 29, 2016 at 08:33:20AM +0100, Paolo Greppi wrote: > I packaged python-jsonref as per this ITP: > https://bugs.debian.org/844986, this is the repo: > https://anonscm.debian.org/cgit/python-modules/packages/python-jsonref.git > > Please someone more experienced than me

PEP 384 (limited ABI)

2016-12-31 Thread Dmitry Shachnev
Hi all, and happy holidays! The new releases of SIP and PyQt are using the limited set of Python ABI [1] defined in PEP 384 [2], so that the same .so files work with different Python versions. As there seems to be no PEP 384 support in dh_python3, I wonder if I should: A) Build with only one

Bug#849812: ITP: requests-ntlm -- HTTP NTLM authentication using the requests library

2016-12-31 Thread Dominic Hargreaves
Package: wnpp Severity: wishlist Owner: Dominic Hargreaves * Package name: requests-ntlm Version : 1.0.0 Upstream Author : Ben Toews et al * URL : https://github.com/requests/requests-ntlm * License : ISC

Re: PEP 384 (limited ABI)

2016-12-31 Thread Stefano Rivera
Hi Dmitry (2016.12.31_18:07:17_+0200) cffi modules will also now use the limited ABI, where possible, so I've played with them a bit. > A) Build with only one Python 3 version and install the .so files with >foo.abi3.so filenames (so no rebuilds will be needed for Python updates); I think