1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
python-lua (1.0-1) unstable; urgency=medium
* New upstream release.
* Convert code to C++.
* Update standards version to 3.7.2. No changes needed.
-- Bas Wijnen <wijnen@debian.org> Tue, 10 Jun 2025 00:12:52 +0200
python-lua (0.6-1) unstable; urgency=medium
* Fail to import if liblua is not found.
* Fix package build and add required build dependencies.
* Use ctypes.c_longlong where lua_Integer is used.
-- Bas Wijnen <wijnen@debian.org> Tue, 21 Feb 2023 00:53:12 +0100
python-lua (0.5-1) unstable; urgency=medium
* Differentiate between str and bytes and document this in the manual page.
* Add package tests.
-- Bas Wijnen <wijnen@debian.org> Sun, 19 Feb 2023 12:56:47 +0100
python-lua (0.4-1) unstable; urgency=medium
* Reupload to Debian. Closes: #1029942
* New release.
* Updated standards version to 4.6.2 (no changes needed).
* Support (only) python3.
* Update to Lua 5.4.
* Update debhelper to compat level 10.
* Store state in variable of correct type.
-- Bas Wijnen <wijnen@debian.org> Thu, 02 Feb 2023 19:47:43 +0100
python-lua (0.3-1) unstable; urgency=low
* New release with some fixes.
* New upstream location.
-- Bas Wijnen <wijnen@debian.org> Fri, 31 Aug 2012 17:21:42 +0200
python-lua (0.2-1) unstable; urgency=low
* New release with many fixes, especially regarding object ownership.
-- Bas Wijnen <wijnen@debian.org> Fri, 15 Jun 2012 20:01:27 +0200
python-lua (0.1-1) unstable; urgency=low
* Initial release. (Closes: #672344)
-- Bas Wijnen <wijnen@debian.org> Thu, 10 May 2012 10:34:16 +0200
|