acstore
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: acstore | ||
| Version: 20230101 | ||
| Version: 20230226 | ||
| Summary: Attribute Container Storage (ACStore). | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/log2timeline/acstore |
@@ -8,2 +8,2 @@ # -*- coding: utf-8 -*- | ||
| __version__ = '20230101' | ||
| __version__ = '20230226' |
@@ -189,3 +189,4 @@ # -*- coding: utf-8 -*- | ||
| f'Format version: {format_version:d} is too old and can no longer ' | ||
| f'be written.')) | ||
| f'be written, minimum supported version: ' | ||
| f'{self._APPEND_COMPATIBLE_FORMAT_VERSION:d}.')) | ||
@@ -195,3 +196,4 @@ if format_version < self._READ_COMPATIBLE_FORMAT_VERSION: | ||
| f'Format version: {format_version:d} is too old and can no longer ' | ||
| f'be read.')) | ||
| f'be read, minimum supported version: ' | ||
| f'{self._READ_COMPATIBLE_FORMAT_VERSION:d}.')) | ||
@@ -201,3 +203,4 @@ if format_version > self._FORMAT_VERSION: | ||
| f'Format version: {format_version:d} is too new and not yet ' | ||
| f'supported.')) | ||
| f'supported, minimum supported version: ' | ||
| f'{self._FORMAT_VERSION:d}.')) | ||
@@ -204,0 +207,0 @@ metadata_values['format_version'] = format_version |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: acstore | ||
| Version: 20230101 | ||
| Version: 20230226 | ||
| Summary: Attribute Container Storage (ACStore). | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/log2timeline/acstore |
Sorry, the diff of this file is not supported yet
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
180522
0.13%2909
0.1%