xloft 0.6.1__py3-none-any.whl → 0.6.2__py3-none-any.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 xloft might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xloft
3
- Version: 0.6.1
3
+ Version: 0.6.2
4
4
  Summary: (XLOFT) X-Library of tools
5
5
  Project-URL: Homepage, https://github.com/kebasyaty/xloft
6
6
  Project-URL: Repository, https://github.com/kebasyaty/xloft
@@ -188,7 +188,7 @@ is_number("1230.0123") # => True
188
188
  is_number("1230.0") # => True
189
189
  is_number("1230") # => True
190
190
  is_number("1.23e-5") # => True
191
- is_number("1.23e-05") # => True
191
+ is_number("1.23E-5") # => True
192
192
  is_number(".5") # => True
193
193
 
194
194
  is_number("") # => False
@@ -4,7 +4,7 @@ xloft/human.py,sha256=WQbVOKpOvzGot-c7f3xitbS05JUIQmj3dreGtRV6GA0,1792
4
4
  xloft/it_is.py,sha256=Uac1du1Z_rUf3e8uThLWcSYU0F27zThBDW6UMUEHz88,480
5
5
  xloft/namedtuple.py,sha256=egEULlfATXM8gMhAMjQSHocwTudqqzXDGTYGZVSUGZs,5725
6
6
  xloft/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- xloft-0.6.1.dist-info/METADATA,sha256=Uu6iu9OFbeogIvdQjB9Weg73TsRynofz2E1z9GGxNUw,7502
8
- xloft-0.6.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- xloft-0.6.1.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
10
- xloft-0.6.1.dist-info/RECORD,,
7
+ xloft-0.6.2.dist-info/METADATA,sha256=-sYtMS0tbSWPLTHN5i4cC8O2aD0rUbP_lQYSYBLOz3A,7501
8
+ xloft-0.6.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ xloft-0.6.2.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
10
+ xloft-0.6.2.dist-info/RECORD,,
File without changes