apache-airflow-providers-sqlite 3.4.3__py3-none-any.whl → 3.5.0rc1__py3-none-any.whl

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.
@@ -28,7 +28,7 @@ import packaging.version
28
28
 
29
29
  __all__ = ["__version__"]
30
30
 
31
- __version__ = "3.4.3"
31
+ __version__ = "3.5.0"
32
32
 
33
33
  try:
34
34
  from airflow import __version__ as airflow_version
@@ -36,8 +36,8 @@ except ImportError:
36
36
  from airflow.version import version as airflow_version
37
37
 
38
38
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
39
- "2.4.0"
39
+ "2.5.0"
40
40
  ):
41
41
  raise RuntimeError(
42
- f"The package `apache-airflow-providers-sqlite:{__version__}` requires Apache Airflow 2.4.0+" # NOQA: E501
42
+ f"The package `apache-airflow-providers-sqlite:{__version__}` requires Apache Airflow 2.5.0+" # NOQA: E501
43
43
  )
@@ -29,6 +29,7 @@ def get_provider_info():
29
29
  "description": "`SQLite <https://www.sqlite.org/>`__\n",
30
30
  "suspended": False,
31
31
  "versions": [
32
+ "3.5.0",
32
33
  "3.4.3",
33
34
  "3.4.2",
34
35
  "3.4.1",
@@ -50,7 +51,7 @@ def get_provider_info():
50
51
  "1.0.1",
51
52
  "1.0.0",
52
53
  ],
53
- "dependencies": ["apache-airflow>=2.4.0", "apache-airflow-providers-common-sql>=1.3.1"],
54
+ "dependencies": ["apache-airflow>=2.5.0", "apache-airflow-providers-common-sql>=1.3.1"],
54
55
  "integrations": [
55
56
  {
56
57
  "integration-name": "SQLite",
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-sqlite
3
- Version: 3.4.3
3
+ Version: 3.5.0rc1
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-sqlite package
5
5
  Home-page: https://airflow.apache.org/
6
6
  Download-URL: https://archive.apache.org/dist/airflow/providers
7
7
  Author: Apache Software Foundation
8
8
  Author-email: dev@airflow.apache.org
9
9
  License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.3/
11
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.3/changelog.html
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.5.0/
11
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.5.0/changelog.html
12
12
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
13
13
  Project-URL: Source Code, https://github.com/apache/airflow
14
14
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
@@ -31,8 +31,8 @@ Requires-Python: ~=3.8
31
31
  Description-Content-Type: text/x-rst
32
32
  License-File: LICENSE
33
33
  License-File: NOTICE
34
- Requires-Dist: apache-airflow-providers-common-sql (>=1.3.1)
35
- Requires-Dist: apache-airflow (>=2.4.0)
34
+ Requires-Dist: apache-airflow-providers-common-sql >=1.3.1.dev0
35
+ Requires-Dist: apache-airflow >=2.5.0.dev0
36
36
  Provides-Extra: common.sql
37
37
  Requires-Dist: apache-airflow-providers-common-sql ; extra == 'common.sql'
38
38
 
@@ -74,7 +74,7 @@ Requires-Dist: apache-airflow-providers-common-sql ; extra == 'common.sql'
74
74
 
75
75
  Package ``apache-airflow-providers-sqlite``
76
76
 
77
- Release: ``3.4.3``
77
+ Release: ``3.5.0rc1``
78
78
 
79
79
 
80
80
  `SQLite <https://www.sqlite.org/>`__
@@ -87,7 +87,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
87
87
  are in ``airflow.providers.sqlite`` python package.
88
88
 
89
89
  You can find package information and changelog for the provider
90
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.3/>`_.
90
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.5.0/>`_.
91
91
 
92
92
 
93
93
  Installation
@@ -105,7 +105,7 @@ Requirements
105
105
  ======================================= ==================
106
106
  PIP package Version required
107
107
  ======================================= ==================
108
- ``apache-airflow`` ``>=2.4.0``
108
+ ``apache-airflow`` ``>=2.5.0``
109
109
  ``apache-airflow-providers-common-sql`` ``>=1.3.1``
110
110
  ======================================= ==================
111
111
 
@@ -129,4 +129,4 @@ Dependent package
129
129
  ============================================================================================================ ==============
130
130
 
131
131
  The changelog for the provider package can be found in the
132
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.3/changelog.html>`_.
132
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.5.0/changelog.html>`_.
@@ -0,0 +1,13 @@
1
+ airflow/providers/sqlite/__init__.py,sha256=T8mXROUSZmQcLEgGO23TZyh9EM3wb9zwlOh4zcdp7ys,1575
2
+ airflow/providers/sqlite/get_provider_info.py,sha256=ZAphYZXqCxjMyhnyyLO3JHpcPSJ_0JAcIL0O9_y77qQ,2668
3
+ airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
4
+ airflow/providers/sqlite/hooks/sqlite.py,sha256=wJ-S6DX0mhf0uiMDCIP-oxhxOBYaCSfL7r1_S_6krOg,2402
5
+ airflow/providers/sqlite/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
+ airflow/providers/sqlite/operators/sqlite.py,sha256=zJ8uBl_X0u77apwgOUmYKhoBCT6bykiJQwhKDbQgi1k,2352
7
+ apache_airflow_providers_sqlite-3.5.0rc1.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
8
+ apache_airflow_providers_sqlite-3.5.0rc1.dist-info/METADATA,sha256=xGWhR1MYoY1gptOhnMns6CMU0r12jULE5RBg80655xg,5768
9
+ apache_airflow_providers_sqlite-3.5.0rc1.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
10
+ apache_airflow_providers_sqlite-3.5.0rc1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
+ apache_airflow_providers_sqlite-3.5.0rc1.dist-info/entry_points.txt,sha256=9smeDg_SEzaOhSSxtKRpSfm_ADofjjWN2GMa9PBanAc,103
12
+ apache_airflow_providers_sqlite-3.5.0rc1.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
13
+ apache_airflow_providers_sqlite-3.5.0rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.0)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,13 +0,0 @@
1
- airflow/providers/sqlite/__init__.py,sha256=rm4qQPW_qszx-kLecEX_YgLvAI24v50OH5TzGNOmG2k,1575
2
- airflow/providers/sqlite/get_provider_info.py,sha256=TfK377UiNvlfHb-DoAvT41JBfiT_4UOo4cvWc25tXUc,2647
3
- airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
4
- airflow/providers/sqlite/hooks/sqlite.py,sha256=wJ-S6DX0mhf0uiMDCIP-oxhxOBYaCSfL7r1_S_6krOg,2402
5
- airflow/providers/sqlite/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
- airflow/providers/sqlite/operators/sqlite.py,sha256=zJ8uBl_X0u77apwgOUmYKhoBCT6bykiJQwhKDbQgi1k,2352
7
- apache_airflow_providers_sqlite-3.4.3.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
8
- apache_airflow_providers_sqlite-3.4.3.dist-info/METADATA,sha256=No2hUxV4PgnOV07Pmk6EbAwshD-aqukuqN0iaWNn5pk,5756
9
- apache_airflow_providers_sqlite-3.4.3.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
10
- apache_airflow_providers_sqlite-3.4.3.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
11
- apache_airflow_providers_sqlite-3.4.3.dist-info/entry_points.txt,sha256=9smeDg_SEzaOhSSxtKRpSfm_ADofjjWN2GMa9PBanAc,103
12
- apache_airflow_providers_sqlite-3.4.3.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
13
- apache_airflow_providers_sqlite-3.4.3.dist-info/RECORD,,