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

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new cc2c4ce0c96 Regenerate common.messaging generated documentation/files 
(#47253)
cc2c4ce0c96 is described below

commit cc2c4ce0c961cba2e3982529208c9f450e0b36b9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Mar 1 16:09:04 2025 +0100

    Regenerate common.messaging generated documentation/files (#47253)
---
 providers/common/messaging/docs/index.rst              | 18 +++++++++---------
 providers/common/messaging/provider.yaml               |  2 +-
 .../providers/common/messaging/get_provider_info.py    |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/providers/common/messaging/docs/index.rst 
b/providers/common/messaging/docs/index.rst
index 5ee36da710d..c2ae38dbc29 100644
--- a/providers/common/messaging/docs/index.rst
+++ b/providers/common/messaging/docs/index.rst
@@ -73,7 +73,7 @@
 apache-airflow-providers-common-messaging package
 ------------------------------------------------------
 
-``Common Messaging Provider - provide common messaging interface across 
providers.``
+``Common Messaging Provider``
 
 
 Release: 1.0.0
@@ -94,12 +94,12 @@ For the minimum Airflow version supported, see 
``Requirements`` below.
 Requirements
 ------------
 
-The minimum Apache Airflow version supported by this provider package is 
``3.0.0``.
+The minimum Apache Airflow version supported by this provider package is 
``3.0.0.dev0``.
 
 ==================  ==================
 PIP package         Version required
 ==================  ==================
-``apache-airflow``  ``>=3.0.0``
+``apache-airflow``  ``>=3.0.0.dev0``
 ==================  ==================
 
 Cross provider package dependencies
@@ -112,14 +112,14 @@ You can install such cross-provider dependencies when 
installing from PyPI. For
 
 .. code-block:: bash
 
-    pip install apache-airflow-providers-common-compat[amazon]
+    pip install apache-airflow-providers-common-messaging[amazon]
 
 
-==============================================================================================================
  ===============
-Dependent package                                                              
                                 Extra
-==============================================================================================================
  ===============
-`apache-airflow-providers-amazon 
<https://airflow.apache.org/docs/apache-airflow-providers-amazon>`_            
``amazon``
-==============================================================================================================
  ===============
+====================================================================================================
  ==========
+Dependent package                                                              
                       Extra
+====================================================================================================
  ==========
+`apache-airflow-providers-amazon 
<https://airflow.apache.org/docs/apache-airflow-providers-amazon>`_  ``amazon``
+====================================================================================================
  ==========
 
 Downloading official packages
 -----------------------------
diff --git a/providers/common/messaging/provider.yaml 
b/providers/common/messaging/provider.yaml
index d46b477c712..e3b741fa6e7 100644
--- a/providers/common/messaging/provider.yaml
+++ b/providers/common/messaging/provider.yaml
@@ -22,7 +22,7 @@ description: |
   ``Common Messaging Provider``
 
 state: ready
-source-date-epoch: 1740508070
+source-date-epoch: 1740836407
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
   - 1.0.0
diff --git 
a/providers/common/messaging/src/airflow/providers/common/messaging/get_provider_info.py
 
b/providers/common/messaging/src/airflow/providers/common/messaging/get_provider_info.py
index 3d49bc4d457..d37d51c4001 100644
--- 
a/providers/common/messaging/src/airflow/providers/common/messaging/get_provider_info.py
+++ 
b/providers/common/messaging/src/airflow/providers/common/messaging/get_provider_info.py
@@ -27,7 +27,7 @@ def get_provider_info():
         "name": "Common Messaging",
         "description": "``Common Messaging Provider``\n",
         "state": "ready",
-        "source-date-epoch": 1740508070,
+        "source-date-epoch": 1740836407,
         "versions": ["1.0.0"],
         "triggers": [
             {

Reply via email to