This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 97da08c Update download url for Airflow Providers Version (#11823)
97da08c is described below
commit 97da08cc8a1615e72e7e2dc9662a22eda1de84e7
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Oct 24 16:00:48 2020 +0100
Update download url for Airflow Providers Version (#11823)
All the versions are available at https://archive.apache.org/dist/airflow/
and this link appears in https://pypi.org/project/apache-airflow/
---
provider_packages/SETUP_TEMPLATE.py.jinja2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/provider_packages/SETUP_TEMPLATE.py.jinja2
b/provider_packages/SETUP_TEMPLATE.py.jinja2
index 4f6bb82..f63d3b0 100644
--- a/provider_packages/SETUP_TEMPLATE.py.jinja2
+++ b/provider_packages/SETUP_TEMPLATE.py.jinja2
@@ -79,7 +79,7 @@ def do_setup(version_suffix_for_pypi=''):
author_email='[email protected]',
url='http://airflow.apache.org/',
download_url=(
- 'https://dist.apache.org/repos/dist/release/airflow/{{
PROVIDERS_FOLDER }}' + version),
+ 'https://archive.apache.org/dist/airflow/{{ PROVIDERS_FOLDER }}' +
version),
python_requires='~=3.6',
project_urls={
'Documentation': 'https://airflow.apache.org/docs/',