apache-airflow-providers-sqlite 3.7.1rc1__py3-none-any.whl → 3.8.0__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.
@@ -27,7 +27,7 @@ import packaging.version
27
27
 
28
28
  __all__ = ["__version__"]
29
29
 
30
- __version__ = "3.7.1"
30
+ __version__ = "3.8.0"
31
31
 
32
32
  try:
33
33
  from airflow import __version__ as airflow_version
@@ -35,8 +35,8 @@ except ImportError:
35
35
  from airflow.version import version as airflow_version
36
36
 
37
37
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
38
- "2.6.0"
38
+ "2.7.0"
39
39
  ):
40
40
  raise RuntimeError(
41
- f"The package `apache-airflow-providers-sqlite:{__version__}` needs Apache Airflow 2.6.0+"
41
+ f"The package `apache-airflow-providers-sqlite:{__version__}` needs Apache Airflow 2.7.0+"
42
42
  )
@@ -28,8 +28,9 @@ def get_provider_info():
28
28
  "name": "SQLite",
29
29
  "description": "`SQLite <https://www.sqlite.org/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1707636532,
31
+ "source-date-epoch": 1714477598,
32
32
  "versions": [
33
+ "3.8.0",
33
34
  "3.7.1",
34
35
  "3.7.0",
35
36
  "3.6.0",
@@ -55,7 +56,7 @@ def get_provider_info():
55
56
  "1.0.1",
56
57
  "1.0.0",
57
58
  ],
58
- "dependencies": ["apache-airflow>=2.6.0", "apache-airflow-providers-common-sql>=1.3.1"],
59
+ "dependencies": ["apache-airflow>=2.7.0", "apache-airflow-providers-common-sql>=1.3.1"],
59
60
  "integrations": [
60
61
  {
61
62
  "integration-name": "SQLite",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-sqlite
3
- Version: 3.7.1rc1
3
+ Version: 3.8.0
4
4
  Summary: Provider package apache-airflow-providers-sqlite for Apache Airflow
5
5
  Keywords: airflow-provider,sqlite,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -19,13 +19,14 @@ Classifier: Programming Language :: Python :: 3.8
19
19
  Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
22
23
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow-providers-common-sql>=1.3.1.dev0
24
- Requires-Dist: apache-airflow>=2.6.0.dev0
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
25
+ Requires-Dist: apache-airflow>=2.7.0
25
26
  Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
26
27
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
27
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.1/changelog.html
28
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.1
28
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.0/changelog.html
29
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.0
29
30
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
30
31
  Project-URL: Source Code, https://github.com/apache/airflow
31
32
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -76,7 +77,7 @@ Provides-Extra: common.sql
76
77
 
77
78
  Package ``apache-airflow-providers-sqlite``
78
79
 
79
- Release: ``3.7.1.rc1``
80
+ Release: ``3.8.0``
80
81
 
81
82
 
82
83
  `SQLite <https://www.sqlite.org/>`__
@@ -89,7 +90,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
89
90
  are in ``airflow.providers.sqlite`` python package.
90
91
 
91
92
  You can find package information and changelog for the provider
92
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.1/>`_.
93
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.0/>`_.
93
94
 
94
95
  Installation
95
96
  ------------
@@ -98,7 +99,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
98
99
  for the minimum Airflow version supported) via
99
100
  ``pip install apache-airflow-providers-sqlite``
100
101
 
101
- The package supports the following python versions: 3.8,3.9,3.10,3.11
102
+ The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
102
103
 
103
104
  Requirements
104
105
  ------------
@@ -106,7 +107,7 @@ Requirements
106
107
  ======================================= ==================
107
108
  PIP package Version required
108
109
  ======================================= ==================
109
- ``apache-airflow`` ``>=2.6.0``
110
+ ``apache-airflow`` ``>=2.7.0``
110
111
  ``apache-airflow-providers-common-sql`` ``>=1.3.1``
111
112
  ======================================= ==================
112
113
 
@@ -130,4 +131,4 @@ Dependent package
130
131
  ============================================================================================================ ==============
131
132
 
132
133
  The changelog for the provider package can be found in the
133
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.1/changelog.html>`_.
134
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.0/changelog.html>`_.
@@ -0,0 +1,11 @@
1
+ airflow/providers/sqlite/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
+ airflow/providers/sqlite/__init__.py,sha256=ht_gDfVanXd2_qCku7tPpNV-fkYRysMZXRcgUt2wAIo,1581
3
+ airflow/providers/sqlite/get_provider_info.py,sha256=JrzME2DMybxHIUZCtxaKovnPmtyKBtqTYTC9n5MKSIk,2820
4
+ airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/sqlite/hooks/sqlite.py,sha256=NKecFBAmPPMsmV7bKLmIu3iGmtoTqpbOUiQSd21hbT4,2498
6
+ airflow/providers/sqlite/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/sqlite/operators/sqlite.py,sha256=7CTi26Yi0uJKLAp2TLTaVy51BinP0uIIdZRox5ZQ5yc,2285
8
+ apache_airflow_providers_sqlite-3.8.0.dist-info/entry_points.txt,sha256=-ATQuveY9g-W1bjKwyJ7s-aw7CkMv87j8czqQNtoFf0,102
9
+ apache_airflow_providers_sqlite-3.8.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
+ apache_airflow_providers_sqlite-3.8.0.dist-info/METADATA,sha256=tS2lDSplPR4OE32N-4LNETjMhAf1590yy2k-gA37myw,6020
11
+ apache_airflow_providers_sqlite-3.8.0.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- airflow/providers/sqlite/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/sqlite/__init__.py,sha256=hELhxZRPPsecGGuG74J6BmkmmM6M9UTZ9r3SAqPH96Y,1581
3
- airflow/providers/sqlite/get_provider_info.py,sha256=cPXlKcl7E8stRIhmLsMnW4YScgM9dw-yARf_YZBQkGs,2799
4
- airflow/providers/sqlite/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/sqlite/hooks/sqlite.py,sha256=NKecFBAmPPMsmV7bKLmIu3iGmtoTqpbOUiQSd21hbT4,2498
6
- airflow/providers/sqlite/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/sqlite/operators/sqlite.py,sha256=7CTi26Yi0uJKLAp2TLTaVy51BinP0uIIdZRox5ZQ5yc,2285
8
- apache_airflow_providers_sqlite-3.7.1rc1.dist-info/entry_points.txt,sha256=-ATQuveY9g-W1bjKwyJ7s-aw7CkMv87j8czqQNtoFf0,102
9
- apache_airflow_providers_sqlite-3.7.1rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
- apache_airflow_providers_sqlite-3.7.1rc1.dist-info/METADATA,sha256=09SUpL9-lK-ctE5wIfI-KIvOLsRW3eYL71kpnXZu1QE,5981
11
- apache_airflow_providers_sqlite-3.7.1rc1.dist-info/RECORD,,