diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 14:57:18 -0700 |
| commit | 3423a1a49fe53eed0520d4822e8296d55b25fda0 (patch) | |
| tree | 493bbbd271eef58618104a2cbec32887690c6759 /meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb | |
| parent | d26e225e47a8607ae5c356bd7e923f511c78a06f (diff) | |
| download | meta-openembedded-3423a1a49fe53eed0520d4822e8296d55b25fda0.tar.gz | |
python3-psycopg: upgrade 3.2.5 -> 3.2.6
Changelog:
Fix connection semantic when using target_session_attrs=prefer-standby
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb deleted file mode 100644 index fb8135ae82..0000000000 --- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "Psycopg 3 is the implementation of a PostgreSQL adapter for Python." | ||
| 2 | DESCRIPTION = "Psycopg is the most popular PostgreSQL adapter for the Python \ | ||
| 3 | programming language. Its core is a complete implementation of the Python DB \ | ||
| 4 | API 2.0 specifications. Several extensions allow access to many of the \ | ||
| 5 | features offered by PostgreSQL." | ||
| 6 | |||
| 7 | LICENSE = "LGPL-3.0-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "f5f750611c67cb200e85b408882f29265c66d1de7f813add4f8125978bfd70e8" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = "libpq" | ||
