cgse-common 2024.1.5__tar.gz → 2025.0.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.
Files changed (36) hide show
  1. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/PKG-INFO +1 -1
  2. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/pyproject.toml +1 -1
  3. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/version.py +2 -2
  4. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/.gitignore +0 -0
  5. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/README.md +0 -0
  6. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/bits.py +0 -0
  7. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/calibration.py +0 -0
  8. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/command.py +0 -0
  9. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/config.py +0 -0
  10. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/control.py +0 -0
  11. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/decorators.py +0 -0
  12. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/device.py +0 -0
  13. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/env.py +0 -0
  14. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/exceptions.py +0 -0
  15. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/hk.py +0 -0
  16. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/metrics.py +0 -0
  17. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/mixin.py +0 -0
  18. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/monitoring.py +0 -0
  19. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/observer.py +0 -0
  20. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/obsid.py +0 -0
  21. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/persistence.py +0 -0
  22. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/plugin.py +0 -0
  23. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/process.py +0 -0
  24. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/protocol.py +0 -0
  25. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/proxy.py +0 -0
  26. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/reload.py +0 -0
  27. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/resource.py +0 -0
  28. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/response.py +0 -0
  29. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/services.py +0 -0
  30. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/services.yaml +0 -0
  31. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/settings.py +0 -0
  32. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/settings.yaml +0 -0
  33. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/setup.py +0 -0
  34. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/state.py +0 -0
  35. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/system.py +0 -0
  36. {cgse_common-2024.1.5 → cgse_common-2025.0.1}/src/egse/zmq_ser.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgse-common
3
- Version: 2024.1.5
3
+ Version: 2025.0.1
4
4
  Summary: Software framework to support hardware testing
5
5
  Author: IVS KU Leuven
6
6
  Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cgse-common"
3
- version = "2024.1.5"
3
+ version = "2025.0.1"
4
4
  description = "Software framework to support hardware testing"
5
5
  authors = [
6
6
  {name = "IVS KU Leuven"}
@@ -154,7 +154,8 @@ def get_version_installed(package_name: str) -> str:
154
154
  return version
155
155
 
156
156
 
157
- VERSION = get_version_from_settings_file_raw("Common-EGSE", location=HERE)
157
+ # VERSION = get_version_from_settings_file_raw("Common-EGSE", location=HERE)
158
+ VERSION = get_version_installed('cgse')
158
159
 
159
160
  # The __PYPI_VERSION__ is the version number that will be used for the installation.
160
161
  # The version will appear in PyPI and also as the `installed version`.
@@ -164,7 +165,6 @@ __PYPI_VERSION__ = VERSION.split('+')[0]
164
165
 
165
166
  if __name__ == "__main__":
166
167
  import rich
167
- from egse.system import get_module_location
168
168
  from egse.plugin import entry_points
169
169
 
170
170
  if VERSION:
File without changes