diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-29 08:14:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-29 10:14:13 -0700 |
| commit | 1504517d922633d2152d1b8ec55f0944e938102e (patch) | |
| tree | 4daae772f8d2d65ffbc09f8cb7ff908dacf5d5e4 /meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb | |
| parent | e6adede299471da6527749366a0746a7b9d25166 (diff) | |
| download | meta-openembedded-1504517d922633d2152d1b8ec55f0944e938102e.tar.gz | |
python3-psycopg: upgrade 3.2.11 -> 3.2.12
Changelog:
Allow copy to pass different types per column, as long as the database can convert them.
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.11.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb deleted file mode 100644 index b10c3caab9..0000000000 --- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.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] = "398bb484ed44361e041c8f804ed7af3d2fcefbffdace1d905b7446c319321706" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = "libpq" | ||
