sop4py 2.0.8__tar.gz → 2.0.9__tar.gz

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.

Files changed (27) hide show
  1. {sop4py-2.0.8/sop4py.egg-info → sop4py-2.0.9}/PKG-INFO +2 -1
  2. {sop4py-2.0.8 → sop4py-2.0.9}/README.md +1 -0
  3. {sop4py-2.0.8 → sop4py-2.0.9}/pyproject.toml +1 -1
  4. {sop4py-2.0.8 → sop4py-2.0.9/sop4py.egg-info}/PKG-INFO +2 -1
  5. {sop4py-2.0.8 → sop4py-2.0.9}/MANIFEST.in +0 -0
  6. {sop4py-2.0.8 → sop4py-2.0.9}/setup.cfg +0 -0
  7. {sop4py-2.0.8 → sop4py-2.0.9}/sop/__init__.py +0 -0
  8. {sop4py-2.0.8 → sop4py-2.0.9}/sop/btree.py +0 -0
  9. {sop4py-2.0.8 → sop4py-2.0.9}/sop/call_go.py +0 -0
  10. {sop4py-2.0.8 → sop4py-2.0.9}/sop/context.py +0 -0
  11. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_amd64darwin.dylib +0 -0
  12. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_amd64darwin.h +0 -0
  13. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_amd64linux.h +0 -0
  14. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_amd64linux.so +0 -0
  15. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_amd64windows.dll +0 -0
  16. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_amd64windows.h +0 -0
  17. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_arm64darwin.dylib +0 -0
  18. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_arm64darwin.h +0 -0
  19. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_arm64linux.h +0 -0
  20. {sop4py-2.0.8 → sop4py-2.0.9}/sop/libjsondb_arm64linux.so +0 -0
  21. {sop4py-2.0.8 → sop4py-2.0.9}/sop/redis.py +0 -0
  22. {sop4py-2.0.8 → sop4py-2.0.9}/sop/test_btree.py +0 -0
  23. {sop4py-2.0.8 → sop4py-2.0.9}/sop/test_btree_idx.py +0 -0
  24. {sop4py-2.0.8 → sop4py-2.0.9}/sop/transaction.py +0 -0
  25. {sop4py-2.0.8 → sop4py-2.0.9}/sop4py.egg-info/SOURCES.txt +0 -0
  26. {sop4py-2.0.8 → sop4py-2.0.9}/sop4py.egg-info/dependency_links.txt +0 -0
  27. {sop4py-2.0.8 → sop4py-2.0.9}/sop4py.egg-info/top_level.txt +0 -0
@@ -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
@@ -124,6 +124,7 @@ You can specify a Key structure that can be complex like a class and cherry pick
124
124
 
125
125
  Here is a good example to illustrate this use-case.
126
126
  ```
127
+ import unittest
127
128
  from . import transaction
128
129
  from . import btree
129
130
  from . import context
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "sop4py"
10
- version = "2.0.8"
10
+ version = "2.0.9"
11
11
  authors = [
12
12
  { name="Gerardo Recinto", email="gerardorecinto@yahoo.com" },
13
13
  ]
@@ -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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes