sop4py 2.0.4__py3-none-any.whl → 2.0.5__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 sop4py might be problematic. Click here for more details.

sop/test_btree.py CHANGED
@@ -1,11 +1,11 @@
1
1
  import pytest
2
2
  import unittest
3
- import transaction
4
- import btree
5
- import context
3
+ from . import transaction
4
+ from . import btree
5
+ from . import context
6
6
 
7
7
  from datetime import timedelta
8
- from redis import *
8
+ from .redis import *
9
9
 
10
10
  from dataclasses import dataclass
11
11
 
sop/test_btree_idx.py CHANGED
@@ -1,10 +1,10 @@
1
1
  import unittest
2
- import transaction
3
- import btree
4
- import context
2
+ from . import transaction
3
+ from . import btree
4
+ from . import context
5
5
 
6
- from redis import *
7
- from test_btree import to
6
+ from .redis import *
7
+ from .test_btree import to
8
8
 
9
9
  from dataclasses import dataclass
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sop4py
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: Scalable Objects Persistence for Python. Beta 3 Release
5
5
  Author-email: Gerardo Recinto <gerardorecinto@yahoo.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -13,10 +13,10 @@ sop/libjsondb_arm64darwin.h,sha256=V6vvqBwxSgbTmexvtwZikAlsQNdAXZq8gr9DvfVG1bo,2
13
13
  sop/libjsondb_arm64linux.h,sha256=V6vvqBwxSgbTmexvtwZikAlsQNdAXZq8gr9DvfVG1bo,2860
14
14
  sop/libjsondb_arm64linux.so,sha256=xenUUgnGuChd2_EoNHpiZSXm5tadXI9QX9KtGTEM8YE,18506344
15
15
  sop/redis.py,sha256=M2gZEDAPntG2HpV74Uc1FDneCWVFvsf3nv3zZ1Zx-3A,1165
16
- sop/test_btree.py,sha256=4hUvZM1eXU2SrdgjZSXRtDFV9nWnTF-aDfFeJ8XZpbs,13071
17
- sop/test_btree_idx.py,sha256=FcKosiDEaBkBw-zhHcP3EjdB3_FOcTo7YkGKaQtBnUo,2231
16
+ sop/test_btree.py,sha256=dmzto0m_y81RsU7e6i1GIQjq_eGQ_lSj0Ayilh2IqNY,13093
17
+ sop/test_btree_idx.py,sha256=4Nus9UzaYWqfX1DfPbbeFffhvelVeVsBbaqpJB-5RXs,2254
18
18
  sop/transaction.py,sha256=Rl92TCdHgYIrCZBIrncOcjDhoT1THKYX5mFHN1sr85c,5767
19
- sop4py-2.0.4.dist-info/METADATA,sha256=NEuLVwt59NAesR3soDROSi5drgk4ZBEumtINAhhtGEc,6930
20
- sop4py-2.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- sop4py-2.0.4.dist-info/top_level.txt,sha256=Xg42qRXwoOKelr7Lc8cpmy9uuBU3LtD3tPLHVnt0aHs,4
22
- sop4py-2.0.4.dist-info/RECORD,,
19
+ sop4py-2.0.5.dist-info/METADATA,sha256=I-BNB8azqbU6M4LfP8sjtso09woSYwtlXhairp8mzH4,6930
20
+ sop4py-2.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ sop4py-2.0.5.dist-info/top_level.txt,sha256=Xg42qRXwoOKelr7Lc8cpmy9uuBU3LtD3tPLHVnt0aHs,4
22
+ sop4py-2.0.5.dist-info/RECORD,,
File without changes