psycopg-binary 3.2.7__cp39-cp39-win_amd64.whl → 3.2.8__cp39-cp39-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.cp39-win_amd64.pyd +0 -0
- psycopg_binary/_psycopg.pyi +1 -1
- psycopg_binary/pq.cp39-win_amd64.pyd +0 -0
- psycopg_binary-3.2.8.dist-info/DELVEWHEEL +2 -0
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.8.dist-info}/METADATA +2 -1
- psycopg_binary-3.2.8.dist-info/RECORD +21 -0
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.8.dist-info}/WHEEL +1 -1
- psycopg_binary.libs/.load-order-psycopg_binary-3.2.8 +7 -0
- psycopg_binary.libs/comerr64-ecc040a716d4a174d95cfb8dd9671ab2.dll +0 -0
- psycopg_binary.libs/gssapi64-5f9b2a5264cd1f1aa37fb8537828c84d.dll +0 -0
- psycopg_binary.libs/k5sprt64-e8ec2938d09631c3c1cfe3c7bd7ef365.dll +0 -0
- psycopg_binary.libs/krb5_64-3ab279edd1e2ec18870e50378d775895.dll +0 -0
- psycopg_binary.libs/libcrypto-3-x64-00b711a7c27f13eccf05fe6bb8311198.dll +0 -0
- psycopg_binary.libs/libpq-b2a9268df35808d8154aa31ce80cf06a.dll +0 -0
- psycopg_binary.libs/libssl-3-x64-f6eccd4acb5fcca35c0775084438d6a3.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.libs/libcrypto-3-x64-1ea736a58b9d21f3861fd11ab64c3049.dll +0 -0
- psycopg_binary.libs/libpq-b027a3c940375ae1243f524e3fdec4d7.dll +0 -0
- psycopg_binary.libs/libssl-3-x64-1e82049617e61af403c62e16b5188ac8.dll +0 -0
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.8.dist-info}/licenses/LICENSE.txt +0 -0
- {psycopg_binary-3.2.7.dist-info → psycopg_binary-3.2.8.dist-info}/top_level.txt +0 -0
psycopg_binary/__init__.py
CHANGED
|
@@ -15,10 +15,10 @@ def _delvewheel_patch_1_10_1():
|
|
|
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.8')
|
|
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.8')) 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.1
|
|
2
|
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-srjnr9af\\cp39-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-srjnr9af\\cp39-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-srjnr9af\\cp39-win_amd64\\built_wheel\\psycopg_binary-3.2.8-cp39-cp39-win_amd64.whl']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: psycopg-binary
|
|
3
|
-
Version: 3.2.
|
|
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)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
psycopg_binary/pq.cp39-win_amd64.pyd,sha256=fjByaOQVmgDunJLYixUmGC2JanjGfoyYDf3Y-rGL3Zw,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.cp39-win_amd64.pyd,sha256=gyMd-JYOkz36fdMeCYH8U1mSzaZP2CcRD0yseXE8K3g,689664
|
|
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=x-wF-cq77GIaN_6_dVm7WPyFuV1C3MVjcexe0oMQ_Os,1999
|
|
8
|
+
psycopg_binary-3.2.8.dist-info/DELVEWHEEL,sha256=_62zqBiX4TuLOUN-4RS2xP3UWR6W8peSORis631Ax-E,517
|
|
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=RXjBKdSUIP0YC6JPJG7bc0sl_UrYP7JdTYfEui8v8Eo,99
|
|
13
|
+
psycopg_binary-3.2.8.dist-info/licenses/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
|
14
|
+
psycopg_binary.libs/.load-order-psycopg_binary-3.2.8,sha256=aYeT_ktNe6_qGmDZrpDm4tZjxTZQfiR1V7Zg07lgRjg,329
|
|
15
|
+
psycopg_binary.libs/comerr64-ecc040a716d4a174d95cfb8dd9671ab2.dll,sha256=Twe8p-_tm_n-VF-xeaKIVApoYQXKp0smT0Ypy2yuS_E,15872
|
|
16
|
+
psycopg_binary.libs/gssapi64-5f9b2a5264cd1f1aa37fb8537828c84d.dll,sha256=w83Ck4YeMyDSi1YPpxg-VKhd5M3WAjrwv9E-xdArHSg,385536
|
|
17
|
+
psycopg_binary.libs/k5sprt64-e8ec2938d09631c3c1cfe3c7bd7ef365.dll,sha256=07DXTXm9CzDDMUP-smRybmATxbaurly1nuUHDPDJ0Uc,58880
|
|
18
|
+
psycopg_binary.libs/krb5_64-3ab279edd1e2ec18870e50378d775895.dll,sha256=9QyThWBrGrTiMFisR_UmjgdYVSW4U_KQTf0SoW_vUpI,1209856
|
|
19
|
+
psycopg_binary.libs/libcrypto-3-x64-00b711a7c27f13eccf05fe6bb8311198.dll,sha256=oeqbKt9KMQ7zqBjFwOszQ_OV6ntxSujR2mInRn2CVpY,7207424
|
|
20
|
+
psycopg_binary.libs/libpq-b2a9268df35808d8154aa31ce80cf06a.dll,sha256=vQg-tJEbukUYrt0WuQeRjl-Az5jeTeySXxHtAhxZnbA,320000
|
|
21
|
+
psycopg_binary.libs/libssl-3-x64-f6eccd4acb5fcca35c0775084438d6a3.dll,sha256=B4CWBTqXRDtVd1aN2l8Ygv-ZemjyhgfBd1hoYssa4C8,1299968
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
gssapi64-5f9b2a5264cd1f1aa37fb8537828c84d.dll
|
|
2
|
+
libssl-3-x64-f6eccd4acb5fcca35c0775084438d6a3.dll
|
|
3
|
+
libcrypto-3-x64-00b711a7c27f13eccf05fe6bb8311198.dll
|
|
4
|
+
k5sprt64-e8ec2938d09631c3c1cfe3c7bd7ef365.dll
|
|
5
|
+
libpq-b2a9268df35808d8154aa31ce80cf06a.dll
|
|
6
|
+
comerr64-ecc040a716d4a174d95cfb8dd9671ab2.dll
|
|
7
|
+
krb5_64-3ab279edd1e2ec18870e50378d775895.dll
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
Version: 1.10.1
|
|
2
|
-
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4ab8pa0s\\cp39-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4ab8pa0s\\cp39-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4ab8pa0s\\cp39-win_amd64\\built_wheel\\psycopg_binary-3.2.7-cp39-cp39-win_amd64.whl']
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
psycopg_binary/pq.cp39-win_amd64.pyd,sha256=3CDm_TpJ_iN7VN0jHVd8Dh6OO0cBr9oaJ878-4x6mnc,288256
|
|
2
|
-
psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
psycopg_binary/version.py,sha256=K_wT8GlZNR5_XxaeCzavlI4pZhs90InDwJ3tnoT25jE,248
|
|
4
|
-
psycopg_binary/_psycopg.cp39-win_amd64.pyd,sha256=kiugmKLCuPGtB2oJXbk-fxcm7Hqvj7h5F2dmZXCuKGc,688640
|
|
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=sil8Noe6ABlwptfnDQPNBCVI7A3gLhydfAGQrD_cYCM,1999
|
|
8
|
-
psycopg_binary-3.2.7.dist-info/DELVEWHEEL,sha256=1ABI-ZhtivGtLuHe2clyVKvs1qm4ERRM8UGtJVpT2e0,455
|
|
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=SPZzbaJLK6iqvoV5leUMY-3M7SEk2ZcD5HBfRHb3HNA,99
|
|
13
|
-
psycopg_binary-3.2.7.dist-info/licenses/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
|
14
|
-
psycopg_binary.libs/.load-order-psycopg_binary-3.2.7,sha256=9pDcOQR8oF6j2uX0yFmHQfHRqjfuuEKU-1g43K7ZMlY,146
|
|
15
|
-
psycopg_binary.libs/libcrypto-3-x64-1ea736a58b9d21f3861fd11ab64c3049.dll,sha256=Wzi_eumAtF7h4w-AzmdEzppp-ufnSFCsG53_xjZ7EDE,5244928
|
|
16
|
-
psycopg_binary.libs/libpq-b027a3c940375ae1243f524e3fdec4d7.dll,sha256=f542ffqOvNrXBfqgryRytb07AzQ2OTn6U0mZcHIvtR4,307712
|
|
17
|
-
psycopg_binary.libs/libssl-3-x64-1e82049617e61af403c62e16b5188ac8.dll,sha256=kSpwrlIp6PdCSkIwmXA-h54X1x3HmSRpOvakXzmecEg,865280
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|