psycopg-binary 3.2.4__cp38-cp38-musllinux_1_2_i686.whl → 3.2.5__cp38-cp38-musllinux_1_2_i686.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.

@@ -1,5 +1,5 @@
1
1
  """
2
- Stub representaton of the public objects exposed by the _psycopg module.
2
+ Stub representation of the public objects exposed by the _psycopg module.
3
3
 
4
4
  TODO: this should be generated by mypy's stubgen but it crashes with no
5
5
  information. Will submit a bug.
@@ -11,7 +11,7 @@ from __future__ import annotations
11
11
 
12
12
  from typing import Any, Sequence
13
13
 
14
- from psycopg import pq, abc, BaseConnection
14
+ from psycopg import BaseConnection, abc, pq
15
15
  from psycopg.rows import Row, RowMaker
16
16
  from psycopg.adapt import AdaptersMap, PyFormat
17
17
  from psycopg.pq.abc import PGcancelConn, PGconn, PGresult
@@ -0,0 +1,28 @@
1
+ """
2
+ Internal objects to support the UUID adapters.
3
+ """
4
+
5
+ # Copyright (C) 2025 The Psycopg Team
6
+
7
+ import uuid
8
+
9
+ # Re-exports
10
+ UUID = uuid.UUID
11
+ SafeUUID_unknown = uuid.SafeUUID.unknown
12
+
13
+
14
+ class _WritableUUID(UUID):
15
+ """Temporary class, with the same memory layout of UUID, but writable.
16
+
17
+ This class must have the same memory layout of the UUID class, so we can
18
+ create one, setting the `int` attribute, and changing the `__class__`,
19
+ which should be faster than calling the complex UUID.__init__ machinery.
20
+
21
+ u = _WritableUUID()
22
+ u.is_safe = ...
23
+ u.int = ...
24
+ u.__class__ = UUID
25
+ """
26
+
27
+ __slots__ = () # Give the class the same memory layout of the base clasee
28
+ __setattr__ = object.__setattr__ # make the class writable
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: psycopg-binary
3
- Version: 3.2.4
3
+ Version: 3.2.5
4
4
  Summary: PostgreSQL database adapter for Python -- C optimisation distribution
5
5
  Home-page: https://psycopg.org/psycopg3/
6
6
  Author: Daniele Varrazzo
@@ -1,23 +1,24 @@
1
- psycopg_binary/_psycopg.cpython-38-i386-linux-gnu.so,sha256=SUGIDy0kMR3nAvaog2E4RqjRX6ME6Za7iDdZtW9dXak,926681
2
- psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
1
  psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
4
- psycopg_binary/_psycopg.pyi,sha256=czikCGEKdbZ9RkcWNmPUvI2j7mcOX6jTDLVI-5oHtaM,3239
5
- psycopg_binary/pq.cpython-38-i386-linux-gnu.so,sha256=Jjff7gago-mel7FD6sTVWQoRlyTS1PJncjBd-ATjM9Y,436089
2
+ psycopg_binary/pq.cpython-38-i386-linux-gnu.so,sha256=xGlCEoSUkfYibkQxLHsS_utwwH6Eo6FBuzMpiUiBOhw,436089
6
3
  psycopg_binary/version.py,sha256=MfZD84KKXi17AqKx1JY_ne89d_c8sERObKoe47f_48o,236
4
+ psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
5
+ psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ psycopg_binary/_psycopg.cpython-38-i386-linux-gnu.so,sha256=ulkTGp_aDwG-xQEk0umO1EywT4P12BidI9ntzhEG_FM,943169
7
+ psycopg_binary/_psycopg.pyi,sha256=uCDlLoK7ipWj-XdkRpR5d1ZwQBr6kn4QKywzbuphA2Q,3240
8
+ psycopg_binary-3.2.5.dist-info/WHEEL,sha256=8mXPuDV2qXc-RHUE1QhrdRfnaZNRa8DXsrwOEvbOqtY,108
9
+ psycopg_binary-3.2.5.dist-info/METADATA,sha256=Z4rROzMiV5QMPTXs-nhOJcIT_35-2MPk-PnLONEwhMg,2833
10
+ psycopg_binary-3.2.5.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
11
+ psycopg_binary-3.2.5.dist-info/RECORD,,
12
+ psycopg_binary-3.2.5.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
13
+ psycopg_binary.libs/libsasl2-0bbb9f73.so.3.0.0,sha256=YXmoYVozjsUzaQZwV1FkwtYi-VcnXkIukcqJcbEFdYU,103529
14
+ psycopg_binary.libs/libpq-0672a1ff.so.5.17,sha256=1KlKSAjiafjNZaKmbpih2mN1r6Zg9B-8WNrl1NbvBBc,403869
7
15
  psycopg_binary.libs/libk5crypto-3cc03a88.so.3.1,sha256=AVNNevgcn6-0msExu_P39RhpPExhtGkUg5lu_x3JHyc,174641
8
16
  psycopg_binary.libs/libcrypto-0c766db5.so.3,sha256=sN3eyJhhN1LGo0xEomvEVrrNGNQ4XGbkeTYJ1XOq6vU,3540041
9
- psycopg_binary.libs/libldap-6f8d0cbb.so.2.0.200,sha256=7Zx82wh9eMxNBwaaky5A81nJCD6h2NBuSUI-lOG6mMs,357121
10
- psycopg_binary.libs/libpq-4a9b7027.so.5.17,sha256=x-afpNvbLQc2alcALY6uQD5DYqQCdulTtWKgi1ohowc,403869
11
- psycopg_binary.libs/libsasl2-0bbb9f73.so.3.0.0,sha256=YXmoYVozjsUzaQZwV1FkwtYi-VcnXkIukcqJcbEFdYU,103529
12
- psycopg_binary.libs/liblber-8ed17f6b.so.2.0.200,sha256=559_ni-ONsTjulH818KRVC4IPjhEy8e-BTjFZ_ZgsbU,57357
13
- psycopg_binary.libs/libkrb5-4823550b.so.3.3,sha256=xFdX-VgEs7wy1AtZ-GnXXn3vthulLqLBUVaKekFOUbU,735845
14
- psycopg_binary.libs/libgssapi_krb5-7dba8cd2.so.2.2,sha256=xujy0Icg5xTSmdmmK5CS_qo7x1Ej836aMWSUHQYscJM,280181
15
17
  psycopg_binary.libs/libcom_err-eee615ab.so.2.1,sha256=wyqej4yfoSEg8NvG0ZlYE2p7d8n7dm-dPjcnxRpVlqA,17449
16
- psycopg_binary.libs/libkeyutils-d4448d73.so.1.10,sha256=brlsntLvnkRrMC4F0ksRrjbN1INKqIPhn_zW_EZtZ6U,26697
17
18
  psycopg_binary.libs/libssl-f47d509b.so.3,sha256=Pi8MGxGUVVqYF9AJajA2-6mehG7nsGPC0UvdQbiV8bw,871821
19
+ psycopg_binary.libs/libgssapi_krb5-7dba8cd2.so.2.2,sha256=xujy0Icg5xTSmdmmK5CS_qo7x1Ej836aMWSUHQYscJM,280181
20
+ psycopg_binary.libs/libkeyutils-d4448d73.so.1.10,sha256=brlsntLvnkRrMC4F0ksRrjbN1INKqIPhn_zW_EZtZ6U,26697
18
21
  psycopg_binary.libs/libkrb5support-d52eff03.so.0.1,sha256=E8YlpWRLaLEnOoz1M_ydrOzJyFoJE5NsD2GaP1IQIMg,48933
19
- psycopg_binary-3.2.4.dist-info/METADATA,sha256=V0foZ38jx1UYi_FKGkWw6ASpya0IiAjMuvVUTzLucGk,2833
20
- psycopg_binary-3.2.4.dist-info/RECORD,,
21
- psycopg_binary-3.2.4.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
22
- psycopg_binary-3.2.4.dist-info/WHEEL,sha256=8mXPuDV2qXc-RHUE1QhrdRfnaZNRa8DXsrwOEvbOqtY,108
23
- psycopg_binary-3.2.4.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
22
+ psycopg_binary.libs/libldap-6f8d0cbb.so.2.0.200,sha256=7Zx82wh9eMxNBwaaky5A81nJCD6h2NBuSUI-lOG6mMs,357121
23
+ psycopg_binary.libs/liblber-8ed17f6b.so.2.0.200,sha256=559_ni-ONsTjulH818KRVC4IPjhEy8e-BTjFZ_ZgsbU,57357
24
+ psycopg_binary.libs/libkrb5-4823550b.so.3.3,sha256=xFdX-VgEs7wy1AtZ-GnXXn3vthulLqLBUVaKekFOUbU,735845
index 37d46dd..9a68074 100755
Binary file