psycopg-binary 3.2.4__cp310-cp310-macosx_11_0_arm64.whl → 3.2.6__cp310-cp310-macosx_11_0_arm64.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.

Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: psycopg-binary
3
- Version: 3.2.4
3
+ Version: 3.2.6
4
4
  Summary: PostgreSQL database adapter for Python -- C optimisation distribution
5
5
  Home-page: https://psycopg.org/psycopg3/
6
6
  Author: Daniele Varrazzo
@@ -0,0 +1,23 @@
1
+ psycopg_binary-3.2.6.dist-info/RECORD,,
2
+ psycopg_binary-3.2.6.dist-info/WHEEL,sha256=JfQxSOU9VKHuLKwxXKYyEL4fjz5E2wgq58CSrCo1-34,109
3
+ psycopg_binary-3.2.6.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
4
+ psycopg_binary-3.2.6.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
5
+ psycopg_binary-3.2.6.dist-info/METADATA,sha256=EqZeRup0K4zoV0R9Hes0-kz_bA8DRJnJP4HX1xh3SdA,2833
6
+ psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
7
+ psycopg_binary/_psycopg.pyi,sha256=uCDlLoK7ipWj-XdkRpR5d1ZwQBr6kn4QKywzbuphA2Q,3240
8
+ psycopg_binary/version.py,sha256=MfZD84KKXi17AqKx1JY_ne89d_c8sERObKoe47f_48o,236
9
+ psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
10
+ psycopg_binary/_psycopg.cpython-310-darwin.so,sha256=8OLZ4TPSQcMaUtl4RyNuBLNXVfLyBBvNzRQc_Y-vNZE,816384
11
+ psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ psycopg_binary/pq.cpython-310-darwin.so,sha256=uJ9uj9n7VCtgzQGBNJ-AwNe6MqJJIBVHdrC7rly-RQU,375296
13
+ psycopg_binary/.dylibs/libcom_err.3.0.dylib,sha256=tey8BWzclA2WlwxnHsOSoq8wYR3drIPjdTzOkiNEyY0,74528
14
+ psycopg_binary/.dylibs/libldap.2.dylib,sha256=Jc0mKjSMtzvTYMdT4anNcB8_K0U9hJr24BIgbMSUmyw,481008
15
+ psycopg_binary/.dylibs/libpq.5.dylib,sha256=FnTrYwZFL0WsgfpNY4_8QmdzpDAZx1wL-jr816HbeZ4,354432
16
+ psycopg_binary/.dylibs/libsasl2.3.dylib,sha256=56j43LCJ7_POi9JyyAtveLQM4d1GQfvsI1a1gvfzXiI,164464
17
+ psycopg_binary/.dylibs/libssl.3.dylib,sha256=iEjtFUv5keOt2k0WePMQI-FjHKw40dOxoOZYDGyfXw0,969680
18
+ psycopg_binary/.dylibs/libcrypto.3.dylib,sha256=iaM2lIDQPVRllWrqUfuENsoFqQQ6I_XCvW2SuOJMEMM,4550528
19
+ psycopg_binary/.dylibs/libgssapi_krb5.2.2.dylib,sha256=JfVkRoVX4CPxdjkrj7GOIF-SpTyVuctjM2GpPzJp5nM,404432
20
+ psycopg_binary/.dylibs/liblber.2.dylib,sha256=4G8jD9gsXR4m3_04C49wc0_JjTW70q8m9g3nVudAQn8,139504
21
+ psycopg_binary/.dylibs/libkrb5.3.3.dylib,sha256=OVjYv6BWaFcKL-k16rK07iF3BDnSHfbA-jXl_kBaOzk,993584
22
+ psycopg_binary/.dylibs/libkrb5support.1.1.dylib,sha256=2zZGgFGxvMKktWgbeID7Cp4cj06w-rYHX2A8Aih_cTY,112432
23
+ psycopg_binary/.dylibs/libk5crypto.3.1.dylib,sha256=XpHOpdirkES5iXo9rj-OKL6L2bQhgtNe28MeyCIBHug,249056
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-macosx_11_0_arm64
5
5
 
@@ -1,22 +0,0 @@
1
- psycopg_binary-3.2.4.dist-info/RECORD,,
2
- psycopg_binary-3.2.4.dist-info/WHEEL,sha256=ezfKMaDztqf77C8lvQ0NCnZxkTaOaKLprqJ8q932MhU,109
3
- psycopg_binary-3.2.4.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
4
- psycopg_binary-3.2.4.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
5
- psycopg_binary-3.2.4.dist-info/METADATA,sha256=d-w_lJ_yBSPlftePGqfjOOil7TAvJWL_klYkLzuDw3Q,2833
6
- psycopg_binary/_psycopg.pyi,sha256=czikCGEKdbZ9RkcWNmPUvI2j7mcOX6jTDLVI-5oHtaM,3239
7
- psycopg_binary/version.py,sha256=MfZD84KKXi17AqKx1JY_ne89d_c8sERObKoe47f_48o,236
8
- psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
9
- psycopg_binary/_psycopg.cpython-310-darwin.so,sha256=D6gW8P9JgH121oheQUodUDXxUyq31qBbrJ0yLPDmBxk,812432
10
- psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- psycopg_binary/pq.cpython-310-darwin.so,sha256=OQ5trTjLWzZ-Ww9Vj5utekXlhuCTT12LPNafmDxOta8,375296
12
- psycopg_binary/.dylibs/libcom_err.3.0.dylib,sha256=vPOGYrlZynOkzbF58dD1_wt9gJzefGstHTnKUNAVCSo,74528
13
- psycopg_binary/.dylibs/libldap.2.dylib,sha256=M40UDCuFPrSTrkN6aH-okcqVyFJxVDZB8a4nfAC4120,481008
14
- psycopg_binary/.dylibs/libpq.5.dylib,sha256=5G-AH2J26gjooWFHtLD2asrGJh-AoKLPzJoMp7sc7H8,354384
15
- psycopg_binary/.dylibs/libsasl2.3.dylib,sha256=nDDegIZcpClT1ugII4thpXSaRmTNkM0aAl6vj2yVhpE,164464
16
- psycopg_binary/.dylibs/libssl.3.dylib,sha256=t2Gc4hzPS68MTngN0MbJj6tQtjU2mBJ4h38Tm1UptHw,969696
17
- psycopg_binary/.dylibs/libcrypto.3.dylib,sha256=pbSKzLD9i6N84oqZo5w6By8j0icDYMbYACrp7t9Uee4,4550288
18
- psycopg_binary/.dylibs/libgssapi_krb5.2.2.dylib,sha256=4TBYsnvQ0FpzfcVpOP6QR47RABGcg9qGHXZyRPWtbWQ,404432
19
- psycopg_binary/.dylibs/liblber.2.dylib,sha256=o2IO4dYO2XlSSyUXm4zlglv4L-XMrU2qkGphtVR-Q7E,139504
20
- psycopg_binary/.dylibs/libkrb5.3.3.dylib,sha256=tAOLSbHyQTtZAUjnU9-0mAEvFRv5140ScIO8ubwtUY0,993584
21
- psycopg_binary/.dylibs/libkrb5support.1.1.dylib,sha256=4Br5p_k_hmifxEdqDN8lrzHO0ZwXGxugL8upaQfb7IE,112432
22
- psycopg_binary/.dylibs/libk5crypto.3.1.dylib,sha256=LgUQWcS9z1nFIIL8sEykm7kXPVXEIenOUE3S9WIVIRk,249056