forked from pool/python-liblarch
* Provide a fix for collapsing/expanding future (not-yet-
created) nodes
This prevents a TypeError under various circumstances,
which made GTG's TreeView display inconsistent
search/filtering results.
* Clarify, in the README file, that liblarch is LGPL v3 "or
later"
* Fix Pytest deprecation warnings
* Provide an optimized way to refresh filtered items
This provides better performance for GTG in particular
* Replace calls to the pep8 executable by pycodestyle
* Disable building with Python 2
* Fix drag & drop from one GTK TreeView widget to another
* Handle cases where the tree should and shouldn't be re-
filtered
* Improved PyGI (GObject introspection) compatibility
* Improved code quality and PEP 8 compliance
- drop libarch-py2compat.patch (obsolete as upstream is >= 3.5)
- reenable tests
- Remove nose dep as tests are not executed
- Initial package, version 0.1.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-liblarch?expand=0&rev=16
81 lines
2.8 KiB
Plaintext
81 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 22 23:34:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.2.0:
|
|
* Provide a fix for collapsing/expanding future (not-yet-
|
|
created) nodes
|
|
This prevents a TypeError under various circumstances,
|
|
which made GTG's TreeView display inconsistent
|
|
search/filtering results.
|
|
* Clarify, in the README file, that liblarch is LGPL v3 "or
|
|
later"
|
|
* Fix Pytest deprecation warnings
|
|
* Provide an optimized way to refresh filtered items
|
|
This provides better performance for GTG in particular
|
|
* Replace calls to the pep8 executable by pycodestyle
|
|
* Disable building with Python 2
|
|
* Fix drag & drop from one GTK TreeView widget to another
|
|
* Handle cases where the tree should and shouldn't be re-
|
|
filtered
|
|
* Improved PyGI (GObject introspection) compatibility
|
|
* Improved code quality and PEP 8 compliance
|
|
- drop libarch-py2compat.patch (obsolete as upstream is >= 3.5)
|
|
- reenable tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 15 07:41:08 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
- Remove nose dep as tests are not executed
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 7 09:16:21 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Reflect deps properly on what is needed
|
|
- Add patch to work properly under py2:
|
|
* libarch-py2compat.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 28 17:28:02 UTC 2018 - jengelh@inai.de
|
|
|
|
- Trim bias from descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 25 15:41:22 UTC 2018 - mcepl@suse.com
|
|
|
|
- Clean up SPEC file
|
|
- Upgrade to 3.0 ... just minor upgrades, py3k port
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 24 13:44:26 UTC 2017 - jmatejek@suse.com
|
|
|
|
- singlespec auto-conversion
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 26 13:52:53 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 2.1.0:
|
|
+ Removed completely the "transparency" property.
|
|
+ Added a new object : viewcount
|
|
+ The version number of liblarch will now be the API number + a
|
|
number.
|
|
- Added liblarch_gtk as a subpackage, it is no longer released as a
|
|
separate sourcepackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 3 17:07:45 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
- Fix building on SLES 11
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 10:43:02 UTC 2012 - cfarrell@suse.com
|
|
|
|
- license update: LGPL-3.0+
|
|
See README and License files. This package is LGPL-3.0+
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 15 19:34:52 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Initial package, version 0.1.0.
|
|
|
|
|