Merge pull request #314259 from paparodeo/duckdb-updates

duckdb: 0.10.2 -> 1.0.0
This commit is contained in:
Sandro 2024-06-04 20:57:47 +02:00 committed by GitHub
commit c6dfe312e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.10.2",
"rev": "1601d94f94a7e0d2eb805a94803eb1e3afbbe4ed",
"hash": "sha256-CTZ90KJvLPQqu1FYciEWsxJbvybCjeBsi/12bkfVd9Q="
"version": "1.0.0",
"rev": "1f98600c2cf8722a6d2f2d805bb4af5e701319fc",
"hash": "sha256-bzFxWv8+Ac8vZLd2OWJyu4T0/0dc7wykdOORMpx92Ic="
}

View File

@ -80,7 +80,7 @@ in
buildPythonPackage rec {
pname = "ibis-framework";
version = "9.0.0";
version = "9.0.0-unstable-2024-06-03";
pyproject = true;
disabled = pythonOlder "3.9";
@ -89,8 +89,8 @@ buildPythonPackage rec {
name = "ibis-source";
repo = "ibis";
owner = "ibis-project";
rev = "refs/tags/${version}";
hash = "sha256-ebTYCBL1zm2Rmwg998x2kYvKhyQDk8Di1pcx5lR37xo=";
rev = "395c8b539bcd541d36892d95f413dcc3f93ca0bc";
hash = "sha256-PPjp8HOwM4IaBz7TBGDgkVytHmX9fKO+ZBR33BoB55s=";
};
nativeBuildInputs = [
@ -98,7 +98,8 @@ buildPythonPackage rec {
poetry-dynamic-versioning
];
POETRY_DYNAMIC_VERSIONING_BYPASS = version;
dontBypassPoetryDynamicVersioning = true;
env.POETRY_DYNAMIC_VERSIONING_BYPASS = lib.head (lib.strings.splitString "-" version);
propagatedBuildInputs = [
atpublic