sop4py 2.0.8__py3-none-any.whl → 2.0.9__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sop4py
3
- Version: 2.0.8
3
+ Version: 2.0.9
4
4
  Summary: Scalable Objects Persistence for Python. Release Candidate 1 (RC1) Release
5
5
  Author-email: Gerardo Recinto <gerardorecinto@yahoo.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -135,6 +135,7 @@ You can specify a Key structure that can be complex like a class and cherry pick
135
135
 
136
136
  Here is a good example to illustrate this use-case.
137
137
  ```
138
+ import unittest
138
139
  from . import transaction
139
140
  from . import btree
140
141
  from . import context
@@ -16,7 +16,7 @@ sop/redis.py,sha256=M2gZEDAPntG2HpV74Uc1FDneCWVFvsf3nv3zZ1Zx-3A,1165
16
16
  sop/test_btree.py,sha256=dmzto0m_y81RsU7e6i1GIQjq_eGQ_lSj0Ayilh2IqNY,13093
17
17
  sop/test_btree_idx.py,sha256=4Nus9UzaYWqfX1DfPbbeFffhvelVeVsBbaqpJB-5RXs,2254
18
18
  sop/transaction.py,sha256=Rl92TCdHgYIrCZBIrncOcjDhoT1THKYX5mFHN1sr85c,5767
19
- sop4py-2.0.8.dist-info/METADATA,sha256=G7_0tLKWzhlBFtXI7BQ2iCMYlenJ0IPGvEdMXMhk_9U,11149
20
- sop4py-2.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- sop4py-2.0.8.dist-info/top_level.txt,sha256=Xg42qRXwoOKelr7Lc8cpmy9uuBU3LtD3tPLHVnt0aHs,4
22
- sop4py-2.0.8.dist-info/RECORD,,
19
+ sop4py-2.0.9.dist-info/METADATA,sha256=Yq1QL21sOOY0eKNQmDunycFA_DA_x-p9xxBbPyU6lx0,11165
20
+ sop4py-2.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ sop4py-2.0.9.dist-info/top_level.txt,sha256=Xg42qRXwoOKelr7Lc8cpmy9uuBU3LtD3tPLHVnt0aHs,4
22
+ sop4py-2.0.9.dist-info/RECORD,,
File without changes