python3-cyberfusion-sync-support 1.4__tar.gz → 1.4.1__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.
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/PKG-INFO +2 -2
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/pyproject.toml +6 -4
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/src/python3_cyberfusion_sync_support.egg-info/PKG-INFO +2 -2
- python3_cyberfusion_sync_support-1.4.1/src/python3_cyberfusion_sync_support.egg-info/requires.txt +1 -0
- python3_cyberfusion_sync_support-1.4/src/python3_cyberfusion_sync_support.egg-info/requires.txt +0 -1
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/README.md +0 -0
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/setup.cfg +0 -0
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/src/cyberfusion/SyncSupport/__init__.py +0 -0
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/src/cyberfusion/SyncSupport/exceptions.py +0 -0
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/src/cyberfusion/SyncSupport/unix_users.py +0 -0
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/src/python3_cyberfusion_sync_support.egg-info/SOURCES.txt +0 -0
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/src/python3_cyberfusion_sync_support.egg-info/dependency_links.txt +0 -0
- {python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/src/python3_cyberfusion_sync_support.egg-info/top_level.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-cyberfusion-sync-support
|
|
3
|
-
Version: 1.4
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Library for syncing objects (e.g. directories).
|
|
5
5
|
Author-email: Cyberfusion <support@cyberfusion.io>
|
|
6
6
|
Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-sync-support
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
|
-
Requires-Dist: python3-cyberfusion-common
|
|
8
|
+
Requires-Dist: python3-cyberfusion-common<3.0,>=2.12
|
|
9
9
|
|
|
10
10
|
# python3-cyberfusion-sync-support
|
|
11
11
|
|
{python3_cyberfusion_sync_support-1.4 → python3_cyberfusion_sync_support-1.4.1}/pyproject.toml
RENAMED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = [
|
|
2
|
+
requires = [
|
|
3
|
+
"setuptools",
|
|
4
|
+
]
|
|
3
5
|
build-backend = "setuptools.build_meta"
|
|
4
6
|
|
|
5
7
|
[project]
|
|
6
8
|
name = "python3-cyberfusion-sync-support"
|
|
7
|
-
version = "1.4"
|
|
9
|
+
version = "1.4.1"
|
|
8
10
|
description = "Library for syncing objects (e.g. directories)."
|
|
9
11
|
readme = "README.md"
|
|
10
12
|
authors = [
|
|
11
13
|
{ name = "Cyberfusion", email = "support@cyberfusion.io" },
|
|
12
14
|
]
|
|
13
15
|
dependencies = [
|
|
14
|
-
"python3-cyberfusion-common
|
|
16
|
+
"python3-cyberfusion-common>=2.12,<3.0",
|
|
15
17
|
]
|
|
16
18
|
|
|
17
19
|
[project.urls]
|
|
18
|
-
|
|
20
|
+
Source = "https://github.com/CyberfusionIO/python3-cyberfusion-sync-support"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-cyberfusion-sync-support
|
|
3
|
-
Version: 1.4
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Library for syncing objects (e.g. directories).
|
|
5
5
|
Author-email: Cyberfusion <support@cyberfusion.io>
|
|
6
6
|
Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-sync-support
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
|
-
Requires-Dist: python3-cyberfusion-common
|
|
8
|
+
Requires-Dist: python3-cyberfusion-common<3.0,>=2.12
|
|
9
9
|
|
|
10
10
|
# python3-cyberfusion-sync-support
|
|
11
11
|
|
python3_cyberfusion_sync_support-1.4.1/src/python3_cyberfusion_sync_support.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
python3-cyberfusion-common<3.0,>=2.12
|
python3_cyberfusion_sync_support-1.4/src/python3_cyberfusion_sync_support.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
python3-cyberfusion-common~=2.12
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|