myl-discovery 0.6.2__tar.gz → 0.6.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 (25) hide show
  1. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/PKG-INFO +4 -3
  2. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/PKG-INFO +4 -3
  3. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/requires.txt +1 -1
  4. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/pyproject.toml +1 -1
  5. myl_discovery-0.6.3/version.txt +1 -0
  6. myl_discovery-0.6.2/version.txt +0 -1
  7. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/dependabot.yml +0 -0
  8. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/workflows/lint.yaml +0 -0
  9. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/workflows/pypi.yaml +0 -0
  10. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.github/workflows/release.yaml +0 -0
  11. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/.gitignore +0 -0
  12. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/HACKING.md +0 -0
  13. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/LICENSE +0 -0
  14. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/README.md +0 -0
  15. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/flake.lock +0 -0
  16. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/flake.nix +0 -0
  17. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/SOURCES.txt +0 -0
  18. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/dependency_links.txt +0 -0
  19. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/entry_points.txt +0 -0
  20. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myl_discovery.egg-info/top_level.txt +0 -0
  21. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/__init__.py +0 -0
  22. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/__main__.py +0 -0
  23. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/discovery.py +0 -0
  24. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/myldiscovery/main.py +0 -0
  25. {myl_discovery-0.6.2 → myl_discovery-0.6.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: myl-discovery
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: email autodiscovery
5
5
  Author-email: Philipp Schmitt <philipp@schmitt.co>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -690,8 +690,9 @@ License-File: LICENSE
690
690
  Requires-Dist: dnspython<3.0.0,>=2.0.0
691
691
  Requires-Dist: exchangelib<6.0.0,>=5.0.0
692
692
  Requires-Dist: requests<3.0.0,>=2.0.0
693
- Requires-Dist: rich<14.0.0,>=13.0.0
693
+ Requires-Dist: rich<15.0.0,>=13.0.0
694
694
  Requires-Dist: xmltodict<1.0.0,>=0.13.0
695
+ Dynamic: license-file
695
696
 
696
697
  # 📩 myl-discovery
697
698
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: myl-discovery
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: email autodiscovery
5
5
  Author-email: Philipp Schmitt <philipp@schmitt.co>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -690,8 +690,9 @@ License-File: LICENSE
690
690
  Requires-Dist: dnspython<3.0.0,>=2.0.0
691
691
  Requires-Dist: exchangelib<6.0.0,>=5.0.0
692
692
  Requires-Dist: requests<3.0.0,>=2.0.0
693
- Requires-Dist: rich<14.0.0,>=13.0.0
693
+ Requires-Dist: rich<15.0.0,>=13.0.0
694
694
  Requires-Dist: xmltodict<1.0.0,>=0.13.0
695
+ Dynamic: license-file
695
696
 
696
697
  # 📩 myl-discovery
697
698
 
@@ -1,5 +1,5 @@
1
1
  dnspython<3.0.0,>=2.0.0
2
2
  exchangelib<6.0.0,>=5.0.0
3
3
  requests<3.0.0,>=2.0.0
4
- rich<14.0.0,>=13.0.0
4
+ rich<15.0.0,>=13.0.0
5
5
  xmltodict<1.0.0,>=0.13.0
@@ -19,7 +19,7 @@ dependencies = [
19
19
  "dnspython >= 2.0.0, < 3.0.0",
20
20
  "exchangelib >= 5.0.0, < 6.0.0",
21
21
  "requests >= 2.0.0, < 3.0.0",
22
- "rich >= 13.0.0, < 14.0.0",
22
+ "rich >= 13.0.0, < 15.0.0",
23
23
  "xmltodict >= 0.13.0, < 1.0.0"
24
24
  ]
25
25
  dynamic = ["version"]
@@ -0,0 +1 @@
1
+ 0.6.3
@@ -1 +0,0 @@
1
- 0.6.2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes