cdxcore 0.1.21__tar.gz → 0.1.22__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 cdxcore might be problematic. Click here for more details.

Files changed (45) hide show
  1. {cdxcore-0.1.21 → cdxcore-0.1.22}/PKG-INFO +1 -1
  2. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/__init__.py +1 -1
  3. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/subdir.py +0 -1
  4. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore.egg-info/PKG-INFO +1 -1
  5. {cdxcore-0.1.21 → cdxcore-0.1.22}/pyproject.toml +1 -1
  6. {cdxcore-0.1.21 → cdxcore-0.1.22}/LICENSE +0 -0
  7. {cdxcore-0.1.21 → cdxcore-0.1.22}/README.md +0 -0
  8. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/config.py +0 -0
  9. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/deferred.py +0 -0
  10. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/dynalimits.py +0 -0
  11. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/dynaplot.py +0 -0
  12. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/err.py +0 -0
  13. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/filelock.py +0 -0
  14. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/jcpool.py +0 -0
  15. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/npio.py +0 -0
  16. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/npshm.py +0 -0
  17. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/pretty.py +0 -0
  18. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/uniquehash.py +0 -0
  19. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/util.py +0 -0
  20. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/verbose.py +0 -0
  21. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore/version.py +0 -0
  22. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore.egg-info/SOURCES.txt +0 -0
  23. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore.egg-info/dependency_links.txt +0 -0
  24. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore.egg-info/requires.txt +0 -0
  25. {cdxcore-0.1.21 → cdxcore-0.1.22}/cdxcore.egg-info/top_level.txt +0 -0
  26. {cdxcore-0.1.21 → cdxcore-0.1.22}/docs/source/conf.py +0 -0
  27. {cdxcore-0.1.21 → cdxcore-0.1.22}/setup.cfg +0 -0
  28. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_config.py +0 -0
  29. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_deferred.py +0 -0
  30. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_err.py +0 -0
  31. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_jcpool.py +0 -0
  32. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_npio.py +0 -0
  33. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_npshm.py +0 -0
  34. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_pretty.py +0 -0
  35. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_subdir.py +0 -0
  36. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_uniquehash.py +0 -0
  37. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_util.py +0 -0
  38. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_verbose.py +0 -0
  39. {cdxcore-0.1.21 → cdxcore-0.1.22}/tests/test_version.py +0 -0
  40. {cdxcore-0.1.21 → cdxcore-0.1.22}/tmp/filelock.py +0 -0
  41. {cdxcore-0.1.21 → cdxcore-0.1.22}/tmp/np.py +0 -0
  42. {cdxcore-0.1.21 → cdxcore-0.1.22}/tmp/npsh1.py +0 -0
  43. {cdxcore-0.1.21 → cdxcore-0.1.22}/tmp/sharedarray.py +0 -0
  44. {cdxcore-0.1.21 → cdxcore-0.1.22}/up/git_message.py +0 -0
  45. {cdxcore-0.1.21 → cdxcore-0.1.22}/up/pip_modify_setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cdxcore
3
- Version: 0.1.21
3
+ Version: 0.1.22
4
4
  Summary: Basic Python Tools; upgraded cdxbasics
5
5
  Author-email: Hans Buehler <github@buehler.london>
6
6
  License-Expression: MIT
@@ -4,4 +4,4 @@ Created on June 2022
4
4
  @author: hansb
5
5
  """
6
6
 
7
- __version__ = "0.1.21" # auto-updated by setup.py
7
+ __version__ = "0.1.22" # auto-updated by setup.py
@@ -3394,7 +3394,6 @@ def VersionedCacheRoot( directory : str, *,
3394
3394
  A root directory suitable for caching.
3395
3395
  """
3396
3396
  controller = CacheController(**controller_kwargs) if len(controller_kwargs) > 0 else None
3397
- return SubDir( directory, ext=ext, fmt=fmt, create_directory=create_directory, controller=controller )
3398
3397
 
3399
3398
  version = version_decorator
3400
3399
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cdxcore
3
- Version: 0.1.21
3
+ Version: 0.1.22
4
4
  Summary: Basic Python Tools; upgraded cdxbasics
5
5
  Author-email: Hans Buehler <github@buehler.london>
6
6
  License-Expression: MIT
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "cdxcore"
9
- version = "0.1.21"
9
+ version = "0.1.22"
10
10
  description = "Basic Python Tools; upgraded cdxbasics"
11
11
  authors = [{ name = "Hans Buehler", email = "github@buehler.london" }]
12
12
  readme = "README.md"
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
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
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