python3-cyberfusion-ferm-support 1.3.2__tar.gz → 1.3.3__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 (15) hide show
  1. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/PKG-INFO +3 -3
  2. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/pyproject.toml +7 -5
  3. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/python3_cyberfusion_ferm_support.egg-info/PKG-INFO +3 -3
  4. python3_cyberfusion_ferm_support-1.3.3/src/python3_cyberfusion_ferm_support.egg-info/requires.txt +2 -0
  5. python3_cyberfusion_ferm_support-1.3.2/src/python3_cyberfusion_ferm_support.egg-info/requires.txt +0 -2
  6. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/README.md +0 -0
  7. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/setup.cfg +0 -0
  8. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/cyberfusion/FermSupport/__init__.py +0 -0
  9. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/cyberfusion/FermSupport/configuration/__init__.py +0 -0
  10. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/cyberfusion/FermSupport/configuration/custom_lines.py +0 -0
  11. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/cyberfusion/FermSupport/configuration/variables.py +0 -0
  12. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/cyberfusion/FermSupport/exceptions/__init__.py +0 -0
  13. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/python3_cyberfusion_ferm_support.egg-info/SOURCES.txt +0 -0
  14. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/python3_cyberfusion_ferm_support.egg-info/dependency_links.txt +0 -0
  15. {python3_cyberfusion_ferm_support-1.3.2 → python3_cyberfusion_ferm_support-1.3.3}/src/python3_cyberfusion_ferm_support.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-cyberfusion-ferm-support
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Library for ferm.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-ferm-support
7
7
  Description-Content-Type: text/markdown
8
- Requires-Dist: python3-cyberfusion-common~=2.12
9
- Requires-Dist: python3-cyberfusion-systemd-support~=2.5.0
8
+ Requires-Dist: python3-cyberfusion-common<3.0,>=2.12
9
+ Requires-Dist: python3-cyberfusion-systemd-support<3.0,>=2.5
10
10
 
11
11
  # python3-cyberfusion-ferm-support
12
12
 
@@ -1,19 +1,21 @@
1
1
  [build-system]
2
- requires = ["setuptools"]
2
+ requires = [
3
+ "setuptools",
4
+ ]
3
5
  build-backend = "setuptools.build_meta"
4
6
 
5
7
  [project]
6
8
  name = "python3-cyberfusion-ferm-support"
7
- version = "1.3.2"
9
+ version = "1.3.3"
8
10
  description = "Library for ferm."
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~=2.12",
15
- "python3-cyberfusion-systemd-support~=2.5.0",
16
+ "python3-cyberfusion-common>=2.12,<3.0",
17
+ "python3-cyberfusion-systemd-support>=2.5,<3.0",
16
18
  ]
17
19
 
18
20
  [project.urls]
19
- "Source" = "https://github.com/CyberfusionIO/python3-cyberfusion-ferm-support"
21
+ Source = "https://github.com/CyberfusionIO/python3-cyberfusion-ferm-support"
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-cyberfusion-ferm-support
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Library for ferm.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-ferm-support
7
7
  Description-Content-Type: text/markdown
8
- Requires-Dist: python3-cyberfusion-common~=2.12
9
- Requires-Dist: python3-cyberfusion-systemd-support~=2.5.0
8
+ Requires-Dist: python3-cyberfusion-common<3.0,>=2.12
9
+ Requires-Dist: python3-cyberfusion-systemd-support<3.0,>=2.5
10
10
 
11
11
  # python3-cyberfusion-ferm-support
12
12
 
@@ -0,0 +1,2 @@
1
+ python3-cyberfusion-common<3.0,>=2.12
2
+ python3-cyberfusion-systemd-support<3.0,>=2.5
@@ -1,2 +0,0 @@
1
- python3-cyberfusion-common~=2.12
2
- python3-cyberfusion-systemd-support~=2.5.0