pkgsrc-WIP-changes archive

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

Update py-bcolz to 0.12.1



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Wed Mar 8 16:50:15 2017 -0800
Changeset:	91bac53295d572798eded6c13df5ede5b813f960

Modified Files:
	py-bcolz/Makefile
	py-bcolz/PLIST
	py-bcolz/distinfo

Log Message:
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``.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=91bac53295d572798eded6c13df5ede5b813f960

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-bcolz/Makefile | 5 +++--
 py-bcolz/PLIST    | 1 -
 py-bcolz/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-bcolz/Makefile b/py-bcolz/Makefile
index a4338789e5..682da111b1 100644
--- a/py-bcolz/Makefile
+++ b/py-bcolz/Makefile
@@ -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@localhost
 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"
diff --git a/py-bcolz/PLIST b/py-bcolz/PLIST
index bfc984438c..7f978326d3 100644
--- a/py-bcolz/PLIST
+++ b/py-bcolz/PLIST
@@ -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
diff --git a/py-bcolz/distinfo b/py-bcolz/distinfo
index 1ad22689be..078cfd7710 100644
--- a/py-bcolz/distinfo
+++ b/py-bcolz/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index