git: 264b6c98fc34 - main - databases/duckdb: Update 0.6.0 -> 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Dec 2022 05:08:46 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=264b6c98fc3489bc93a143f8c70179b96cb34bb6
commit 264b6c98fc3489bc93a143f8c70179b96cb34bb6
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-09 05:07:09 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-09 05:08:44 +0000
databases/duckdb: Update 0.6.0 -> 0.6.1
Reported by: portscout
---
databases/duckdb/Makefile | 2 +-
databases/duckdb/distinfo | 6 +++---
databases/duckdb/pkg-plist | 4 ++++
databases/py-duckdb/Makefile | 4 ++--
databases/py-duckdb/distinfo | 6 +++---
5 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/databases/duckdb/Makefile b/databases/duckdb/Makefile
index 8ef93d440a17..93e32c79ed3b 100644
--- a/databases/duckdb/Makefile
+++ b/databases/duckdb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= duckdb
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.0
+DISTVERSION= 0.6.1
CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org
diff --git a/databases/duckdb/distinfo b/databases/duckdb/distinfo
index d13848fd4a86..336b32d59f62 100644
--- a/databases/duckdb/distinfo
+++ b/databases/duckdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668573004
-SHA256 (duckdb-duckdb-v0.6.0_GH0.tar.gz) = 700b09114f8b99892a9d19ba21ca962ae65d1ea8085622418a2fa50ff915b244
-SIZE (duckdb-duckdb-v0.6.0_GH0.tar.gz) = 74487683
+TIMESTAMP = 1670553798
+SHA256 (duckdb-duckdb-v0.6.1_GH0.tar.gz) = ea9bba89ae3e461f3fc9f83911b2f3b6c386c23463bcf7b1ed6bb4cc13e822a4
+SIZE (duckdb-duckdb-v0.6.1_GH0.tar.gz) = 74520216
diff --git a/databases/duckdb/pkg-plist b/databases/duckdb/pkg-plist
index dfef6183d0e7..ae388e4d4fda 100644
--- a/databases/duckdb/pkg-plist
+++ b/databases/duckdb/pkg-plist
@@ -30,6 +30,7 @@ include/duckdb/catalog/default/default_types.hpp
include/duckdb/catalog/default/default_views.hpp
include/duckdb/catalog/dependency.hpp
include/duckdb/catalog/dependency_manager.hpp
+include/duckdb/catalog/mapping_value.hpp
include/duckdb/catalog/standard_entry.hpp
include/duckdb/common/algorithm.hpp
include/duckdb/common/allocator.hpp
@@ -149,6 +150,7 @@ include/duckdb/common/swap.hpp
include/duckdb/common/thread.hpp
include/duckdb/common/to_string.hpp
include/duckdb/common/tree_renderer.hpp
+include/duckdb/common/type_util.hpp
include/duckdb/common/types.hpp
include/duckdb/common/types/arrow_aux_data.hpp
include/duckdb/common/types/batched_data_collection.hpp
@@ -163,6 +165,7 @@ include/duckdb/common/types/column_data_consumer.hpp
include/duckdb/common/types/column_data_scan_states.hpp
include/duckdb/common/types/data_chunk.hpp
include/duckdb/common/types/date.hpp
+include/duckdb/common/types/datetime.hpp
include/duckdb/common/types/decimal.hpp
include/duckdb/common/types/hash.hpp
include/duckdb/common/types/hugeint.hpp
@@ -633,6 +636,7 @@ include/duckdb/planner/expression_binder/qualify_binder.hpp
include/duckdb/planner/expression_binder/relation_binder.hpp
include/duckdb/planner/expression_binder/returning_binder.hpp
include/duckdb/planner/expression_binder/select_binder.hpp
+include/duckdb/planner/expression_binder/table_function_binder.hpp
include/duckdb/planner/expression_binder/update_binder.hpp
include/duckdb/planner/expression_binder/where_binder.hpp
include/duckdb/planner/expression_iterator.hpp
diff --git a/databases/py-duckdb/Makefile b/databases/py-duckdb/Makefile
index cf4a5f0c29e8..21b55a00a58c 100644
--- a/databases/py-duckdb/Makefile
+++ b/databases/py-duckdb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= duckdb
-DISTVERSION= 0.6.0
+DISTVERSION= 0.6.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ USES= python
USE_PYTHON= distutils autoplist pytest
TEST_WRKSRC= ${WRKDIR} # tests fail when run from the build directory due to a name collision with duckdb directory
-TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} # 2 tests fail, see https://github.com/duckdb/duckdb/issues/5642
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/duckdb.cpython-${PYTHON_SUFFIX}.so
diff --git a/databases/py-duckdb/distinfo b/databases/py-duckdb/distinfo
index 1b081d2d4cc8..3b66a5ee3378 100644
--- a/databases/py-duckdb/distinfo
+++ b/databases/py-duckdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668578959
-SHA256 (duckdb-0.6.0.tar.gz) = 74e0e4cd1b77aaec9f76e3a0b4cf8535d80f2282f38c6248d4ec826a9606fe81
-SIZE (duckdb-0.6.0.tar.gz) = 10338171
+TIMESTAMP = 1670554926
+SHA256 (duckdb-0.6.1.tar.gz) = 6d26e9f1afcb924a6057785e506810d48332d4764ddc4a5b414d0f2bf0cacfb4
+SIZE (duckdb-0.6.1.tar.gz) = 10345439