Update py-bcolz to 0.12.1

Changes since 0.11.4:

- The tutorial is now a Jupyter notebook.
- Replaces numpy float string specifier in test with numpy.longdouble.
- Fix for allowing the use of variables of type string in `eval()` and
  other queries.
- The size of the tables during import/export to HDF5 are honored now
  via the `expectedlen` (bcolz) and `expectedrows` (PyTables)
  parameters.
- Update only the valid part of the last chunk during boolean
  assignments.  Fixes a VisibleDeprecationWarning with NumPy 1.10.
- More consistent string-type checking to allow use of unicode strings
  in Python 2 for queries, column selection, etc.
- Installation no longer fails when listed as dependency of project
  installed via setup.py develop or setup.py install.
- Paver setup has been deprecated.
- ``setup.py`` now defers operations requiring ``numpy`` and ``Cython``
  until after those modules have been installed by ``setuptools``.  This
  means that users no longer need to pre-install ``numpy`` and
  ``Cython`` to install ``bcolz``.
This commit is contained in:
Min Sik Kim 2017-03-08 16:50:15 -08:00
parent 987c87bccc
commit 91bac53295
3 changed files with 7 additions and 7 deletions

View file

@ -1,18 +1,19 @@
# $NetBSD$
DISTNAME= bcolz-0.11.4
DISTNAME= bcolz-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcolz/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/Blosc/bcolz
COMMENT= columnar and compressed data containers
COMMENT= Columnar and compressed data containers
LICENSE= modified-bsd
USE_LANGUAGES= c c++
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/egg.mk"
BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.7
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -2,7 +2,6 @@
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/bcolz/__init__.py

View file

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (bcolz-0.11.4.tar.gz) = 9b0b20054a21b7334ea0e92ece5f022414801fbf
RMD160 (bcolz-0.11.4.tar.gz) = 0a1ec23e52ab3948246e2c6ac26ad51ea3f6eafc
SHA512 (bcolz-0.11.4.tar.gz) = 0ecd668be0c80eb056d8948b3e1bcb70797896ba6f2b72a4aa6a5a0c610832ee46e18321f9d7281bd2b0b29d022c10b5137627114b46869038a76cb18e02bff1
Size (bcolz-0.11.4.tar.gz) = 582553 bytes
SHA1 (bcolz-0.12.1.tar.gz) = 1da80b0f0a7b77cc4afd9642023b4e80b0720f52
RMD160 (bcolz-0.12.1.tar.gz) = b0171e77c19e78eb9adf5a98ee3e7ed49da90d87
SHA512 (bcolz-0.12.1.tar.gz) = 7c58ecfb1267d5c4791f043034b831af9c40e4b496938805eb1885c251b1269f19a049bbc9f0c80fa127d60ebb191b23ad5b44283340c815261393d51dd558ea
Size (bcolz-0.12.1.tar.gz) = 622526 bytes