rda-python-dsquasar 1.0.2__tar.gz → 1.0.4__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.
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/PKG-INFO +3 -2
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/pyproject.toml +1 -1
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar/dsquasar.py +1 -2
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/PKG-INFO +3 -2
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/LICENSE +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/README.md +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/setup.cfg +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar/__init__.py +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/SOURCES.txt +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/dependency_links.txt +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/entry_points.txt +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/requires.txt +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/top_level.txt +0 -0
- {rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/tests/test_dsquasar.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: rda_python_dsquasar
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
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
|
|
@@ -13,5 +13,6 @@ Description-Content-Type: text/markdown
|
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: rda_python_common
|
|
15
15
|
Requires-Dist: rda_python_dsarch
|
|
16
|
+
Dynamic: license-file
|
|
16
17
|
|
|
17
18
|
RDA python package to backup RDA dataset data onto Globus Quasar Server.
|
|
@@ -762,7 +762,6 @@ def process_one_backup_file(qinfo, addback, keepid = False):
|
|
|
762
762
|
#
|
|
763
763
|
def transfer_quasar_tarfiles(qinfo):
|
|
764
764
|
|
|
765
|
-
global ICNT
|
|
766
765
|
ccnt = PgSIG.check_child(None, 0, PgLOG.LOGWRN, -1) if PGBACK['mproc'] > 1 else 0
|
|
767
766
|
if PgSIG.PGSIG['QUIT']: quit_dsquasar(qinfo)
|
|
768
767
|
|
|
@@ -1158,7 +1157,7 @@ def get_backup_options(dsid, dcnd):
|
|
|
1158
1157
|
|
|
1159
1158
|
fopt = 0
|
|
1160
1159
|
bcnd = "= 0" if PGBACK['chgdays'] < 1 else "> 0"
|
|
1161
|
-
if PgDBI.pgget('sfile', 'sid', "{} AND bid {}".format(dcnd, bcnd), PgLOG.LGWNEX): fopt |= SOPT
|
|
1160
|
+
# if PgDBI.pgget('sfile', 'sid', "{} AND bid {}".format(dcnd, bcnd), PgLOG.LGWNEX): fopt |= SOPT
|
|
1162
1161
|
if PgSplit.pgget_wfile(dsid, 'wid', "bid " + bcnd, PgLOG.LGWNEX): fopt |= WOPT
|
|
1163
1162
|
|
|
1164
1163
|
return fopt
|
{rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: rda_python_dsquasar
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
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
|
|
@@ -13,5 +13,6 @@ Description-Content-Type: text/markdown
|
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: rda_python_common
|
|
15
15
|
Requires-Dist: rda_python_dsarch
|
|
16
|
+
Dynamic: license-file
|
|
16
17
|
|
|
17
18
|
RDA python package to backup RDA dataset data onto Globus Quasar Server.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_dsquasar-1.0.2 → rda_python_dsquasar-1.0.4}/src/rda_python_dsquasar.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|