wexample-filestate-python 0.0.24__tar.gz → 0.0.25__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 (20) hide show
  1. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/PKG-INFO +2 -2
  2. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/pyproject.toml +2 -2
  3. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python.egg-info/PKG-INFO +2 -2
  4. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python.egg-info/requires.txt +1 -1
  5. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/README.md +0 -0
  6. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/setup.cfg +0 -0
  7. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/__init__.py +0 -0
  8. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/config_value/__init__.py +0 -0
  9. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/config_value/python_package_readme_config_value.py +0 -0
  10. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/const/__init__.py +0 -0
  11. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/const/name_pattern.py +0 -0
  12. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/helpers/__init__.py +0 -0
  13. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/helpers/package.py +0 -0
  14. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/workdir/__init__.py +0 -0
  15. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/workdir/python_package_workdir.py +0 -0
  16. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/workdir/python_packages_suite_workdir.py +0 -0
  17. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python/workdir/python_workdir.py +0 -0
  18. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python.egg-info/SOURCES.txt +0 -0
  19. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python.egg-info/dependency_links.txt +0 -0
  20. {wexample_filestate_python-0.0.24 → wexample_filestate_python-0.0.25}/wexample_filestate_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wexample-filestate-python
3
- Version: 0.0.24
3
+ Version: 0.0.25
4
4
  Summary: Helpers for Python.
5
5
  Author-email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -14,7 +14,7 @@ Requires-Dist: pip-tools
14
14
  Requires-Dist: pydantic
15
15
  Requires-Dist: pytest
16
16
  Requires-Dist: python-dotenv
17
- Requires-Dist: wexample-filestate-dev>=0.0.33
17
+ Requires-Dist: wexample-filestate-dev>=0.0.18
18
18
  Requires-Dist: wexample-filestate-git>=0.0.24
19
19
 
20
20
  # Filestate Python
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "wexample-filestate-python"
10
- version = "0.0.24"
10
+ version = "0.0.25"
11
11
  description = "Helpers for Python."
12
12
  authors = [
13
13
  { name = "weeger", email = "contact@wexample.com" },
@@ -23,7 +23,7 @@ dependencies = [
23
23
  "pydantic",
24
24
  "pytest",
25
25
  "python-dotenv",
26
- "wexample-filestate-dev>=0.0.33",
26
+ "wexample-filestate-dev>=0.0.18",
27
27
  "wexample-filestate-git>=0.0.24",
28
28
  ]
29
29
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wexample-filestate-python
3
- Version: 0.0.24
3
+ Version: 0.0.25
4
4
  Summary: Helpers for Python.
5
5
  Author-email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -14,7 +14,7 @@ Requires-Dist: pip-tools
14
14
  Requires-Dist: pydantic
15
15
  Requires-Dist: pytest
16
16
  Requires-Dist: python-dotenv
17
- Requires-Dist: wexample-filestate-dev>=0.0.33
17
+ Requires-Dist: wexample-filestate-dev>=0.0.18
18
18
  Requires-Dist: wexample-filestate-git>=0.0.24
19
19
 
20
20
  # Filestate Python
@@ -2,5 +2,5 @@ pip-tools
2
2
  pydantic
3
3
  pytest
4
4
  python-dotenv
5
- wexample-filestate-dev>=0.0.33
5
+ wexample-filestate-dev>=0.0.18
6
6
  wexample-filestate-git>=0.0.24