forked from pool/perl-Inline-Python
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=2
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 2 23:33:09 UTC 2010 - jw@novell.com
|
|
|
|
- update to 0.35. Changelog since 0.3.0:
|
|
- Fixed floats sometimes getting converted to int when transfered from
|
|
Perl to Python. Thanks to John McCullough for a great bug report.
|
|
- Fixed refcounting of positional arguments in named argument calls to
|
|
Perl subs.
|
|
- Added support for named arguments for Perl subs
|
|
- Perl UTF-8 strings now get converted to Python Unicode strings and
|
|
vice versa. This could potentially lead to incompatibilities with
|
|
existing code.
|
|
- Return lists of Perl subs no longer get reversed before passing to
|
|
Python.
|
|
- Implement access to Inline::Python::Object data
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 3 23:33:12 UTC 2009 - jw@novell.com
|
|
|
|
- updated to 0.30, added make test, fixed dependencies,
|
|
added happy_gcc.patch
|
|
|
|
-------------------------------------------------------------------
|
|
* Wed Mar 22 2006 Dries Verachtert <dries@ulyssis.org> - 0.22-1.2
|
|
- Rebuild for Fedora Core 5.
|
|
|
|
* Fri Mar 4 2005 Dries Verachtert <dries@ulyssis.org> - 0.22-1
|
|
- Updated to release 0.22.
|
|
|
|
* Wed Dec 29 2004 Dries Verachtert <dries@ulyssis.org> - 0.21-1
|
|
- Updated to release 0.21.
|
|
|
|
* Thu Jul 22 2004 Dries Verachtert <dries@ulyssis.org> - 0.20-1
|
|
- Initial package.
|
|
|