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

Changelog

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

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:26:27 +0100

Upload details

Uploaded by:
Matthias Klose
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

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-1build2.debian.tar.xz 3.6 KiB 85d969f75c5f92f5598efddd5a0fef09481c933e5802fe8655f0f19b6c4ecacf
python-lupa_1.14.1+dfsg-1build2.dsc 2.3 KiB 0e573994d2b70fb3caecdb14851ca2d15a3ca1ca148549d9f777d5db6cb31e99

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