psycopg-binary 3.2.9__cp310-cp310-musllinux_1_2_aarch64.whl → 3.2.11__cp310-cp310-musllinux_1_2_aarch64.whl
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.
Potentially problematic release.
This version of psycopg-binary might be problematic. Click here for more details.
- psycopg_binary/_psycopg.cpython-310-aarch64-linux-gnu.so +0 -0
- psycopg_binary/_psycopg.pyi +4 -4
- psycopg_binary/pq.cpython-310-aarch64-linux-gnu.so +0 -0
- psycopg_binary/version.py +2 -2
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.11.dist-info}/METADATA +4 -3
- psycopg_binary-3.2.11.dist-info/RECORD +24 -0
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.11.dist-info}/WHEEL +1 -1
- psycopg_binary.libs/{libcom_err-1b577f20.so.2.1 → libcom_err-934f4c86.so.2.1} +0 -0
- psycopg_binary.libs/libcrypto-10045284.so.3 +0 -0
- psycopg_binary.libs/{libgssapi_krb5-5e9f82b3.so.2.2 → libgssapi_krb5-bd701c95.so.2.2} +0 -0
- psycopg_binary.libs/{libk5crypto-db097311.so.3.1 → libk5crypto-95e68b98.so.3.1} +0 -0
- psycopg_binary.libs/{libkeyutils-e9a2347b.so.1.10 → libkeyutils-6ce80ab8.so.1.10} +0 -0
- psycopg_binary.libs/{libkrb5-3fb9bac0.so.3.3 → libkrb5-46c15cab.so.3.3} +0 -0
- psycopg_binary.libs/{libkrb5support-48d60ca0.so.0.1 → libkrb5support-108576e7.so.0.1} +0 -0
- psycopg_binary.libs/{liblber-7b8794bb.so.2.0.200 → liblber-3da4cb0c.so.2.0.200} +0 -0
- psycopg_binary.libs/{libldap-5ce320f5.so.2.0.200 → libldap-a6923df4.so.2.0.200} +0 -0
- psycopg_binary.libs/{libpq-274dd385.so.5.17 → libpq-d9697ac8.so.5.17} +0 -0
- psycopg_binary.libs/{libsasl2-def68b3f.so.3.0.0 → libsasl2-b0635103.so.3.0.0} +0 -0
- psycopg_binary.libs/libssl-21c8c9d8.so.3 +0 -0
- psycopg_binary-3.2.9.dist-info/RECORD +0 -24
- psycopg_binary.libs/libcrypto-79ca7c2e.so.3 +0 -0
- psycopg_binary.libs/libssl-7d993165.so.3 +0 -0
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.11.dist-info}/licenses/LICENSE.txt +0 -0
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.11.dist-info}/top_level.txt +0 -0
|
Binary file
|
psycopg_binary/_psycopg.pyi
CHANGED
|
@@ -68,11 +68,11 @@ def wait_c(
|
|
|
68
68
|
|
|
69
69
|
# Copy support
|
|
70
70
|
def format_row_text(
|
|
71
|
-
row: Sequence[Any], tx: abc.Transformer, out: bytearray
|
|
72
|
-
) ->
|
|
71
|
+
row: Sequence[Any], tx: abc.Transformer, out: bytearray
|
|
72
|
+
) -> None: ...
|
|
73
73
|
def format_row_binary(
|
|
74
|
-
row: Sequence[Any], tx: abc.Transformer, out: bytearray
|
|
75
|
-
) ->
|
|
74
|
+
row: Sequence[Any], tx: abc.Transformer, out: bytearray
|
|
75
|
+
) -> None: ...
|
|
76
76
|
def parse_row_text(data: abc.Buffer, tx: abc.Transformer) -> tuple[Any, ...]: ...
|
|
77
77
|
def parse_row_binary(data: abc.Buffer, tx: abc.Transformer) -> tuple[Any, ...]: ...
|
|
78
78
|
|
|
Binary file
|
psycopg_binary/version.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
psycopg-
|
|
2
|
+
psycopg-binary distribution version file.
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
5
|
# Copyright (C) 2020 The Psycopg Team
|
|
@@ -7,6 +7,6 @@ psycopg-c distribution version file.
|
|
|
7
7
|
from importlib import metadata
|
|
8
8
|
|
|
9
9
|
try:
|
|
10
|
-
__version__ = metadata.version("psycopg-
|
|
10
|
+
__version__ = metadata.version("psycopg-binary")
|
|
11
11
|
except metadata.PackageNotFoundError:
|
|
12
12
|
__version__ = "0.0.0.0"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: psycopg-binary
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.11
|
|
4
4
|
Summary: PostgreSQL database adapter for Python -- C optimisation distribution
|
|
5
5
|
Home-page: https://psycopg.org/psycopg3/
|
|
6
6
|
Author: Daniele Varrazzo
|
|
7
7
|
Author-email: daniele.varrazzo@gmail.com
|
|
8
|
-
License:
|
|
8
|
+
License-Expression: LGPL-3.0-only
|
|
9
9
|
Project-URL: Homepage, https://psycopg.org/
|
|
10
10
|
Project-URL: Documentation, https://psycopg.org/psycopg3/docs/
|
|
11
11
|
Project-URL: Changes, https://psycopg.org/psycopg3/docs/news.html
|
|
@@ -15,7 +15,6 @@ Project-URL: Download, https://pypi.org/project/psycopg-binary/
|
|
|
15
15
|
Project-URL: Funding, https://github.com/sponsors/dvarrazzo
|
|
16
16
|
Classifier: Development Status :: 5 - Production/Stable
|
|
17
17
|
Classifier: Intended Audience :: Developers
|
|
18
|
-
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
|
19
18
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
20
19
|
Classifier: Operating System :: Microsoft :: Windows
|
|
21
20
|
Classifier: Operating System :: POSIX
|
|
@@ -27,6 +26,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
27
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
28
27
|
Classifier: Programming Language :: Python :: 3.12
|
|
29
28
|
Classifier: Programming Language :: Python :: 3.13
|
|
29
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
30
30
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
31
|
Classifier: Topic :: Database
|
|
32
32
|
Classifier: Topic :: Database :: Front-Ends
|
|
@@ -36,6 +36,7 @@ Requires-Python: >=3.8
|
|
|
36
36
|
Description-Content-Type: text/x-rst
|
|
37
37
|
License-File: LICENSE.txt
|
|
38
38
|
Dynamic: license-file
|
|
39
|
+
Dynamic: license-expression
|
|
39
40
|
|
|
40
41
|
Psycopg 3: PostgreSQL database adapter for Python - binary package
|
|
41
42
|
==================================================================
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
|
|
2
|
+
psycopg_binary/_psycopg.cpython-310-aarch64-linux-gnu.so,sha256=1_Yb93lBf0PaHK_TPQO1e0URZ2zOrUUWiL9fEI1BfyA,922929
|
|
3
|
+
psycopg_binary/_psycopg.pyi,sha256=gI1yag6hUGUy8NZYA0cq-dUH2iNXMlhHDUUwJrimJcE,3195
|
|
4
|
+
psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
|
|
5
|
+
psycopg_binary/pq.cpython-310-aarch64-linux-gnu.so,sha256=gJqvuCG8t6Qy8xMIVSJXzQTWNGRfCIHmbsA6Ypo5qUc,464401
|
|
6
|
+
psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
psycopg_binary/version.py,sha256=AchcLWfoay902mrP3j1Qy3nQ2F5QOzNIv8Yy0NdwFrc,246
|
|
8
|
+
psycopg_binary.libs/libcom_err-934f4c86.so.2.1,sha256=s7G7UUJK0HMaufBri5-Z5qIQt2aCxDOWmfC7Zx179cw,132097
|
|
9
|
+
psycopg_binary.libs/libcrypto-10045284.so.3,sha256=GS3VsZ2NoZEZp9xGwemrzzTNHBSga3HMkozLH2Kh7Uk,4747225
|
|
10
|
+
psycopg_binary.libs/libgssapi_krb5-bd701c95.so.2.2,sha256=pYxc0ytq0unb_Z1VBeXhUJ4ctr0S6zvJV66TamT_Sns,468593
|
|
11
|
+
psycopg_binary.libs/libk5crypto-95e68b98.so.3.1,sha256=ZfvmeZ4iEQzLq-VNwTibCvsIXA_bxfBXAkakH7k94yw,330305
|
|
12
|
+
psycopg_binary.libs/libkeyutils-6ce80ab8.so.1.10,sha256=Fgcp6729S-XXwmkxsFrWw_istOhZlxMzdiKINBYVoKM,133185
|
|
13
|
+
psycopg_binary.libs/libkrb5-46c15cab.so.3.3,sha256=6ihzuct5QMTFhgPC--k0L7gais3bx6UcmgGhXAczp6s,870977
|
|
14
|
+
psycopg_binary.libs/libkrb5support-108576e7.so.0.1,sha256=xnhHugOr4eIShj6RaWejWTGAgcgBdy9vC3svfQ9tUjY,134913
|
|
15
|
+
psycopg_binary.libs/liblber-3da4cb0c.so.2.0.200,sha256=JXblupLOlLdUenwqHBMcn4dMMpT2y6FYiAwbhRyOnGE,135161
|
|
16
|
+
psycopg_binary.libs/libldap-a6923df4.so.2.0.200,sha256=iQuJVGmTz8JgDiZ99BRK1AHDDupeOelp5U6Ovkm0cI4,541441
|
|
17
|
+
psycopg_binary.libs/libpq-d9697ac8.so.5.17,sha256=IwhJmpzAdsd9X60KyttWy4H_Z9mWU4pb5Jt7_7p7A5A,596369
|
|
18
|
+
psycopg_binary.libs/libsasl2-b0635103.so.3.0.0,sha256=kXzqNEriZJxjB4H6ow-oy5Zax8iJEBHU0M39zBipa-U,201793
|
|
19
|
+
psycopg_binary.libs/libssl-21c8c9d8.so.3,sha256=AEPQopvuqMs-q0OYOIwShNNF9K4ajUtL-J9MLfKCCLA,1007881
|
|
20
|
+
psycopg_binary-3.2.11.dist-info/METADATA,sha256=2rtnBxLuEHOichL5Q2lB87Mg1wzOqH8EtqbXadMOVGI,2889
|
|
21
|
+
psycopg_binary-3.2.11.dist-info/WHEEL,sha256=qvx19vD_zYvGQFVzkH0wrT4tVIal9wOVogYGQfy9ymw,113
|
|
22
|
+
psycopg_binary-3.2.11.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
|
|
23
|
+
psycopg_binary-3.2.11.dist-info/RECORD,,
|
|
24
|
+
psycopg_binary-3.2.11.dist-info/licenses/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
|
|
2
|
-
psycopg_binary/_psycopg.cpython-310-aarch64-linux-gnu.so,sha256=9eGgsuFGSaLlACaCXlqqsqNX0TULF8FdKjsEy4jPtTs,988393
|
|
3
|
-
psycopg_binary/_psycopg.pyi,sha256=3Ed9ZMY4nU-q_mswzXBJeAdGclyxjeuJEns-VhAMEp4,3233
|
|
4
|
-
psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
|
|
5
|
-
psycopg_binary/pq.cpython-310-aarch64-linux-gnu.so,sha256=91UuGNWvwfeLdwC2YmgvzFC2AmqpSwQE2Bpes33gq6U,529777
|
|
6
|
-
psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
psycopg_binary/version.py,sha256=MfZD84KKXi17AqKx1JY_ne89d_c8sERObKoe47f_48o,236
|
|
8
|
-
psycopg_binary.libs/libcom_err-1b577f20.so.2.1,sha256=3bLwsRPLYIAnAJJauIUuhc9Q5wWHMDPDg18xafP9SvU,132097
|
|
9
|
-
psycopg_binary.libs/libcrypto-79ca7c2e.so.3,sha256=2KVEyBQ7ayAXi7I3l8eiN_hkFUWYv0mPjbI4LY_RnCg,4342753
|
|
10
|
-
psycopg_binary.libs/libgssapi_krb5-5e9f82b3.so.2.2,sha256=4QhgpEuAU3Xf6o2eoQ6KO-MJ5T0AEjrgASTOmVVYxoU,468593
|
|
11
|
-
psycopg_binary.libs/libk5crypto-db097311.so.3.1,sha256=cGgaDP2agasa70YbBx0SNTSCYxOL-utu8GOAfWfCaYk,330305
|
|
12
|
-
psycopg_binary.libs/libkeyutils-e9a2347b.so.1.10,sha256=a_rIZfI9T-eI4eoA4t8IYXK92Zi1zKVw44kG5QsiNqI,133185
|
|
13
|
-
psycopg_binary.libs/libkrb5-3fb9bac0.so.3.3,sha256=Yb5PZx-2VfSrPcPuTG7OdhNnOCWT9oHzsRHAUt7U8Ig,870977
|
|
14
|
-
psycopg_binary.libs/libkrb5support-48d60ca0.so.0.1,sha256=9vZxVGnD38Ay-ClEw7MsOBg14WYZSt-GnLszNwpX_Xw,134913
|
|
15
|
-
psycopg_binary.libs/liblber-7b8794bb.so.2.0.200,sha256=MVWToZeuTJm2NaN3PG0rTkhZZBf5lTbbszBtG1p60SI,135161
|
|
16
|
-
psycopg_binary.libs/libldap-5ce320f5.so.2.0.200,sha256=XObdqhzcKXpu5fNQTVwjq7VcIAaSaMngpRpqxGG4pz4,541441
|
|
17
|
-
psycopg_binary.libs/libpq-274dd385.so.5.17,sha256=3KAsnZejj0MDP8EKBFb6GP1b7IZZk20BqfpUWZoi9Nc,596369
|
|
18
|
-
psycopg_binary.libs/libsasl2-def68b3f.so.3.0.0,sha256=rzFcxbHFS1kvgDOSORpFnZWdPbsP77C4znNF2rp5NiI,201793
|
|
19
|
-
psycopg_binary.libs/libssl-7d993165.so.3,sha256=EK5W-gtMELkot_u5p3N_scuMaLFJQZYrZ8e2MXI6imQ,1006977
|
|
20
|
-
psycopg_binary-3.2.9.dist-info/METADATA,sha256=8JtTtSA8nwkZC-TY0i_4xONYev01JZuFO7ihVyoUrLA,2915
|
|
21
|
-
psycopg_binary-3.2.9.dist-info/WHEEL,sha256=jJiKnFtllFfzrv4lxdFSanhDZAzrkSeLzkHALyJbaw4,113
|
|
22
|
-
psycopg_binary-3.2.9.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
|
|
23
|
-
psycopg_binary-3.2.9.dist-info/RECORD,,
|
|
24
|
-
psycopg_binary-3.2.9.dist-info/licenses/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|