without-durability-sqlite 0.0.4__tar.gz → 0.0.5__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.
- {without_durability_sqlite-0.0.4 → without_durability_sqlite-0.0.5}/PKG-INFO +2 -2
- {without_durability_sqlite-0.0.4 → without_durability_sqlite-0.0.5}/pyproject.toml +2 -2
- {without_durability_sqlite-0.0.4 → without_durability_sqlite-0.0.5}/pyproject.toml.orig +2 -2
- {without_durability_sqlite-0.0.4 → without_durability_sqlite-0.0.5}/README.md +0 -0
- {without_durability_sqlite-0.0.4 → without_durability_sqlite-0.0.5}/src/without_durability_sqlite/__init__.py +0 -0
- {without_durability_sqlite-0.0.4 → without_durability_sqlite-0.0.5}/src/without_durability_sqlite/py.typed +0 -0
- {without_durability_sqlite-0.0.4 → without_durability_sqlite-0.0.5}/src/without_durability_sqlite/store.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: without-durability-sqlite
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: A without-durability checkpoint store and queue backed by one SQLite file, with no server and no third-party driver.
|
|
5
5
|
Author: Josh Karpel
|
|
6
6
|
Author-email: Josh Karpel <josh.karpel@gmail.com>
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.14
|
|
15
15
|
Classifier: Topic :: Software Development :: Libraries
|
|
16
16
|
Classifier: Typing :: Typed
|
|
17
|
-
Requires-Dist: without-durability==0.0.
|
|
17
|
+
Requires-Dist: without-durability==0.0.5
|
|
18
18
|
Requires-Python: >=3.14
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "without-durability-sqlite"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.5"
|
|
8
8
|
description = "A without-durability checkpoint store and queue backed by one SQLite file, with no server and no third-party driver."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -20,7 +20,7 @@ classifiers = [
|
|
|
20
20
|
"Topic :: Software Development :: Libraries",
|
|
21
21
|
"Typing :: Typed",
|
|
22
22
|
]
|
|
23
|
-
dependencies = ["without-durability==0.0.
|
|
23
|
+
dependencies = ["without-durability==0.0.5"]
|
|
24
24
|
|
|
25
25
|
[[project.authors]]
|
|
26
26
|
name = "Josh Karpel"
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "without-durability-sqlite"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.5"
|
|
8
8
|
description = "A without-durability checkpoint store and queue backed by one SQLite file, with no server and no third-party driver."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -24,7 +24,7 @@ classifiers = [
|
|
|
24
24
|
"Typing :: Typed",
|
|
25
25
|
]
|
|
26
26
|
dependencies = [
|
|
27
|
-
"without-durability==0.0.
|
|
27
|
+
"without-durability==0.0.5",
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
[tool.uv.sources]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|