filesystem-dict 0.1.15__tar.gz → 0.1.16__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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: filesystem-dict
3
- Version: 0.1.15
3
+ Version: 0.1.16
4
4
  Summary: Dictionary like access to the filesystem.
5
5
  Home-page: https://github.com/MNayer/fsdict
6
6
  Author: MNayer
@@ -9,6 +9,7 @@ License: 0BSD
9
9
  Keywords: dictionary,filesystem
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.txt
12
+ Dynamic: license-file
12
13
 
13
14
  # FSDict
14
15
 
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = filesystem-dict
3
- version = 0.1.15
3
+ version = 0.1.16
4
4
  author = MNayer
5
5
  author_email = marie.nayer@web.de
6
6
  description = Dictionary like access to the filesystem.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: filesystem-dict
3
- Version: 0.1.15
3
+ Version: 0.1.16
4
4
  Summary: Dictionary like access to the filesystem.
5
5
  Home-page: https://github.com/MNayer/fsdict
6
6
  Author: MNayer
@@ -9,6 +9,7 @@ License: 0BSD
9
9
  Keywords: dictionary,filesystem
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.txt
12
+ Dynamic: license-file
12
13
 
13
14
  # FSDict
14
15
 
@@ -69,5 +69,5 @@ def maybe_serialize(obj):
69
69
  def maybe_deserialize(data):
70
70
  try:
71
71
  return deserialize(data)
72
- except (pickle.UnpicklingError, EOFError):
72
+ except (Exception, EOFError):
73
73
  return data