apache-airflow-providers-github 2.8.2rc1__tar.gz → 2.8.3__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.
Files changed (13) hide show
  1. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/PKG-INFO +25 -26
  2. apache_airflow_providers_github-2.8.3/README.rst +61 -0
  3. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/pyproject.toml +26 -9
  4. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/__init__.py +1 -1
  5. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/get_provider_info.py +3 -1
  6. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/hooks/github.py +2 -1
  7. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/operators/github.py +2 -1
  8. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/sensors/github.py +2 -1
  9. apache_airflow_providers_github-2.8.2rc1/README.rst +0 -62
  10. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/LICENSE +0 -0
  11. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/hooks/__init__.py +0 -0
  12. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/operators/__init__.py +0 -0
  13. {apache_airflow_providers_github-2.8.2rc1 → apache_airflow_providers_github-2.8.3}/src/airflow/providers/github/sensors/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-github
3
- Version: 2.8.2rc1
3
+ Version: 2.8.3
4
4
  Summary: Provider package apache-airflow-providers-github for Apache Airflow
5
5
  Keywords: airflow-provider,github,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -20,43 +20,42 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.9.0rc0
23
+ Requires-Dist: apache-airflow>=2.9.0
24
24
  Requires-Dist: PyGithub>=2.1.1
25
25
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
26
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.2/changelog.html
27
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.2
26
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.3/changelog.html
27
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.3
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
- .. 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
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
- .. http://www.apache.org/licenses/LICENSE-2.0
42
+ .. http://www.apache.org/licenses/LICENSE-2.0
43
43
 
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.
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
- .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
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-github``
58
57
 
59
- Release: ``2.8.2``
58
+ Release: ``2.8.3``
60
59
 
61
60
 
62
61
  `GitHub <https://www.github.com/>`__
@@ -69,7 +68,7 @@ This is a provider package for ``github`` provider. All classes for this provide
69
68
  are in ``airflow.providers.github`` 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-github/2.8.2/>`_.
71
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.3/>`_.
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-github/2.8.2/changelog.html>`_.
93
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.3/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-github``
25
+
26
+ Release: ``2.8.3``
27
+
28
+
29
+ `GitHub <https://www.github.com/>`__
30
+
31
+
32
+ Provider package
33
+ ----------------
34
+
35
+ This is a provider package for ``github`` provider. All classes for this provider package
36
+ are in ``airflow.providers.github`` 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-github/2.8.3/>`_.
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-github``
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
+ ``PyGithub`` ``>=2.1.1``
58
+ ================== ==================
59
+
60
+ The changelog for the provider package can be found in the
61
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.3/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.10.1"]
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-github"
28
- version = "2.8.2.rc1"
28
+ version = "2.8.3"
29
29
  description = "Provider package apache-airflow-providers-github 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
- "apache-airflow>=2.9.0rc0",
60
+ "apache-airflow>=2.9.0",
59
61
  "PyGithub>=2.1.1",
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-github/2.8.2"
64
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.2/changelog.html"
83
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.3"
84
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.3/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.github.get_provider_info:get_provider_info"
73
93
 
74
94
  [tool.flit.module]
75
95
  name = "airflow.providers.github"
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__ = "2.8.2"
32
+ __version__ = "2.8.3"
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": "Github",
28
28
  "description": "`GitHub <https://www.github.com/>`__\n",
29
29
  "state": "ready",
30
- "source-date-epoch": 1739963244,
30
+ "source-date-epoch": 1741508848,
31
31
  "versions": [
32
+ "2.8.3",
32
33
  "2.8.2",
33
34
  "2.8.0",
34
35
  "2.7.0",
@@ -73,4 +74,5 @@ def get_provider_info():
73
74
  }
74
75
  ],
75
76
  "dependencies": ["apache-airflow>=2.9.0", "PyGithub>=2.1.1"],
77
+ "devel-dependencies": [],
76
78
  }
@@ -21,9 +21,10 @@ from __future__ import annotations
21
21
 
22
22
  from typing import TYPE_CHECKING
23
23
 
24
+ from github import Github as GithubClient
25
+
24
26
  from airflow.exceptions import AirflowException
25
27
  from airflow.hooks.base import BaseHook
26
- from github import Github as GithubClient
27
28
 
28
29
 
29
30
  class GithubHook(BaseHook):
@@ -19,10 +19,11 @@ from __future__ import annotations
19
19
 
20
20
  from typing import TYPE_CHECKING, Any, Callable
21
21
 
22
+ from github import GithubException
23
+
22
24
  from airflow.exceptions import AirflowException
23
25
  from airflow.models import BaseOperator
24
26
  from airflow.providers.github.hooks.github import GithubHook
25
- from github import GithubException
26
27
 
27
28
  if TYPE_CHECKING:
28
29
  try:
@@ -19,10 +19,11 @@ from __future__ import annotations
19
19
 
20
20
  from typing import TYPE_CHECKING, Any, Callable
21
21
 
22
+ from github import GithubException
23
+
22
24
  from airflow.exceptions import AirflowException
23
25
  from airflow.providers.github.hooks.github import GithubHook
24
26
  from airflow.sensors.base import BaseSensorOperator
25
- from github import GithubException
26
27
 
27
28
  if TYPE_CHECKING:
28
29
  try:
@@ -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-github``
26
-
27
- Release: ``2.8.2``
28
-
29
-
30
- `GitHub <https://www.github.com/>`__
31
-
32
-
33
- Provider package
34
- ----------------
35
-
36
- This is a provider package for ``github`` provider. All classes for this provider package
37
- are in ``airflow.providers.github`` 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-github/2.8.2/>`_.
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-github``
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
- ``PyGithub`` ``>=2.1.1``
59
- ================== ==================
60
-
61
- The changelog for the provider package can be found in the
62
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.8.2/changelog.html>`_.