apache-airflow-providers-git 0.2.2__tar.gz → 0.2.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_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/PKG-INFO +5 -5
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/pyproject.toml +5 -5
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/LICENSE +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/NOTICE +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/README.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/bundles/index.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/changelog.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/connections/git.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/index.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/provider.yaml +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/git/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/git/bundles/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/git/bundles/git.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/git/get_provider_info.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/git/hooks/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/git/hooks/git.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/src/airflow/providers/git/version_compat.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/unit/git/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/unit/git/bundles/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/unit/git/bundles/test_git.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/unit/git/hooks/__init__.py +0 -0
- {apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/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.2rc1
|
|
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.12.
|
|
25
|
+
Requires-Dist: apache-airflow>=3.0.0rc1
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.12.0rc1
|
|
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.2/changelog.html
|
|
30
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2
|
|
29
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-git/0.2.2/changelog.html
|
|
30
|
+
Project-URL: Documentation, https://airflow.staged.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
|
|
@@ -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.2rc1"
|
|
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.12.
|
|
61
|
+
"apache-airflow>=3.0.0rc1",
|
|
62
|
+
"apache-airflow-providers-common-compat>=1.12.0rc1",
|
|
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.2"
|
|
102
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.2.2/changelog.html"
|
|
101
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-git/0.2.2"
|
|
102
|
+
"Changelog" = "https://airflow.staged.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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/bundles/index.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/changelog.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/commits.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/docs/security.rst
RENAMED
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/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
|
|
File without changes
|
{apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/conftest.py
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.2.2 → apache_airflow_providers_git-0.2.2rc1}/tests/unit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|