Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-blist-1.3.6-1.el7 RPM for ppc64le

From EPEL 7 for ppc64le / Packages / p

Name: python-blist Distribution: Fedora Project
Version: 1.3.6 Vendor: Fedora Project
Release: 1.el7 Build date: Thu Dec 3 23:59:43 2015
Group: Development/Languages Build host: buildppcle-06.phx2.fedoraproject.org
Size: 227824 Source RPM: python-blist-1.3.6-1.el7.src.rpm
Packager: Fedora Project
Url: http://pypi.python.org/pypi/blist/
Summary: A faster list implementation for Python
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.

Provides

Requires

License

BSD

Changelog

* Thu May 08 2014 Michel Salim <salimma@fedoraproject.org> - 1.3.6-1
  - Update to 1.3.6
  - Build for Python 3 as well on supported releases
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sat Jul 02 2011 Michel Salim <salimma@fedoraproject.org> - 1.3.4-1
  - Update to 1.3.4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Mon Jul 26 2010 Michel Salim <salimma@fedoraproject.org> - 1.2.1-1
  - Update to 1.2.1
* Fri May 21 2010 Michel Salim <salimma@fedoraproject.org> - 1.1.1-1
  - Update to 1.1.1
* Fri Oct 23 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.2-1
  - Update to 1.0.2
* Sat Oct 10 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.1-1
  - Initial package

Files

/usr/lib64/python2.7/site-packages/blist
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/PKG-INFO
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/SOURCES.txt
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/dependency_links.txt
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/not-zip-safe
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/top_level.txt
/usr/lib64/python2.7/site-packages/blist/__init__.py
/usr/lib64/python2.7/site-packages/blist/__init__.pyc
/usr/lib64/python2.7/site-packages/blist/__init__.pyo
/usr/lib64/python2.7/site-packages/blist/_blist.so
/usr/lib64/python2.7/site-packages/blist/_btuple.py
/usr/lib64/python2.7/site-packages/blist/_btuple.pyc
/usr/lib64/python2.7/site-packages/blist/_btuple.pyo
/usr/lib64/python2.7/site-packages/blist/_sorteddict.py
/usr/lib64/python2.7/site-packages/blist/_sorteddict.pyc
/usr/lib64/python2.7/site-packages/blist/_sorteddict.pyo
/usr/lib64/python2.7/site-packages/blist/_sortedlist.py
/usr/lib64/python2.7/site-packages/blist/_sortedlist.pyc
/usr/lib64/python2.7/site-packages/blist/_sortedlist.pyo
/usr/share/doc/python-blist-1.3.6
/usr/share/doc/python-blist-1.3.6/LICENSE
/usr/share/doc/python-blist-1.3.6/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 01:32:11 2024