This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch constraints-2-10
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-2-10 by this push:
     new 0dfb229c57a Remove unnecessary files added incidentally
0dfb229c57a is described below

commit 0dfb229c57a01fe28b2999bd416383f25d80ecee
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Dec 11 12:16:50 2024 +0100

    Remove unnecessary files added incidentally
---
 .bash_aliases                                      |   0
 .bash_history                                      |   0
 .build/.BACKEND                                    |   1 -
 .build/.MSSQL_VERSION                              |   1 -
 .build/.MYSQL_VERSION                              |   1 -
 .build/.POSTGRES_VERSION                           |   1 -
 .build/.PYTHON_MAJOR_MINOR_VERSION                 |   1 -
 .dockerignore                                      |   4 +
 .inputrc                                           |   0
 .../src/apache_airflow_breeze.egg-info/PKG-INFO    | 101 ---------------------
 .../src/apache_airflow_breeze.egg-info/SOURCES.txt |  98 --------------------
 .../dependency_links.txt                           |   1 -
 .../entry_points.txt                               |   2 -
 .../apache_airflow_breeze.egg-info/not-zip-safe    |   1 -
 .../apache_airflow_breeze.egg-info/requires.txt    |  20 ----
 .../apache_airflow_breeze.egg-info/top_level.txt   |   1 -
 16 files changed, 4 insertions(+), 229 deletions(-)

diff --git a/.bash_aliases b/.bash_aliases
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/.bash_history b/.bash_history
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/.build/.BACKEND b/.build/.BACKEND
deleted file mode 100644
index 90a746152e8..00000000000
--- a/.build/.BACKEND
+++ /dev/null
@@ -1 +0,0 @@
-sqlite
\ No newline at end of file
diff --git a/.build/.MSSQL_VERSION b/.build/.MSSQL_VERSION
deleted file mode 100644
index 81a75d0a31f..00000000000
--- a/.build/.MSSQL_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-2017-latest
\ No newline at end of file
diff --git a/.build/.MYSQL_VERSION b/.build/.MYSQL_VERSION
deleted file mode 100644
index 43f030c74bd..00000000000
--- a/.build/.MYSQL_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-5.7
\ No newline at end of file
diff --git a/.build/.POSTGRES_VERSION b/.build/.POSTGRES_VERSION
deleted file mode 100644
index 9d607966b72..00000000000
--- a/.build/.POSTGRES_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-11
\ No newline at end of file
diff --git a/.build/.PYTHON_MAJOR_MINOR_VERSION 
b/.build/.PYTHON_MAJOR_MINOR_VERSION
deleted file mode 100644
index 98fccd6d025..00000000000
--- a/.build/.PYTHON_MAJOR_MINOR_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-3.8
\ No newline at end of file
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 00000000000..25ecb055fce
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,4 @@
+.bash_*
+.build*
+dev/*
+.inputrc
diff --git a/.inputrc b/.inputrc
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/dev/breeze/src/apache_airflow_breeze.egg-info/PKG-INFO 
b/dev/breeze/src/apache_airflow_breeze.egg-info/PKG-INFO
deleted file mode 100644
index 2b78cdeeb46..00000000000
--- a/dev/breeze/src/apache_airflow_breeze.egg-info/PKG-INFO
+++ /dev/null
@@ -1,101 +0,0 @@
-Metadata-Version: 2.1
-Name: apache-airflow-breeze
-Version: 0.0.1
-Summary: Apache Airflow Breeze development environment
-Home-page: https://airflow.apache.org/
-Author: Apache Software Foundation
-Author-email: d...@airflow.apache.org
-License: Apache License 2.0
-Project-URL: Documentation, https://github.com/apache/airflow/BREEZE.rst
-Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
-Project-URL: Source Code, https://github.com/apache/airflow
-Project-URL: Slack Chat, https://s.apache.org/airflow-slack
-Project-URL: Twitter, https://twitter.com/ApacheAirflow
-Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: Apache Software License
-Classifier: Programming Language :: Python :: 3.8
-Classifier: Programming Language :: Python :: 3.9
-Classifier: Programming Language :: Python :: 3.10
-Requires-Python: ~=3.8
-Description-Content-Type: text/markdown
-Requires-Dist: click
-Requires-Dist: filelock
-Requires-Dist: inputimeout
-Requires-Dist: jinja2
-Requires-Dist: packaging==23.1
-Requires-Dist: pendulum
-Requires-Dist: pre-commit
-Requires-Dist: psutil
-Requires-Dist: pytest
-Requires-Dist: pytest-xdist
-Requires-Dist: pyyaml
-Requires-Dist: PyGithub
-Requires-Dist: requests
-Requires-Dist: rich>=13.6.0
-Requires-Dist: rich-click>=1.7.0
-Requires-Dist: gitpython
-Requires-Dist: twine
-Requires-Dist: wheel
-Requires-Dist: setuptools
-Requires-Dist: jsonschema
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-
-<!-- START doctoc generated TOC please keep comment here to allow auto update 
-->
-<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
-**Table of Contents**  *generated with 
[DocToc](https://github.com/thlorenz/doctoc)*
-
-- [Apache Airflow Breeze](#apache-airflow-breeze)
-
-<!-- END doctoc generated TOC please keep comment here to allow auto update -->
-
-Apache Airflow Breeze
-------------------------
-
-The project is part of [Apache Airflow](https://airflow.apache.org) - it's a 
development environment
-that is used by Airflow developers to effortlessly setup and maintain 
consistent development environment
-for Airflow Development.
-
-This package should never be installed in "production" mode. The `breeze` 
entrypoint will actually
-fail if you do so. It is supposed to be installed only in 
[editable/development 
mode](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#working-in-development-mode)
-directly from Airflow sources using `pipx` - usually with `--force` flag to 
account for re-installation
-that might often be needed if dependencies change during development.
-
-```shell
-pipx install -e ./dev/breeze --force
-```
-
-You can read more about Breeze in the 
[documentation](https://github.com/apache/airflow/blob/main/BREEZE.rst)
-
-This README file contains automatically generated hash of the `setup.py` and 
`setup.cfg` files that were
-available when the package was installed. Since this file becomes part of the 
installed package, it helps
-to detect automatically if any of the files have changed. If they did, the 
user will be warned to upgrade
-their installations.
-
-PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PRE-COMMIT.
-
----------------------------------------------------------------------------------------------------------
-
-Package config hash: 
20d095e80d897b7c19f3eef96e0e6ceef4a7a0c0a9b82def7089ec962da64e1bd2ee20f02532fc2ef64137d86c045c340bc8038695f53d29aa72833cafe8b153
-
----------------------------------------------------------------------------------------------------------
diff --git a/dev/breeze/src/apache_airflow_breeze.egg-info/SOURCES.txt 
b/dev/breeze/src/apache_airflow_breeze.egg-info/SOURCES.txt
deleted file mode 100644
index f5f8b0cea2f..00000000000
--- a/dev/breeze/src/apache_airflow_breeze.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,98 +0,0 @@
-README.md
-pyproject.toml
-setup.cfg
-setup.py
-src/airflow_breeze/__init__.py
-src/airflow_breeze/branch_defaults.py
-src/airflow_breeze/breeze.py
-src/airflow_breeze/configure_rich_click.py
-src/airflow_breeze/global_constants.py
-src/airflow_breeze/pre_commit_ids.py
-src/airflow_breeze/commands/__init__.py
-src/airflow_breeze/commands/ci_commands.py
-src/airflow_breeze/commands/ci_commands_config.py
-src/airflow_breeze/commands/ci_image_commands.py
-src/airflow_breeze/commands/ci_image_commands_config.py
-src/airflow_breeze/commands/developer_commands.py
-src/airflow_breeze/commands/developer_commands_config.py
-src/airflow_breeze/commands/kubernetes_commands.py
-src/airflow_breeze/commands/kubernetes_commands_config.py
-src/airflow_breeze/commands/main_command.py
-src/airflow_breeze/commands/minor_release_command.py
-src/airflow_breeze/commands/production_image_commands.py
-src/airflow_breeze/commands/production_image_commands_config.py
-src/airflow_breeze/commands/release_candidate_command.py
-src/airflow_breeze/commands/release_command.py
-src/airflow_breeze/commands/release_management_commands.py
-src/airflow_breeze/commands/release_management_commands_config.py
-src/airflow_breeze/commands/release_management_group.py
-src/airflow_breeze/commands/sbom_commands.py
-src/airflow_breeze/commands/sbom_commands_config.py
-src/airflow_breeze/commands/setup_commands.py
-src/airflow_breeze/commands/setup_commands_config.py
-src/airflow_breeze/commands/testing_commands.py
-src/airflow_breeze/commands/testing_commands_config.py
-src/airflow_breeze/params/__init__.py
-src/airflow_breeze/params/build_ci_params.py
-src/airflow_breeze/params/build_prod_params.py
-src/airflow_breeze/params/common_build_params.py
-src/airflow_breeze/params/doc_build_params.py
-src/airflow_breeze/params/shell_params.py
-src/airflow_breeze/utils/__init__.py
-src/airflow_breeze/utils/add_back_references.py
-src/airflow_breeze/utils/backtracking.py
-src/airflow_breeze/utils/cache.py
-src/airflow_breeze/utils/cdxgen.py
-src/airflow_breeze/utils/ci_group.py
-src/airflow_breeze/utils/click_utils.py
-src/airflow_breeze/utils/coertions.py
-src/airflow_breeze/utils/common_options.py
-src/airflow_breeze/utils/confirm.py
-src/airflow_breeze/utils/console.py
-src/airflow_breeze/utils/custom_param_types.py
-src/airflow_breeze/utils/docker_command_utils.py
-src/airflow_breeze/utils/docs_errors.py
-src/airflow_breeze/utils/exclude_from_matrix.py
-src/airflow_breeze/utils/general_utils.py
-src/airflow_breeze/utils/github.py
-src/airflow_breeze/utils/helm_chart_utils.py
-src/airflow_breeze/utils/host_info_utils.py
-src/airflow_breeze/utils/image.py
-src/airflow_breeze/utils/kubernetes_utils.py
-src/airflow_breeze/utils/mark_image_as_refreshed.py
-src/airflow_breeze/utils/md5_build_check.py
-src/airflow_breeze/utils/parallel.py
-src/airflow_breeze/utils/path_utils.py
-src/airflow_breeze/utils/platforms.py
-src/airflow_breeze/utils/provider_dependencies.py
-src/airflow_breeze/utils/publish_docs_builder.py
-src/airflow_breeze/utils/publish_docs_helpers.py
-src/airflow_breeze/utils/python_versions.py
-src/airflow_breeze/utils/recording.py
-src/airflow_breeze/utils/registry.py
-src/airflow_breeze/utils/reinstall.py
-src/airflow_breeze/utils/run_tests.py
-src/airflow_breeze/utils/run_utils.py
-src/airflow_breeze/utils/selective_checks.py
-src/airflow_breeze/utils/shared_options.py
-src/airflow_breeze/utils/spelling_checks.py
-src/airflow_breeze/utils/suspended_providers.py
-src/airflow_breeze/utils/visuals.py
-src/apache_airflow_breeze.egg-info/PKG-INFO
-src/apache_airflow_breeze.egg-info/SOURCES.txt
-src/apache_airflow_breeze.egg-info/dependency_links.txt
-src/apache_airflow_breeze.egg-info/entry_points.txt
-src/apache_airflow_breeze.egg-info/not-zip-safe
-src/apache_airflow_breeze.egg-info/requires.txt
-src/apache_airflow_breeze.egg-info/top_level.txt
-tests/test_cache.py
-tests/test_commands.py
-tests/test_docker_command_utils.py
-tests/test_exclude_from_matrix.py
-tests/test_find_airflow_directory.py
-tests/test_global_constants.py
-tests/test_host_info_utils.py
-tests/test_pr_info.py
-tests/test_provider_dependencies.py
-tests/test_run_utils.py
-tests/test_selective_checks.py
\ No newline at end of file
diff --git a/dev/breeze/src/apache_airflow_breeze.egg-info/dependency_links.txt 
b/dev/breeze/src/apache_airflow_breeze.egg-info/dependency_links.txt
deleted file mode 100644
index 8b137891791..00000000000
--- a/dev/breeze/src/apache_airflow_breeze.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/dev/breeze/src/apache_airflow_breeze.egg-info/entry_points.txt 
b/dev/breeze/src/apache_airflow_breeze.egg-info/entry_points.txt
deleted file mode 100644
index 027c46bd98f..00000000000
--- a/dev/breeze/src/apache_airflow_breeze.egg-info/entry_points.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-[console_scripts]
-breeze = airflow_breeze.breeze:main
diff --git a/dev/breeze/src/apache_airflow_breeze.egg-info/not-zip-safe 
b/dev/breeze/src/apache_airflow_breeze.egg-info/not-zip-safe
deleted file mode 100644
index 8b137891791..00000000000
--- a/dev/breeze/src/apache_airflow_breeze.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/dev/breeze/src/apache_airflow_breeze.egg-info/requires.txt 
b/dev/breeze/src/apache_airflow_breeze.egg-info/requires.txt
deleted file mode 100644
index 2adbe58a49f..00000000000
--- a/dev/breeze/src/apache_airflow_breeze.egg-info/requires.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-click
-filelock
-inputimeout
-jinja2
-packaging==23.1
-pendulum
-pre-commit
-psutil
-pytest
-pytest-xdist
-pyyaml
-PyGithub
-requests
-rich>=13.6.0
-rich-click>=1.7.0
-gitpython
-twine
-wheel
-setuptools
-jsonschema
diff --git a/dev/breeze/src/apache_airflow_breeze.egg-info/top_level.txt 
b/dev/breeze/src/apache_airflow_breeze.egg-info/top_level.txt
deleted file mode 100644
index 73e18763cfb..00000000000
--- a/dev/breeze/src/apache_airflow_breeze.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-airflow_breeze

Reply via email to