Skip to content

Commit

Permalink
Remove LICENSE.txt + bump to duckdb==1.1.3 + Add py3.13 classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh-d3vpl3x committed Nov 7, 2024
1 parent e0acfd8 commit 9b6fc6e
Show file tree
Hide file tree
Showing 43 changed files with 140 additions and 290 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
/.idea/
**.ipynb
/csv
**.csv
**.csv
__pycache__/**.pyc
9 changes: 0 additions & 9 deletions LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pip installable duckdb core extensions so you don't have to leave your python ec
- `osx_amd64`
- `windows_amd64`

Compatible with `duckdb==1.1.2`
Compatible with `duckdb==1.1.3`

Note:
- No `windows_amd64` for `duckdb_extension_substrait`
Expand Down
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.3a0"
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_arrow/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_arrow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_autocomplete/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_autocomplete/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_aws/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_azure/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_delta/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_delta/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_excel/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_excel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_httpfs/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_httpfs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_iceberg/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_iceberg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_inet/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_inet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_motherduck/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_motherduck/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_mysql_scanner/LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion extensions/duckdb_extension_mysql_scanner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"duckdb==1.1.2",
"duckdb==1.1.3",
"importlib-resources==3.0.0;python_version<'3.9'",
]

Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_parquet/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 9b6fc6e

Please sign in to comment.