python-lupa 1.6+dfsg-4build1 source package in Ubuntu

Changelog

python-lupa (1.6+dfsg-4build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:43:24 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-lupa_1.6+dfsg.orig.tar.gz 237.1 KiB d8975220474f3088d0dea867b9fafed4f1df3c2f0827ee2588186deed58f2b5a
python-lupa_1.6+dfsg-4build1.debian.tar.xz 3.3 KiB d145ae9b79fb62910c1d04ec415dadafdf72fa6c6fce60ea17d5df55368fda1a
python-lupa_1.6+dfsg-4build1.dsc 2.2 KiB 7df9e598da7af0a829993bc72ad50f1d7f8b832c71447fa8e427562351e28a37

View changes file

Binary packages built by this source

python3-lupa: Python wrapper around LuaJIT or Lua (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