apache-airflow-providers-zendesk 4.7.1__tar.gz → 4.8.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.
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/PKG-INFO +8 -8
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/README.rst +4 -4
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/airflow/providers/zendesk/LICENSE +4 -4
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/airflow/providers/zendesk/__init__.py +3 -3
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/airflow/providers/zendesk/get_provider_info.py +3 -2
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/pyproject.toml +4 -4
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/airflow/providers/zendesk/hooks/__init__.py +0 -0
- {apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/airflow/providers/zendesk/hooks/zendesk.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-zendesk
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.8.0
|
4
4
|
Summary: Provider package apache-airflow-providers-zendesk for Apache Airflow
|
5
5
|
Keywords: airflow-provider,zendesk,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -21,11 +21,11 @@ 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.
|
24
|
+
Requires-Dist: apache-airflow>=2.8.0
|
25
25
|
Requires-Dist: zenpy>=2.0.40
|
26
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
27
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0/changelog.html
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0
|
29
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
30
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
31
31
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -75,7 +75,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
75
75
|
|
76
76
|
Package ``apache-airflow-providers-zendesk``
|
77
77
|
|
78
|
-
Release: ``4.
|
78
|
+
Release: ``4.8.0``
|
79
79
|
|
80
80
|
|
81
81
|
`Zendesk <https://www.zendesk.com/>`__
|
@@ -88,7 +88,7 @@ This is a provider package for ``zendesk`` provider. All classes for this provid
|
|
88
88
|
are in ``airflow.providers.zendesk`` python package.
|
89
89
|
|
90
90
|
You can find package information and changelog for the provider
|
91
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
91
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0/>`_.
|
92
92
|
|
93
93
|
Installation
|
94
94
|
------------
|
@@ -105,9 +105,9 @@ Requirements
|
|
105
105
|
================== ==================
|
106
106
|
PIP package Version required
|
107
107
|
================== ==================
|
108
|
-
``apache-airflow`` ``>=2.
|
108
|
+
``apache-airflow`` ``>=2.8.0``
|
109
109
|
``zenpy`` ``>=2.0.40``
|
110
110
|
================== ==================
|
111
111
|
|
112
112
|
The changelog for the provider package can be found in the
|
113
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
113
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0/changelog.html>`_.
|
{apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/README.rst
RENAMED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-zendesk``
|
44
44
|
|
45
|
-
Release: ``4.
|
45
|
+
Release: ``4.8.0``
|
46
46
|
|
47
47
|
|
48
48
|
`Zendesk <https://www.zendesk.com/>`__
|
@@ -55,7 +55,7 @@ This is a provider package for ``zendesk`` provider. All classes for this provid
|
|
55
55
|
are in ``airflow.providers.zendesk`` 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-zendesk/4.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0/>`_.
|
59
59
|
|
60
60
|
Installation
|
61
61
|
------------
|
@@ -72,9 +72,9 @@ Requirements
|
|
72
72
|
================== ==================
|
73
73
|
PIP package Version required
|
74
74
|
================== ==================
|
75
|
-
``apache-airflow`` ``>=2.
|
75
|
+
``apache-airflow`` ``>=2.8.0``
|
76
76
|
``zenpy`` ``>=2.0.40``
|
77
77
|
================== ==================
|
78
78
|
|
79
79
|
The changelog for the provider package can be found in the
|
80
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
80
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0/changelog.html>`_.
|
@@ -215,7 +215,7 @@ Third party Apache 2.0 licenses
|
|
215
215
|
|
216
216
|
The following components are provided under the Apache 2.0 License.
|
217
217
|
See project link for details. The text of each license is also included
|
218
|
-
at licenses/LICENSE-[project].txt.
|
218
|
+
at 3rd-party-licenses/LICENSE-[project].txt.
|
219
219
|
|
220
220
|
(ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
|
221
221
|
(ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
|
@@ -227,7 +227,7 @@ MIT licenses
|
|
227
227
|
========================================================================
|
228
228
|
|
229
229
|
The following components are provided under the MIT License. See project link for details.
|
230
|
-
The text of each license is also included at licenses/LICENSE-[project].txt.
|
230
|
+
The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
|
231
231
|
|
232
232
|
(MIT License) jquery v3.5.1 (https://jquery.org/license/)
|
233
233
|
(MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
|
@@ -243,11 +243,11 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
|
|
243
243
|
BSD 3-Clause licenses
|
244
244
|
========================================================================
|
245
245
|
The following components are provided under the BSD 3-Clause license. See project links for details.
|
246
|
-
The text of each license is also included at licenses/LICENSE-[project].txt.
|
246
|
+
The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
|
247
247
|
|
248
248
|
(BSD 3 License) d3 v5.16.0 (https://d3js.org)
|
249
249
|
(BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
|
250
250
|
(BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
|
251
251
|
|
252
252
|
========================================================================
|
253
|
-
See licenses/LICENSES-ui.txt for packages used in `/airflow/www`
|
253
|
+
See 3rd-party-licenses/LICENSES-ui.txt for packages used in `/airflow/www`
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.
|
32
|
+
__version__ = "4.8.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.8.0"
|
36
36
|
):
|
37
37
|
raise RuntimeError(
|
38
|
-
f"The package `apache-airflow-providers-zendesk:{__version__}` needs Apache Airflow 2.
|
38
|
+
f"The package `apache-airflow-providers-zendesk:{__version__}` needs Apache Airflow 2.8.0+"
|
39
39
|
)
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "Zendesk",
|
29
29
|
"description": "`Zendesk <https://www.zendesk.com/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1723970723,
|
32
32
|
"versions": [
|
33
|
+
"4.8.0",
|
33
34
|
"4.7.1",
|
34
35
|
"4.7.0",
|
35
36
|
"4.6.0",
|
@@ -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.
|
54
|
+
"dependencies": ["apache-airflow>=2.8.0", "zenpy>=2.0.40"],
|
54
55
|
"integrations": [
|
55
56
|
{
|
56
57
|
"integration-name": "Zendesk",
|
{apache_airflow_providers_zendesk-4.7.1 → apache_airflow_providers_zendesk-4.8.0}/pyproject.toml
RENAMED
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
28
28
|
|
29
29
|
[project]
|
30
30
|
name = "apache-airflow-providers-zendesk"
|
31
|
-
version = "4.
|
31
|
+
version = "4.8.0"
|
32
32
|
description = "Provider package apache-airflow-providers-zendesk for Apache Airflow"
|
33
33
|
readme = "README.rst"
|
34
34
|
authors = [
|
@@ -56,13 +56,13 @@ classifiers = [
|
|
56
56
|
]
|
57
57
|
requires-python = "~=3.8"
|
58
58
|
dependencies = [
|
59
|
-
"apache-airflow>=2.
|
59
|
+
"apache-airflow>=2.8.0",
|
60
60
|
"zenpy>=2.0.40",
|
61
61
|
]
|
62
62
|
|
63
63
|
[project.urls]
|
64
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
65
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
64
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0"
|
65
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.8.0/changelog.html"
|
66
66
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
67
67
|
"Source Code" = "https://github.com/apache/airflow"
|
68
68
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|