Package Release Info

python-toposort-1.10-bp156.1.1

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-toposort

Change Logs

* Tue Jan 02 2024 Dirk Müller <dmueller@suse.com>
- require setuptools
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
- update to 1.10:
  * Fix performance issue with large datasets.
  * Use f-strings instead of str.format().
  * Fix issue #2: Allow non-orderable items when a
    CircularDependencyError is raised
  * Completely change to pyproject.toml.  Deleted setup.cfg.
  * Drop support for python 2.7.
  * No functional changes.
* Fri Oct 22 2021 Ben Greiner <code@bnavigator.de>
- Update to version 1.7
  * Changed to use setup.cfg and pyproject.toml.  Deleted setup.py.
  * GH issue #1: No longer modify input data structures.  Thanks
    Lenz Furrer.
* Tue Dec 10 2019 Todd R <toddrme2178@gmail.com>
- initial version