apache-airflow-providers-git 0.2.0__tar.gz → 0.2.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 (31) hide show
  1. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/NOTICE +1 -1
  2. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/PKG-INFO +8 -8
  3. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/README.rst +4 -4
  4. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/changelog.rst +22 -0
  5. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/index.rst +4 -4
  6. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/provider.yaml +3 -1
  7. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/pyproject.toml +4 -4
  8. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/__init__.py +1 -1
  9. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/LICENSE +0 -0
  10. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/.latest-doc-only-change.txt +0 -0
  11. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/bundles/index.rst +0 -0
  12. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/commits.rst +0 -0
  13. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/conf.py +0 -0
  14. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/connections/git.rst +0 -0
  15. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/installing-providers-from-sources.rst +0 -0
  16. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/docs/security.rst +0 -0
  17. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/__init__.py +0 -0
  18. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/__init__.py +0 -0
  19. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/bundles/__init__.py +0 -0
  20. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/bundles/git.py +0 -0
  21. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/get_provider_info.py +0 -0
  22. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/hooks/__init__.py +0 -0
  23. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/hooks/git.py +0 -0
  24. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/version_compat.py +0 -0
  25. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/tests/conftest.py +0 -0
  26. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/tests/unit/__init__.py +0 -0
  27. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/tests/unit/git/__init__.py +0 -0
  28. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/tests/unit/git/bundles/__init__.py +0 -0
  29. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/tests/unit/git/bundles/test_git.py +0 -0
  30. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/tests/unit/git/hooks/__init__.py +0 -0
  31. {apache_airflow_providers_git-0.2.0 → apache_airflow_providers_git-0.2.2}/tests/unit/git/hooks/test_git.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-git
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: Provider package apache-airflow-providers-git for Apache Airflow
5
5
  Keywords: airflow-provider,git,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -23,11 +23,11 @@ Classifier: Topic :: System :: Monitoring
23
23
  License-File: LICENSE
24
24
  License-File: NOTICE
25
25
  Requires-Dist: apache-airflow>=3.0.0
26
- Requires-Dist: apache-airflow-providers-common-compat>=1.10.1
26
+ Requires-Dist: apache-airflow-providers-common-compat>=1.12.0
27
27
  Requires-Dist: GitPython>=3.1.44
28
28
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
29
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.0/changelog.html
30
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.0
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.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-git``
60
60
 
61
- Release: ``0.2.0``
61
+ Release: ``0.2.2``
62
62
 
63
63
 
64
64
  `Distributed version control system (GIT) <https://git-scm.com/>`__
@@ -71,7 +71,7 @@ This is a provider package for ``git`` provider. All classes for this provider p
71
71
  are in ``airflow.providers.git`` 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-git/0.2.0/>`_.
74
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2/>`_.
75
75
 
76
76
  Installation
77
77
  ------------
@@ -89,7 +89,7 @@ Requirements
89
89
  PIP package Version required
90
90
  ========================================== ==================
91
91
  ``apache-airflow`` ``>=3.0.0``
92
- ``apache-airflow-providers-common-compat`` ``>=1.10.1``
92
+ ``apache-airflow-providers-common-compat`` ``>=1.12.0``
93
93
  ``GitPython`` ``>=3.1.44``
94
94
  ========================================== ==================
95
95
 
@@ -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-git/0.2.0/changelog.html>`_.
116
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2/changelog.html>`_.
117
117
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-git``
25
25
 
26
- Release: ``0.2.0``
26
+ Release: ``0.2.2``
27
27
 
28
28
 
29
29
  `Distributed version control system (GIT) <https://git-scm.com/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``git`` provider. All classes for this provider p
36
36
  are in ``airflow.providers.git`` 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-git/0.2.0/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2/>`_.
40
40
 
41
41
  Installation
42
42
  ------------
@@ -54,7 +54,7 @@ Requirements
54
54
  PIP package Version required
55
55
  ========================================== ==================
56
56
  ``apache-airflow`` ``>=3.0.0``
57
- ``apache-airflow-providers-common-compat`` ``>=1.10.1``
57
+ ``apache-airflow-providers-common-compat`` ``>=1.12.0``
58
58
  ``GitPython`` ``>=3.1.44``
59
59
  ========================================== ==================
60
60
 
@@ -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-git/0.2.0/changelog.html>`_.
81
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2/changelog.html>`_.
@@ -19,6 +19,28 @@
19
19
  Changelog
20
20
  ---------
21
21
 
22
+ 0.2.2
23
+ .....
24
+
25
+ Misc
26
+ ~~~~
27
+
28
+ * ``Git provider should require common-compat >=1.12.0 (#60985)``
29
+
30
+ .. Below changes are excluded from the changelog. Move them to
31
+ appropriate section above if needed. Do not delete the lines(!):
32
+
33
+ 0.2.1
34
+ .....
35
+
36
+ Misc
37
+ ~~~~
38
+
39
+ * ``New year means updated Copyright notices (#60344)``
40
+
41
+ .. Below changes are excluded from the changelog. Move them to
42
+ appropriate section above if needed. Do not delete the lines(!):
43
+
22
44
  0.2.0
23
45
  .....
24
46
 
@@ -72,7 +72,7 @@ apache-airflow-providers-git package
72
72
  `Distributed version control system (GIT) <https://git-scm.com/>`__
73
73
 
74
74
 
75
- Release: 0.2.0
75
+ Release: 0.2.2
76
76
 
77
77
  Provider package
78
78
  ----------------
@@ -96,7 +96,7 @@ The minimum Apache Airflow version supported by this provider distribution is ``
96
96
  PIP package Version required
97
97
  ========================================== ==================
98
98
  ``apache-airflow`` ``>=3.0.0``
99
- ``apache-airflow-providers-common-compat`` ``>=1.10.1``
99
+ ``apache-airflow-providers-common-compat`` ``>=1.12.0``
100
100
  ``GitPython`` ``>=3.1.44``
101
101
  ========================================== ==================
102
102
 
@@ -125,5 +125,5 @@ Downloading official packages
125
125
  You can download officially released packages and verify their checksums and signatures from the
126
126
  `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
127
127
 
128
- * `The apache-airflow-providers-git 0.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.0.tar.gz.sha512>`__)
129
- * `The apache-airflow-providers-git 0.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.0-py3-none-any.whl.sha512>`__)
128
+ * `The apache-airflow-providers-git 0.2.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.2.tar.gz.sha512>`__)
129
+ * `The apache-airflow-providers-git 0.2.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_git-0.2.2-py3-none-any.whl.sha512>`__)
@@ -22,12 +22,14 @@ description: |
22
22
  `Distributed version control system (GIT) <https://git-scm.com/>`__
23
23
 
24
24
  state: ready
25
- source-date-epoch: 1767124631
25
+ source-date-epoch: 1769537192
26
26
  # Note that those versions are maintained by release manager - do not update them manually
27
27
  # with the exception of case where other provider in sources has >= new provider version.
28
28
  # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
29
29
  # to be done in the same PR
30
30
  versions:
31
+ - 0.2.2
32
+ - 0.2.1
31
33
  - 0.2.0
32
34
  - 0.1.1
33
35
  - 0.1.0
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
25
25
 
26
26
  [project]
27
27
  name = "apache-airflow-providers-git"
28
- version = "0.2.0"
28
+ version = "0.2.2"
29
29
  description = "Provider package apache-airflow-providers-git for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  license = "Apache-2.0"
@@ -59,7 +59,7 @@ requires-python = ">=3.10"
59
59
  # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
60
60
  dependencies = [
61
61
  "apache-airflow>=3.0.0",
62
- "apache-airflow-providers-common-compat>=1.10.1",
62
+ "apache-airflow-providers-common-compat>=1.12.0",
63
63
  "GitPython>=3.1.44",
64
64
  ]
65
65
 
@@ -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-git/0.2.0"
102
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.0/changelog.html"
101
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2"
102
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.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__ = "0.2.0"
32
+ __version__ = "0.2.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "3.0.0"