python-lupa 1.9+dfsg-1build1 source package in Ubuntu

Changelog

python-lupa (1.9+dfsg-1build1) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:23:24 +0100

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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
python-lupa_1.9+dfsg.orig.tar.xz 173.5 KiB 8bd443f893be0d6dceb6a2f9b6744d30e960561106155b6883b00cbb88317cce
python-lupa_1.9+dfsg-1build1.debian.tar.xz 3.2 KiB fe7bd301dcd15a773769627343c442ce272fcc2e8fcbaaf0902d65066250e1a7
python-lupa_1.9+dfsg-1build1.dsc 2.2 KiB ba28d63b17a17fa6eba450bf874bddd1ea457460bf01d7ad622200340cc56615

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