psycopg-binary 3.2.7__cp313-cp313-musllinux_1_2_i686.whl → 3.2.9__cp313-cp313-musllinux_1_2_i686.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.

@@ -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 | None: ...
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psycopg-binary
3
- Version: 3.2.7
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)
@@ -1,8 +1,8 @@
1
1
  psycopg_binary/__init__.py,sha256=5kxw9Qdn8ubIi4ik92mxZOsjr5UO0vwq5T5S0BhCWGg,402
2
- psycopg_binary/_psycopg.cpython-313-i386-linux-musl.so,sha256=lcTZzKk_yS_gO8M-fA-CiLqgN97ymvlUH4R4udUFg9g,922593
3
- psycopg_binary/_psycopg.pyi,sha256=uCDlLoK7ipWj-XdkRpR5d1ZwQBr6kn4QKywzbuphA2Q,3240
2
+ psycopg_binary/_psycopg.cpython-313-i386-linux-musl.so,sha256=A3XN8F6r4SMIyJgpn0UYLD5VozTvFLhX6Lhl90cSo6U,926689
3
+ psycopg_binary/_psycopg.pyi,sha256=3Ed9ZMY4nU-q_mswzXBJeAdGclyxjeuJEns-VhAMEp4,3233
4
4
  psycopg_binary/_uuid.py,sha256=2qmCSE61jkn5o6HFqiS6o7a_YtQj19ZeogUO-4YVuG0,765
5
- psycopg_binary/pq.cpython-313-i386-linux-musl.so,sha256=PudaqRVPlGi3awh95EPt3m-QSMP6_QGo5jsw77jqS8E,435925
5
+ psycopg_binary/pq.cpython-313-i386-linux-musl.so,sha256=fY2mRuPsElk_MA_1krBQzYSr_DTRVw9SkTCZoSpQdIY,435925
6
6
  psycopg_binary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  psycopg_binary/version.py,sha256=MfZD84KKXi17AqKx1JY_ne89d_c8sERObKoe47f_48o,236
8
8
  psycopg_binary.libs/libcom_err-bc2448ef.so.2.1,sha256=GFN1ITU2oz16P87-agM5Mvj9QlUUGc1s6XQdh1PYg5U,17449
@@ -14,11 +14,11 @@ psycopg_binary.libs/libkrb5-f4be7b04.so.3.3,sha256=X2cWA3CGlrTxUOLn2_2VxLWDsIyz3
14
14
  psycopg_binary.libs/libkrb5support-c9bc7e71.so.0.1,sha256=JXObr8CaKCEr3FHQ3q2GsUDy1SL4sN1yAq_vw4SEXxM,48933
15
15
  psycopg_binary.libs/liblber-fa5ba068.so.2.0.200,sha256=bi3VJZIqbR3Ae0YJ6VXIQWrKkwr2wWdXhWNt6SPcCrU,57357
16
16
  psycopg_binary.libs/libldap-2d19afc7.so.2.0.200,sha256=mvijY81Z14jj0K_q_bXv5pgQoG9dY-JbqbZ0e557ZJU,357121
17
- psycopg_binary.libs/libpq-0672a1ff.so.5.17,sha256=eNJGK9fQ1LdBdPXzpS2IiI2wus7wtlNNdAARJsltqOk,403869
17
+ psycopg_binary.libs/libpq-943c5f86.so.5.17,sha256=bN0P56hZqU4asG--zr9a-pvNmskbC6pYhqD0DZXpkeQ,403869
18
18
  psycopg_binary.libs/libsasl2-e76b7eee.so.3.0.0,sha256=fsAWtr2IzpdmMJ0z1TD-Ffw2WK_wc3oDOOjzXKyKTzo,103533
19
19
  psycopg_binary.libs/libssl-4c2cdc87.so.3,sha256=6qppRiXYKR9pLD0r-pgRqy-BfJXl-1YidnVEcLxMykc,871821
20
- psycopg_binary-3.2.7.dist-info/METADATA,sha256=TOw88qLEcqFGbi1XhlRwXwmkGugzJI4uXjB-AlSKvT4,2855
21
- psycopg_binary-3.2.7.dist-info/WHEEL,sha256=jtyaHWw_tmPrVjB99pXdXXehh8jBCU6KlaulC_DhmdU,110
22
- psycopg_binary-3.2.7.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
23
- psycopg_binary-3.2.7.dist-info/RECORD,,
24
- psycopg_binary-3.2.7.dist-info/licenses/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
20
+ psycopg_binary-3.2.9.dist-info/METADATA,sha256=8JtTtSA8nwkZC-TY0i_4xONYev01JZuFO7ihVyoUrLA,2915
21
+ psycopg_binary-3.2.9.dist-info/WHEEL,sha256=USkbjC_8NKEwUP4KR_qGCfxfI39m8qR3FowZeXBDlxE,110
22
+ psycopg_binary-3.2.9.dist-info/top_level.txt,sha256=8OM_PsAa5oKkzVvRu8kDESihBQo_LXqwG_nrlecubIk,15
23
+ psycopg_binary-3.2.9.dist-info/RECORD,,
24
+ psycopg_binary-3.2.9.dist-info/licenses/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.1)
2
+ Generator: setuptools (80.4.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-musllinux_1_2_i686
5
5
 
Binary file