Liblarch is a Python library built to handle data structure such
are lists, trees and acyclic graphs (tree where nodes can have multiple
parents)
Provides
Requires
License
LGPL-3.0-or-later
Changelog
* Tue Mar 26 2024 Daniel Garcia <daniel.garcia@suse.com>
- Switch to autosetup and pyproject macros
- Run tests with xvfb-run, and use upstream's run-tests script
- Require python-gobject-Gdk to work for all python versions
bsc#1221961
- Add patch use-pytest.patch:
* Switch from nose to pytest.
* Mon Jan 22 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 2020 Paolo Stivanin <info@paolostivanin.com>
- Remove nose dep as tests are not executed
* Tue Aug 07 2018 tchvatal@suse.com
- Reflect deps properly on what is needed
- Add patch to work properly under py2:
* libarch-py2compat.patch
* Sat Jul 28 2018 jengelh@inai.de
- Trim bias from descriptions.
* Mon Jun 25 2018 mcepl@suse.com
- Clean up SPEC file
- Upgrade to 3.0 ... just minor upgrades, py3k port
* Thu Aug 24 2017 jmatejek@suse.com
- singlespec auto-conversion
* Sat Jan 26 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 03 2013 toddrme2178@gmail.com
- Fix building on SLES 11
* Tue Feb 28 2012 cfarrell@suse.com
- license update: LGPL-3.0+
See README and License files. This package is LGPL-3.0+
Files
/usr/lib/python3.12/site-packages/liblarch
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/AUTHORS
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/RECORD
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/liblarch-3.2.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/liblarch/__init__.py
/usr/lib/python3.12/site-packages/liblarch/__pycache__
/usr/lib/python3.12/site-packages/liblarch/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/filteredtree.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/filteredtree.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/filters_bank.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/filters_bank.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/processqueue.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/processqueue.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/tree.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/tree.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/treenode.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/treenode.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/viewcount.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/viewcount.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/viewtree.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/liblarch/__pycache__/viewtree.cpython-312.pyc
/usr/lib/python3.12/site-packages/liblarch/filteredtree.py
/usr/lib/python3.12/site-packages/liblarch/filters_bank.py
/u