update-linux 3.2.1__tar.gz → 3.3.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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: update-linux
3
- Version: 3.2.1
3
+ Version: 3.3.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
@@ -17,6 +17,7 @@ License-File: LICENSE
17
17
  Requires-Dist: config-path
18
18
  Requires-Dist: colour-text
19
19
  Requires-Dist: ssh-wait
20
+ Dynamic: license-file
20
21
 
21
22
  # update-linux command
22
23
 
@@ -9,7 +9,7 @@ import tempfile
9
9
  import json
10
10
  from config_path import ConfigPath # type: ignore
11
11
 
12
- VERSION = '3.2.1'
12
+ VERSION = '3.3.0'
13
13
 
14
14
  default_json_config_template = u'''{
15
15
  "group":
@@ -673,7 +673,7 @@ class UpdatePluginFedora:
673
673
 
674
674
  self.app.info( host, 'Rebooting to install system-upgrade' )
675
675
  # upgrades of lots of packages can be slow - wait for 45 minutes
676
- if self.app.reboot( host, ['dnf', 'system-upgrade', 'reboot'], wait_limit=45*60 ):
676
+ if self.app.reboot( host, ['dnf', 'system-upgrade', 'reboot', '--assumeyes'], wait_limit=45*60 ):
677
677
  self.app.checkServices( host, upgrade_log_name )
678
678
 
679
679
  self.app.info( host, 'Now running release %d' % (self.releaseInfo( host ),) )
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: update-linux
3
- Version: 3.2.1
3
+ Version: 3.3.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
@@ -17,6 +17,7 @@ License-File: LICENSE
17
17
  Requires-Dist: config-path
18
18
  Requires-Dist: colour-text
19
19
  Requires-Dist: ssh-wait
20
+ Dynamic: license-file
20
21
 
21
22
  # update-linux command
22
23
 
File without changes
File without changes
File without changes