psqlpy 0.11.6__cp312-cp312-musllinux_1_2_i686.whl → 0.11.8__cp312-cp312-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 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=IwT8zEy1VK_Z3k1kXwCVG0sZKgLabQCo4AXGdGj5rsM,105
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-b5472b99.so.1,sha256=wh8CpjXz9IccAyeERcB7YDEx7NH2jF-PykwOyYNeRRI,453841
1
+ psqlpy-0.11.8.dist-info/METADATA,sha256=tXjsEhx7tDYhYWYKk5hR5Rj27bwRYygfEJCgBzOR4_w,1452
2
+ psqlpy-0.11.8.dist-info/WHEEL,sha256=3_3CUo2JvkcrzzY4Rj0emr2wH13Atai4cQdhsuQKYbM,105
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-27e5a392.so.1,sha256=x5sO63liVwXxrjGGP371wB0RyQe1KEnIynYm82T0G0M,449745
6
6
  psqlpy/__init__.py,sha256=w0a1HvjkEGAmg5dax_hkrur8y3WZT0caFmFVfMmyvxs,838
7
- psqlpy/_internal.cpython-312-i386-linux-musl.so,sha256=CWK9OuMXhcPfCeUMUsJRfCWIKbbR1ggnBFslPdvsu6c,12562893
7
+ psqlpy/_internal.cpython-312-i386-linux-musl.so,sha256=fmRdy7Bwk3bxXcrCVMsCWRmXhqCrmbGMiVJOdtUeYuU,12583373
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_i686
index c3d4228..159bb6b 100755
Binary file