rda-python-common 1.0.53__tar.gz → 1.0.55__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 (21) hide show
  1. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/PKG-INFO +1 -1
  2. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/pyproject.toml +1 -1
  3. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgLOG.py +9 -9
  4. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common.egg-info/PKG-INFO +1 -1
  5. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/LICENSE +0 -0
  6. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/README.md +0 -0
  7. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/setup.cfg +0 -0
  8. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgCMD.py +0 -0
  9. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgDBI.py +0 -0
  10. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgFile.py +0 -0
  11. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgLock.py +0 -0
  12. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgOPT.py +0 -0
  13. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgSIG.py +0 -0
  14. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgSplit.py +0 -0
  15. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/PgUtil.py +0 -0
  16. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common/__init__.py +0 -0
  17. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common.egg-info/SOURCES.txt +0 -0
  18. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common.egg-info/dependency_links.txt +0 -0
  19. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common.egg-info/requires.txt +0 -0
  20. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/src/rda_python_common.egg-info/top_level.txt +0 -0
  21. {rda_python_common-1.0.53 → rda_python_common-1.0.55}/test/test_common.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rda_python_common
3
- Version: 1.0.53
3
+ Version: 1.0.55
4
4
  Summary: RDA Python common library codes shared by other RDA python packages
5
5
  Author-email: Zaihua Ji <zji@ucar.edu>
6
6
  Project-URL: Homepage, https://github.com/NCAR/rda-python-common
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rda_python_common"
7
- version = "1.0.53"
7
+ version = "1.0.55"
8
8
  authors = [
9
9
  { name="Zaihua Ji", email="zji@ucar.edu" },
10
10
  ]
@@ -1353,16 +1353,16 @@ def set_common_pglog():
1353
1353
  SETPGLOG("DSDHOME", PGLOG['DSSDATA']+"/data") # dataset data root path
1354
1354
  SETPGLOG("DECSHOME", PGLOG['DSSDATA']+"/decsdata") # dataset decsdata root path
1355
1355
  SETPGLOG("DSHHOME", PGLOG['DECSHOME']+"/helpfiles") # dataset help root path
1356
- SETPGLOG("UPDTWKP", PGLOG['DSSDATA']+"/work") # dsupdt work root path
1357
- SETPGLOG("GDEXWORK", "/lustre/desc1/gdex/work") # gdex work path
1358
- SETPGLOG("TRANSFER", "/lustre/desc1/gdex/transfer") # gdex transfer path
1356
+ SETPGLOG("GDEXWORK", "/lustre/desc1/gdex/work") # gdex work path
1357
+ SETPGLOG("UPDTWKP", PGLOG['GDEXWORK']) # dsupdt work root path
1358
+ SETPGLOG("TRANSFER", "/lustre/desc1/gdex/transfer") # gdex transfer path
1359
1359
  SETPGLOG("RQSTHOME", PGLOG['TRANSFER']+"/dsrqst") # dsrqst home
1360
- SETPGLOG("DSAHOME", "") # dataset data alternate root path
1360
+ SETPGLOG("DSAHOME", "") # dataset data alternate root path
1361
1361
  SETPGLOG("RQSTALTH", "") # alternate dsrqst path
1362
1362
  SETPGLOG("GPFSHOST", "") # empty if writable to glade
1363
- SETPGLOG("PSQLHOST", "rda-db.ucar.edu") # host name for postgresql server
1364
- SETPGLOG("SLMHOSTS", "cheyenne:casper") # host names for SLURM server
1365
- SETPGLOG("PBSHOSTS", "cheyenne:casper") # host names for PBS server
1363
+ SETPGLOG("PSQLHOST", "rda-db.ucar.edu") # host name for postgresql server
1364
+ SETPGLOG("SLMHOSTS", "cheyenne:casper") # host names for SLURM server
1365
+ SETPGLOG("PBSHOSTS", "cron:casper") # host names for PBS server
1366
1366
  SETPGLOG("CHKHOSTS", "") # host names for dscheck daemon
1367
1367
  SETPGLOG("PVIEWHOST", "pgdb02.k8s.ucar.edu") # host name for view only postgresql server
1368
1368
  SETPGLOG("PMISCHOST", "pgdb03.k8s.ucar.edu") # host name for misc postgresql server
@@ -1374,12 +1374,12 @@ def set_common_pglog():
1374
1374
  os.environ['history'] = '0'
1375
1375
 
1376
1376
  # set tmp dir
1377
- SETPGLOG("TMPPATH", "/glade/campaign/collections/gdex/work/ptmp")
1377
+ SETPGLOG("TMPPATH", PGLOG['GDEXWORK'] + "/ptmp")
1378
1378
  if not PGLOG['TMPPATH']: PGLOG['TMPPATH'] = "/data/ptmp"
1379
1379
 
1380
1380
  SETPGLOG("TMPDIR", '')
1381
1381
  if not PGLOG['TMPDIR']:
1382
- PGLOG['TMPDIR'] = "/glade/campaign/collections/gdex/scratch/" + PGLOG['CURUID']
1382
+ PGLOG['TMPDIR'] = "/lustre/desc1/gdex/scratch/" + PGLOG['CURUID']
1383
1383
  os.environ['TMPDIR'] = PGLOG['TMPDIR']
1384
1384
 
1385
1385
  # empty diretory for HOST-sync
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rda_python_common
3
- Version: 1.0.53
3
+ Version: 1.0.55
4
4
  Summary: RDA Python common library codes shared by other RDA python packages
5
5
  Author-email: Zaihua Ji <zji@ucar.edu>
6
6
  Project-URL: Homepage, https://github.com/NCAR/rda-python-common