psycopg-binary 3.2.7__cp38-cp38-win_amd64.whl → 3.2.9__cp38-cp38-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.
- psycopg_binary/__init__.py +2 -2
- psycopg_binary/_psycopg.cp38-win_amd64.pyd +0 -0
- psycopg_binary/_psycopg.pyi +1 -1
- psycopg_binary/pq.cp38-win_amd64.pyd +0 -0
- psycopg_binary-3.2.9.dist-info/DELVEWHEEL +2 -0
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.9.dist-info}/METADATA +2 -1
- psycopg_binary-3.2.9.dist-info/RECORD +17 -0
- psycopg_binary.libs/.load-order-psycopg_binary-3.2.9 +3 -0
- psycopg_binary.libs/{libcrypto-3-x64-9da37e916624972ab8d55b98518edd37.dll → libcrypto-3-x64-6f0df37ea8136224bc263c10c96fbf70.dll} +0 -0
- psycopg_binary.libs/{libpq-d7d1d6683adcd6467ec4a92964e2efd2.dll → libpq-65a5f04300510af4d59289521d9d5ea6.dll} +0 -0
- psycopg_binary.libs/{libssl-3-x64-da9c45e0801ae05d12039a160fe07d33.dll → libssl-3-x64-03bc0edc809db9d915fc505c12378bea.dll} +0 -0
- psycopg_binary-3.2.7.dist-info/DELVEWHEEL +0 -2
- psycopg_binary-3.2.7.dist-info/RECORD +0 -17
- psycopg_binary.libs/.load-order-psycopg_binary-3.2.7 +0 -3
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.9.dist-info}/LICENSE.txt +0 -0
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.9.dist-info}/WHEEL +0 -0
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.9.dist-info}/top_level.txt +0 -0
psycopg_binary/__init__.py
CHANGED
|
@@ -15,10 +15,10 @@ def _delvewheel_patch_1_10_0():
|
|
|
15
15
|
if os.path.isdir(libs_dir):
|
|
16
16
|
os.add_dll_directory(libs_dir)
|
|
17
17
|
else:
|
|
18
|
-
load_order_filepath = os.path.join(libs_dir, '.load-order-psycopg_binary-3.2.
|
|
18
|
+
load_order_filepath = os.path.join(libs_dir, '.load-order-psycopg_binary-3.2.9')
|
|
19
19
|
if os.path.isfile(load_order_filepath):
|
|
20
20
|
import ctypes.wintypes
|
|
21
|
-
with open(os.path.join(libs_dir, '.load-order-psycopg_binary-3.2.
|
|
21
|
+
with open(os.path.join(libs_dir, '.load-order-psycopg_binary-3.2.9')) as file:
|
|
22
22
|
load_order = file.read().split()
|
|
23
23
|
kernel32 = ctypes.WinDLL('kernel32', use_last_error=True)
|
|
24
24
|
kernel32.LoadLibraryExW.restype = ctypes.wintypes.HMODULE
|
|
Binary file
|
psycopg_binary/_psycopg.pyi
CHANGED
|
@@ -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
|
|
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.0
|
|
2
|
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-51gmr_h2\\cp38-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-51gmr_h2\\cp38-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-51gmr_h2\\cp38-win_amd64\\built_wheel\\psycopg_binary-3.2.9-cp38-cp38-win_amd64.whl']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: psycopg-binary
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.9
|
|
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)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
psycopg_binary/pq.cp38-win_amd64.pyd,sha256=CDgcvHomEzvHBUA00sFwptrbg1u0eF-2piYFVsRGCww,291840
|
|
2
|
+
psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
|
|
4
|
+
psycopg_binary/_psycopg.cp38-win_amd64.pyd,sha256=xapOVZm-UBm-BmzEo7WXGlPJzZixba4aocIxWy0Nc-k,697856
|
|
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=Mzru3ByZ7TqlN4n145mKihaNlWGk-dZjlXPc6z9PSxw,1999
|
|
8
|
+
psycopg_binary-3.2.9.dist-info/DELVEWHEEL,sha256=Ac-YkpNxFuAWmDNVKFe5yVwfEZRhwj8Z3HiRUv9vgwQ,455
|
|
9
|
+
psycopg_binary-3.2.9.dist-info/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
|
10
|
+
psycopg_binary-3.2.9.dist-info/METADATA,sha256=D49YL784_oYmPkUmmGPMtaXxhYuWvg_Ur9aZs8faXyc,2964
|
|
11
|
+
psycopg_binary-3.2.9.dist-info/RECORD,,
|
|
12
|
+
psycopg_binary-3.2.9.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
|
|
13
|
+
psycopg_binary-3.2.9.dist-info/WHEEL,sha256=2M046GvC9RLU1f1TWyM-2sB7cRKLhAC7ucAFK8l8f24,99
|
|
14
|
+
psycopg_binary.libs/.load-order-psycopg_binary-3.2.9,sha256=4LLaU7Dibc6LkM9rdAGHFXxoFTujCpZBABtYzkT1F-w,146
|
|
15
|
+
psycopg_binary.libs/libcrypto-3-x64-6f0df37ea8136224bc263c10c96fbf70.dll,sha256=CgEjUBeaGCt0pnQZSsKXfgqaf1krv6D8r0sQ1KtZU1o,5244928
|
|
16
|
+
psycopg_binary.libs/libpq-65a5f04300510af4d59289521d9d5ea6.dll,sha256=dVjOtOazZW2EAUt4vXM5Diyise_AJwQmmmd17k6Nnxo,307712
|
|
17
|
+
psycopg_binary.libs/libssl-3-x64-03bc0edc809db9d915fc505c12378bea.dll,sha256=Rd92Wd9ylwNobG3kb4Q0ecZm6oCTsQFscSObFhhLsgM,865280
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
Version: 1.10.0
|
|
2
|
-
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4c2o6ny9\\cp38-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4c2o6ny9\\cp38-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4c2o6ny9\\cp38-win_amd64\\built_wheel\\psycopg_binary-3.2.7-cp38-cp38-win_amd64.whl']
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
psycopg_binary/pq.cp38-win_amd64.pyd,sha256=twblfmhDUIp-33IJJAVdwsCtbSw9nnFVuVrmrxidiQ0,291840
|
|
2
|
-
psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
|
|
4
|
-
psycopg_binary/_psycopg.cp38-win_amd64.pyd,sha256=Ps7kyw2xnV_RzKRBVv_03McB_76jKe1D1mmeNkpiTLs,696320
|
|
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=pwOGI7_3qXx1kLUtj-_yUQR_LKE6e4vf9W4h6nB-3tU,1999
|
|
8
|
-
psycopg_binary-3.2.7.dist-info/DELVEWHEEL,sha256=SDCkt4mcDC2BPz-crjUe33ihGHepntCr0qE0QHcwHcg,455
|
|
9
|
-
psycopg_binary-3.2.7.dist-info/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
|
10
|
-
psycopg_binary-3.2.7.dist-info/METADATA,sha256=oVWtTnlCwZ26Yvb0RWSysm2cX9IQKwm-85nFbS5jJlk,2903
|
|
11
|
-
psycopg_binary-3.2.7.dist-info/RECORD,,
|
|
12
|
-
psycopg_binary-3.2.7.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
|
|
13
|
-
psycopg_binary-3.2.7.dist-info/WHEEL,sha256=2M046GvC9RLU1f1TWyM-2sB7cRKLhAC7ucAFK8l8f24,99
|
|
14
|
-
psycopg_binary.libs/.load-order-psycopg_binary-3.2.7,sha256=X5XI0ot1xj73IhHTS8334sbjTfk5Vkvx4hHXVcq3oYE,146
|
|
15
|
-
psycopg_binary.libs/libcrypto-3-x64-9da37e916624972ab8d55b98518edd37.dll,sha256=hxSRdUxGVLuLR3Zr23a_m8fvF3f1KXfEDy1YmXjDkRM,5244928
|
|
16
|
-
psycopg_binary.libs/libpq-d7d1d6683adcd6467ec4a92964e2efd2.dll,sha256=8FlbOr4MTK5Opp9mp1xh5OTKxkKc8Btp9St2X1zkf6A,307712
|
|
17
|
-
psycopg_binary.libs/libssl-3-x64-da9c45e0801ae05d12039a160fe07d33.dll,sha256=K2gGwxvWqX7W2aloJozgLbqzG_-Mzgm6ntIkWaq2zHI,865280
|
|
File without changes
|
|
File without changes
|
|
File without changes
|