git: 6d27a3ccf014 - main - databases/{,py-}duckdb: update 0.10.3 → 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jun 2024 05:58:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d27a3ccf0141dcee7f3a8b2507d2bdfab140b23 commit 6d27a3ccf0141dcee7f3a8b2507d2bdfab140b23 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-05 05:50:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-05 05:57:25 +0000 databases/{,py-}duckdb: update 0.10.3 → 1.0.0 Reported by: portscout --- databases/duckdb/Makefile | 4 ++-- databases/duckdb/distinfo | 6 +++--- databases/duckdb/pkg-plist | 4 ++++ databases/py-duckdb/Makefile | 2 +- databases/py-duckdb/distinfo | 6 +++--- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/databases/duckdb/Makefile b/databases/duckdb/Makefile index 3495a37a6fd8..eb66f290a1ab 100644 --- a/databases/duckdb/Makefile +++ b/databases/duckdb/Makefile @@ -1,6 +1,6 @@ PORTNAME= duckdb DISTVERSIONPREFIX= v -DISTVERSION= 0.10.3 +DISTVERSION= 1.0.0 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org @@ -26,7 +26,7 @@ BINARY_ALIAS= git=false OPTIONS_DEFINE= TPCE OPTIONS_DEFAULT= TPCE OPTIONS_GROUP= EXTENSIONS -OPTIONS_GROUP_EXTENSIONS= AUTOCOMPLETE EXCEL FTS HTTPFS ICU INET JEMALLOC JSON PARQUET SQLSMITH TPCDS TPCH \ +OPTIONS_GROUP_EXTENSIONS= AUTOCOMPLETE FTS HTTPFS ICU INET JEMALLOC JSON PARQUET SQLSMITH TPCDS TPCH \ SQLITE_SCANNER EXTENSIONS_DESC= Extensions: diff --git a/databases/duckdb/distinfo b/databases/duckdb/distinfo index 0d685b9322b8..bc2a058adec2 100644 --- a/databases/duckdb/distinfo +++ b/databases/duckdb/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1716475466 -SHA256 (duckdb-duckdb-v0.10.3_GH0.tar.gz) = 7855587b3491dd488993287caee28720bee43ae28e92e8f41ea4631e9afcbf88 -SIZE (duckdb-duckdb-v0.10.3_GH0.tar.gz) = 80169796 +TIMESTAMP = 1717491439 +SHA256 (duckdb-duckdb-v1.0.0_GH0.tar.gz) = 04e472e646f5cadd0a3f877a143610674b0d2bcf9f4102203ac3c3d02f1c5f26 +SIZE (duckdb-duckdb-v1.0.0_GH0.tar.gz) = 80094305 SHA256 (duckdb-sqlite_scanner-50b7870_GH0.tar.gz) = f956100535e9cfdd955682de9a8d92ba3673db92b63f0b9b8c8508c71e4a20a2 SIZE (duckdb-sqlite_scanner-50b7870_GH0.tar.gz) = 4649013 diff --git a/databases/duckdb/pkg-plist b/databases/duckdb/pkg-plist index d469ea1610bc..74b47441d676 100644 --- a/databases/duckdb/pkg-plist +++ b/databases/duckdb/pkg-plist @@ -87,6 +87,7 @@ include/duckdb/common/constants.hpp include/duckdb/common/crypto/md5.hpp include/duckdb/common/deque.hpp include/duckdb/common/dl.hpp +include/duckdb/common/enable_shared_from_this_ipp.hpp include/duckdb/common/enum_class_hash.hpp include/duckdb/common/enum_util.hpp include/duckdb/common/enums/access_mode.hpp @@ -95,6 +96,7 @@ include/duckdb/common/enums/catalog_lookup_behavior.hpp include/duckdb/common/enums/catalog_type.hpp include/duckdb/common/enums/checkpoint_type.hpp include/duckdb/common/enums/compression_type.hpp +include/duckdb/common/enums/copy_overwrite_mode.hpp include/duckdb/common/enums/cte_materialize.hpp include/duckdb/common/enums/date_part_specifier.hpp include/duckdb/common/enums/debug_initialize.hpp @@ -221,6 +223,7 @@ include/duckdb/common/serializer/serializer.hpp include/duckdb/common/serializer/write_stream.hpp include/duckdb/common/set.hpp include/duckdb/common/shared_ptr.hpp +include/duckdb/common/shared_ptr_ipp.hpp include/duckdb/common/sort/comparators.hpp include/duckdb/common/sort/duckdb_pdqsort.hpp include/duckdb/common/sort/partition_state.hpp @@ -306,6 +309,7 @@ include/duckdb/common/vector_operations/unary_executor.hpp include/duckdb/common/vector_operations/vector_operations.hpp include/duckdb/common/vector_size.hpp include/duckdb/common/virtual_file_system.hpp +include/duckdb/common/weak_ptr_ipp.hpp include/duckdb/common/winapi.hpp include/duckdb/common/windows.hpp include/duckdb/common/windows_undefs.hpp diff --git a/databases/py-duckdb/Makefile b/databases/py-duckdb/Makefile index 6070e707e5e6..1467255d07cc 100644 --- a/databases/py-duckdb/Makefile +++ b/databases/py-duckdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= duckdb -DISTVERSION= 0.10.3 +DISTVERSION= 1.0.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-duckdb/distinfo b/databases/py-duckdb/distinfo index 670801313f22..3347d6cb2b10 100644 --- a/databases/py-duckdb/distinfo +++ b/databases/py-duckdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716476166 -SHA256 (duckdb-0.10.3.tar.gz) = c5bd84a92bc708d3a6adffe1f554b94c6e76c795826daaaf482afc3d9c636971 -SIZE (duckdb-0.10.3.tar.gz) = 11349245 +TIMESTAMP = 1717559958 +SHA256 (duckdb-1.0.0.tar.gz) = a2a059b77bc7d5b76ae9d88e267372deff19c291048d59450c431e166233d453 +SIZE (duckdb-1.0.0.tar.gz) = 11351622