apache-airflow-providers-zendesk 4.9.0rc2__py3-none-any.whl → 4.9.1rc1__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.
- airflow/providers/zendesk/LICENSE +0 -52
- airflow/providers/zendesk/__init__.py +1 -1
- airflow/providers/zendesk/get_provider_info.py +6 -5
- {apache_airflow_providers_zendesk-4.9.0rc2.dist-info → apache_airflow_providers_zendesk-4.9.1rc1.dist-info}/METADATA +11 -29
- apache_airflow_providers_zendesk-4.9.1rc1.dist-info/RECORD +9 -0
- {apache_airflow_providers_zendesk-4.9.0rc2.dist-info → apache_airflow_providers_zendesk-4.9.1rc1.dist-info}/WHEEL +1 -1
- apache_airflow_providers_zendesk-4.9.0rc2.dist-info/RECORD +0 -9
- {apache_airflow_providers_zendesk-4.9.0rc2.dist-info → apache_airflow_providers_zendesk-4.9.1rc1.dist-info}/entry_points.txt +0 -0
@@ -199,55 +199,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
199
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
200
|
See the License for the specific language governing permissions and
|
201
201
|
limitations under the License.
|
202
|
-
|
203
|
-
============================================================================
|
204
|
-
APACHE AIRFLOW SUBCOMPONENTS:
|
205
|
-
|
206
|
-
The Apache Airflow project contains subcomponents with separate copyright
|
207
|
-
notices and license terms. Your use of the source code for the these
|
208
|
-
subcomponents is subject to the terms and conditions of the following
|
209
|
-
licenses.
|
210
|
-
|
211
|
-
|
212
|
-
========================================================================
|
213
|
-
Third party Apache 2.0 licenses
|
214
|
-
========================================================================
|
215
|
-
|
216
|
-
The following components are provided under the Apache 2.0 License.
|
217
|
-
See project link for details. The text of each license is also included
|
218
|
-
at 3rd-party-licenses/LICENSE-[project].txt.
|
219
|
-
|
220
|
-
(ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
|
221
|
-
(ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
|
222
|
-
(ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead)
|
223
|
-
(ALv2 License) connexion v2.7.0 (https://github.com/zalando/connexion)
|
224
|
-
|
225
|
-
========================================================================
|
226
|
-
MIT licenses
|
227
|
-
========================================================================
|
228
|
-
|
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 3rd-party-licenses/LICENSE-[project].txt.
|
231
|
-
|
232
|
-
(MIT License) jquery v3.5.1 (https://jquery.org/license/)
|
233
|
-
(MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
|
234
|
-
(MIT License) bootstrap v3.4.1 (https://github.com/twbs/bootstrap/)
|
235
|
-
(MIT License) d3-tip v0.9.1 (https://github.com/Caged/d3-tip)
|
236
|
-
(MIT License) dataTables v1.10.25 (https://datatables.net)
|
237
|
-
(MIT License) normalize.css v3.0.2 (http://necolas.github.io/normalize.css/)
|
238
|
-
(MIT License) ElasticMock v1.3.2 (https://github.com/vrcmarcos/elasticmock)
|
239
|
-
(MIT License) MomentJS v2.24.0 (http://momentjs.com/)
|
240
|
-
(MIT License) eonasdan-bootstrap-datetimepicker v4.17.49 (https://github.com/eonasdan/bootstrap-datetimepicker/)
|
241
|
-
|
242
|
-
========================================================================
|
243
|
-
BSD 3-Clause licenses
|
244
|
-
========================================================================
|
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 3rd-party-licenses/LICENSE-[project].txt.
|
247
|
-
|
248
|
-
(BSD 3 License) d3 v5.16.0 (https://d3js.org)
|
249
|
-
(BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
|
250
|
-
(BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
|
251
|
-
|
252
|
-
========================================================================
|
253
|
-
See 3rd-party-licenses/LICENSES-ui.txt for packages used in `/airflow/www`
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.9.
|
32
|
+
__version__ = "4.9.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.9.0"
|
@@ -15,8 +15,7 @@
|
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
17
|
|
18
|
-
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
|
19
|
-
# OVERWRITTEN WHEN PREPARING PACKAGES.
|
18
|
+
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
19
|
#
|
21
20
|
# IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
21
|
# `get_provider_info_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
@@ -28,8 +27,9 @@ def get_provider_info():
|
|
28
27
|
"name": "Zendesk",
|
29
28
|
"description": "`Zendesk <https://www.zendesk.com/>`__\n",
|
30
29
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
30
|
+
"source-date-epoch": 1741510082,
|
32
31
|
"versions": [
|
32
|
+
"4.9.1",
|
33
33
|
"4.9.0",
|
34
34
|
"4.8.0",
|
35
35
|
"4.7.1",
|
@@ -52,12 +52,11 @@ def get_provider_info():
|
|
52
52
|
"1.0.1",
|
53
53
|
"1.0.0",
|
54
54
|
],
|
55
|
-
"dependencies": ["apache-airflow>=2.9.0", "zenpy>=2.0.40"],
|
56
55
|
"integrations": [
|
57
56
|
{
|
58
57
|
"integration-name": "Zendesk",
|
59
58
|
"external-doc-url": "https://www.zendesk.com/",
|
60
|
-
"logo": "/integration-logos/
|
59
|
+
"logo": "/docs/integration-logos/Zendesk.png",
|
61
60
|
"tags": ["software"],
|
62
61
|
}
|
63
62
|
],
|
@@ -70,4 +69,6 @@ def get_provider_info():
|
|
70
69
|
"connection-type": "zendesk",
|
71
70
|
}
|
72
71
|
],
|
72
|
+
"dependencies": ["apache-airflow>=2.9.0", "zenpy>=2.0.40"],
|
73
|
+
"devel-dependencies": [],
|
73
74
|
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-zendesk
|
3
|
-
Version: 4.9.
|
3
|
+
Version: 4.9.1rc1
|
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>
|
@@ -23,8 +23,8 @@ Classifier: Topic :: System :: Monitoring
|
|
23
23
|
Requires-Dist: apache-airflow>=2.9.0rc0
|
24
24
|
Requires-Dist: zenpy>=2.0.40
|
25
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.
|
26
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.1/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.1
|
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://x.com/ApacheAirflow
|
@@ -48,33 +48,14 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
48
48
|
specific language governing permissions and limitations
|
49
49
|
under the License.
|
50
50
|
|
51
|
-
|
52
|
-
or more contributor license agreements. See the NOTICE file
|
53
|
-
distributed with this work for additional information
|
54
|
-
regarding copyright ownership. The ASF licenses this file
|
55
|
-
to you under the Apache License, Version 2.0 (the
|
56
|
-
"License"); you may not use this file except in compliance
|
57
|
-
with the License. You may obtain a copy of the License at
|
58
|
-
|
59
|
-
.. http://www.apache.org/licenses/LICENSE-2.0
|
60
|
-
|
61
|
-
.. Unless required by applicable law or agreed to in writing,
|
62
|
-
software distributed under the License is distributed on an
|
63
|
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
64
|
-
KIND, either express or implied. See the License for the
|
65
|
-
specific language governing permissions and limitations
|
66
|
-
under the License.
|
67
|
-
|
68
|
-
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
|
69
|
-
OVERWRITTEN WHEN PREPARING PACKAGES.
|
70
|
-
|
71
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
72
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
51
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
73
52
|
|
53
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
54
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
74
55
|
|
75
56
|
Package ``apache-airflow-providers-zendesk``
|
76
57
|
|
77
|
-
Release: ``4.9.
|
58
|
+
Release: ``4.9.1``
|
78
59
|
|
79
60
|
|
80
61
|
`Zendesk <https://www.zendesk.com/>`__
|
@@ -87,7 +68,7 @@ This is a provider package for ``zendesk`` provider. All classes for this provid
|
|
87
68
|
are in ``airflow.providers.zendesk`` python package.
|
88
69
|
|
89
70
|
You can find package information and changelog for the provider
|
90
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.
|
71
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.1/>`_.
|
91
72
|
|
92
73
|
Installation
|
93
74
|
------------
|
@@ -109,4 +90,5 @@ PIP package Version required
|
|
109
90
|
================== ==================
|
110
91
|
|
111
92
|
The changelog for the provider package can be found in the
|
112
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.
|
93
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.1/changelog.html>`_.
|
94
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
airflow/providers/zendesk/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
+
airflow/providers/zendesk/__init__.py,sha256=iroF4xm72X0JrSLABkK2eW0I60j_cmv2uhGpVivHhQk,1494
|
3
|
+
airflow/providers/zendesk/get_provider_info.py,sha256=ka7UqLvW_QgzgRMDEuCf84oCYiDeKGlrZ0Ep8aCi9w0,2507
|
4
|
+
airflow/providers/zendesk/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
+
airflow/providers/zendesk/hooks/zendesk.py,sha256=qU_WFbZ6HpDE515Q7kERxojmTfKROyBOd1DYn8gf6ew,4844
|
6
|
+
apache_airflow_providers_zendesk-4.9.1rc1.dist-info/entry_points.txt,sha256=g-reNvSxl2TqOKMKUrK2cuRy9cpsNLeHfmGh5w0nVCg,103
|
7
|
+
apache_airflow_providers_zendesk-4.9.1rc1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
|
8
|
+
apache_airflow_providers_zendesk-4.9.1rc1.dist-info/METADATA,sha256=soclagf83S_B3uVFnJ_ATM7V2yX4V06YoFdn-H2h1bE,3852
|
9
|
+
apache_airflow_providers_zendesk-4.9.1rc1.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
airflow/providers/zendesk/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
|
2
|
-
airflow/providers/zendesk/__init__.py,sha256=Zw6VIcRG2oYeTO60pRstIvP-yGO96MKPMb_dITKY4HA,1494
|
3
|
-
airflow/providers/zendesk/get_provider_info.py,sha256=nLSlppFPXuKfdmze2TbpZIVdmNmKLHvMU6SO1QnsHWQ,2481
|
4
|
-
airflow/providers/zendesk/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
-
airflow/providers/zendesk/hooks/zendesk.py,sha256=qU_WFbZ6HpDE515Q7kERxojmTfKROyBOd1DYn8gf6ew,4844
|
6
|
-
apache_airflow_providers_zendesk-4.9.0rc2.dist-info/entry_points.txt,sha256=g-reNvSxl2TqOKMKUrK2cuRy9cpsNLeHfmGh5w0nVCg,103
|
7
|
-
apache_airflow_providers_zendesk-4.9.0rc2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
8
|
-
apache_airflow_providers_zendesk-4.9.0rc2.dist-info/METADATA,sha256=VRL-VdiksUSDH309VoaLh4BZNJ0skWJ5YDdcVEMGYLM,4695
|
9
|
-
apache_airflow_providers_zendesk-4.9.0rc2.dist-info/RECORD,,
|