14
0
forked from pool/python-urwid

Accepting request 307130 from home:benoit_monin:branches:devel:languages:python

- update to version 1.3.0
- remove %py_requires macro
- call python directly, not via %__python macro
- remove unwanted shebang during %prep, not after build to avoid mtime mismatch
- run the tests during build

OBS-URL: https://build.opensuse.org/request/show/307130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=28
This commit is contained in:
Jan Matejek
2015-05-18 13:35:52 +00:00
committed by Git OBS Bridge
parent 711e29c0aa
commit bdeb880c91
4 changed files with 39 additions and 11 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu May 14 13:09:33 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.3.0:
* New AsyncioEventLoop for Python 3.4, Python 3.x with asyncio
package or Python 2 with trollius package (by Alex Munroe,
Jonas Wielicki, with earlier work by Kelketek Rritaa)
* Screen classes now call back to MainLoop using event loop
alarms instead of passing timeout values to MainLoop (by Alex
Munroe)
* Add support for bright backgrounds on linux console (by Russell
Warren)
* Allow custom sorting of MonitoredList (by Tony Cebzanov)
* Fix support for negative indexes with MonitoredFocusList (by
Heiko Noordhof)
* Documentation fixes (by Ismail, Matthew Mosesohn)
- additional change from version 1.2.2:
* Fix for a serious raw_display performance regression (by Anton
Khirnov)
* Fix for high color palette detection (by extempo)
* Small changes to enable windows support (by Jeanpierre Devin)
- remove %py_requires macro
- call python directly, not via %__python macro
- remove unwanted shebang during %prep, not after build
to avoid mtime mismatch
- run the tests during build
-------------------------------------------------------------------
Mon Jul 14 15:56:15 UTC 2014 - toddrme2178@gmail.com