14
0
forked from pool/python-lupa

Accepting request 781868 from home:pgajdos:python

- version update to 1.9
  * Build against Lua 5.3 if available.
  * GH#129: Fix Lua module loading in Python 3.x.
  * GH#126: Fix build on Linux systems that install Lua as "lua52" package.

OBS-URL: https://build.opensuse.org/request/show/781868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-05 14:02:24 +00:00
committed by Git OBS Bridge
parent 0ec79ea76d
commit c91752763d
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 5 13:50:57 UTC 2020 - pgajdos@suse.com
- version update to 1.9
* Build against Lua 5.3 if available.
* GH#129: Fix Lua module loading in Python 3.x.
* GH#126: Fix build on Linux systems that install Lua as "lua52" package.
-------------------------------------------------------------------
Tue Dec 10 20:52:28 CET 2019 - Matej Cepl <mcepl@suse.com>