apache-airflow-providers-postgres 5.11.3rc1__tar.gz → 5.12.0rc1__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.
Files changed (12) hide show
  1. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/PKG-INFO +8 -8
  2. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/README.rst +4 -4
  3. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/__init__.py +3 -3
  4. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/get_provider_info.py +3 -2
  5. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/pyproject.toml +4 -4
  6. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/LICENSE +0 -0
  7. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/datasets/__init__.py +0 -0
  8. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/datasets/postgres.py +0 -0
  9. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/hooks/__init__.py +0 -0
  10. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/hooks/postgres.py +0 -0
  11. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/operators/__init__.py +0 -0
  12. {apache_airflow_providers_postgres-5.11.3rc1 → apache_airflow_providers_postgres-5.12.0rc1}/airflow/providers/postgres/operators/postgres.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-postgres
3
- Version: 5.11.3rc1
3
+ Version: 5.12.0rc1
4
4
  Summary: Provider package apache-airflow-providers-postgres for Apache Airflow
5
5
  Keywords: airflow-provider,postgres,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -22,14 +22,14 @@ Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
24
  Requires-Dist: apache-airflow-providers-common-sql>=1.14.1rc0
25
- Requires-Dist: apache-airflow>=2.7.0rc0
25
+ Requires-Dist: apache-airflow>=2.8.0rc0
26
26
  Requires-Dist: psycopg2-binary>=2.9.4
27
27
  Requires-Dist: apache-airflow-providers-amazon>=2.6.0rc0 ; extra == "amazon"
28
28
  Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
29
29
  Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
30
30
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
31
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/changelog.html
32
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3
31
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html
32
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0
33
33
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
34
34
  Project-URL: Source Code, https://github.com/apache/airflow
35
35
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -82,7 +82,7 @@ Provides-Extra: openlineage
82
82
 
83
83
  Package ``apache-airflow-providers-postgres``
84
84
 
85
- Release: ``5.11.3.rc1``
85
+ Release: ``5.12.0.rc1``
86
86
 
87
87
 
88
88
  `PostgreSQL <https://www.postgresql.org/>`__
@@ -95,7 +95,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
95
95
  are in ``airflow.providers.postgres`` python package.
96
96
 
97
97
  You can find package information and changelog for the provider
98
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/>`_.
98
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/>`_.
99
99
 
100
100
  Installation
101
101
  ------------
@@ -112,7 +112,7 @@ Requirements
112
112
  ======================================= ==================
113
113
  PIP package Version required
114
114
  ======================================= ==================
115
- ``apache-airflow`` ``>=2.7.0``
115
+ ``apache-airflow`` ``>=2.8.0``
116
116
  ``apache-airflow-providers-common-sql`` ``>=1.14.1``
117
117
  ``psycopg2-binary`` ``>=2.9.4``
118
118
  ======================================= ==================
@@ -139,4 +139,4 @@ Dependent package
139
139
  ============================================================================================================== ===============
140
140
 
141
141
  The changelog for the provider package can be found in the
142
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/changelog.html>`_.
142
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-postgres``
44
44
 
45
- Release: ``5.11.3.rc1``
45
+ Release: ``5.12.0.rc1``
46
46
 
47
47
 
48
48
  `PostgreSQL <https://www.postgresql.org/>`__
@@ -55,7 +55,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
55
55
  are in ``airflow.providers.postgres`` python package.
56
56
 
57
57
  You can find package information and changelog for the provider
58
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -72,7 +72,7 @@ Requirements
72
72
  ======================================= ==================
73
73
  PIP package Version required
74
74
  ======================================= ==================
75
- ``apache-airflow`` ``>=2.7.0``
75
+ ``apache-airflow`` ``>=2.8.0``
76
76
  ``apache-airflow-providers-common-sql`` ``>=1.14.1``
77
77
  ``psycopg2-binary`` ``>=2.9.4``
78
78
  ======================================= ==================
@@ -99,4 +99,4 @@ Dependent package
99
99
  ============================================================================================================== ===============
100
100
 
101
101
  The changelog for the provider package can be found in the
102
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/changelog.html>`_.
102
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html>`_.
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "5.11.3"
32
+ __version__ = "5.12.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-postgres:{__version__}` needs Apache Airflow 2.7.0+"
38
+ f"The package `apache-airflow-providers-postgres:{__version__}` needs Apache Airflow 2.8.0+"
39
39
  )
@@ -28,8 +28,9 @@ def get_provider_info():
28
28
  "name": "PostgreSQL",
29
29
  "description": "`PostgreSQL <https://www.postgresql.org/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1722664743,
31
+ "source-date-epoch": 1723970520,
32
32
  "versions": [
33
+ "5.12.0",
33
34
  "5.11.3",
34
35
  "5.11.2",
35
36
  "5.11.1",
@@ -68,7 +69,7 @@ def get_provider_info():
68
69
  "1.0.0",
69
70
  ],
70
71
  "dependencies": [
71
- "apache-airflow>=2.7.0",
72
+ "apache-airflow>=2.8.0",
72
73
  "apache-airflow-providers-common-sql>=1.14.1",
73
74
  "psycopg2-binary>=2.9.4",
74
75
  ],
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-postgres"
31
- version = "5.11.3.rc1"
31
+ version = "5.12.0.rc1"
32
32
  description = "Provider package apache-airflow-providers-postgres for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -57,13 +57,13 @@ classifiers = [
57
57
  requires-python = "~=3.8"
58
58
  dependencies = [
59
59
  "apache-airflow-providers-common-sql>=1.14.1rc0",
60
- "apache-airflow>=2.7.0rc0",
60
+ "apache-airflow>=2.8.0rc0",
61
61
  "psycopg2-binary>=2.9.4",
62
62
  ]
63
63
 
64
64
  [project.urls]
65
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3"
66
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.3/changelog.html"
65
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0"
66
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html"
67
67
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
68
68
  "Source Code" = "https://github.com/apache/airflow"
69
69
  "Slack Chat" = "https://s.apache.org/airflow-slack"