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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/882941
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=17
This commit is contained in:
2021-04-06 09:08:33 +00:00
committed by Git OBS Bridge
parent 922632ce8b
commit 1e621f48f7
4 changed files with 42 additions and 10 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Apr 5 01:02:36 UTC 2021 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* AUTHORS and CHANGELOG are now .rst files
- update to version 0.21:
* General information:
+ Support for Python 2 has been dropped.
* New features:
+ #643: Provide bpython._version if built from Github tarballs
+ #849: Make import completion skip list configurable
+ #876: Check spelling with codespell Thanks to Christian Clauss
* Fixes:
+ #847: Fix import completion of modules
+ #857: Replace remaining use of deprecated imp with importlib
+ #862: Upgrade curtsies version requirements Thanks to Kelsey
Blair
+ #863: State correct default config file directory Thanks to
niloct
+ #866: Add more directories to the default import completion skip
list
+ #873: Handle 'd' when mapping colors
+ #874: Avoid breakage with six's importer
* Changes to dependencies:
+ curtsies >= 0.3.5 is now required
+ pyxdg is now required
+ wcwidth has been replaced with cwcwidth
-------------------------------------------------------------------
Fri Oct 30 22:26:06 UTC 2020 - Arun Persaud <arun@gmx.de>