python3-cyberfusion-file-support 1.7__tar.gz → 1.8__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.
Files changed (13) hide show
  1. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/PKG-INFO +3 -3
  2. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/pyproject.toml +3 -3
  3. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/src/python3_cyberfusion_file_support.egg-info/PKG-INFO +3 -3
  4. python3_cyberfusion_file_support-1.8/src/python3_cyberfusion_file_support.egg-info/requires.txt +2 -0
  5. python3_cyberfusion_file_support-1.7/src/python3_cyberfusion_file_support.egg-info/requires.txt +0 -2
  6. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/README.md +0 -0
  7. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/setup.cfg +0 -0
  8. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/src/cyberfusion/FileSupport/__init__.py +0 -0
  9. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/src/cyberfusion/FileSupport/encryption.py +0 -0
  10. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/src/cyberfusion/FileSupport/exceptions.py +0 -0
  11. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/src/python3_cyberfusion_file_support.egg-info/SOURCES.txt +0 -0
  12. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/src/python3_cyberfusion_file_support.egg-info/dependency_links.txt +0 -0
  13. {python3_cyberfusion_file_support-1.7 → python3_cyberfusion_file_support-1.8}/src/python3_cyberfusion_file_support.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-cyberfusion-file-support
3
- Version: 1.7
3
+ Version: 1.8
4
4
  Summary: Library for idempotent writing to files.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-file-support
7
7
  Description-Content-Type: text/markdown
8
- Requires-Dist: python3-cyberfusion-common~=2.0
9
- Requires-Dist: python3-cyberfusion-queue-support~=3.0
8
+ Requires-Dist: python3-cyberfusion-common~=2.12
9
+ Requires-Dist: python3-cyberfusion-queue-support~=3.3
10
10
 
11
11
  # python3-cyberfusion-file-support
12
12
 
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python3-cyberfusion-file-support"
7
- version = "1.7"
7
+ version = "1.8"
8
8
  description = "Library for idempotent writing to files."
9
9
  readme = "README.md"
10
10
  authors = [
11
11
  { name = "Cyberfusion", email = "support@cyberfusion.io" },
12
12
  ]
13
13
  dependencies = [
14
- "python3-cyberfusion-common~=2.0",
15
- "python3-cyberfusion-queue-support~=3.0",
14
+ "python3-cyberfusion-common~=2.12",
15
+ "python3-cyberfusion-queue-support~=3.3",
16
16
  ]
17
17
 
18
18
  [project.urls]
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-cyberfusion-file-support
3
- Version: 1.7
3
+ Version: 1.8
4
4
  Summary: Library for idempotent writing to files.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-file-support
7
7
  Description-Content-Type: text/markdown
8
- Requires-Dist: python3-cyberfusion-common~=2.0
9
- Requires-Dist: python3-cyberfusion-queue-support~=3.0
8
+ Requires-Dist: python3-cyberfusion-common~=2.12
9
+ Requires-Dist: python3-cyberfusion-queue-support~=3.3
10
10
 
11
11
  # python3-cyberfusion-file-support
12
12
 
@@ -0,0 +1,2 @@
1
+ python3-cyberfusion-common~=2.12
2
+ python3-cyberfusion-queue-support~=3.3
@@ -1,2 +0,0 @@
1
- python3-cyberfusion-common~=2.0
2
- python3-cyberfusion-queue-support~=3.0