oceanprotocol-job-details 0.0.6__tar.gz → 0.0.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: oceanprotocol-job-details
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: A Python package to get details from OceanProtocol jobs
5
5
  License: Copyright 2025 Agrospai
6
6
 
@@ -9,7 +9,7 @@ from oceanprotocol_job_details.loaders.loader import Loader
9
9
  # Logging setup for the module
10
10
  logging.basicConfig(
11
11
  level=logging.INFO,
12
- format="%(asctime)s [%(threadName)-12.12s] [%(levelname)-5.5s] %(message)s",
12
+ format="%(asctime)s [%(threadName)s] [%(levelname)s] %(message)s",
13
13
  handlers=[
14
14
  logging.StreamHandler(),
15
15
  ],
@@ -2,7 +2,7 @@
2
2
  license = { file = "LICENSE" }
3
3
 
4
4
  name = "oceanprotocol-job-details"
5
- version = "0.0.6"
5
+ version = "0.0.7"
6
6
  authors = [
7
7
  { name = "Christian López García", email = "christian.lopez@udl.cat" },
8
8
  ]