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.
- {update-linux-3.0.6 → update-linux-3.0.7}/PKG-INFO +2 -2
- {update-linux-3.0.6 → update-linux-3.0.7}/pyproject.toml +1 -1
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux/__init__.py +1 -1
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux.egg-info/PKG-INFO +2 -2
- {update-linux-3.0.6 → update-linux-3.0.7}/LICENSE +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/README.md +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/requirements.txt +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/setup.cfg +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux/__main__.py +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux.egg-info/SOURCES.txt +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux.egg-info/dependency_links.txt +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux.egg-info/entry_points.txt +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux.egg-info/requires.txt +0 -0
- {update-linux-3.0.6 → update-linux-3.0.7}/src/update_linux.egg-info/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: update-linux
|
|
3
|
-
Version: 3.0.
|
|
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
|
|
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
|
|
13
|
+
license = {text = "Apache-2.0"}
|
|
14
14
|
keywords = [ "development" ]
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Intended Audience :: End Users/Desktop",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: update-linux
|
|
3
|
-
Version: 3.0.
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|