Changelog for
yast2-python3-bindings-4.6.0-lp156.990.1.x86_64.rpm :
* Fri Mar 03 2023 Ladislav Slezák
- Bump version to 4.6.0 (bsc#1208913)
* Wed Feb 08 2023 Noel Power - Misc fixes to examples; (bsc#1199343).- Fix python2 utf8 handling (python2 code wasn\'t displaying unicode strings); (bsc#1199348).- Change conversion of Py_None to YCP_Void instead of YCP_Null; (bsc#1199344).- 4.5.2
* Wed Jun 22 2022 Noel Power - Fix core with python3.10 when calling yast2 samba-client; (boo#1200804).- 4.5.1
* Wed Apr 06 2022 Ladislav Slezák - Bump version to 4.5.0 (bsc#1198109)
* Thu Oct 07 2021 David Mulder - Fix yast2-python-bindings requires Python (bsc#1190890).- 4.4.2
* Tue Aug 17 2021 Petr Pavlu - Fix backtrace formatting for Python exceptions (bsc#1181595).- 4.4.1
* Tue Apr 20 2021 Ladislav Slezák - 4.4.0 (bsc#1185510)
* Tue Mar 30 2021 Noel Power - Fix PyErrorHandler() function, normalise exception object; (bsc#1184182).- 4.1.4
* Thu Mar 12 2020 Noel Power - Fix build for python 3.8; (bsc#1166517)/- 4.1.3
* Mon Feb 10 2020 dmulderAATTsuse.com- Don\'t overwrite CPPFLAGS/LDFLAGS/LIBADD during build; (bsc#1163310);- 4.1.2
* Thu Jan 09 2020 Tomáš Chvátal - Switch to python3 on new releases of openSUSE as we no longer support python2 at all- Cleanup the spec file to adhere to current packaging guidelines
* Tue May 21 2019 dmulderAATTsuse.com- yast2-python-bindings compilation errors when compiling with - Werror=format-security; (bsc#1133596);- 4.1.1
* Tue Feb 26 2019 José Iván López González - Version bump (bsc#1124009)- 4.1.0
* Wed Feb 20 2019 nopowerAATTsuse.com- Fix python3 bindings error showning \'unexpect exception\' and no trace information for errors; (bsc# 1126112).- 4.0.9
* Fri Jan 18 2019 dmulderAATTsuse.com- Update to 4.0.8 + Forward port python import capability, with improvements and code cleanup; (bsc#1122532). + Add pydocs to yast python + Improve building/packaging of python2/3
* Wed Jan 09 2019 dmulderAATTsuse.com- Define yast._() as an alias to gettext(); (bsc#1121106).
* Tue Jan 08 2019 dmulderAATTsuse.com- Provide textdomain() and gettext() functions for internationization; (bsc#1121106).
* Tue Oct 16 2018 schubiAATTsuse.de- Added license file to spec.
* Sat Sep 15 2018 nopowerAATTsuse.com- Fix Id construction for python2, use items instead of iteritems for python2/python3 compatability; (bsc#1108558).
* Mon Aug 20 2018 schubiAATTsuse.de- Switched license in spec file from SPDX2 to SPDX3 format.
* Tue May 29 2018 dmulderAATTsuse.com- Don\'t package files in \'/\' (bsc#1095054).
* Fri Mar 09 2018 dmulderAATTsuse.com- Adapt the bindings to allow modules that will run in both python2 or python3. Also fix a py3 binary mistakenly packaged with the py2 bindings package (bsc#1074696).
* Mon Jan 29 2018 dmulderAATTsuse.com- Build both python2 and python3 versions of the bindings; (bsc#1074696).
* Thu Jan 04 2018 dmulderAATTsuse.com- Convert the bindings into python3; (bsc#1074696).- Fix some code examples; (bsc#1070212).
* Tue Nov 28 2017 dmulderAATTsuse.com- Add example code ported from ruby examples; (bsc#1070212).- Fixes based on findings from example code
* Wed Nov 08 2017 dmulderAATTsuse.com- Rewrite the python bindings using swig fate#324146