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

@@ -4,14 +4,14 @@ psycopg -- PostgreSQL database adapter for Python -- C optimization package
4
4
 
5
5
 
6
6
  # start delvewheel patch
7
- def _delvewheel_patch_1_9_1():
7
+ def _delvewheel_patch_1_10_0():
8
8
  import os
9
9
  if os.path.isdir(libs_dir := os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'psycopg_binary.libs'))):
10
10
  os.add_dll_directory(libs_dir)
11
11
 
12
12
 
13
- _delvewheel_patch_1_9_1()
14
- del _delvewheel_patch_1_9_1
13
+ _delvewheel_patch_1_10_0()
14
+ del _delvewheel_patch_1_10_0
15
15
  # end delvewheel patch
16
16
 
17
17
  # Copyright (C) 2020 The Psycopg Team
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
@@ -0,0 +1,2 @@
1
+ Version: 1.10.0
2
+ Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xyfb8qzg\\cp310-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xyfb8qzg\\cp310-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xyfb8qzg\\cp310-win_amd64\\built_wheel\\psycopg_binary-3.2.6-cp310-cp310-win_amd64.whl']
@@ -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,16 @@
1
+ psycopg_binary/pq.cp310-win_amd64.pyd,sha256=hPOSs-jH-JNHhi0D2AVeZ5PLrljuvPC7zNQhoqPmiNo,286720
2
+ psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
4
+ psycopg_binary/_psycopg.cp310-win_amd64.pyd,sha256=4OiPWNd2V82_zvvi6KWVcS230XyyXKxmkBYOHK9m5lI,686080
5
+ psycopg_binary/_psycopg.pyi,sha256=fW8H3zJkoH_i8Qw0wyYtZgmddsXr_n-ltu5bY6R-zMM,3323
6
+ psycopg_binary/_uuid.py,sha256=wD9pKUO3E4B67RJ1z7uNup5_UeJdZJqd_EbU4zBOiFs,793
7
+ psycopg_binary/__init__.py,sha256=eV5CispCzCfR4N6h-Ne-tPBqG7ON4YsMf5b0phiTX7M,745
8
+ psycopg_binary-3.2.6.dist-info/DELVEWHEEL,sha256=B14UYkiUECyBP2FozMlIt-Evn985v8Wm5k_MC8ZLod0,460
9
+ psycopg_binary-3.2.6.dist-info/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
10
+ psycopg_binary-3.2.6.dist-info/METADATA,sha256=cXmjFSGP2hl9nPuosQeXthtocaSx5zlP48fP_HI2Q0s,2903
11
+ psycopg_binary-3.2.6.dist-info/RECORD,,
12
+ psycopg_binary-3.2.6.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
13
+ psycopg_binary-3.2.6.dist-info/WHEEL,sha256=H5gvOYEhGgVYizXMDNmO6CnZIviGx48geV3Lbzu7OZg,101
14
+ psycopg_binary.libs/libcrypto-3-x64-8873f00e406327954385bfb7ccd505d9.dll,sha256=3JY5lTMp7TpSXcX5YsYSvDfM89f2nXGzJL3A3glQWDY,4842496
15
+ psycopg_binary.libs/libpq-d2339ccc56bf9d87b41625a95443abfe.dll,sha256=2uW0ffgGzqDeYpO9Dt95BHrGMt6imG1AxI0LKmIPZJc,307712
16
+ psycopg_binary.libs/libssl-3-x64-67a3a25c83388ecb7248fac2eeec7d37.dll,sha256=4MSyM-3__Fi-H9fNgNvN_KQFoWJNG9vo1PBfomBJgGA,829440
@@ -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-win_amd64
5
5
 
@@ -1,2 +0,0 @@
1
- Version: 1.9.1
2
- Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-o09yep5v\\cp310-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-o09yep5v\\cp310-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-o09yep5v\\cp310-win_amd64\\built_wheel\\psycopg_binary-3.2.4-cp310-cp310-win_amd64.whl']
@@ -1,15 +0,0 @@
1
- psycopg_binary/pq.cp310-win_amd64.pyd,sha256=212WmLEzU1jUYmDeLXBcO6AgRsMrqL2EuR9Ncng_goU,286208
2
- psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
4
- psycopg_binary/_psycopg.cp310-win_amd64.pyd,sha256=U7UD6Ld7yfnEGQ6HhRXpomJbSVifSvBAxQsy055dBzo,672768
5
- psycopg_binary/_psycopg.pyi,sha256=0v5aDSJFWe5k-CdutT799zrJjCrGyI7YN4PvrlyVsRY,3322
6
- psycopg_binary/__init__.py,sha256=1FJ4Bbe6zA3sLvmPoFQibTYJaUfR_xRbd2EFHQmXrUc,742
7
- psycopg_binary-3.2.4.dist-info/DELVEWHEEL,sha256=p8-cqZTjkMKSid2C-A6MnF5ezh0PYTrhz87D66Yx06Y,459
8
- psycopg_binary-3.2.4.dist-info/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
9
- psycopg_binary-3.2.4.dist-info/METADATA,sha256=PdROzl57NxGFOijljBBN5bAsBTfSkaHZS9wh951Hc-k,2903
10
- psycopg_binary-3.2.4.dist-info/RECORD,,
11
- psycopg_binary-3.2.4.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
12
- psycopg_binary-3.2.4.dist-info/WHEEL,sha256=rzGfZgUcGeKSgIHGYMuqg4xE4VPHxnaldXH6BG0zjVk,101
13
- psycopg_binary.libs/libcrypto-3-x64-6365a9753836b83aef1ec240df0e7888.dll,sha256=2wTVv7ChTCGxaKbd5ad_uxKkDqETSef0LVSjki35z98,4847104
14
- psycopg_binary.libs/libpq-ccee2ff9cdf236e46f61d951bc825682.dll,sha256=vY3LBdHpKuVghJ2UgTXOylKEd-dJmT469kEu-BDHKx4,308224
15
- psycopg_binary.libs/libssl-3-x64-d8279217181c14b80f1736f03a33f0eb.dll,sha256=25iV9i8zV7pXUq7VeCx92TiiKC1uk7ee7jD-Rs99MTM,825856