update-linux 3.0.6__tar.gz → 3.0.7__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,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: update-linux
3
- Version: 3.0.6
3
+ Version: 3.0.7
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
- License: Apache 2.0
6
+ License: Apache-2.0
7
7
  Project-URL: Homepage, https://github.com/barry-scott/CLI-tools
8
8
  Project-URL: Bug Tracker, https://github.com/barry-scott/CLI-tools/issues
9
9
  Keywords: development
@@ -10,7 +10,7 @@ authors = [
10
10
  description = "Command to automate the routine updating of packages and system upgrading for Unix systems."
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.10"
13
- license = {text = "Apache 2.0"}
13
+ license = {text = "Apache-2.0"}
14
14
  keywords = [ "development" ]
15
15
  classifiers = [
16
16
  "Intended Audience :: End Users/Desktop",
@@ -9,7 +9,7 @@ import tempfile
9
9
  import json
10
10
  from config_path import ConfigPath # type: ignore
11
11
 
12
- VERSION = '3.0.6'
12
+ VERSION = '3.0.7'
13
13
 
14
14
  default_json_config_template = u'''{
15
15
  "group":
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: update-linux
3
- Version: 3.0.6
3
+ Version: 3.0.7
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
- License: Apache 2.0
6
+ License: Apache-2.0
7
7
  Project-URL: Homepage, https://github.com/barry-scott/CLI-tools
8
8
  Project-URL: Bug Tracker, https://github.com/barry-scott/CLI-tools/issues
9
9
  Keywords: development
File without changes
File without changes
File without changes