adbc-driver-sqlite 1.3.0__tar.gz → 1.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {adbc_driver_sqlite-1.3.0/adbc_driver_sqlite.egg-info → adbc_driver_sqlite-1.4.0}/PKG-INFO +2 -2
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite/_static_version.py +3 -3
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0/adbc_driver_sqlite.egg-info}/PKG-INFO +2 -2
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/LICENSE.txt +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/MANIFEST.in +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/NOTICE.txt +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/README.md +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite/__init__.py +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite/_version.py +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite/dbapi.py +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite/py.typed +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite.egg-info/SOURCES.txt +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite.egg-info/dependency_links.txt +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite.egg-info/requires.txt +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite.egg-info/top_level.txt +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/pyproject.toml +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/setup.cfg +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/setup.py +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/tests/test_dbapi.py +0 -0
- {adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/tests/test_lowlevel.py +0 -0
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
|
|
21
21
|
# This file is part of 'miniver': https://github.com/jbweston/miniver
|
|
22
22
|
|
|
23
|
-
version = "1.
|
|
23
|
+
version = "1.4.0"
|
|
24
24
|
|
|
25
25
|
# These values are only set if the distribution was created with 'git archive'
|
|
26
26
|
# NOTE: must add an export-subst to .gitattributes!
|
|
27
|
-
refnames = "HEAD, tag: apache-arrow-adbc-
|
|
28
|
-
git_hash = "
|
|
27
|
+
refnames = "HEAD, tag: apache-arrow-adbc-16-rc3, origin/maint-16"
|
|
28
|
+
git_hash = "05c33a770"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite.egg-info/requires.txt
RENAMED
|
File without changes
|
{adbc_driver_sqlite-1.3.0 → adbc_driver_sqlite-1.4.0}/adbc_driver_sqlite.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|