comrak 0.0.4__cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl → 0.0.6__cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.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 comrak might be problematic. Click here for more details.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comrak
3
- Version: 0.0.4
3
+ Version: 0.0.6
4
4
  Classifier: Intended Audience :: Developers
5
5
  Classifier: License :: OSI Approved :: MIT License
6
6
  Classifier: Programming Language :: Rust
@@ -14,6 +14,8 @@ Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Programming Language :: Python :: 3.13
15
15
  Classifier: Programming Language :: Python :: 3.9
16
16
  Requires-Dist: maturin[patchelf]>=1.8.2 ; extra == 'dev'
17
+ Requires-Dist: pdm>=2.22.3 ; extra == 'dev'
18
+ Requires-Dist: pdm-bump>=0.9.10 ; extra == 'dev'
17
19
  Requires-Dist: pre-commit>=4.1.0 ; extra == 'dev'
18
20
  Requires-Dist: markdown>=3.7 ; extra == 'bench'
19
21
  Requires-Dist: markdown2>=2.5.3 ; extra == 'bench'
@@ -89,5 +91,5 @@ Maintained by [lmmx](https://github.com/lmmx). Contributions welcome!
89
91
 
90
92
  ## License
91
93
 
92
- This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
94
+ Licensed under the 2-Clause BSD License. See [LICENSE](https://github.com/lmmx/comrak/blob/master/LICENSE) for all the details.
93
95
 
@@ -0,0 +1,6 @@
1
+ comrak-0.0.6.dist-info/METADATA,sha256=F2ranJiKlsbOget0BABiNG93r_6afNhFoWXwpj4YuNg,3811
2
+ comrak-0.0.6.dist-info/WHEEL,sha256=NwZ1Bex2drFu-Lw2kwyjPCqOtWHS2KI_N5YieVsbLgo,125
3
+ comrak-0.0.6.dist-info/licenses/LICENSE,sha256=Oph2Y_Nxhg7i9L9t1bW3LdtMQJNkIl5tDKLqmNnFnCs,8986
4
+ comrak/__init__.py,sha256=H-lprYD1Pf1TgIMrspnMxaKc6nzSR58I8zQEItFxzJg,107
5
+ comrak/comrak.cpython-39-s390x-linux-gnu.so,sha256=qByqzRUV-Kt11iAsWtOjAEUzNCpekLcPQJyQgKDnNSk,2288520
6
+ comrak-0.0.6.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- comrak-0.0.4.dist-info/METADATA,sha256=dPAFW_HFRKP7j5fTJqZK0cF9PVWp-Wo6pl0FnOrTNiU,3677
2
- comrak-0.0.4.dist-info/WHEEL,sha256=NwZ1Bex2drFu-Lw2kwyjPCqOtWHS2KI_N5YieVsbLgo,125
3
- comrak-0.0.4.dist-info/licenses/LICENSE,sha256=Oph2Y_Nxhg7i9L9t1bW3LdtMQJNkIl5tDKLqmNnFnCs,8986
4
- comrak/__init__.py,sha256=H-lprYD1Pf1TgIMrspnMxaKc6nzSR58I8zQEItFxzJg,107
5
- comrak/comrak.cpython-39-s390x-linux-gnu.so,sha256=42cp7jRd5EzoNsMTxnc8psfdMmByYDoOfVNnODpIQE0,2516464
6
- comrak-0.0.4.dist-info/RECORD,,
File without changes