psycopg-binary 3.2.6__cp311-cp311-win_amd64.whl → 3.2.8__cp311-cp311-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
@@ -46,7 +46,7 @@ class Transformer(abc.AdaptContext):
46
46
  def as_literal(self, obj: Any) -> bytes: ...
47
47
  def get_dumper(self, obj: Any, format: PyFormat) -> abc.Dumper: ...
48
48
  def load_rows(self, row0: int, row1: int, make_row: RowMaker[Row]) -> list[Row]: ...
49
- def load_row(self, row: int, make_row: RowMaker[Row]) -> Row | None: ...
49
+ def load_row(self, row: int, make_row: RowMaker[Row]) -> Row: ...
50
50
  def load_sequence(self, record: Sequence[abc.Buffer | None]) -> tuple[Any, ...]: ...
51
51
  def get_loader(self, oid: int, format: pq.Format) -> abc.Loader: ...
52
52
 
Binary file
@@ -0,0 +1,2 @@
1
+ Version: 1.10.1
2
+ Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-h0mpkoxj\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-h0mpkoxj\\cp311-win_amd64\\repaired_wheel', '--add-path=C:/Users/RUNNER~1/PIXI~1/envs/libpq/Library/bin', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-h0mpkoxj\\cp311-win_amd64\\built_wheel\\psycopg_binary-3.2.8-cp311-cp311-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.8
4
4
  Summary: PostgreSQL database adapter for Python -- C optimisation distribution
5
5
  Home-page: https://psycopg.org/psycopg3/
6
6
  Author: Daniele Varrazzo
@@ -12,6 +12,7 @@ Project-URL: Changes, https://psycopg.org/psycopg3/docs/news.html
12
12
  Project-URL: Code, https://github.com/psycopg/psycopg
13
13
  Project-URL: Issue Tracker, https://github.com/psycopg/psycopg/issues
14
14
  Project-URL: Download, https://pypi.org/project/psycopg-binary/
15
+ Project-URL: Funding, https://github.com/sponsors/dvarrazzo
15
16
  Classifier: Development Status :: 5 - Production/Stable
16
17
  Classifier: Intended Audience :: Developers
17
18
  Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
@@ -34,6 +35,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
34
35
  Requires-Python: >=3.8
35
36
  Description-Content-Type: text/x-rst
36
37
  License-File: LICENSE.txt
38
+ Dynamic: license-file
37
39
 
38
40
  Psycopg 3: PostgreSQL database adapter for Python - binary package
39
41
  ==================================================================
@@ -0,0 +1,20 @@
1
+ psycopg_binary/pq.cp311-win_amd64.pyd,sha256=FgC1GihnkqP1gsNc_k9gAIM30U6DN1Y-yNyJ5x2e1yk,283136
2
+ psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
4
+ psycopg_binary/_psycopg.cp311-win_amd64.pyd,sha256=4zct3OwMr3_twaDLJNwIPxh3THW4nwIEh9Ko0V35qYw,696832
5
+ psycopg_binary/_psycopg.pyi,sha256=ozRoOASe0mAVo_gk439r2lc-Bwx3a8vFoJjjNteTd_M,3316
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.8.dist-info/DELVEWHEEL,sha256=AEhTm8CACDC_w5Cq97T_XgOWN2UBQm7HjIeXcxuu770,522
9
+ psycopg_binary-3.2.8.dist-info/METADATA,sha256=jvTXCMD5KYYrnIl1Tt9YsGZTKGecumqwBhCSvgLN8_8,2987
10
+ psycopg_binary-3.2.8.dist-info/RECORD,,
11
+ psycopg_binary-3.2.8.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
12
+ psycopg_binary-3.2.8.dist-info/WHEEL,sha256=Wx0rWCkAns7zlytUBOPVOmOE6WxMl3BkSnayObqEEp4,101
13
+ psycopg_binary-3.2.8.dist-info/licenses/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
14
+ psycopg_binary.libs/comerr64-ecc040a716d4a174d95cfb8dd9671ab2.dll,sha256=Twe8p-_tm_n-VF-xeaKIVApoYQXKp0smT0Ypy2yuS_E,15872
15
+ psycopg_binary.libs/gssapi64-5f9b2a5264cd1f1aa37fb8537828c84d.dll,sha256=w83Ck4YeMyDSi1YPpxg-VKhd5M3WAjrwv9E-xdArHSg,385536
16
+ psycopg_binary.libs/k5sprt64-e8ec2938d09631c3c1cfe3c7bd7ef365.dll,sha256=07DXTXm9CzDDMUP-smRybmATxbaurly1nuUHDPDJ0Uc,58880
17
+ psycopg_binary.libs/krb5_64-3ab279edd1e2ec18870e50378d775895.dll,sha256=9QyThWBrGrTiMFisR_UmjgdYVSW4U_KQTf0SoW_vUpI,1209856
18
+ psycopg_binary.libs/libcrypto-3-x64-00b711a7c27f13eccf05fe6bb8311198.dll,sha256=oeqbKt9KMQ7zqBjFwOszQ_OV6ntxSujR2mInRn2CVpY,7207424
19
+ psycopg_binary.libs/libpq-b2a9268df35808d8154aa31ce80cf06a.dll,sha256=vQg-tJEbukUYrt0WuQeRjl-Az5jeTeySXxHtAhxZnbA,320000
20
+ psycopg_binary.libs/libssl-3-x64-f6eccd4acb5fcca35c0775084438d6a3.dll,sha256=B4CWBTqXRDtVd1aN2l8Ygv-ZemjyhgfBd1hoYssa4C8,1299968
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (80.4.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win_amd64
5
5
 
@@ -1,2 +0,0 @@
1
- Version: 1.10.0
2
- Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xrvqpuro\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xrvqpuro\\cp311-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xrvqpuro\\cp311-win_amd64\\built_wheel\\psycopg_binary-3.2.6-cp311-cp311-win_amd64.whl']
@@ -1,16 +0,0 @@
1
- psycopg_binary/pq.cp311-win_amd64.pyd,sha256=_INEgPorxaCmZSp3Rw3NrDViQollORcCIPfL9BjnsGM,285184
2
- psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
4
- psycopg_binary/_psycopg.cp311-win_amd64.pyd,sha256=RuK0LD6SGeAktyl3RDstlOYVrY1GhOPo9asteT6_rCY,694272
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=WDipVXZRECgCPNyjWaTocq86lylT4gMtx7haHzXlbVQ,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=KJXh1V8Kwbv4sLWZhe-NnXz7pUnJH10x-MhKeMsQYvA,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