update-linux 3.1.1__tar.gz → 3.2.0__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.1
2
2
  Name: update-linux
3
- Version: 3.1.1
3
+ Version: 3.2.0
4
4
  Summary: Command to automate the routine updating of packages and system upgrading for Unix systems.
5
5
  Author-email: Barry Scott <barry@barrys-emacs.org>
6
6
  License: Apache-2.0
@@ -9,7 +9,7 @@ import tempfile
9
9
  import json
10
10
  from config_path import ConfigPath # type: ignore
11
11
 
12
- VERSION = '3.1.1'
12
+ VERSION = '3.2.0'
13
13
 
14
14
  default_json_config_template = u'''{
15
15
  "group":
@@ -598,7 +598,7 @@ class UpdatePluginFedora:
598
598
 
599
599
  self.app.info( host, 'Starting Update' )
600
600
 
601
- cmd = ['dnf', '-vy', 'update', '--refresh']
601
+ cmd = ['dnf', '-y', 'update', '--refresh']
602
602
  rc, stdout = self.app.runAndLog( host, cmd )
603
603
 
604
604
  self.app.writeLines( update_log_name, stdout )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: update-linux
3
- Version: 3.1.1
3
+ Version: 3.2.0
4
4
  Summary: Command to automate the routine updating of packages and system upgrading for Unix systems.
5
5
  Author-email: Barry Scott <barry@barrys-emacs.org>
6
6
  License: Apache-2.0
File without changes
File without changes
File without changes