apache-airflow-providers-telegram 4.7.1rc1__tar.gz → 4.7.2rc1__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_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/PKG-INFO +24 -25
- apache_airflow_providers_telegram-4.7.2rc1/README.rst +61 -0
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/pyproject.toml +25 -8
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/src/airflow/providers/telegram/__init__.py +1 -1
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/src/airflow/providers/telegram/get_provider_info.py +3 -1
- apache_airflow_providers_telegram-4.7.1rc1/README.rst +0 -62
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/src/airflow/providers/telegram/LICENSE +0 -0
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/src/airflow/providers/telegram/hooks/__init__.py +0 -0
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/src/airflow/providers/telegram/hooks/telegram.py +1 -1
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/src/airflow/providers/telegram/operators/__init__.py +0 -0
- {apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/src/airflow/providers/telegram/operators/telegram.py +0 -0
{apache_airflow_providers_telegram-4.7.1rc1 → apache_airflow_providers_telegram-4.7.2rc1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-telegram
|
3
|
-
Version: 4.7.
|
3
|
+
Version: 4.7.2rc1
|
4
4
|
Summary: Provider package apache-airflow-providers-telegram for Apache Airflow
|
5
5
|
Keywords: airflow-provider,telegram,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -23,40 +23,39 @@ Classifier: Topic :: System :: Monitoring
|
|
23
23
|
Requires-Dist: apache-airflow>=2.9.0rc0
|
24
24
|
Requires-Dist: python-telegram-bot>=20.2
|
25
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.
|
26
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2
|
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
|
31
31
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
32
32
|
|
33
33
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
34
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
35
|
+
or more contributor license agreements. See the NOTICE file
|
36
|
+
distributed with this work for additional information
|
37
|
+
regarding copyright ownership. The ASF licenses this file
|
38
|
+
to you under the Apache License, Version 2.0 (the
|
39
|
+
"License"); you may not use this file except in compliance
|
40
|
+
with the License. You may obtain a copy of the License at
|
41
41
|
|
42
|
-
|
42
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
43
43
|
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
44
|
+
.. Unless required by applicable law or agreed to in writing,
|
45
|
+
software distributed under the License is distributed on an
|
46
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
47
|
+
KIND, either express or implied. See the License for the
|
48
|
+
specific language governing permissions and limitations
|
49
|
+
under the License.
|
50
50
|
|
51
|
-
|
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
|
51
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
55
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
|
56
55
|
|
57
56
|
Package ``apache-airflow-providers-telegram``
|
58
57
|
|
59
|
-
Release: ``4.7.
|
58
|
+
Release: ``4.7.2``
|
60
59
|
|
61
60
|
|
62
61
|
`Telegram <https://telegram.org/>`__
|
@@ -69,7 +68,7 @@ This is a provider package for ``telegram`` provider. All classes for this provi
|
|
69
68
|
are in ``airflow.providers.telegram`` python package.
|
70
69
|
|
71
70
|
You can find package information and changelog for the provider
|
72
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.
|
71
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/>`_.
|
73
72
|
|
74
73
|
Installation
|
75
74
|
------------
|
@@ -91,5 +90,5 @@ PIP package Version required
|
|
91
90
|
======================= ==================
|
92
91
|
|
93
92
|
The changelog for the provider package can be found in the
|
94
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.
|
93
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/changelog.html>`_.
|
95
94
|
|
@@ -0,0 +1,61 @@
|
|
1
|
+
|
2
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
+
or more contributor license agreements. See the NOTICE file
|
4
|
+
distributed with this work for additional information
|
5
|
+
regarding copyright ownership. The ASF licenses this file
|
6
|
+
to you under the Apache License, Version 2.0 (the
|
7
|
+
"License"); you may not use this file except in compliance
|
8
|
+
with the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
.. Unless required by applicable law or agreed to in writing,
|
13
|
+
software distributed under the License is distributed on an
|
14
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
+
KIND, either express or implied. See the License for the
|
16
|
+
specific language governing permissions and limitations
|
17
|
+
under the License.
|
18
|
+
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
+
|
21
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
23
|
+
|
24
|
+
Package ``apache-airflow-providers-telegram``
|
25
|
+
|
26
|
+
Release: ``4.7.2``
|
27
|
+
|
28
|
+
|
29
|
+
`Telegram <https://telegram.org/>`__
|
30
|
+
|
31
|
+
|
32
|
+
Provider package
|
33
|
+
----------------
|
34
|
+
|
35
|
+
This is a provider package for ``telegram`` provider. All classes for this provider package
|
36
|
+
are in ``airflow.providers.telegram`` python package.
|
37
|
+
|
38
|
+
You can find package information and changelog for the provider
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/>`_.
|
40
|
+
|
41
|
+
Installation
|
42
|
+
------------
|
43
|
+
|
44
|
+
You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
|
45
|
+
for the minimum Airflow version supported) via
|
46
|
+
``pip install apache-airflow-providers-telegram``
|
47
|
+
|
48
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
49
|
+
|
50
|
+
Requirements
|
51
|
+
------------
|
52
|
+
|
53
|
+
======================= ==================
|
54
|
+
PIP package Version required
|
55
|
+
======================= ==================
|
56
|
+
``apache-airflow`` ``>=2.9.0``
|
57
|
+
``python-telegram-bot`` ``>=20.2``
|
58
|
+
======================= ==================
|
59
|
+
|
60
|
+
The changelog for the provider package can be found in the
|
61
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/changelog.html>`_.
|
@@ -20,12 +20,12 @@
|
|
20
20
|
# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE
|
21
21
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
22
22
|
[build-system]
|
23
|
-
requires = ["flit_core==3.
|
23
|
+
requires = ["flit_core==3.11.0"]
|
24
24
|
build-backend = "flit_core.buildapi"
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-telegram"
|
28
|
-
version = "4.7.
|
28
|
+
version = "4.7.2.rc1"
|
29
29
|
description = "Provider package apache-airflow-providers-telegram for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -52,16 +52,36 @@ classifiers = [
|
|
52
52
|
]
|
53
53
|
requires-python = "~=3.9"
|
54
54
|
|
55
|
-
# The dependencies should be modified in place in the generated file
|
55
|
+
# The dependencies should be modified in place in the generated file.
|
56
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
57
|
+
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
|
+
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
57
59
|
dependencies = [
|
58
60
|
"apache-airflow>=2.9.0rc0",
|
59
61
|
"python-telegram-bot>=20.2",
|
60
62
|
]
|
61
63
|
|
64
|
+
[dependency-groups]
|
65
|
+
dev = [
|
66
|
+
"apache-airflow",
|
67
|
+
"apache-airflow-task-sdk",
|
68
|
+
"apache-airflow-devel-common",
|
69
|
+
# Additional devel dependencies (do not remove this line and add extra development dependencies)
|
70
|
+
]
|
71
|
+
|
72
|
+
[tool.uv.sources]
|
73
|
+
# These names must match the names as defined in the pyproject.toml of the workspace items,
|
74
|
+
# *not* the workspace folder paths
|
75
|
+
apache-airflow = {workspace = true}
|
76
|
+
apache-airflow-devel-common = {workspace = true}
|
77
|
+
apache-airflow-task-sdk = {workspace = true}
|
78
|
+
apache-airflow-providers-common-sql = {workspace = true}
|
79
|
+
apache-airflow-providers-fab = {workspace = true}
|
80
|
+
apache-airflow-providers-standard = {workspace = true}
|
81
|
+
|
62
82
|
[project.urls]
|
63
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.
|
64
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.
|
83
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2"
|
84
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/changelog.html"
|
65
85
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
66
86
|
"Source Code" = "https://github.com/apache/airflow"
|
67
87
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -73,6 +93,3 @@ provider_info = "airflow.providers.telegram.get_provider_info:get_provider_info"
|
|
73
93
|
|
74
94
|
[tool.flit.module]
|
75
95
|
name = "airflow.providers.telegram"
|
76
|
-
|
77
|
-
[tool.pytest.ini_options]
|
78
|
-
ignore = "tests/system/"
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.7.
|
32
|
+
__version__ = "4.7.2"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.9.0"
|
@@ -27,8 +27,9 @@ def get_provider_info():
|
|
27
27
|
"name": "Telegram",
|
28
28
|
"description": "`Telegram <https://telegram.org/>`__\n",
|
29
29
|
"state": "ready",
|
30
|
-
"source-date-epoch":
|
30
|
+
"source-date-epoch": 1741509927,
|
31
31
|
"versions": [
|
32
|
+
"4.7.2",
|
32
33
|
"4.7.1",
|
33
34
|
"4.7.0",
|
34
35
|
"4.6.0",
|
@@ -79,4 +80,5 @@ def get_provider_info():
|
|
79
80
|
{"integration-name": "Telegram", "python-modules": ["airflow.providers.telegram.hooks.telegram"]}
|
80
81
|
],
|
81
82
|
"dependencies": ["apache-airflow>=2.9.0", "python-telegram-bot>=20.2"],
|
83
|
+
"devel-dependencies": [],
|
82
84
|
}
|
@@ -1,62 +0,0 @@
|
|
1
|
-
|
2
|
-
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
-
or more contributor license agreements. See the NOTICE file
|
4
|
-
distributed with this work for additional information
|
5
|
-
regarding copyright ownership. The ASF licenses this file
|
6
|
-
to you under the Apache License, Version 2.0 (the
|
7
|
-
"License"); you may not use this file except in compliance
|
8
|
-
with the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
.. Unless required by applicable law or agreed to in writing,
|
13
|
-
software distributed under the License is distributed on an
|
14
|
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
-
KIND, either express or implied. See the License for the
|
16
|
-
specific language governing permissions and limitations
|
17
|
-
under the License.
|
18
|
-
|
19
|
-
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
-
|
21
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
23
|
-
|
24
|
-
|
25
|
-
Package ``apache-airflow-providers-telegram``
|
26
|
-
|
27
|
-
Release: ``4.7.1``
|
28
|
-
|
29
|
-
|
30
|
-
`Telegram <https://telegram.org/>`__
|
31
|
-
|
32
|
-
|
33
|
-
Provider package
|
34
|
-
----------------
|
35
|
-
|
36
|
-
This is a provider package for ``telegram`` provider. All classes for this provider package
|
37
|
-
are in ``airflow.providers.telegram`` python package.
|
38
|
-
|
39
|
-
You can find package information and changelog for the provider
|
40
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.1/>`_.
|
41
|
-
|
42
|
-
Installation
|
43
|
-
------------
|
44
|
-
|
45
|
-
You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
|
46
|
-
for the minimum Airflow version supported) via
|
47
|
-
``pip install apache-airflow-providers-telegram``
|
48
|
-
|
49
|
-
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
50
|
-
|
51
|
-
Requirements
|
52
|
-
------------
|
53
|
-
|
54
|
-
======================= ==================
|
55
|
-
PIP package Version required
|
56
|
-
======================= ==================
|
57
|
-
``apache-airflow`` ``>=2.9.0``
|
58
|
-
``python-telegram-bot`` ``>=20.2``
|
59
|
-
======================= ==================
|
60
|
-
|
61
|
-
The changelog for the provider package can be found in the
|
62
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.1/changelog.html>`_.
|
File without changes
|
File without changes
|
File without changes
|