apache-airflow-providers-git 0.2.1rc1__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.
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/PKG-INFO +9 -9
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/README.rst +4 -4
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/changelog.rst +11 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/index.rst +4 -4
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/provider.yaml +2 -1
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/pyproject.toml +5 -5
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/__init__.py +1 -1
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/LICENSE +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/NOTICE +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/bundles/index.rst +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/commits.rst +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/conf.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/connections/git.rst +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/security.rst +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/bundles/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/bundles/git.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/get_provider_info.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/hooks/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/hooks/git.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/providers/git/version_compat.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/conftest.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/unit/git/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/unit/git/bundles/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/unit/git/bundles/test_git.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/unit/git/hooks/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/unit/git/hooks/test_git.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-git
|
|
3
|
-
Version: 0.2.
|
|
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>
|
|
@@ -22,12 +22,12 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: apache-airflow>=3.0.
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.
|
|
25
|
+
Requires-Dist: apache-airflow>=3.0.0
|
|
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.
|
|
30
|
-
Project-URL: Documentation, https://airflow.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
81
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2/changelog.html>`_.
|
{apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/changelog.rst
RENAMED
|
@@ -19,6 +19,17 @@
|
|
|
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
|
+
|
|
22
33
|
0.2.1
|
|
23
34
|
.....
|
|
24
35
|
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
129
|
-
* `The apache-airflow-providers-git 0.2.
|
|
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,13 @@ description: |
|
|
|
22
22
|
`Distributed version control system (GIT) <https://git-scm.com/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
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
|
|
31
32
|
- 0.2.1
|
|
32
33
|
- 0.2.0
|
|
33
34
|
- 0.1.1
|
|
@@ -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.
|
|
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"
|
|
@@ -58,8 +58,8 @@ requires-python = ">=3.10"
|
|
|
58
58
|
# Make sure to run ``prek update-providers-dependencies --all-files``
|
|
59
59
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
60
60
|
dependencies = [
|
|
61
|
-
"apache-airflow>=3.0.
|
|
62
|
-
"apache-airflow-providers-common-compat>=1.
|
|
61
|
+
"apache-airflow>=3.0.0",
|
|
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.
|
|
102
|
-
"Changelog" = "https://airflow.
|
|
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.
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/bundles/index.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/commits.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/docs/security.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/src/airflow/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/conftest.py
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.2.1rc1 → apache_airflow_providers_git-0.2.2}/tests/unit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|