apache-airflow-providers-github 2.10.1__tar.gz → 2.10.2__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 (38) hide show
  1. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/NOTICE +1 -1
  2. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/PKG-INFO +6 -6
  3. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/README.rst +3 -3
  4. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/changelog.rst +12 -0
  5. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/index.rst +3 -3
  6. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/provider.yaml +2 -1
  7. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/pyproject.toml +3 -3
  8. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/__init__.py +1 -1
  9. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/github/operators/test_github.py +1 -4
  10. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/github/sensors/test_github.py +1 -4
  11. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/LICENSE +0 -0
  12. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/.latest-doc-only-change.txt +0 -0
  13. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/commits.rst +0 -0
  14. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/conf.py +0 -0
  15. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/connections/github.rst +0 -0
  16. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/installing-providers-from-sources.rst +0 -0
  17. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/operators/index.rst +0 -0
  18. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/docs/security.rst +0 -0
  19. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/__init__.py +0 -0
  20. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/__init__.py +0 -0
  21. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/get_provider_info.py +0 -0
  22. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/hooks/__init__.py +0 -0
  23. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/hooks/github.py +0 -0
  24. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/operators/__init__.py +0 -0
  25. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/operators/github.py +0 -0
  26. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/sensors/__init__.py +0 -0
  27. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/sensors/github.py +0 -0
  28. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/src/airflow/providers/github/version_compat.py +0 -0
  29. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/conftest.py +0 -0
  30. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/system/__init__.py +0 -0
  31. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/system/github/__init__.py +0 -0
  32. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/system/github/example_github.py +0 -0
  33. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/__init__.py +0 -0
  34. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/github/__init__.py +0 -0
  35. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/github/hooks/__init__.py +0 -0
  36. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/github/hooks/test_github.py +0 -0
  37. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/github/operators/__init__.py +0 -0
  38. {apache_airflow_providers_github-2.10.1 → apache_airflow_providers_github-2.10.2}/tests/unit/github/sensors/__init__.py +0 -0
@@ -1,5 +1,5 @@
1
1
  Apache Airflow
2
- Copyright 2016-2025 The Apache Software Foundation
2
+ Copyright 2016-2026 The Apache Software Foundation
3
3
 
4
4
  This product includes software developed at
5
5
  The Apache Software Foundation (http://www.apache.org/).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-github
3
- Version: 2.10.1
3
+ Version: 2.10.2
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>
@@ -26,8 +26,8 @@ Requires-Dist: apache-airflow>=2.11.0
26
26
  Requires-Dist: apache-airflow-providers-common-compat>=1.10.1
27
27
  Requires-Dist: PyGithub>=2.1.1
28
28
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
29
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.1/changelog.html
30
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.1
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2
31
31
  Project-URL: Mastodon, https://fosstodon.org/@airflow
32
32
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
33
33
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -58,7 +58,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
58
58
 
59
59
  Package ``apache-airflow-providers-github``
60
60
 
61
- Release: ``2.10.1``
61
+ Release: ``2.10.2``
62
62
 
63
63
 
64
64
  `GitHub <https://www.github.com/>`__
@@ -71,7 +71,7 @@ This is a provider package for ``github`` provider. All classes for this provide
71
71
  are in ``airflow.providers.github`` python package.
72
72
 
73
73
  You can find package information and changelog for the provider
74
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.1/>`_.
74
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2/>`_.
75
75
 
76
76
  Installation
77
77
  ------------
@@ -113,5 +113,5 @@ Dependent package
113
113
  ================================================================================================================== =================
114
114
 
115
115
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.1/changelog.html>`_.
116
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2/changelog.html>`_.
117
117
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-github``
25
25
 
26
- Release: ``2.10.1``
26
+ Release: ``2.10.2``
27
27
 
28
28
 
29
29
  `GitHub <https://www.github.com/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``github`` provider. All classes for this provide
36
36
  are in ``airflow.providers.github`` python package.
37
37
 
38
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.10.1/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2/>`_.
40
40
 
41
41
  Installation
42
42
  ------------
@@ -78,4 +78,4 @@ Dependent package
78
78
  ================================================================================================================== =================
79
79
 
80
80
  The changelog for the provider package can be found in the
81
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.1/changelog.html>`_.
81
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2/changelog.html>`_.
@@ -29,6 +29,18 @@
29
29
  Changelog
30
30
  ---------
31
31
 
32
+ 2.10.2
33
+ ......
34
+
35
+ Misc
36
+ ~~~~
37
+
38
+ * ``New year means updated Copyright notices (#60344)``
39
+
40
+ .. Below changes are excluded from the changelog. Move them to
41
+ appropriate section above if needed. Do not delete the lines(!):
42
+ * ``Remove TaskInstance and TaskLogReader unused methods (#59922)``
43
+
32
44
  2.10.1
33
45
  ......
34
46
 
@@ -77,7 +77,7 @@ apache-airflow-providers-github package
77
77
  `GitHub <https://www.github.com/>`__
78
78
 
79
79
 
80
- Release: 2.10.1
80
+ Release: 2.10.2
81
81
 
82
82
  Provider package
83
83
  ----------------
@@ -130,5 +130,5 @@ Downloading official packages
130
130
  You can download officially released packages and verify their checksums and signatures from the
131
131
  `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
132
132
 
133
- * `The apache-airflow-providers-github 2.10.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.1.tar.gz.sha512>`__)
134
- * `The apache-airflow-providers-github 2.10.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.1-py3-none-any.whl.sha512>`__)
133
+ * `The apache-airflow-providers-github 2.10.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.2.tar.gz.sha512>`__)
134
+ * `The apache-airflow-providers-github 2.10.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.2-py3-none-any.whl.sha512>`__)
@@ -23,12 +23,13 @@ description: |
23
23
  `GitHub <https://www.github.com/>`__
24
24
 
25
25
  state: ready
26
- source-date-epoch: 1765299152
26
+ source-date-epoch: 1768334985
27
27
  # Note that those versions are maintained by release manager - do not update them manually
28
28
  # with the exception of case where other provider in sources has >= new provider version.
29
29
  # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
30
30
  # to be done in the same PR
31
31
  versions:
32
+ - 2.10.2
32
33
  - 2.10.1
33
34
  - 2.10.0
34
35
  - 2.9.4
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
25
25
 
26
26
  [project]
27
27
  name = "apache-airflow-providers-github"
28
- version = "2.10.1"
28
+ version = "2.10.2"
29
29
  description = "Provider package apache-airflow-providers-github for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  license = "Apache-2.0"
@@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
98
98
  apache-airflow-providers-standard = {workspace = true}
99
99
 
100
100
  [project.urls]
101
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.1"
102
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.1/changelog.html"
101
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2"
102
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.2/changelog.html"
103
103
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
104
104
  "Source Code" = "https://github.com/apache/airflow"
105
105
  "Slack Chat" = "https://s.apache.org/airflow-slack"
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "2.10.1"
32
+ __version__ = "2.10.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.11.0"
@@ -25,10 +25,7 @@ from airflow.models import Connection
25
25
  from airflow.models.dag import DAG
26
26
  from airflow.providers.github.operators.github import GithubOperator
27
27
 
28
- try:
29
- from airflow.sdk import timezone
30
- except ImportError:
31
- from airflow.utils import timezone # type: ignore[attr-defined,no-redef]
28
+ from tests_common.test_utils.compat import timezone
32
29
 
33
30
  DEFAULT_DATE = timezone.datetime(2017, 1, 1)
34
31
  github_client_mock = Mock(name="github_client_for_test")
@@ -25,10 +25,7 @@ from airflow.models import Connection
25
25
  from airflow.models.dag import DAG
26
26
  from airflow.providers.github.sensors.github import GithubTagSensor
27
27
 
28
- try:
29
- from airflow.sdk import timezone
30
- except ImportError:
31
- from airflow.utils import timezone # type: ignore[attr-defined,no-redef]
28
+ from tests_common.test_utils.compat import timezone
32
29
 
33
30
  DEFAULT_DATE = timezone.datetime(2017, 1, 1)
34
31
  github_client_mock = Mock(name="github_client_for_test")