15
0

Accepting request 692970 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/692970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-04-11 07:58:06 +00:00
committed by Git OBS Bridge
parent b5a87c1366
commit 5960059280
4 changed files with 43 additions and 17 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Apr 10 15:39:43 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific in %files section
* changes appdata to appinfo directory for bpython.appdata.xml
* for appdata and desktop add org.bpython-interpreter. to file name
* added files for bpdb
- update to version 0.18:
* New features:
+ #713 expose globals in bpdb debugging. Thanks to toejough.
* Fixes:
+ Fix file locking on Windows.
+ Exit gracefully if config file fails to be loaded due to
encoding errors.
+ #744: Fix newline handling. Thanks to Attila Szöllősi.
+ #731: Fix exit code. Thanks to benkrig.
+ #767: Fix crash when matching certain lines in history.
* Support for Python 3.3 has been dropped.
-------------------------------------------------------------------
Tue Dec 4 12:46:18 UTC 2018 - Matej Cepl <mcepl@suse.com>