psycopg-binary 3.2.6__cp313-cp313-win_amd64.whl → 3.2.7__cp313-cp313-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_10_0():
7
+ def _delvewheel_patch_1_10_1():
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_10_0()
14
- del _delvewheel_patch_1_10_0
13
+ _delvewheel_patch_1_10_1()
14
+ del _delvewheel_patch_1_10_1
15
15
  # end delvewheel patch
16
16
 
17
17
  # Copyright (C) 2020 The Psycopg Team
Binary file
Binary file
@@ -0,0 +1,2 @@
1
+ Version: 1.10.1
2
+ Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-g8paphzx\\cp313-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-g8paphzx\\cp313-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-g8paphzx\\cp313-win_amd64\\built_wheel\\psycopg_binary-3.2.7-cp313-cp313-win_amd64.whl']
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: psycopg-binary
3
- Version: 3.2.6
3
+ Version: 3.2.7
4
4
  Summary: PostgreSQL database adapter for Python -- C optimisation distribution
5
5
  Home-page: https://psycopg.org/psycopg3/
6
6
  Author: Daniele Varrazzo
@@ -34,6 +34,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
34
34
  Requires-Python: >=3.8
35
35
  Description-Content-Type: text/x-rst
36
36
  License-File: LICENSE.txt
37
+ Dynamic: license-file
37
38
 
38
39
  Psycopg 3: PostgreSQL database adapter for Python - binary package
39
40
  ==================================================================
@@ -0,0 +1,16 @@
1
+ psycopg_binary/pq.cp313-win_amd64.pyd,sha256=B4VkOhCbV4GBTlDWm_oGbRuu6ufcaVn2FBDUFscLP_g,285696
2
+ psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
4
+ psycopg_binary/_psycopg.cp313-win_amd64.pyd,sha256=D0kXx0LCORQT2mEllAedrmK2WDHy-YnEXa_O_muxzgs,688128
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=Z1FxAFvVv6Y_p-yuy6DkCXpRXiWJRPlUU8JZ7xPkfUs,745
8
+ psycopg_binary-3.2.7.dist-info/DELVEWHEEL,sha256=lyF7DuRtNXtQkToLlDrK9esPPURdIvn2jeHWO1scfrM,460
9
+ psycopg_binary-3.2.7.dist-info/METADATA,sha256=3qCHlPReY10WDy9vOaXMFhIA4D_IJ8q-VRn8zzFEZ2o,2926
10
+ psycopg_binary-3.2.7.dist-info/RECORD,,
11
+ psycopg_binary-3.2.7.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
12
+ psycopg_binary-3.2.7.dist-info/WHEEL,sha256=tlMmjt4OoB3ekhbOo0Ti9Tu8u4-cjzU50yg_2bzT1bw,101
13
+ psycopg_binary-3.2.7.dist-info/licenses/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
14
+ psycopg_binary.libs/libcrypto-3-x64-58a75a86191644586f5c3bf60a59ff94.dll,sha256=qBodwfgkRaOZMrzPrHBQPS8KL74Z89n2NtOjesTjKtc,5244928
15
+ psycopg_binary.libs/libpq-1ae816a95c5dce3eb90b0ef84802cadb.dll,sha256=oGJBFLc0qnqwct0AvQm8OYYMz2GpRXlkx7ZLWGN_acc,307712
16
+ psycopg_binary.libs/libssl-3-x64-b6437aee3b0cca183916a55528f649a8.dll,sha256=v0xSXv9l8JATYe9vN75tm3o2mhU-tiusnWpXAid1q8s,865280
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (80.0.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-win_amd64
5
5
 
@@ -1,2 +0,0 @@
1
- Version: 1.10.0
2
- Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-n6rpqby0\\cp313-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-n6rpqby0\\cp313-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-n6rpqby0\\cp313-win_amd64\\built_wheel\\psycopg_binary-3.2.6-cp313-cp313-win_amd64.whl']
@@ -1,16 +0,0 @@
1
- psycopg_binary/pq.cp313-win_amd64.pyd,sha256=0VkYQI9tZs_7JLcHVilNoiyrm9wd0paWuzAVfRkefK4,285696
2
- psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
4
- psycopg_binary/_psycopg.cp313-win_amd64.pyd,sha256=EP-Kex841SHVw3svTqY77BpihdS9aDcMZOtvf0PYjuU,687104
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=MxJa6voX0ODoLsqd52mGh5OuWt__HPHixQ_TX-7ZGwU,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=9BrMuZXDRTGLZNx9MjfYwuYQduoUw2h3Jbd54pkFb1Y,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