sop4py 2.0.6__tar.gz → 2.0.7__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.6/sop4py.egg-info → sop4py-2.0.7}/PKG-INFO +2 -2
  2. {sop4py-2.0.6 → sop4py-2.0.7}/pyproject.toml +2 -2
  3. {sop4py-2.0.6 → sop4py-2.0.7/sop4py.egg-info}/PKG-INFO +2 -2
  4. {sop4py-2.0.6 → sop4py-2.0.7}/MANIFEST.in +0 -0
  5. {sop4py-2.0.6 → sop4py-2.0.7}/README.md +0 -0
  6. {sop4py-2.0.6 → sop4py-2.0.7}/setup.cfg +0 -0
  7. {sop4py-2.0.6 → sop4py-2.0.7}/sop/__init__.py +0 -0
  8. {sop4py-2.0.6 → sop4py-2.0.7}/sop/btree.py +0 -0
  9. {sop4py-2.0.6 → sop4py-2.0.7}/sop/call_go.py +0 -0
  10. {sop4py-2.0.6 → sop4py-2.0.7}/sop/context.py +0 -0
  11. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_amd64darwin.dylib +0 -0
  12. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_amd64darwin.h +0 -0
  13. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_amd64linux.h +0 -0
  14. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_amd64linux.so +0 -0
  15. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_amd64windows.dll +0 -0
  16. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_amd64windows.h +0 -0
  17. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_arm64darwin.dylib +0 -0
  18. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_arm64darwin.h +0 -0
  19. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_arm64linux.h +0 -0
  20. {sop4py-2.0.6 → sop4py-2.0.7}/sop/libjsondb_arm64linux.so +0 -0
  21. {sop4py-2.0.6 → sop4py-2.0.7}/sop/redis.py +0 -0
  22. {sop4py-2.0.6 → sop4py-2.0.7}/sop/test_btree.py +0 -0
  23. {sop4py-2.0.6 → sop4py-2.0.7}/sop/test_btree_idx.py +0 -0
  24. {sop4py-2.0.6 → sop4py-2.0.7}/sop/transaction.py +0 -0
  25. {sop4py-2.0.6 → sop4py-2.0.7}/sop4py.egg-info/SOURCES.txt +0 -0
  26. {sop4py-2.0.6 → sop4py-2.0.7}/sop4py.egg-info/dependency_links.txt +0 -0
  27. {sop4py-2.0.6 → sop4py-2.0.7}/sop4py.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sop4py
3
- Version: 2.0.6
4
- Summary: Scalable Objects Persistence for Python. Beta 3 Release
3
+ Version: 2.0.7
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
7
7
  Classifier: License :: OSI Approved :: MIT License
@@ -7,11 +7,11 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "sop4py"
10
- version = "2.0.6"
10
+ version = "2.0.7"
11
11
  authors = [
12
12
  { name="Gerardo Recinto", email="gerardorecinto@yahoo.com" },
13
13
  ]
14
- description = "Scalable Objects Persistence for Python. Beta 3 Release"
14
+ description = "Scalable Objects Persistence for Python. Release Candidate 1 (RC1) Release"
15
15
  readme = "README.md"
16
16
  requires-python = ">=3.7"
17
17
  classifiers = [
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sop4py
3
- Version: 2.0.6
4
- Summary: Scalable Objects Persistence for Python. Beta 3 Release
3
+ Version: 2.0.7
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
7
7
  Classifier: License :: OSI Approved :: MIT License
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
File without changes