apache-airflow-providers-common-compat 1.1.0rc1__tar.gz → 1.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-common-compat
3
- Version: 1.1.0rc1
3
+ Version: 1.2.0
4
4
  Summary: Provider package apache-airflow-providers-common-compat for Apache Airflow
5
5
  Keywords: airflow-provider,common.compat,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -21,10 +21,10 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow>=2.7.0rc0
24
+ Requires-Dist: apache-airflow>=2.8.0
25
25
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
26
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.1.0/changelog.html
27
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.1.0
26
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/changelog.html
27
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0
28
28
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
29
29
  Project-URL: Source Code, https://github.com/apache/airflow
30
30
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -74,7 +74,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
74
74
 
75
75
  Package ``apache-airflow-providers-common-compat``
76
76
 
77
- Release: ``1.1.0.rc1``
77
+ Release: ``1.2.0``
78
78
 
79
79
 
80
80
  ``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``
@@ -87,7 +87,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
87
87
  are in ``airflow.providers.common.compat`` 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-common-compat/1.1.0/>`_.
90
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/>`_.
91
91
 
92
92
  Installation
93
93
  ------------
@@ -104,8 +104,8 @@ Requirements
104
104
  ================== ==================
105
105
  PIP package Version required
106
106
  ================== ==================
107
- ``apache-airflow`` ``>=2.7.0``
107
+ ``apache-airflow`` ``>=2.8.0``
108
108
  ================== ==================
109
109
 
110
110
  The changelog for the provider package can be found in the
111
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.1.0/changelog.html>`_.
111
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-common-compat``
44
44
 
45
- Release: ``1.1.0.rc1``
45
+ Release: ``1.2.0``
46
46
 
47
47
 
48
48
  ``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``
@@ -55,7 +55,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
55
55
  are in ``airflow.providers.common.compat`` 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-common-compat/1.1.0/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -72,8 +72,8 @@ Requirements
72
72
  ================== ==================
73
73
  PIP package Version required
74
74
  ================== ==================
75
- ``apache-airflow`` ``>=2.7.0``
75
+ ``apache-airflow`` ``>=2.8.0``
76
76
  ================== ==================
77
77
 
78
78
  The changelog for the provider package can be found in the
79
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.1.0/changelog.html>`_.
79
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/changelog.html>`_.
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "1.1.0"
32
+ __version__ = "1.2.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.7.0"
35
+ "2.8.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-common-compat:{__version__}` needs Apache Airflow 2.7.0+"
38
+ f"The package `apache-airflow-providers-common-compat:{__version__}` needs Apache Airflow 2.8.0+"
39
39
  )
@@ -28,9 +28,9 @@ def get_provider_info():
28
28
  "name": "Common Compat",
29
29
  "description": "``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1716287191,
32
- "versions": ["1.1.0", "1.0.0"],
33
- "dependencies": ["apache-airflow>=2.7.0"],
31
+ "source-date-epoch": 1723970013,
32
+ "versions": ["1.2.0", "1.1.0", "1.0.0"],
33
+ "dependencies": ["apache-airflow>=2.8.0"],
34
34
  "integrations": [
35
35
  {
36
36
  "integration-name": "Common Compat",
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-common-compat"
31
- version = "1.1.0.rc1"
31
+ version = "1.2.0"
32
32
  description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -56,12 +56,12 @@ classifiers = [
56
56
  ]
57
57
  requires-python = "~=3.8"
58
58
  dependencies = [
59
- "apache-airflow>=2.7.0rc0",
59
+ "apache-airflow>=2.8.0",
60
60
  ]
61
61
 
62
62
  [project.urls]
63
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.1.0"
64
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.1.0/changelog.html"
63
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0"
64
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/changelog.html"
65
65
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
66
66
  "Source Code" = "https://github.com/apache/airflow"
67
67
  "Slack Chat" = "https://s.apache.org/airflow-slack"