Overview
Request 883350 accepted
- specfile:
* remove patch remove-nose.patch (switch to pytest makes this obsolete)
* update requirements
* skip python 2, remove several if statements in build (for python2 and python <= 3.5)
- update to version 0.3.5:
* Drop supported for Python 2, 3.4 and 3.5.
* Migrate to pytest. Thanks to Paolo Stivanin
* Add new exmples. Thanks to rybarczykj
* Improve error messages. Thanks to Etienne Richart
* Replace wcwidth with cwcwidth
- changes from version 0.3.4:
* Prevent crash when embedding in situations including the lldb
debugger. Thanks Nathan Lanza!
- changes from version 0.3.3:
* Revert backslash removal, since this broke bpython in 0.3.2
- changes from version 0.3.2:
* Migrate doc generation to Python 3
* Add MyPy typing
* Remove logging level message. Thanks Jack Rybarczyk!
* Assorted fixes: Thanks Armira Nance, Etienne Richart, Evan
Allgood, Nathan Lanza, and Vilhelm Prytz!
please mention the dropped patch (by full name) in the changelog and actually drop it
btw. cwcwidth has some other problems, for instance it does not build in d:l:p
Request History
apersaud created request
- specfile:
* remove patch remove-nose.patch (switch to pytest makes this obsolete)
* update requirements
* skip python 2, remove several if statements in build (for python2 and python <= 3.5)
- update to version 0.3.5:
* Drop supported for Python 2, 3.4 and 3.5.
* Migrate to pytest. Thanks to Paolo Stivanin
* Add new exmples. Thanks to rybarczykj
* Improve error messages. Thanks to Etienne Richart
* Replace wcwidth with cwcwidth
- changes from version 0.3.4:
* Prevent crash when embedding in situations including the lldb
debugger. Thanks Nathan Lanza!
- changes from version 0.3.3:
* Revert backslash removal, since this broke bpython in 0.3.2
- changes from version 0.3.2:
* Migrate doc generation to Python 3
* Add MyPy typing
* Remove logging level message. Thanks Jack Rybarczyk!
* Assorted fixes: Thanks Armira Nance, Etienne Richart, Evan
Allgood, Nathan Lanza, and Vilhelm Prytz!
mcalabkova accepted request
ok