apache-airflow-providers-sqlite 3.9.0rc1__tar.gz → 3.9.1__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.
@@ -1,11 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: apache-airflow-providers-sqlite
3
- Version: 3.9.0rc1
3
+ Version: 3.9.1
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>
7
7
  Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
- Requires-Python: ~=3.8
8
+ Requires-Python: ~=3.9
9
9
  Description-Content-Type: text/x-rst
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
@@ -15,23 +15,22 @@ Classifier: Intended Audience :: System Administrators
15
15
  Classifier: Framework :: Apache Airflow
16
16
  Classifier: Framework :: Apache Airflow :: Provider
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
- Classifier: Programming Language :: Python :: 3.8
19
18
  Classifier: Programming Language :: Python :: 3.9
20
19
  Classifier: Programming Language :: Python :: 3.10
21
20
  Classifier: Programming Language :: Python :: 3.11
22
21
  Classifier: Programming Language :: Python :: 3.12
23
22
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.14.1rc0
25
- Requires-Dist: apache-airflow>=2.8.0rc0
26
- Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
23
+ Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
24
+ Requires-Dist: apache-airflow>=2.8.0
25
+ Requires-Dist: apache-airflow-providers-common-sql ; extra == "common-sql"
27
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
28
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0
27
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1/changelog.html
28
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1
30
29
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
31
30
  Project-URL: Source Code, https://github.com/apache/airflow
32
31
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
33
32
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
34
- Provides-Extra: common.sql
33
+ Provides-Extra: common-sql
35
34
 
36
35
 
37
36
  .. Licensed to the Apache Software Foundation (ASF) under one
@@ -77,7 +76,7 @@ Provides-Extra: common.sql
77
76
 
78
77
  Package ``apache-airflow-providers-sqlite``
79
78
 
80
- Release: ``3.9.0.rc1``
79
+ Release: ``3.9.1``
81
80
 
82
81
 
83
82
  `SQLite <https://www.sqlite.org/>`__
@@ -90,7 +89,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
90
89
  are in ``airflow.providers.sqlite`` python package.
91
90
 
92
91
  You can find package information and changelog for the provider
93
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/>`_.
92
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1/>`_.
94
93
 
95
94
  Installation
96
95
  ------------
@@ -99,7 +98,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
99
98
  for the minimum Airflow version supported) via
100
99
  ``pip install apache-airflow-providers-sqlite``
101
100
 
102
- The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
101
+ The package supports the following python versions: 3.9,3.10,3.11,3.12
103
102
 
104
103
  Requirements
105
104
  ------------
@@ -108,7 +107,7 @@ Requirements
108
107
  PIP package Version required
109
108
  ======================================= ==================
110
109
  ``apache-airflow`` ``>=2.8.0``
111
- ``apache-airflow-providers-common-sql`` ``>=1.14.1``
110
+ ``apache-airflow-providers-common-sql`` ``>=1.20.0``
112
111
  ======================================= ==================
113
112
 
114
113
  Cross provider package dependencies
@@ -131,4 +130,4 @@ Dependent package
131
130
  ============================================================================================================ ==============
132
131
 
133
132
  The changelog for the provider package can be found in the
134
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/changelog.html>`_.
133
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-sqlite``
44
44
 
45
- Release: ``3.9.0.rc1``
45
+ Release: ``3.9.1``
46
46
 
47
47
 
48
48
  `SQLite <https://www.sqlite.org/>`__
@@ -55,7 +55,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide
55
55
  are in ``airflow.providers.sqlite`` python package.
56
56
 
57
57
  You can find package information and changelog for the provider
58
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
64
64
  for the minimum Airflow version supported) via
65
65
  ``pip install apache-airflow-providers-sqlite``
66
66
 
67
- The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
67
+ The package supports the following python versions: 3.9,3.10,3.11,3.12
68
68
 
69
69
  Requirements
70
70
  ------------
@@ -73,7 +73,7 @@ Requirements
73
73
  PIP package Version required
74
74
  ======================================= ==================
75
75
  ``apache-airflow`` ``>=2.8.0``
76
- ``apache-airflow-providers-common-sql`` ``>=1.14.1``
76
+ ``apache-airflow-providers-common-sql`` ``>=1.20.0``
77
77
  ======================================= ==================
78
78
 
79
79
  Cross provider package dependencies
@@ -96,4 +96,4 @@ Dependent package
96
96
  ============================================================================================================ ==============
97
97
 
98
98
  The changelog for the provider package can be found in the
99
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/changelog.html>`_.
99
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1/changelog.html>`_.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "3.9.0"
32
+ __version__ = "3.9.1"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.8.0"
@@ -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": 1723970587,
31
+ "source-date-epoch": 1731570872,
32
32
  "versions": [
33
+ "3.9.1",
33
34
  "3.9.0",
34
35
  "3.8.2",
35
36
  "3.8.1",
@@ -59,7 +60,7 @@ def get_provider_info():
59
60
  "1.0.1",
60
61
  "1.0.0",
61
62
  ],
62
- "dependencies": ["apache-airflow>=2.8.0", "apache-airflow-providers-common-sql>=1.14.1"],
63
+ "dependencies": ["apache-airflow>=2.8.0", "apache-airflow-providers-common-sql>=1.20.0"],
63
64
  "integrations": [
64
65
  {
65
66
  "integration-name": "SQLite",
@@ -17,7 +17,7 @@
17
17
  # under the License.
18
18
  from __future__ import annotations
19
19
 
20
- from typing import Sequence
20
+ from typing import ClassVar, Sequence
21
21
 
22
22
  from deprecated import deprecated
23
23
 
@@ -51,7 +51,7 @@ class SqliteOperator(SQLExecuteQueryOperator):
51
51
 
52
52
  template_fields: Sequence[str] = ("sql",)
53
53
  template_ext: Sequence[str] = (".sql",)
54
- template_fields_renderers = {"sql": "sql"}
54
+ template_fields_renderers: ClassVar[dict] = {"sql": "sql"}
55
55
  ui_color = "#cdaaed"
56
56
 
57
57
  def __init__(self, *, sqlite_conn_id: str = "sqlite_default", **kwargs) -> None:
@@ -21,14 +21,13 @@
21
21
 
22
22
  # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
23
23
  # `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
24
- #
25
24
  [build-system]
26
- requires = ["flit_core >=3.2,<4"]
25
+ requires = ["flit_core==3.10.1"]
27
26
  build-backend = "flit_core.buildapi"
28
27
 
29
28
  [project]
30
29
  name = "apache-airflow-providers-sqlite"
31
- version = "3.9.0.rc1"
30
+ version = "3.9.1"
32
31
  description = "Provider package apache-airflow-providers-sqlite for Apache Airflow"
33
32
  readme = "README.rst"
34
33
  authors = [
@@ -47,22 +46,21 @@ classifiers = [
47
46
  "Framework :: Apache Airflow",
48
47
  "Framework :: Apache Airflow :: Provider",
49
48
  "License :: OSI Approved :: Apache Software License",
50
- "Programming Language :: Python :: 3.8",
51
49
  "Programming Language :: Python :: 3.9",
52
50
  "Programming Language :: Python :: 3.10",
53
51
  "Programming Language :: Python :: 3.11",
54
52
  "Programming Language :: Python :: 3.12",
55
53
  "Topic :: System :: Monitoring",
56
54
  ]
57
- requires-python = "~=3.8"
55
+ requires-python = "~=3.9"
58
56
  dependencies = [
59
- "apache-airflow-providers-common-sql>=1.14.1rc0",
60
- "apache-airflow>=2.8.0rc0",
57
+ "apache-airflow-providers-common-sql>=1.20.0",
58
+ "apache-airflow>=2.8.0",
61
59
  ]
62
60
 
63
61
  [project.urls]
64
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0"
65
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/changelog.html"
62
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1"
63
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.1/changelog.html"
66
64
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
67
65
  "Source Code" = "https://github.com/apache/airflow"
68
66
  "Slack Chat" = "https://s.apache.org/airflow-slack"