apache-airflow-providers-standard 0.0.1__tar.gz → 0.0.1rc1__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_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/PKG-INFO +4 -4
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/README.rst +1 -1
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/pyproject.toml +3 -3
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/LICENSE +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/__init__.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/get_provider_info.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/hooks/__init__.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/hooks/filesystem.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/hooks/package_index.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/hooks/subprocess.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/operators/__init__.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/operators/bash.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/operators/datetime.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/operators/generic_transfer.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/operators/python.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/operators/weekday.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/sensors/__init__.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/sensors/bash.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/sensors/date_time.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/sensors/python.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/sensors/time.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/sensors/time_delta.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/sensors/weekday.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/utils/__init__.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/utils/python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/utils/python_virtualenv_script.jinja2 +0 -0
- {apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/airflow/providers/standard/utils/version_references.py +0 -0
{apache_airflow_providers_standard-0.0.1 → apache_airflow_providers_standard-0.0.1rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: apache-airflow-providers-standard
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1rc1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-standard for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,standard,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -20,8 +20,8 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.
|
|
24
|
-
Requires-Dist: apache-airflow>=2.8.
|
|
23
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
|
|
24
|
+
Requires-Dist: apache-airflow>=2.8.0rc0
|
|
25
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
26
26
|
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-standard/0.0.1/changelog.html
|
|
27
27
|
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-standard/0.0.1
|
|
@@ -74,7 +74,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
74
74
|
|
|
75
75
|
Package ``apache-airflow-providers-standard``
|
|
76
76
|
|
|
77
|
-
Release: ``0.0.1``
|
|
77
|
+
Release: ``0.0.1.rc1``
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
Airflow Standard Provider
|
|
@@ -27,7 +27,7 @@ build-backend = "flit_core.buildapi"
|
|
|
27
27
|
|
|
28
28
|
[project]
|
|
29
29
|
name = "apache-airflow-providers-standard"
|
|
30
|
-
version = "0.0.1"
|
|
30
|
+
version = "0.0.1.rc1"
|
|
31
31
|
description = "Provider package apache-airflow-providers-standard for Apache Airflow"
|
|
32
32
|
readme = "README.rst"
|
|
33
33
|
authors = [
|
|
@@ -54,8 +54,8 @@ classifiers = [
|
|
|
54
54
|
]
|
|
55
55
|
requires-python = "~=3.9"
|
|
56
56
|
dependencies = [
|
|
57
|
-
"apache-airflow-providers-common-sql>=1.20.
|
|
58
|
-
"apache-airflow>=2.8.
|
|
57
|
+
"apache-airflow-providers-common-sql>=1.20.0rc0",
|
|
58
|
+
"apache-airflow>=2.8.0rc0",
|
|
59
59
|
]
|
|
60
60
|
|
|
61
61
|
[project.urls]
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|