Cut version 0.0.1b14
authorScott Gasch <[email protected]>
Sun, 2 Apr 2023 19:17:39 +0000 (12:17 -0700)
committerScott Gasch <[email protected]>
Sun, 2 Apr 2023 19:17:39 +0000 (12:17 -0700)
dist/pyutils-0.0.1b14-py3-none-any.whl [new file with mode: 0644]
dist/pyutils-0.0.1b14-py3-none-any.whl.md5 [new file with mode: 0644]
dist/pyutils-latest-py3-none-any.whl [new symlink]
pyproject.toml
release_notes.md

diff --git a/dist/pyutils-0.0.1b14-py3-none-any.whl b/dist/pyutils-0.0.1b14-py3-none-any.whl
new file mode 100644 (file)
index 0000000..36c1d71
Binary files /dev/null and b/dist/pyutils-0.0.1b14-py3-none-any.whl differ
diff --git a/dist/pyutils-0.0.1b14-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b14-py3-none-any.whl.md5
new file mode 100644 (file)
index 0000000..dfef43b
--- /dev/null
@@ -0,0 +1 @@
+MD5 (pyutils-0.0.1b14-py3-none-any.whl) = 539dd4e0eef56fe431f3165bf05adf22
diff --git a/dist/pyutils-latest-py3-none-any.whl b/dist/pyutils-latest-py3-none-any.whl
new file mode 120000 (symlink)
index 0000000..e18ce9c
--- /dev/null
@@ -0,0 +1 @@
+pyutils-0.0.1b14-py3-none-any.whl
\ No newline at end of file
index 2552f3bc300f5ec78521ec622cee39ff9752f6bb..deb0092bd14964eb3b76d8ad87604ae872a11b5d 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b13"
+version = "0.0.1b14"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
@@ -45,7 +45,7 @@ build-backend = "setuptools.build_meta"
 packages = [
     "pyutils", "pyutils.collectionz", "pyutils.compress",
     "pyutils.datetimes", "pyutils.files", "pyutils.parallelize",
-    "pyutils.search", "pyutils.security", "pyutils.types"
+    "pyutils.search", "pyutils.security", "pyutils.typez"
 ]
 
 [tool.setuptools.package-dir]
index 9f472e478f85810dba24de6bffea061e442a98cd..898dcce1201060559fbd67c5fd8c02f9a794194b 100644 (file)
@@ -385,3 +385,54 @@ This version -------- 0.0.1b13
 Previous version ---- 0.0.1b12
 Total commits -------       28
 ```
+# 🎁 Release notes (`0.0.1b14`)
+
+## Changes
+- Fix another place for types -> typez
+- Make cron.py warn on no --timeout which can lead to stale locks.
+- Fix a bug around the computation of zookeeper lockfile expirations.
+- Remove package.
+- Use CreateFileWithMode for cache.
+- Make persistent use tighter permissions by default.
+- Fix clear_preexisting_handers functionality.
+- Adds a doctest.
+- Another types reference in the docs.
+- Rename in the docs.
+- types -> typez as the name mirrors a python core library name.
+- Add and use valid_byte_count.
+- Cut version 0.0.1b13
+- Remove tprint, add docs.
+- Document this logging stuff.
+- Removes my hacky --lmodule which I will miss dearly but it was preventing the cool LoggingContext which is now added.
+- Cleanup.
+- Adds LoggingContext.
+- Cut version 0.0.1b12
+- Do this logging stuff the right way.
+- Cut version 0.0.1b11
+- Rename that class; it doesn't just prepend...
+- Improve pydocs.
+- Fix pydocs
+- Create methods to dynamically prepend or append messages to all log messages produced by the current thread.
+- Update docs.
+- Cut version 0.0.1b10
+- More cleanup.
+- More spring cleaning.
+- I guess it's 2023 now...
+- Adds a new color.
+- Augment logging at startup in debug mode; fix a bug in config.
+- Fix logger.exception messages in example code.
+- Fix logger.exception() calls.
+- Use full path for grep.
+- Make logging use execute_probabilstically.
+- Improve docs and add a doctest.
+- Adds execute_probabilistically.
+- Minor tweaks.
+- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
+- Cut version 0.0.1b9
+
+## Metadata
+```
+This version -------- 0.0.1b14
+Previous version ---- 0.0.14
+Total commits -------       41
+```