apache-airflow-providers-zendesk 4.8.0rc1__tar.gz → 4.9.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.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/PKG-INFO +12 -13
- {apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/README.rst +5 -5
- {apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/airflow/providers/zendesk/__init__.py +3 -3
- {apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/airflow/providers/zendesk/get_provider_info.py +3 -2
- {apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/pyproject.toml +7 -9
- {apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/airflow/providers/zendesk/LICENSE +0 -0
- {apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/airflow/providers/zendesk/hooks/__init__.py +0 -0
- {apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/airflow/providers/zendesk/hooks/zendesk.py +0 -0
{apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/PKG-INFO
RENAMED
@@ -1,11 +1,11 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: apache-airflow-providers-zendesk
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.9.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>
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
8
|
-
Requires-Python: ~=3.
|
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,20 +15,19 @@ 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>=2.
|
23
|
+
Requires-Dist: apache-airflow>=2.9.0
|
25
24
|
Requires-Dist: zenpy>=2.0.40
|
26
25
|
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.
|
26
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.0/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.0
|
29
28
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
30
29
|
Project-URL: Source Code, https://github.com/apache/airflow
|
31
|
-
Project-URL: Twitter, https://
|
30
|
+
Project-URL: Twitter, https://x.com/ApacheAirflow
|
32
31
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
33
32
|
|
34
33
|
|
@@ -75,7 +74,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
75
74
|
|
76
75
|
Package ``apache-airflow-providers-zendesk``
|
77
76
|
|
78
|
-
Release: ``4.
|
77
|
+
Release: ``4.9.0``
|
79
78
|
|
80
79
|
|
81
80
|
`Zendesk <https://www.zendesk.com/>`__
|
@@ -88,7 +87,7 @@ This is a provider package for ``zendesk`` provider. All classes for this provid
|
|
88
87
|
are in ``airflow.providers.zendesk`` python package.
|
89
88
|
|
90
89
|
You can find package information and changelog for the provider
|
91
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
90
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.0/>`_.
|
92
91
|
|
93
92
|
Installation
|
94
93
|
------------
|
@@ -97,7 +96,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
97
96
|
for the minimum Airflow version supported) via
|
98
97
|
``pip install apache-airflow-providers-zendesk``
|
99
98
|
|
100
|
-
The package supports the following python versions: 3.
|
99
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
101
100
|
|
102
101
|
Requirements
|
103
102
|
------------
|
@@ -105,9 +104,9 @@ Requirements
|
|
105
104
|
================== ==================
|
106
105
|
PIP package Version required
|
107
106
|
================== ==================
|
108
|
-
``apache-airflow`` ``>=2.
|
107
|
+
``apache-airflow`` ``>=2.9.0``
|
109
108
|
``zenpy`` ``>=2.0.40``
|
110
109
|
================== ==================
|
111
110
|
|
112
111
|
The changelog for the provider package can be found in the
|
113
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.
|
112
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.0/changelog.html>`_.
|
{apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.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.9.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.9.0/>`_.
|
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-zendesk``
|
66
66
|
|
67
|
-
The package supports the following python versions: 3.
|
67
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
68
68
|
|
69
69
|
Requirements
|
70
70
|
------------
|
@@ -72,9 +72,9 @@ Requirements
|
|
72
72
|
================== ==================
|
73
73
|
PIP package Version required
|
74
74
|
================== ==================
|
75
|
-
``apache-airflow`` ``>=2.
|
75
|
+
``apache-airflow`` ``>=2.9.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.9.0/changelog.html>`_.
|
@@ -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.9.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.9.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.9.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": 1734537547,
|
32
32
|
"versions": [
|
33
|
+
"4.9.0",
|
33
34
|
"4.8.0",
|
34
35
|
"4.7.1",
|
35
36
|
"4.7.0",
|
@@ -51,7 +52,7 @@ def get_provider_info():
|
|
51
52
|
"1.0.1",
|
52
53
|
"1.0.0",
|
53
54
|
],
|
54
|
-
"dependencies": ["apache-airflow>=2.
|
55
|
+
"dependencies": ["apache-airflow>=2.9.0", "zenpy>=2.0.40"],
|
55
56
|
"integrations": [
|
56
57
|
{
|
57
58
|
"integration-name": "Zendesk",
|
{apache_airflow_providers_zendesk-4.8.0rc1 → apache_airflow_providers_zendesk-4.9.0}/pyproject.toml
RENAMED
@@ -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
|
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-zendesk"
|
31
|
-
version = "4.
|
30
|
+
version = "4.9.0"
|
32
31
|
description = "Provider package apache-airflow-providers-zendesk for Apache Airflow"
|
33
32
|
readme = "README.rst"
|
34
33
|
authors = [
|
@@ -47,26 +46,25 @@ 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.
|
55
|
+
requires-python = "~=3.9"
|
58
56
|
dependencies = [
|
59
|
-
"apache-airflow>=2.
|
57
|
+
"apache-airflow>=2.9.0",
|
60
58
|
"zenpy>=2.0.40",
|
61
59
|
]
|
62
60
|
|
63
61
|
[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.
|
62
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.0"
|
63
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.9.0/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"
|
69
|
-
"Twitter" = "https://
|
67
|
+
"Twitter" = "https://x.com/ApacheAirflow"
|
70
68
|
"YouTube" = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/"
|
71
69
|
|
72
70
|
[project.entry-points."apache_airflow_provider"]
|
File without changes
|
File without changes
|