-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2014-6321 2014-05-13 04:01:35 --------------------------------------------------------------------------------
Name : python-blist Product : Fedora 20 Version : 1.3.6 Release : 1.fc20 URL : http://pypi.python.org/pypi/blist/ Summary : A faster list implementation for Python Description : The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types. Python's built-in list is a dynamically-sized array; to insert or remove an item from the beginning or middle of the list, it has to move most of the list in memory, i.e., O(n) operations. The blist uses a flexible, hybrid array/tree structure and only needs to move a small portion of items in memory, specifically using O(log n) operations. For small lists, the blist and the built-in list have virtually identical performance. -------------------------------------------------------------------------------- Update Information: - latest upstream release - Python 3 packages available for supported Fedora releases -------------------------------------------------------------------------------- ChangeLog: * Thu May 8 2014 Michel Salim <[email protected]> - 1.3.6-1 - Update to 1.3.6 - Build for Python 3 as well on supported releases -------------------------------------------------------------------------------- References: [ 1 ] Bug #1076573 - python-blist-1.3.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=1076573 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update python-blist' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
