apache-airflow-providers-hashicorp 3.7.1rc1__py3-none-any.whl → 3.8.0rc1__py3-none-any.whl

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-hashicorp might be problematic. Click here for more details.

@@ -215,7 +215,7 @@ Third party Apache 2.0 licenses
215
215
 
216
216
  The following components are provided under the Apache 2.0 License.
217
217
  See project link for details. The text of each license is also included
218
- at licenses/LICENSE-[project].txt.
218
+ at 3rd-party-licenses/LICENSE-[project].txt.
219
219
 
220
220
  (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
221
221
  (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
@@ -227,7 +227,7 @@ MIT licenses
227
227
  ========================================================================
228
228
 
229
229
  The following components are provided under the MIT License. See project link for details.
230
- The text of each license is also included at licenses/LICENSE-[project].txt.
230
+ The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
231
231
 
232
232
  (MIT License) jquery v3.5.1 (https://jquery.org/license/)
233
233
  (MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
@@ -243,11 +243,11 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
243
243
  BSD 3-Clause licenses
244
244
  ========================================================================
245
245
  The following components are provided under the BSD 3-Clause license. See project links for details.
246
- The text of each license is also included at licenses/LICENSE-[project].txt.
246
+ The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
247
247
 
248
248
  (BSD 3 License) d3 v5.16.0 (https://d3js.org)
249
249
  (BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250
250
  (BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251
251
 
252
252
  ========================================================================
253
- See licenses/LICENSES-ui.txt for packages used in `/airflow/www`
253
+ See 3rd-party-licenses/LICENSES-ui.txt for packages used in `/airflow/www`
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "3.7.1"
32
+ __version__ = "3.8.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.7.0"
35
+ "2.8.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-hashicorp:{__version__}` needs Apache Airflow 2.7.0+"
38
+ f"The package `apache-airflow-providers-hashicorp:{__version__}` needs Apache Airflow 2.8.0+"
39
39
  )
@@ -28,8 +28,9 @@ def get_provider_info():
28
28
  "name": "Hashicorp",
29
29
  "description": "Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1716287935,
31
+ "source-date-epoch": 1723970290,
32
32
  "versions": [
33
+ "3.8.0",
33
34
  "3.7.1",
34
35
  "3.7.0",
35
36
  "3.6.4",
@@ -59,7 +60,7 @@ def get_provider_info():
59
60
  "1.0.1",
60
61
  "1.0.0",
61
62
  ],
62
- "dependencies": ["apache-airflow>=2.7.0", "hvac>=1.1.0"],
63
+ "dependencies": ["apache-airflow>=2.8.0", "hvac>=1.1.0"],
63
64
  "integrations": [
64
65
  {
65
66
  "integration-name": "Hashicorp Vault",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-hashicorp
3
- Version: 3.7.1rc1
3
+ Version: 3.8.0rc1
4
4
  Summary: Provider package apache-airflow-providers-hashicorp for Apache Airflow
5
5
  Keywords: airflow-provider,hashicorp,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -21,13 +21,13 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow>=2.7.0rc0
24
+ Requires-Dist: apache-airflow>=2.8.0rc0
25
25
  Requires-Dist: hvac>=1.1.0
26
26
  Requires-Dist: boto3>=1.33.0 ; extra == "boto3"
27
27
  Requires-Dist: apache-airflow-providers-google ; extra == "google"
28
28
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
29
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/changelog.html
30
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.8.0/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.8.0
31
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
32
  Project-URL: Source Code, https://github.com/apache/airflow
33
33
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -79,7 +79,7 @@ Provides-Extra: google
79
79
 
80
80
  Package ``apache-airflow-providers-hashicorp``
81
81
 
82
- Release: ``3.7.1.rc1``
82
+ Release: ``3.8.0.rc1``
83
83
 
84
84
 
85
85
  Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
@@ -92,7 +92,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
92
92
  are in ``airflow.providers.hashicorp`` python package.
93
93
 
94
94
  You can find package information and changelog for the provider
95
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/>`_.
95
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.8.0/>`_.
96
96
 
97
97
  Installation
98
98
  ------------
@@ -109,7 +109,7 @@ Requirements
109
109
  ================== ==================
110
110
  PIP package Version required
111
111
  ================== ==================
112
- ``apache-airflow`` ``>=2.7.0``
112
+ ``apache-airflow`` ``>=2.8.0``
113
113
  ``hvac`` ``>=1.1.0``
114
114
  ================== ==================
115
115
 
@@ -133,4 +133,4 @@ Dependent package
133
133
  ==================================================================================================== ==========
134
134
 
135
135
  The changelog for the provider package can be found in the
136
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/changelog.html>`_.
136
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.8.0/changelog.html>`_.
@@ -1,13 +1,13 @@
1
- airflow/providers/hashicorp/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/hashicorp/__init__.py,sha256=qeaAs3cQCAoK6ZH_rkz1F-FoVE4b9lTpl0NyNC7ZsFU,1496
3
- airflow/providers/hashicorp/get_provider_info.py,sha256=ecy9D83S3rCoCKapfN9gaoGEeNoOd3biCHWpANJtW_k,2908
1
+ airflow/providers/hashicorp/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
+ airflow/providers/hashicorp/__init__.py,sha256=c6HOF5NnXJmBOoolg3qy9JoZx6Co6lcSeR4ZpU_ElFA,1496
3
+ airflow/providers/hashicorp/get_provider_info.py,sha256=-nZ993FX2Kzl0BkM0v_amQGGP1NAWd2tMA5093pbgXk,2929
4
4
  airflow/providers/hashicorp/_internal_client/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
5
  airflow/providers/hashicorp/_internal_client/vault_client.py,sha256=rRZXtnDOBNGlhLtaAqLv1v6jex6D5kvy3M9MYRemc00,22645
6
6
  airflow/providers/hashicorp/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
7
7
  airflow/providers/hashicorp/hooks/vault.py,sha256=FWz-aA2otpMox1jdoXCapY6yWqV-vYmC3ycnW5YYRwA,18790
8
8
  airflow/providers/hashicorp/secrets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
9
9
  airflow/providers/hashicorp/secrets/vault.py,sha256=_jxZqLbHnqp047Rza5e5HA5cm7ZR2TRg7O1GKGWFpuA,12245
10
- apache_airflow_providers_hashicorp-3.7.1rc1.dist-info/entry_points.txt,sha256=M338G3KvFSRu5IqEFm5Qheg_myVuQbsN_2EbAwcgqk4,105
11
- apache_airflow_providers_hashicorp-3.7.1rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
- apache_airflow_providers_hashicorp-3.7.1rc1.dist-info/METADATA,sha256=wppt4xpGNyUqzXx29yaWA0__LanAcVYDu-iy6k2oaK4,5941
13
- apache_airflow_providers_hashicorp-3.7.1rc1.dist-info/RECORD,,
10
+ apache_airflow_providers_hashicorp-3.8.0rc1.dist-info/entry_points.txt,sha256=M338G3KvFSRu5IqEFm5Qheg_myVuQbsN_2EbAwcgqk4,105
11
+ apache_airflow_providers_hashicorp-3.8.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
+ apache_airflow_providers_hashicorp-3.8.0rc1.dist-info/METADATA,sha256=XYNM1EqZuUI7Y8apB8yQLV3jdq8c9tG6Tp0K70NaRDI,5941
13
+ apache_airflow_providers_hashicorp-3.8.0rc1.dist-info/RECORD,,