python-lupa 1.6+dfsg-1 source package in Ubuntu

Changelog

python-lupa (1.6+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Add debian/gbp.conf.
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.3.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Clean up lupa.egg-info/PKG-INFO to allow two builds in a row.
  * Add patch to fix reading UTF-8 files in setup.py for Python3.
  * Enable autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <email address hidden>  Mon, 08 Jan 2018 22:00:01 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
python-lupa_1.6+dfsg-1.dsc 1.8 KiB a175244523787210f6b2be20e725bd373d83fa6e0281db9b0bfa4d2f70ae6b3b
python-lupa_1.6+dfsg.orig.tar.gz 237.1 KiB d8975220474f3088d0dea867b9fafed4f1df3c2f0827ee2588186deed58f2b5a
python-lupa_1.6+dfsg-1.debian.tar.xz 3.0 KiB 7a098431f0595e0427f11123ab7a20f469c9fc8d5dbc9d7a4f85b3a16731f1c1

Available diffs

No changes file available.

Binary packages built by this source

python3-lupa: Python wrapper around LuaJIT (Python3 version)

 Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is a partial
 rewrite of LunaticPython in Cython with some additional features such as proper
 coroutine support.
 .
 Features:
  * separate Lua runtime states through a LuaRuntime class
  * Python coroutine wrapper for Lua coroutines
  * iteration support for Python objects in Lua and Lua objects in Python
  * proper encoding and decoding of strings (configurable per runtime, UTF-8 by
    default)
  * frees the GIL and supports threading in separate runtimes when calling into
    Lua
  * written for LuaJIT2, but also works with the normal Lua interpreter
  * easy to hack on and extend as it is written in Cython, not C
 .
 This package contains the Python 3 version of the library.

python3-lupa-dbgsym: debug symbols for python3-lupa