apache-airflow-providers-git 0.0.7__tar.gz → 0.0.8__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.

Potentially problematic release.


This version of apache-airflow-providers-git might be problematic. Click here for more details.

Files changed (30) hide show
  1. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/PKG-INFO +6 -6
  2. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/README.rst +3 -3
  3. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/changelog.rst +14 -0
  4. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/index.rst +1 -1
  5. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/provider.yaml +2 -1
  6. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/pyproject.toml +3 -3
  7. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/__init__.py +1 -1
  8. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/bundles/git.py +2 -2
  9. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/tests/unit/git/bundles/test_git.py +1 -1
  10. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/.latest-doc-only-change.txt +0 -0
  11. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/bundles/index.rst +0 -0
  12. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/commits.rst +0 -0
  13. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/conf.py +0 -0
  14. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/connections/git.rst +0 -0
  15. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/installing-providers-from-sources.rst +0 -0
  16. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/docs/security.rst +0 -0
  17. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/__init__.py +0 -0
  18. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/__init__.py +0 -0
  19. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/LICENSE +0 -0
  20. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/bundles/__init__.py +0 -0
  21. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/get_provider_info.py +0 -0
  22. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/hooks/__init__.py +0 -0
  23. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/hooks/git.py +0 -0
  24. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/src/airflow/providers/git/version_compat.py +0 -0
  25. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/tests/conftest.py +0 -0
  26. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/tests/unit/__init__.py +0 -0
  27. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/tests/unit/git/__init__.py +0 -0
  28. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/tests/unit/git/bundles/__init__.py +0 -0
  29. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/tests/unit/git/hooks/__init__.py +0 -0
  30. {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8}/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.0.7
3
+ Version: 0.0.8
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,8 +23,8 @@ Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow>=3.0.0
24
24
  Requires-Dist: GitPython>=3.1.44
25
25
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
26
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.7/changelog.html
27
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.7
26
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html
27
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8
28
28
  Project-URL: Mastodon, https://fosstodon.org/@airflow
29
29
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
30
30
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -55,7 +55,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
55
55
 
56
56
  Package ``apache-airflow-providers-git``
57
57
 
58
- Release: ``0.0.7``
58
+ Release: ``0.0.8``
59
59
 
60
60
 
61
61
  `Distributed version control system (GIT) <https://git-scm.com/>`__
@@ -68,7 +68,7 @@ This is a provider package for ``git`` provider. All classes for this provider p
68
68
  are in ``airflow.providers.git`` python package.
69
69
 
70
70
  You can find package information and changelog for the provider
71
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.7/>`_.
71
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/>`_.
72
72
 
73
73
  Installation
74
74
  ------------
@@ -90,5 +90,5 @@ PIP package Version required
90
90
  ================== ==================
91
91
 
92
92
  The changelog for the provider package can be found in the
93
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.7/changelog.html>`_.
93
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html>`_.
94
94
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-git``
25
25
 
26
- Release: ``0.0.7``
26
+ Release: ``0.0.8``
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.0.7/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/>`_.
40
40
 
41
41
  Installation
42
42
  ------------
@@ -58,4 +58,4 @@ PIP package Version required
58
58
  ================== ==================
59
59
 
60
60
  The changelog for the provider package can be found in the
61
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.7/changelog.html>`_.
61
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html>`_.
@@ -19,6 +19,20 @@
19
19
  Changelog
20
20
  ---------
21
21
 
22
+ 0.0.8
23
+ .....
24
+
25
+
26
+ Release Date: ``|PypiReleaseDate|``
27
+
28
+ Bug Fixes
29
+ ~~~~~~~~~
30
+
31
+ * ``Fix https access token repo url (#54643)``
32
+
33
+ .. Below changes are excluded from the changelog. Move them to
34
+ appropriate section above if needed. Do not delete the lines(!):
35
+
22
36
  0.0.7
23
37
  .....
24
38
 
@@ -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.0.7
75
+ Release: 0.0.8
76
76
 
77
77
  Provider package
78
78
  ----------------
@@ -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: 1756876853
25
+ source-date-epoch: 1757950328
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.0.8
31
32
  - 0.0.7
32
33
  - 0.0.6
33
34
  - 0.0.5
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
25
25
 
26
26
  [project]
27
27
  name = "apache-airflow-providers-git"
28
- version = "0.0.7"
28
+ version = "0.0.8"
29
29
  description = "Provider package apache-airflow-providers-git for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
95
95
  apache-airflow-providers-standard = {workspace = true}
96
96
 
97
97
  [project.urls]
98
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.7"
99
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.7/changelog.html"
98
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8"
99
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html"
100
100
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
101
101
  "Source Code" = "https://github.com/apache/airflow"
102
102
  "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.0.7"
32
+ __version__ = "0.0.8"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "3.0.0"
@@ -79,11 +79,11 @@ class GitDagBundle(BaseDagBundle):
79
79
  self._log.debug("bundle configured")
80
80
  self.hook: GitHook | None = None
81
81
  try:
82
- self.hook = GitHook(git_conn_id=git_conn_id or "git_default")
82
+ self.hook = GitHook(git_conn_id=git_conn_id or "git_default", repo_url=self.repo_url)
83
83
  except Exception as e:
84
84
  self._log.warning("Could not create GitHook", conn_id=git_conn_id, exc=e)
85
85
 
86
- if not repo_url and self.hook and self.hook.repo_url:
86
+ if self.hook and self.hook.repo_url:
87
87
  self.repo_url = self.hook.repo_url
88
88
  self._log.debug("repo_url updated from hook")
89
89
 
@@ -129,7 +129,7 @@ class TestGitDagBundle:
129
129
  tracking_ref=GIT_DEFAULT_BRANCH,
130
130
  repo_url="https://github.com/apache/zzzairflow",
131
131
  )
132
- assert bundle.repo_url == "https://github.com/apache/zzzairflow"
132
+ assert bundle.repo_url == f"https://user:{ACCESS_TOKEN}@github.com/apache/zzzairflow"
133
133
 
134
134
  def test_falls_back_to_connection_host_when_no_repo_url_provided(self):
135
135
  bundle = GitDagBundle(name="test", git_conn_id=CONN_HTTPS, tracking_ref=GIT_DEFAULT_BRANCH)