apache-airflow-providers-zendesk 4.7.0rc1__tar.gz → 4.7.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.
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/PKG-INFO +12 -11
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/README.rst +6 -6
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/airflow/providers/zendesk/__init__.py +5 -8
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/airflow/providers/zendesk/get_provider_info.py +3 -2
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/airflow/providers/zendesk/hooks/zendesk.py +2 -2
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/pyproject.toml +6 -5
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/airflow/providers/zendesk/LICENSE +0 -0
- {apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/airflow/providers/zendesk/hooks/__init__.py +0 -0
{apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-zendesk
|
3
|
-
Version: 4.7.
|
3
|
+
Version: 4.7.1
|
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>
|
@@ -19,12 +19,13 @@ Classifier: Programming Language :: Python :: 3.8
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
22
23
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow>=2.
|
24
|
-
Requires-Dist: zenpy>=2.0.
|
24
|
+
Requires-Dist: apache-airflow>=2.7.0
|
25
|
+
Requires-Dist: zenpy>=2.0.40
|
25
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.1/changelog.html
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.1
|
28
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
29
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
30
31
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -74,7 +75,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
74
75
|
|
75
76
|
Package ``apache-airflow-providers-zendesk``
|
76
77
|
|
77
|
-
Release: ``4.7.
|
78
|
+
Release: ``4.7.1``
|
78
79
|
|
79
80
|
|
80
81
|
`Zendesk <https://www.zendesk.com/>`__
|
@@ -87,7 +88,7 @@ This is a provider package for ``zendesk`` provider. All classes for this provid
|
|
87
88
|
are in ``airflow.providers.zendesk`` python package.
|
88
89
|
|
89
90
|
You can find package information and changelog for the provider
|
90
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.
|
91
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.1/>`_.
|
91
92
|
|
92
93
|
Installation
|
93
94
|
------------
|
@@ -96,7 +97,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
96
97
|
for the minimum Airflow version supported) via
|
97
98
|
``pip install apache-airflow-providers-zendesk``
|
98
99
|
|
99
|
-
The package supports the following python versions: 3.8,3.9,3.10,3.11
|
100
|
+
The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
|
100
101
|
|
101
102
|
Requirements
|
102
103
|
------------
|
@@ -104,9 +105,9 @@ Requirements
|
|
104
105
|
================== ==================
|
105
106
|
PIP package Version required
|
106
107
|
================== ==================
|
107
|
-
``apache-airflow`` ``>=2.
|
108
|
-
``zenpy`` ``>=2.0.
|
108
|
+
``apache-airflow`` ``>=2.7.0``
|
109
|
+
``zenpy`` ``>=2.0.40``
|
109
110
|
================== ==================
|
110
111
|
|
111
112
|
The changelog for the provider package can be found in the
|
112
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.
|
113
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.1/changelog.html>`_.
|
{apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/README.rst
RENAMED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-zendesk``
|
44
44
|
|
45
|
-
Release: ``4.7.
|
45
|
+
Release: ``4.7.1``
|
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.7.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.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-zendesk``
|
66
66
|
|
67
|
-
The package supports the following python versions: 3.8,3.9,3.10,3.11
|
67
|
+
The package supports the following python versions: 3.8,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.
|
76
|
-
``zenpy`` ``>=2.0.
|
75
|
+
``apache-airflow`` ``>=2.7.0``
|
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.7.
|
80
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.1/changelog.html>`_.
|
@@ -25,18 +25,15 @@ from __future__ import annotations
|
|
25
25
|
|
26
26
|
import packaging.version
|
27
27
|
|
28
|
-
|
28
|
+
from airflow import __version__ as airflow_version
|
29
29
|
|
30
|
-
|
30
|
+
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
|
33
|
-
from airflow import __version__ as airflow_version
|
34
|
-
except ImportError:
|
35
|
-
from airflow.version import version as airflow_version
|
32
|
+
__version__ = "4.7.1"
|
36
33
|
|
37
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
38
|
-
"2.
|
35
|
+
"2.7.0"
|
39
36
|
):
|
40
37
|
raise RuntimeError(
|
41
|
-
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.7.0+"
|
42
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": 1716289258,
|
32
32
|
"versions": [
|
33
|
+
"4.7.1",
|
33
34
|
"4.7.0",
|
34
35
|
"4.6.0",
|
35
36
|
"4.5.0",
|
@@ -49,7 +50,7 @@ def get_provider_info():
|
|
49
50
|
"1.0.1",
|
50
51
|
"1.0.0",
|
51
52
|
],
|
52
|
-
"dependencies": ["apache-airflow>=2.
|
53
|
+
"dependencies": ["apache-airflow>=2.7.0", "zenpy>=2.0.40"],
|
53
54
|
"integrations": [
|
54
55
|
{
|
55
56
|
"integration-name": "Zendesk",
|
@@ -48,8 +48,8 @@ class ZendeskHook(BaseHook):
|
|
48
48
|
"relabeling": {"host": "Zendesk domain", "login": "Zendesk email"},
|
49
49
|
}
|
50
50
|
|
51
|
-
def __init__(self, zendesk_conn_id: str = default_conn_name
|
52
|
-
super().__init__(
|
51
|
+
def __init__(self, zendesk_conn_id: str = default_conn_name) -> None:
|
52
|
+
super().__init__()
|
53
53
|
self.zendesk_conn_id = zendesk_conn_id
|
54
54
|
self.base_api: BaseApi | None = None
|
55
55
|
zenpy_client, url = self._init_conn()
|
{apache_airflow_providers_zendesk-4.7.0rc1 → apache_airflow_providers_zendesk-4.7.1}/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.7.
|
31
|
+
version = "4.7.1"
|
32
32
|
description = "Provider package apache-airflow-providers-zendesk for Apache Airflow"
|
33
33
|
readme = "README.rst"
|
34
34
|
authors = [
|
@@ -51,17 +51,18 @@ classifiers = [
|
|
51
51
|
"Programming Language :: Python :: 3.9",
|
52
52
|
"Programming Language :: Python :: 3.10",
|
53
53
|
"Programming Language :: Python :: 3.11",
|
54
|
+
"Programming Language :: Python :: 3.12",
|
54
55
|
"Topic :: System :: Monitoring",
|
55
56
|
]
|
56
57
|
requires-python = "~=3.8"
|
57
58
|
dependencies = [
|
58
|
-
"apache-airflow>=2.
|
59
|
-
"zenpy>=2.0.
|
59
|
+
"apache-airflow>=2.7.0",
|
60
|
+
"zenpy>=2.0.40",
|
60
61
|
]
|
61
62
|
|
62
63
|
[project.urls]
|
63
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.
|
64
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.
|
64
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.1"
|
65
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-zendesk/4.7.1/changelog.html"
|
65
66
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
66
67
|
"Source Code" = "https://github.com/apache/airflow"
|
67
68
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|