[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted python-larch 1.20120527-1~bpo60+1 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 05 Jun 2012 18:34:48 +0100
Source: python-larch
Binary: python-larch
Architecture: source all
Version: 1.20120527-1~bpo60+1
Distribution: squeeze-backports
Urgency: low
Maintainer: Lars Wirzenius <liw@liw.fi>
Changed-By: Dominic Hargreaves <dom@earth.li>
Description: 
 python-larch - B-tree library for Python
Closes: 631864
Changes: 
 python-larch (1.20120527-1~bpo60+1) squeeze-backports; urgency=low
 .
   * Rebuild for squeeze-backports.
 .
 python-larch (1.20120527-1) unstable; urgency=low
 .
   * New upstream release.
     - New version scheme. Thank you, Joey Hess.
     - The on-disk data structures and file formats are now declared frozen.
       An automatic test has been added to verify that things do not break.
 .
 python-larch (0.31-1) unstable; urgency=low
 .
   * New upstream version.
 .
 python-larch (0.30-1) unstable; urgency=low
 .
   * New upstream release.
 .
 python-larch (0.29-1) unstable; urgency=low
 .
   * New upstream release.
 .
 python-larch (0.28-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: Standards-Version bumped. No other changes
     required.
 .
 python-larch (0.27-1) unstable; urgency=low
 .
   * New upstream release.
 .
 python-larch (0.26-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: change libjs-jquery to Suggests, from Depends. It's only
     needed for API documentation, which most people won't care about.
   * debian/control, debian/python-larch.links: replace embedded underscore.js
     with a symlink.
   * debian/source/format: switch back to the simple 1.0 source format.
 .
 python-larch (0.25-1) unstable; urgency=low
 .
   * New upstream release.
 .
 python-larch (0.24-1) unstable; urgency=low
 .
   * Install fsck-larch manpage.
   * Weaken python-ttystatus dependency to a recommends, since it's only
     needed by fsck-larch.
 .
 python-larch (0.23-1) unstable; urgency=low
 .
   * Add dependency on python-ttystatus. Thanks, Jo Shields, for the
     report.
   * Replace Sphinx copy of jquery.js with a symlink.
 .
 python-larch (0.22-1) unstable; urgency=low
 .
   * New upstream release.
 .
 python-larch (0.21-1) unstable; urgency=low
 .
   * New upstream release.
   * Change package to be non-native.
   * Add build-dependency on python-cliapp.
   * fsck-larch manpage build disabled, until ttystatus is in Debian.
 .
 python-larch (0.20) unstable; urgency=low
 .
   * New upstream release. This is the first release to be uploaded to
     Debian. (Closes: #631864)
   * Package description has been improved.
   * debian/pycompat: removed for being useless.
   * Updated to use dh_python2.
 .
 python-larch (0.19) squeeze; urgency=low
 .
   * New upstream version.
   * New source package name, due to new upstream name.
 .
 python-btree (0.18) squeeze; urgency=low
 .
   * New upstream version.
 .
 python-btree (0.17) squeeze; urgency=low
 .
   * New upstream version.
 .
 python-btree (0.16.2) squeeze; urgency=low
 .
   * New upstream release.
     - fix all problems with modifying nodes while they are in the upload queue
     - performance has degraded
 .
 python-btree (0.16.1) squeeze; urgency=low
 .
   * New upstream release.
     - remove temporary nodes used while splitting a leaf node
     - prevent too-large leaf nodes from getting pushed out of the upload
       queue during splitting
     - introduce explicit maximum size for values stored in the tree
       (slightly less than half the size of a node)
 .
 python-btree (0.16) squeeze; urgency=low
 .
   * New upstream release.
     - fix bug that resulted in many very small leaf nodes
 .
 python-btree (0.15) squeeze; urgency=low
 .
   * New upstream release.
     - replace bsearch with bisect, which results in speedups
 .
 python-btree (0.14) squeeze; urgency=low
 .
   * New upstream release.
   * debian/control: Require at least version 0.4 of python-lru, since that's
     the version that provides the API we need for UploadQueue.
 .
 python-btree (0.13) squeeze; urgency=low
 .
   * New upstream release.
     - NodeStoreDisk's LRU cache size is user settable
 .
 python-btree (0.12) squeeze; urgency=low
 .
   * New upstream release.
   * debian/control: Added Python-Version headers.
   * debian/control: Bumped Standards-Version. No other changes required.
 .
 python-btree (0.11) squeeze; urgency=low
 .
   * New upstream release.
 .
 python-btree (0.10) squeeze; urgency=low
 .
   * New upstream release.
 .
 python-btree (0.9) squeeze; urgency=low
 .
   * Add check that setup.py (i.e., btree/__init__.py) and debian/changelog
     agree on version.
   * Node and NodeCodec have been optimized a bit.
   * NodeStoreDisk uses small LRU cache to avoid repeatedly reading the same
     nodes from disk. This adds dependency on python-lru.
   * NodeCodec uses four-byte magic cookies, instead of one-byte ones.
 .
 python-btree (0.8) squeeze; urgency=low
 .
   * Fix leaf node merging.
 .
 python-btree (0.7) squeeze; urgency=low
 .
   * lookup_range now returns keys in ascending order.
 .
 python-btree (0.6) squeeze; urgency=low
 .
   * Fix lookup_range for case when a node's children contain keys in
     the range, but the first key is not one of them.
 .
 python-btree (0.5) squeeze; urgency=low
 .
   * Fix emptied forests and empty trees handling.
 .
 python-btree (0.4) squeeze; urgency=low
 .
   * Fix NodeStoreDisk._load_metadata to use self.file_exists instead of
     os.path.exists directly.
 .
 python-btree (0.3) squeeze; urgency=low
 .
   * Fix RefcountStore to work even without changes.
 .
 python-btree (0.2) squeeze; urgency=low
 .
   * Make NodeStoreDisk sub-classable.
 .
 python-btree (0.1) squeeze; urgency=low
 .
   * Fix packaging so it installs things under /usr, not /.
 .
 python-btree (0.0) squeeze; urgency=low
 .
   * Initial packaging. This is not intended to be uploaded to Debian, so
     no closing of an ITP bug.
Checksums-Sha1: 
 660d63ffaf9411d54b0a9e4cc01a7ddde93c5e5e 1205 python-larch_1.20120527-1~bpo60+1.dsc
 7c2387b5a837a44253c3a66572eca405ad2a3dec 85465 python-larch_1.20120527.orig.tar.gz
 d7cdaee56097ca818f6cc8fa01458db8f2f11dee 3691 python-larch_1.20120527-1~bpo60+1.diff.gz
 6bd353c4242b7ef19e4c1facd26d5fe2e8f76d4b 80478 python-larch_1.20120527-1~bpo60+1_all.deb
Checksums-Sha256: 
 8bf4318c019360db93890d7c0bb20ff65dee5d63a94649fa5129eaad1437541d 1205 python-larch_1.20120527-1~bpo60+1.dsc
 2865a1bfa6bd276bf746e8e7cb73d5199d0b6d00045d8c92e158626687d3bbe1 85465 python-larch_1.20120527.orig.tar.gz
 7ec5ce1866643491958b359c49ec9fee471a12cfa01e8354aed498d10841bec5 3691 python-larch_1.20120527-1~bpo60+1.diff.gz
 07a25d911e26c873659e20d6c462a0c42d3da472e91b9fd4c84fdffdffa5eeca 80478 python-larch_1.20120527-1~bpo60+1_all.deb
Files: 
 ad46d1e2278ac14f791a588dfb3e8eba 1205 python optional python-larch_1.20120527-1~bpo60+1.dsc
 9e67344022e4df72c3d56d641152fc29 85465 python optional python-larch_1.20120527.orig.tar.gz
 60b942c0caf35299f1a009ce39a3e198 3691 python optional python-larch_1.20120527-1~bpo60+1.diff.gz
 e67be0a21f84cfc127ad3fc840ce98fa 80478 python optional python-larch_1.20120527-1~bpo60+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFPzkw6YzuFKFF44qURAoeZAJ9TcgD4CoSkNa0pZVTDC+q/pZKgTACgmFfs
rbzvvf0ZBjEc59X9545BUlc=
=c0qa
-----END PGP SIGNATURE-----


Accepted:
python-larch_1.20120527-1~bpo60+1.diff.gz
  to main/p/python-larch/python-larch_1.20120527-1~bpo60+1.diff.gz
python-larch_1.20120527-1~bpo60+1.dsc
  to main/p/python-larch/python-larch_1.20120527-1~bpo60+1.dsc
python-larch_1.20120527-1~bpo60+1_all.deb
  to main/p/python-larch/python-larch_1.20120527-1~bpo60+1_all.deb
python-larch_1.20120527.orig.tar.gz
  to main/p/python-larch/python-larch_1.20120527.orig.tar.gz


Reply to: