summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-snowflake-connector-python.spec38
-rw-r--r--sources2
3 files changed, 36 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index c419d3b..3126763 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/snowflake-connector-python-3.0.2.tar.gz
+/snowflake-connector-python-3.0.3.tar.gz
diff --git a/python-snowflake-connector-python.spec b/python-snowflake-connector-python.spec
index 5441ac4..9afc34e 100644
--- a/python-snowflake-connector-python.spec
+++ b/python-snowflake-connector-python.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-snowflake-connector-python
-Version: 3.0.2
+Version: 3.0.3
Release: 1
Summary: Snowflake Connector for Python
License: Apache-2.0
URL: https://www.snowflake.com/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/ae/5d0259991c388edac1f0a14f644de8f773d4fde0acb9a8994c12099f519c/snowflake-connector-python-3.0.2.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/35/337da54305f4c54344c40111d8c1918a07a4cb6c965d74a8f8230d983749/snowflake-connector-python-3.0.3.tar.gz
Requires: python3-asn1crypto
Requires: python3-cffi
@@ -51,6 +51,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes
+- v3.0.3(April 20, 2023)
+
+ - Fixed a bug that prints error in logs for GET command on GCS.
+ - Added a parameter that allows users to skip file uploads to stage if file exists on stage and contents of the file match.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with non-default index in `snowflake.connector.pandas_tool.write_pandas`.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with column names containing double quotes in `snowflake.connector.pandas_tool.write_pandas`.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with binary data in `snowflake.connector.pandas_tool.write_pandas`.
+ - Improved type hint of `SnowflakeCursor.execute` method.
+ - Improved GET logging to warn when downloading multiple files with the same name.
+
- v3.0.2(March 23, 2023)
- Fixed a memory leak in the logging module of the Cython extension.
@@ -1148,6 +1158,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes
+- v3.0.3(April 20, 2023)
+
+ - Fixed a bug that prints error in logs for GET command on GCS.
+ - Added a parameter that allows users to skip file uploads to stage if file exists on stage and contents of the file match.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with non-default index in `snowflake.connector.pandas_tool.write_pandas`.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with column names containing double quotes in `snowflake.connector.pandas_tool.write_pandas`.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with binary data in `snowflake.connector.pandas_tool.write_pandas`.
+ - Improved type hint of `SnowflakeCursor.execute` method.
+ - Improved GET logging to warn when downloading multiple files with the same name.
+
- v3.0.2(March 23, 2023)
- Fixed a memory leak in the logging module of the Cython extension.
@@ -2239,6 +2259,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes
+- v3.0.3(April 20, 2023)
+
+ - Fixed a bug that prints error in logs for GET command on GCS.
+ - Added a parameter that allows users to skip file uploads to stage if file exists on stage and contents of the file match.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with non-default index in `snowflake.connector.pandas_tool.write_pandas`.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with column names containing double quotes in `snowflake.connector.pandas_tool.write_pandas`.
+ - Fixed a bug that occurred when writing a Pandas DataFrame with binary data in `snowflake.connector.pandas_tool.write_pandas`.
+ - Improved type hint of `SnowflakeCursor.execute` method.
+ - Improved GET logging to warn when downloading multiple files with the same name.
+
- v3.0.2(March 23, 2023)
- Fixed a memory leak in the logging module of the Cython extension.
@@ -3317,7 +3347,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
%prep
-%autosetup -n snowflake-connector-python-3.0.2
+%autosetup -n snowflake-connector-python-3.0.3
%build
%py3_build
@@ -3357,5 +3387,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.2-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.3-1
- Package Spec generated
diff --git a/sources b/sources
index c711da5..1c2a9e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b101ddcda4ba1272403d47cb68d73052 snowflake-connector-python-3.0.2.tar.gz
+bf2cd760b246eda23e381c48b9734755 snowflake-connector-python-3.0.3.tar.gz