psycopg-binary 3.2.9__cp310-cp310-win_amd64.whl → 3.2.11__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.

@@ -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_1():
7
+ def _delvewheel_patch_1_11_2():
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_1()
14
- del _delvewheel_patch_1_10_1
13
+ _delvewheel_patch_1_11_2()
14
+ del _delvewheel_patch_1_11_2
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
@@ -68,11 +68,11 @@ def wait_c(
68
68
 
69
69
  # Copy support
70
70
  def format_row_text(
71
- row: Sequence[Any], tx: abc.Transformer, out: bytearray | None = None
72
- ) -> bytearray: ...
71
+ row: Sequence[Any], tx: abc.Transformer, out: bytearray
72
+ ) -> None: ...
73
73
  def format_row_binary(
74
- row: Sequence[Any], tx: abc.Transformer, out: bytearray | None = None
75
- ) -> bytearray: ...
74
+ row: Sequence[Any], tx: abc.Transformer, out: bytearray
75
+ ) -> None: ...
76
76
  def parse_row_text(data: abc.Buffer, tx: abc.Transformer) -> tuple[Any, ...]: ...
77
77
  def parse_row_binary(data: abc.Buffer, tx: abc.Transformer) -> tuple[Any, ...]: ...
78
78
 
Binary file
psycopg_binary/version.py CHANGED
@@ -1,5 +1,5 @@
1
1
  """
2
- psycopg-c distribution version file.
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-c")
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.2
2
+ Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-lfg3dej6\\cp310-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-lfg3dej6\\cp310-win_amd64\\repaired_wheel', '--no-mangle', 'libiconv-2.dll;libwinpthread-1.dll', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-lfg3dej6\\cp310-win_amd64\\built_wheel\\psycopg_binary-3.2.11-cp310-cp310-win_amd64.whl']
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psycopg-binary
3
- Version: 3.2.9
3
+ Version: 3.2.11
4
4
  Summary: PostgreSQL database adapter for Python -- C optimisation distribution
5
5
  Home-page: https://psycopg.org/psycopg3/
6
6
  Author: Daniele Varrazzo
7
7
  Author-email: daniele.varrazzo@gmail.com
8
- License: GNU Lesser General Public License v3 (LGPLv3)
8
+ License-Expression: LGPL-3.0-only
9
9
  Project-URL: Homepage, https://psycopg.org/
10
10
  Project-URL: Documentation, https://psycopg.org/psycopg3/docs/
11
11
  Project-URL: Changes, https://psycopg.org/psycopg3/docs/news.html
@@ -15,7 +15,6 @@ Project-URL: Download, https://pypi.org/project/psycopg-binary/
15
15
  Project-URL: Funding, https://github.com/sponsors/dvarrazzo
16
16
  Classifier: Development Status :: 5 - Production/Stable
17
17
  Classifier: Intended Audience :: Developers
18
- Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
19
18
  Classifier: Operating System :: MacOS :: MacOS X
20
19
  Classifier: Operating System :: Microsoft :: Windows
21
20
  Classifier: Operating System :: POSIX
@@ -27,6 +26,7 @@ Classifier: Programming Language :: Python :: 3.10
27
26
  Classifier: Programming Language :: Python :: 3.11
28
27
  Classifier: Programming Language :: Python :: 3.12
29
28
  Classifier: Programming Language :: Python :: 3.13
29
+ Classifier: Programming Language :: Python :: 3.14
30
30
  Classifier: Programming Language :: Python :: Implementation :: CPython
31
31
  Classifier: Topic :: Database
32
32
  Classifier: Topic :: Database :: Front-Ends
@@ -36,6 +36,7 @@ Requires-Python: >=3.8
36
36
  Description-Content-Type: text/x-rst
37
37
  License-File: LICENSE.txt
38
38
  Dynamic: license-file
39
+ Dynamic: license-expression
39
40
 
40
41
  Psycopg 3: PostgreSQL database adapter for Python - binary package
41
42
  ==================================================================
@@ -0,0 +1,16 @@
1
+ psycopg_binary/pq.cp310-win_amd64.pyd,sha256=HEeRDH2WOZj_IhWP1kH3GMaPGT0UMOPluG0AA1y_cnM,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=AdPW_z0lrvQnIbpqEi3BKgAoEBrBM1mgih5w3LmRiFg,576512
5
+ psycopg_binary/_psycopg.pyi,sha256=ATZb-oirwgWwJS8W55-DaSCBKnayFuvFSda7MYIWusI,3278
6
+ psycopg_binary/_uuid.py,sha256=wD9pKUO3E4B67RJ1z7uNup5_UeJdZJqd_EbU4zBOiFs,793
7
+ psycopg_binary/__init__.py,sha256=ohtouexGUDZyd7PQJ52BFh-0u4MiGDOK3hxeJFEWrfU,747
8
+ psycopg_binary-3.2.11.dist-info/DELVEWHEEL,sha256=vSg25i7XB1zrmVRe4Y77PzaoAs2bGr353L8HR2bhMyo,461
9
+ psycopg_binary-3.2.11.dist-info/METADATA,sha256=_Nj02otGuJaGgcH1LEDdIby6Z9xnxaay1GcbsFjH2VY,2962
10
+ psycopg_binary-3.2.11.dist-info/RECORD,,
11
+ psycopg_binary-3.2.11.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
12
+ psycopg_binary-3.2.11.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
13
+ psycopg_binary-3.2.11.dist-info/licenses/LICENSE.txt,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
14
+ psycopg_binary.libs/libcrypto-3-x64-4fcdcec31d7b695327bb01a59919ca33.dll,sha256=T83Owx17aVMnuwGlmRnKM5aTl765LIVpvoMaIWFaEqs,5327872
15
+ psycopg_binary.libs/libpq-0c86e5de34d14d4f1a186a177ce557bd.dll,sha256=XVE2SSQW1Bu5h-DIX_Cj-O9_Bz5sq48m8WEqDPlJf68,305664
16
+ psycopg_binary.libs/libssl-3-x64-8c650f5c87bc9396de85d85c4899a071.dll,sha256=sS1qBb8ixTCSJU719V8p6K-5EBHyZPb4iJeWueh5pC4,871424
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-win_amd64
5
5
 
@@ -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