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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: rda_python_dsquasar
3
- Version: 1.0.2
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.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rda_python_dsquasar"
7
- version = "1.0.2"
7
+ version = "1.0.4"
8
8
  authors = [
9
9
  { name="Zaihua Ji", email="zji@ucar.edu" },
10
10
  ]
@@ -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
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: rda_python_dsquasar
3
- Version: 1.0.2
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.