rda-python-dsquasar 1.0.0__tar.gz → 1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rda_python_dsquasar
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: RDA Python package to backup and recover RDA data archives to and from GLOBUS Quasar backup server
5
5
  Author-email: Zaihua Ji <zji@ucar.edu>
6
6
  Project-URL: Homepage, https://github.com/NCAR/rda-python-dsquasar
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "rda_python_dsquasar"
11
- version = "1.0.0"
11
+ version = "1.0.1"
12
12
  authors = [
13
13
  { name="Zaihua Ji", email="zji@ucar.edu" },
14
14
  ]
@@ -24,14 +24,14 @@ import sys
24
24
  import time
25
25
  from os import path as op
26
26
  from time import time as tm
27
- from rda_python_commn import PgLOG
28
- from rda_python_commn import PgSIG
29
- from rda_python_commn import PgCMD
30
- from rda_python_commn import PgUtil
31
- from rda_python_commn import PgFile
32
- from rda_python_commn import PgLock
33
- from rda_python_commn import PgDBI
34
- from rda_python_commn import PgSplit
27
+ from rda_python_common import PgLOG
28
+ from rda_python_common import PgSIG
29
+ from rda_python_common import PgCMD
30
+ from rda_python_common import PgUtil
31
+ from rda_python_common import PgFile
32
+ from rda_python_common import PgLock
33
+ from rda_python_common import PgDBI
34
+ from rda_python_common import PgSplit
35
35
 
36
36
  BACKMSG = {
37
37
  'B' : "Quasar Backup",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rda_python_dsquasar
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: RDA Python package to backup and recover RDA data archives to and from GLOBUS Quasar backup server
5
5
  Author-email: Zaihua Ji <zji@ucar.edu>
6
6
  Project-URL: Homepage, https://github.com/NCAR/rda-python-dsquasar