psycopg-binary 3.2.9__cp310-cp310-win_amd64.whl → 3.2.10__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.
- psycopg_binary/__init__.py +4 -4
- psycopg_binary/_psycopg.cp310-win_amd64.pyd +0 -0
- psycopg_binary/pq.cp310-win_amd64.pyd +0 -0
- psycopg_binary/version.py +2 -2
- psycopg_binary-3.2.10.dist-info/DELVEWHEEL +2 -0
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.10.dist-info}/METADATA +2 -1
- psycopg_binary-3.2.10.dist-info/RECORD +16 -0
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.10.dist-info}/WHEEL +1 -1
- psycopg_binary.libs/{libcrypto-3-x64-b5817194f0cd2eec53b786121a5bc237.dll → libcrypto-3-x64-6493f1f28d531e79a949f8504f7ea2e9.dll} +0 -0
- psycopg_binary.libs/libpq-c8d0c7a7c7d16e0f885100abcbe1f276.dll +0 -0
- psycopg_binary.libs/libssl-3-x64-a2a1b8e7b6dc23901193bec9e90e80f5.dll +0 -0
- psycopg_binary-3.2.9.dist-info/DELVEWHEEL +0 -2
- psycopg_binary-3.2.9.dist-info/RECORD +0 -16
- psycopg_binary.libs/libpq-c48ffd0fa898d5dea019193028280e0b.dll +0 -0
- psycopg_binary.libs/libssl-3-x64-e95bbd10e7ebfbd769d8cee1729bcfc8.dll +0 -0
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.10.dist-info}/licenses/LICENSE.txt +0 -0
- {psycopg_binary-3.2.9.dist-info → psycopg_binary-3.2.10.dist-info}/top_level.txt +0 -0
psycopg_binary/__init__.py
CHANGED
|
@@ -4,14 +4,14 @@ psycopg -- PostgreSQL database adapter for Python -- C optimization package
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
# start delvewheel patch
|
|
7
|
-
def
|
|
7
|
+
def _delvewheel_patch_1_11_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
|
-
|
|
14
|
-
del
|
|
13
|
+
_delvewheel_patch_1_11_1()
|
|
14
|
+
del _delvewheel_patch_1_11_1
|
|
15
15
|
# end delvewheel patch
|
|
16
16
|
|
|
17
17
|
# Copyright (C) 2020 The Psycopg Team
|
|
@@ -23,4 +23,4 @@ import sys
|
|
|
23
23
|
if "psycopg" not in sys.modules:
|
|
24
24
|
raise ImportError("the psycopg package should be imported before psycopg_binary")
|
|
25
25
|
|
|
26
|
-
from .version import __version__ as __version__ # noqa
|
|
26
|
+
from .version import __version__ as __version__ # noqa
|
|
Binary file
|
|
Binary file
|
psycopg_binary/version.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
psycopg-
|
|
2
|
+
psycopg-binary distribution version file.
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
5
|
# Copyright (C) 2020 The Psycopg Team
|
|
@@ -7,6 +7,6 @@ psycopg-c distribution version file.
|
|
|
7
7
|
from importlib import metadata
|
|
8
8
|
|
|
9
9
|
try:
|
|
10
|
-
__version__ = metadata.version("psycopg-
|
|
10
|
+
__version__ = metadata.version("psycopg-binary")
|
|
11
11
|
except metadata.PackageNotFoundError:
|
|
12
12
|
__version__ = "0.0.0.0"
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Version: 1.11.1
|
|
2
|
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-5m6v6u6m\\cp310-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-5m6v6u6m\\cp310-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-5m6v6u6m\\cp310-win_amd64\\built_wheel\\psycopg_binary-3.2.10-cp310-cp310-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.10
|
|
4
4
|
Summary: PostgreSQL database adapter for Python -- C optimisation distribution
|
|
5
5
|
Home-page: https://psycopg.org/psycopg3/
|
|
6
6
|
Author: Daniele Varrazzo
|
|
@@ -27,6 +27,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.11
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.12
|
|
29
29
|
Classifier: Programming Language :: Python :: 3.13
|
|
30
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
30
31
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
32
|
Classifier: Topic :: Database
|
|
32
33
|
Classifier: Topic :: Database :: Front-Ends
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
psycopg_binary/pq.cp310-win_amd64.pyd,sha256=5IkBwfFuic-fXLEHrhV3ZAkG_yrvQWA6Bc91V4uRVGY,243200
|
|
2
|
+
psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
psycopg_binary/version.py,sha256=NlEr0mLYE3j2I3iC7xbN60gCQQumNdz4eHnlARwUqkU,258
|
|
4
|
+
psycopg_binary/_psycopg.cp310-win_amd64.pyd,sha256=V2oQ2gaffF_dEuIgkEYOxosEOs1ymDgMW3-6MWekbxo,570368
|
|
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=bPR4D29WkN3VRAHyoq-6kUSZsamCw6ozEgrFZ9Wqdr8,747
|
|
8
|
+
psycopg_binary-3.2.10.dist-info/DELVEWHEEL,sha256=mQo4ME2BIRS1FAEEQYuxK1wD0SO1KX_7bicpaKBxYl8,461
|
|
9
|
+
psycopg_binary-3.2.10.dist-info/METADATA,sha256=iParrj2XshtDScIEEILY_oP7LEfw8mnEUCKo3_IlS68,3040
|
|
10
|
+
psycopg_binary-3.2.10.dist-info/RECORD,,
|
|
11
|
+
psycopg_binary-3.2.10.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
|
|
12
|
+
psycopg_binary-3.2.10.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
|
|
13
|
+
psycopg_binary-3.2.10.dist-info/licenses/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
|
14
|
+
psycopg_binary.libs/libcrypto-3-x64-6493f1f28d531e79a949f8504f7ea2e9.dll,sha256=ZJPx8o1THnmpSfhQT36i6cl-y8R0Tf9Mwkgv5tRmLOU,5266944
|
|
15
|
+
psycopg_binary.libs/libpq-c8d0c7a7c7d16e0f885100abcbe1f276.dll,sha256=zYcB3QlEzTIi01KWTixxeTXGFrY50LIi1fl6tTbH0WI,305664
|
|
16
|
+
psycopg_binary.libs/libssl-3-x64-a2a1b8e7b6dc23901193bec9e90e80f5.dll,sha256=D52qIXYGsXWNEOsmgSJcRa37SqwR4OM_cbFY08do7VY,867328
|
|
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-10e0jau6\\cp310-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-10e0jau6\\cp310-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-10e0jau6\\cp310-win_amd64\\built_wheel\\psycopg_binary-3.2.9-cp310-cp310-win_amd64.whl']
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
psycopg_binary/pq.cp310-win_amd64.pyd,sha256=2UpekgGHcLLfocfRLmmwjxF19Tt_jnMn26qLRO27jtc,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=afmeKbO9doiwD7yP6wkeX35g2EbapRDFSjQSy7MNArA,689152
|
|
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.9.dist-info/DELVEWHEEL,sha256=EBk1iyMKD2rd5rSvcVN3K38mUKtzBs4lBgfTCOvxwNk,460
|
|
9
|
-
psycopg_binary-3.2.9.dist-info/METADATA,sha256=IZVg3zLrecwCXgvvYq9tJMm-4BZsHBf9reR7pt3I3gQ,2987
|
|
10
|
-
psycopg_binary-3.2.9.dist-info/RECORD,,
|
|
11
|
-
psycopg_binary-3.2.9.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
|
|
12
|
-
psycopg_binary-3.2.9.dist-info/WHEEL,sha256=0hdTzJXT0nbj0DzxvRvYI7K6TKLSl-FiM-OI6IaIue4,101
|
|
13
|
-
psycopg_binary-3.2.9.dist-info/licenses/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
|
14
|
-
psycopg_binary.libs/libcrypto-3-x64-b5817194f0cd2eec53b786121a5bc237.dll,sha256=IsgkjuQi1GAmcqN8x0WwJy1r6Rj4JmdjdlYE-pVSVZc,5244928
|
|
15
|
-
psycopg_binary.libs/libpq-c48ffd0fa898d5dea019193028280e0b.dll,sha256=1Y_cbtyOKV90OMwotx1bS3riw7wBTUJ0rDxsyUk8Frk,307712
|
|
16
|
-
psycopg_binary.libs/libssl-3-x64-e95bbd10e7ebfbd769d8cee1729bcfc8.dll,sha256=2lCVsLpAkZVyhE47y6M9lv6nG2Ir_FJw4N-dHus5rWQ,865280
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|