14
0

- Update to 0.7.2:

* Update release instructions for the 0.x branch, by @ccordoba12
  * Do not call python directly in tests, by @scarabeusiv
  * Remove warning for Python 2.7, by @dalthviz (140)
  * al design icons to 4.9.95
  * t class to display icons as widgets
  * rowser
  * Fix file lock (125)
  * Update documentation and images (45)
  * Use Github as the only CI provider
  * Update MDI to 4.9.95
  * Add IconWidget to display icon as widget
  * Add an icon browser
  * Improve sponsors section in readme
  * Replace QtGui by QtWidgets in docs
  * Update MDI to 4.5.95
  * Update number of icons in Readme and docs
- Drop no-py2.patch, merged upstream.
- Add update-alternatives for new qta-browser binary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtAwesome?expand=0&rev=16
This commit is contained in:
2020-07-28 05:53:20 +00:00
committed by Git OBS Bridge
parent 8b299fbcd3
commit cb2fb08cd5
5 changed files with 38 additions and 29 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Jul 28 05:48:08 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.7.2:
* Update release instructions for the 0.x branch, by @ccordoba12
* Do not call python directly in tests, by @scarabeusiv
* Remove warning for Python 2.7, by @dalthviz (140)
* al design icons to 4.9.95
* t class to display icons as widgets
* rowser
* Fix file lock (125)
* Update documentation and images (45)
* Use Github as the only CI provider
* Update MDI to 4.9.95
* Add IconWidget to display icon as widget
* Add an icon browser
* Improve sponsors section in readme
* Replace QtGui by QtWidgets in docs
* Update MDI to 4.5.95
* Update number of icons in Readme and docs
- Drop no-py2.patch, merged upstream.
- Add update-alternatives for new qta-browser binary
-------------------------------------------------------------------
Thu Apr 23 12:03:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>