psycopg-binary 3.2.10__cp38-cp38-macosx_10_9_x86_64.whl → 3.2.12__cp38-cp38-macosx_10_9_x86_64.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.

Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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
@@ -1,11 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: psycopg-binary
3
- Version: 3.2.10
3
+ Version: 3.2.12
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)
9
8
  Project-URL: Homepage, https://psycopg.org/
10
9
  Project-URL: Documentation, https://psycopg.org/psycopg3/docs/
11
10
  Project-URL: Changes, https://psycopg.org/psycopg3/docs/news.html
@@ -15,7 +14,6 @@ Project-URL: Download, https://pypi.org/project/psycopg-binary/
15
14
  Project-URL: Funding, https://github.com/sponsors/dvarrazzo
16
15
  Classifier: Development Status :: 5 - Production/Stable
17
16
  Classifier: Intended Audience :: Developers
18
- Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
19
17
  Classifier: Operating System :: MacOS :: MacOS X
20
18
  Classifier: Operating System :: Microsoft :: Windows
21
19
  Classifier: Operating System :: POSIX
@@ -0,0 +1,23 @@
1
+ psycopg_binary-3.2.12.dist-info/RECORD,,
2
+ psycopg_binary-3.2.12.dist-info/WHEEL,sha256=Kx6RWhSVfL88-gHgRuuK5c46fDrxzStSDcWbfEAkrVo,108
3
+ psycopg_binary-3.2.12.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
4
+ psycopg_binary-3.2.12.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
5
+ psycopg_binary-3.2.12.dist-info/METADATA,sha256=xTQEbcDKJfbVJmWSkzChQy8cIgt0TmpkSDriiyaczNg,2805
6
+ psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
7
+ psycopg_binary/_psycopg.pyi,sha256=gI1yag6hUGUy8NZYA0cq-dUH2iNXMlhHDUUwJrimJcE,3195
8
+ psycopg_binary/version.py,sha256=AchcLWfoay902mrP3j1Qy3nQ2F5QOzNIv8Yy0NdwFrc,246
9
+ psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
10
+ psycopg_binary/_psycopg.cpython-38-darwin.so,sha256=8-3Sd-xGpdZlrVUOcuXB2cxhokieDtb-4YQJPFAAaZE,941344
11
+ psycopg_binary/pq.cpython-38-darwin.so,sha256=NMyiPO_j2XMB3bcqtKmvxedmQaRBvPfAfhWAcAX2G4M,398944
12
+ psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ psycopg_binary/.dylibs/libcom_err.3.0.dylib,sha256=7XvRA770huqK1Ljuw6mejNmmS_NIdW7MtWz6wZuPovU,37216
14
+ psycopg_binary/.dylibs/libldap.2.dylib,sha256=7f4btlpsdgrSpZKIE60-pgtNI1D8A593ISiwMk7spjA,470384
15
+ psycopg_binary/.dylibs/libpq.5.dylib,sha256=9isoq3pVgQlEuGWnCAqNnixvAi-mDIsROXwiIJ6pnD4,339616
16
+ psycopg_binary/.dylibs/libsasl2.3.dylib,sha256=FjoMgu1YRC4rV5TgiPIoF6JJE5vWoovkKhbxcY-mVuI,140448
17
+ psycopg_binary/.dylibs/libssl.3.dylib,sha256=M0E7_Ha8lXSm8_SeARAmy1I4Ag1o5jn0B4yH7YmAJHo,1052496
18
+ psycopg_binary/.dylibs/libcrypto.3.dylib,sha256=tHT1xz0RBN-6Che9QDojB_xlGYN_XmhuX40P-MnCvjY,5547776
19
+ psycopg_binary/.dylibs/libgssapi_krb5.2.2.dylib,sha256=hF4Om20ByIwMWKvdSNMvl9OKUtGwafHyXe_GZeaN1uo,392432
20
+ psycopg_binary/.dylibs/liblber.2.dylib,sha256=GTWLcn3LjGKZJihvRXr08O1ItzhKOsHmX5PGOBY0kkM,106688
21
+ psycopg_binary/.dylibs/libkrb5.3.3.dylib,sha256=_7kETo0hIxSXbcILx6Lm5omcGXvp2fgr8u7NIAQxywg,1004592
22
+ psycopg_binary/.dylibs/libkrb5support.1.1.dylib,sha256=PuzZJphgNpQqoQg8DWR0P8HthYq8I_aRa_p0-cNf1Qg,79040
23
+ psycopg_binary/.dylibs/libk5crypto.3.1.dylib,sha256=6aFPorod_iigQThizmo8DTM2Zv5ecQh0nnY2tXtICZU,208976
@@ -1,23 +0,0 @@
1
- psycopg_binary-3.2.10.dist-info/RECORD,,
2
- psycopg_binary-3.2.10.dist-info/WHEEL,sha256=Kx6RWhSVfL88-gHgRuuK5c46fDrxzStSDcWbfEAkrVo,108
3
- psycopg_binary-3.2.10.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
4
- psycopg_binary-3.2.10.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
5
- psycopg_binary-3.2.10.dist-info/METADATA,sha256=I-7myDUnSpAN4b4KsKm6K3XlaBMT9WkA8ITpnPPEnA0,2945
6
- psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
7
- psycopg_binary/_psycopg.pyi,sha256=3Ed9ZMY4nU-q_mswzXBJeAdGclyxjeuJEns-VhAMEp4,3233
8
- psycopg_binary/version.py,sha256=AchcLWfoay902mrP3j1Qy3nQ2F5QOzNIv8Yy0NdwFrc,246
9
- psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
10
- psycopg_binary/_psycopg.cpython-38-darwin.so,sha256=Wx4GBHh2QmOAZ6PwZ9bIn6FVEmGofjr1jDnkuP7vBJE,931104
11
- psycopg_binary/pq.cpython-38-darwin.so,sha256=ep5Y8RTJENwobCXLhtyvFWJd6ClABmSRBIZRQv_-mXQ,398944
12
- psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- psycopg_binary/.dylibs/libcom_err.3.0.dylib,sha256=9dlHA1A3bMYim00R6cgiPnnPuWKBTMLmT1ELPpa8EzM,37152
14
- psycopg_binary/.dylibs/libldap.2.dylib,sha256=Fpi-8PR-xP2HsKTCq4zCeIQr0dD-OdSjDfOeZOS8NxQ,470320
15
- psycopg_binary/.dylibs/libpq.5.dylib,sha256=WR-4M6wnlak0EV8XVTNBbMivMLEPz34lfeykEA_Zcrg,339600
16
- psycopg_binary/.dylibs/libsasl2.3.dylib,sha256=4H9N1qbYKFOSqSi98MbgID-Yyms6UJgZI9WreVCVzYk,140496
17
- psycopg_binary/.dylibs/libssl.3.dylib,sha256=sPtcY1pg71Ncgfeft-M20VMntvp1LHtyLzly--bw5fk,1029920
18
- psycopg_binary/.dylibs/libcrypto.3.dylib,sha256=7W8si9U0UicLqSjY1fpOlYaTSi-HQIvXwmK8ezdUYXY,5507344
19
- psycopg_binary/.dylibs/libgssapi_krb5.2.2.dylib,sha256=QSpkWvV2ifYP7Fa7G6Uu1V8e7GRzxQLbJRO7j5917iw,392560
20
- psycopg_binary/.dylibs/liblber.2.dylib,sha256=ploNXtHpo_7VNJuDZVmHcpPv6ZO3m9yB5tAFpCdPXO4,106688
21
- psycopg_binary/.dylibs/libkrb5.3.3.dylib,sha256=98so_17FkNCTFXgOnMg7YYZ4Ph-Jp3Dx7nCnJRaDE7M,1004064
22
- psycopg_binary/.dylibs/libkrb5support.1.1.dylib,sha256=-IWvFZe_ScgJN8w6wergUkmR21KHUt_RUInElk-lEUE,79040
23
- psycopg_binary/.dylibs/libk5crypto.3.1.dylib,sha256=idJUcF6g-sT_e1pFrzDIKBWc9njdPWheqXQ1c4lr084,208832