cdxcore 0.1.21__tar.gz → 0.1.23__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.23}/PKG-INFO +1 -1
  2. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/__init__.py +1 -1
  3. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/subdir.py +1 -1
  4. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore.egg-info/PKG-INFO +1 -1
  5. {cdxcore-0.1.21 → cdxcore-0.1.23}/pyproject.toml +1 -1
  6. {cdxcore-0.1.21 → cdxcore-0.1.23}/LICENSE +0 -0
  7. {cdxcore-0.1.21 → cdxcore-0.1.23}/README.md +0 -0
  8. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/config.py +0 -0
  9. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/deferred.py +0 -0
  10. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/dynalimits.py +0 -0
  11. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/dynaplot.py +0 -0
  12. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/err.py +0 -0
  13. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/filelock.py +0 -0
  14. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/jcpool.py +0 -0
  15. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/npio.py +0 -0
  16. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/npshm.py +0 -0
  17. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/pretty.py +0 -0
  18. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/uniquehash.py +0 -0
  19. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/util.py +0 -0
  20. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/verbose.py +0 -0
  21. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore/version.py +0 -0
  22. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore.egg-info/SOURCES.txt +0 -0
  23. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore.egg-info/dependency_links.txt +0 -0
  24. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore.egg-info/requires.txt +0 -0
  25. {cdxcore-0.1.21 → cdxcore-0.1.23}/cdxcore.egg-info/top_level.txt +0 -0
  26. {cdxcore-0.1.21 → cdxcore-0.1.23}/docs/source/conf.py +0 -0
  27. {cdxcore-0.1.21 → cdxcore-0.1.23}/setup.cfg +0 -0
  28. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_config.py +0 -0
  29. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_deferred.py +0 -0
  30. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_err.py +0 -0
  31. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_jcpool.py +0 -0
  32. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_npio.py +0 -0
  33. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_npshm.py +0 -0
  34. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_pretty.py +0 -0
  35. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_subdir.py +0 -0
  36. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_uniquehash.py +0 -0
  37. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_util.py +0 -0
  38. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_verbose.py +0 -0
  39. {cdxcore-0.1.21 → cdxcore-0.1.23}/tests/test_version.py +0 -0
  40. {cdxcore-0.1.21 → cdxcore-0.1.23}/tmp/filelock.py +0 -0
  41. {cdxcore-0.1.21 → cdxcore-0.1.23}/tmp/np.py +0 -0
  42. {cdxcore-0.1.21 → cdxcore-0.1.23}/tmp/npsh1.py +0 -0
  43. {cdxcore-0.1.21 → cdxcore-0.1.23}/tmp/sharedarray.py +0 -0
  44. {cdxcore-0.1.21 → cdxcore-0.1.23}/up/git_message.py +0 -0
  45. {cdxcore-0.1.21 → cdxcore-0.1.23}/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.23
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.23" # auto-updated by setup.py
@@ -3394,7 +3394,7 @@ 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 )
3397
+ return SubDir( directory, ext=ext, fmt=fmt, create_directory=create_directory, cache_controller=controller )
3398
3398
 
3399
3399
  version = version_decorator
3400
3400
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cdxcore
3
- Version: 0.1.21
3
+ Version: 0.1.23
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.23"
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