psqlpy 0.11.6__cp312-cp312-musllinux_1_2_x86_64.whl → 0.11.8__cp312-cp312-musllinux_1_2_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 psqlpy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psqlpy
3
- Version: 0.11.6
3
+ Version: 0.11.8
4
4
  Classifier: Typing :: Typed
5
5
  Classifier: Topic :: Database
6
6
  Classifier: Development Status :: 4 - Beta
@@ -19,6 +19,8 @@ Classifier: Programming Language :: Python :: 3.9
19
19
  Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
22
24
  License-File: LICENSE
23
25
  Summary: Async PostgreSQL driver for Python written in Rust
24
26
  Keywords: postgresql,psql,async-driver,psql-driver,postgresql-driver,python-driver
@@ -1,10 +1,10 @@
1
- psqlpy-0.11.6.dist-info/METADATA,sha256=TqfhQ0h70DQkP4AsCvf-BHX2t9GYQVAfNTgKd8qaqKk,1350
2
- psqlpy-0.11.6.dist-info/WHEEL,sha256=Mj_w6H5CTq8bquhaiVILqP8ASIMNvFlc7Hm-hyTnGRE,107
3
- psqlpy-0.11.6.dist-info/entry_points.txt,sha256=kNGHhl8cqbZ25PuaS-Ez-7jl3_b_4rIajMSmdJzmKNo,74
4
- psqlpy-0.11.6.dist-info/licenses/LICENSE,sha256=UkxvzBjZdhB37ez6jaooRIOe3GON6A2MJ7RVsiOxlUc,1078
5
- psqlpy.libs/libgcc_s-1e52349c.so.1,sha256=Ani0u_W_tB8ESsFePO4D2mn2lrgWLhyFdw6RETxBTYM,437537
1
+ psqlpy-0.11.8.dist-info/METADATA,sha256=tXjsEhx7tDYhYWYKk5hR5Rj27bwRYygfEJCgBzOR4_w,1452
2
+ psqlpy-0.11.8.dist-info/WHEEL,sha256=ul53SS3q6xbD74HN-B31CGxQzexg0_kUK6LmkvUji7c,107
3
+ psqlpy-0.11.8.dist-info/entry_points.txt,sha256=kNGHhl8cqbZ25PuaS-Ez-7jl3_b_4rIajMSmdJzmKNo,74
4
+ psqlpy-0.11.8.dist-info/licenses/LICENSE,sha256=UkxvzBjZdhB37ez6jaooRIOe3GON6A2MJ7RVsiOxlUc,1078
5
+ psqlpy.libs/libgcc_s-98a1ef30.so.1,sha256=XOVRhHznCIpbSdhFoozhla-OfRqBtXftKPQ4cSMKjrs,433441
6
6
  psqlpy/__init__.py,sha256=w0a1HvjkEGAmg5dax_hkrur8y3WZT0caFmFVfMmyvxs,838
7
- psqlpy/_internal.cpython-312-x86_64-linux-musl.so,sha256=oJky560lXjpTF6GguWBrMOpbUyU0ODVRrd1Dsailsz0,15331913
7
+ psqlpy/_internal.cpython-312-x86_64-linux-musl.so,sha256=uV2tlP1UdkpbQ1sgYZclzqhb8pHElD_cW2wD_D4BE5E,15319625
8
8
  psqlpy/_internal/__init__.pyi,sha256=hqex0l2vyJB8n8y6Qt5f-g57_rHYWsfUxRh--D8CbUU,59371
9
9
  psqlpy/_internal/exceptions.pyi,sha256=6GQls4kgEjd9JXl8B8i9ycf_ktYcXFeLAKp_qiwsdHk,4970
10
10
  psqlpy/_internal/extra_types.pyi,sha256=47STvXQt2VQrPMCu3fmYR8-FmHD7fDh3NOerNjSCe6g,16999
@@ -13,4 +13,4 @@ psqlpy/exceptions.py,sha256=A2TTXu7b4w8_j64ZIUfSJB-ywmWn9rJclANapflv6So,1973
13
13
  psqlpy/extra_types.py,sha256=q51BPqYfsYic6j1RMfN8mAFg_FWiMF-5hfG2fhy8kIU,1613
14
14
  psqlpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  psqlpy/row_factories.py,sha256=QtTUEF1oNSANT6HMyk7tAS-LluCfLC7w2mYoJ5c8X-0,107
16
- psqlpy-0.11.6.dist-info/RECORD,,
16
+ psqlpy-0.11.8.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.3)
2
+ Generator: maturin (1.9.6)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-musllinux_1_2_x86_64
index fbf1265..c7d1060 100755
Binary file