python-lupa 1.14.1+dfsg-1build3 source package in Ubuntu

Changelog

python-lupa (1.14.1+dfsg-1build3) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 17:55:19 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-lupa_1.14.1+dfsg.orig.tar.xz 174.9 KiB cd7fa9cc5d540bfdcb24a3a30c79dc405d557b1a80b003584d81f53a35375eef
python-lupa_1.14.1+dfsg-1build3.debian.tar.xz 3.6 KiB cc5dff173cd3d5f334034408d7387808e02d202025b497e448fd8f75b7d97efc
python-lupa_1.14.1+dfsg-1build3.dsc 2.2 KiB f42773bcbe1961facfbd32131c9e4f7ad920fbde3b48866d0fd17e8dfed9a3e0

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