psycopg-binary 3.2.10__cp312-cp312-musllinux_1_2_ppc64le.whl → 3.2.12__cp312-cp312-musllinux_1_2_ppc64le.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-312-powerpc64le-linux-musl.so +0 -0
- psycopg_binary/_psycopg.pyi +4 -4
- psycopg_binary/pq.cpython-312-powerpc64le-linux-musl.so +0 -0
- {psycopg_binary-3.2.10.dist-info → psycopg_binary-3.2.12.dist-info}/METADATA +3 -3
- {psycopg_binary-3.2.10.dist-info → psycopg_binary-3.2.12.dist-info}/RECORD +12 -12
- psycopg_binary.libs/{libcrypto-343e5285.so.3 → libcrypto-c10b6619.so.3} +0 -0
- psycopg_binary.libs/libldap-d50b81a9.so.2.0.200 +0 -0
- psycopg_binary.libs/{libpq-bd5f662c.so.5.17 → libpq-309c6ae2.so.5.17} +0 -0
- psycopg_binary.libs/{libssl-4970b936.so.3 → libssl-fa11e995.so.3} +0 -0
- {psycopg_binary-3.2.10.dist-info → psycopg_binary-3.2.12.dist-info}/WHEEL +0 -0
- {psycopg_binary-3.2.10.dist-info → psycopg_binary-3.2.12.dist-info}/licenses/LICENSE.txt +0 -0
- {psycopg_binary-3.2.10.dist-info → psycopg_binary-3.2.12.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
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: psycopg-binary
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.12
|
|
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
|
|
@@ -37,6 +36,7 @@ Requires-Python: >=3.8
|
|
|
37
36
|
Description-Content-Type: text/x-rst
|
|
38
37
|
License-File: LICENSE.txt
|
|
39
38
|
Dynamic: license-file
|
|
39
|
+
Dynamic: license-expression
|
|
40
40
|
|
|
41
41
|
Psycopg 3: PostgreSQL database adapter for Python - binary package
|
|
42
42
|
==================================================================
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
|
|
2
|
-
psycopg_binary/_psycopg.cpython-312-powerpc64le-linux-musl.so,sha256=
|
|
3
|
-
psycopg_binary/_psycopg.pyi,sha256=
|
|
2
|
+
psycopg_binary/_psycopg.cpython-312-powerpc64le-linux-musl.so,sha256=rbyW8S3410ym6NS7o9WVQjooqF50pk6VDY2Lp8kgtPk,1119457
|
|
3
|
+
psycopg_binary/_psycopg.pyi,sha256=gI1yag6hUGUy8NZYA0cq-dUH2iNXMlhHDUUwJrimJcE,3195
|
|
4
4
|
psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
|
|
5
|
-
psycopg_binary/pq.cpython-312-powerpc64le-linux-musl.so,sha256=
|
|
5
|
+
psycopg_binary/pq.cpython-312-powerpc64le-linux-musl.so,sha256=2XES-BY-8OnJtrzRKKWwqqMX_pCaIhCjn9lHv1lGjNQ,595345
|
|
6
6
|
psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
psycopg_binary/version.py,sha256=AchcLWfoay902mrP3j1Qy3nQ2F5QOzNIv8Yy0NdwFrc,246
|
|
8
8
|
psycopg_binary.libs/libcom_err-28f36724.so.2.1,sha256=5YTCSt2uazMhSSqqwYYF6TQtwVGtSzjrci0ZhshNYQY,132089
|
|
9
|
-
psycopg_binary.libs/libcrypto-
|
|
9
|
+
psycopg_binary.libs/libcrypto-c10b6619.so.3,sha256=_tyUefq63-1TiCGKA1plqdNAhFdfjus2qtqd9-7CyUU,4747257
|
|
10
10
|
psycopg_binary.libs/libgssapi_krb5-899a3dd1.so.2.2,sha256=SURyzmmrN6JCthYKaBLy0VI3nSOucqN06viMDnOyfuA,468569
|
|
11
11
|
psycopg_binary.libs/libk5crypto-b23f0c14.so.3.1,sha256=URKuSY7nTpOmQP9kHu37kj-utDSs7ihPgfAaIjltsq8,330289
|
|
12
12
|
psycopg_binary.libs/libkeyutils-1c4eb72e.so.1.10,sha256=2OF8Wn4EWEmP0Xdpze8zUzMo6p8cAHGce_Ibi2ndMec,133169
|
|
13
13
|
psycopg_binary.libs/libkrb5-36fcd3f1.so.3.3,sha256=V3iS0HofbLQ7w9BhoZh3SiaMplamFjXyS1Hasgufm4w,1002033
|
|
14
14
|
psycopg_binary.libs/libkrb5support-15a8034b.so.0.1,sha256=DDy0coHeyhpqG2JF8X9rroUYKCsfD9La7ZBijTDc_tk,134897
|
|
15
15
|
psycopg_binary.libs/liblber-cf136f70.so.2.0.200,sha256=WbrDMM1dISPjwCEjMl6VyW3OPjuHPa6-Ns8OyHCIrfM,135153
|
|
16
|
-
psycopg_binary.libs/libldap-d50b81a9.so.2.0.200,sha256=
|
|
17
|
-
psycopg_binary.libs/libpq-
|
|
16
|
+
psycopg_binary.libs/libldap-d50b81a9.so.2.0.200,sha256=O268cgtoFOeoPelTunLxN-t-pJ8TX9bv7rm-u_ALcEU,541417
|
|
17
|
+
psycopg_binary.libs/libpq-309c6ae2.so.5.17,sha256=otieP4W_YSzrNMCBQbU682OqywOwpMV6aRbDIRjX0kQ,661889
|
|
18
18
|
psycopg_binary.libs/libsasl2-ac774343.so.3.0.0,sha256=IB6BfQhB8jX7CsHS1MzVYQ2A3cPdG6Bto83NYGCXn94,201777
|
|
19
|
-
psycopg_binary.libs/libssl-
|
|
20
|
-
psycopg_binary-3.2.
|
|
21
|
-
psycopg_binary-3.2.
|
|
22
|
-
psycopg_binary-3.2.
|
|
23
|
-
psycopg_binary-3.2.
|
|
24
|
-
psycopg_binary-3.2.
|
|
19
|
+
psycopg_binary.libs/libssl-fa11e995.so.3,sha256=2r4wE38ZxXVIRDfq5mI08BAKti9GSI5dQojpHUtzS7I,1138937
|
|
20
|
+
psycopg_binary-3.2.12.dist-info/METADATA,sha256=t8Q-IKNxMzoZBU19EILXtagdFnrMAfYtLkuH5_tloSE,2889
|
|
21
|
+
psycopg_binary-3.2.12.dist-info/WHEEL,sha256=RpDl-aeCjSfr15oawsE8Ama9kYD9k_G96gIBE1jabP8,113
|
|
22
|
+
psycopg_binary-3.2.12.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
|
|
23
|
+
psycopg_binary-3.2.12.dist-info/RECORD,,
|
|
24
|
+
psycopg_binary-3.2.12.dist-info/licenses/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
index cb6e2c6..2fc000a 100755
|
|
|
Binary file
|
|
Binary file
|
|
index fb357cf..583ea1e 100755
|
|
|
Binary file
|
|
index 9c05af6..1566b83 100755
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|