pulp-cli-deb 0.4.3__tar.gz → 0.4.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.
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/PKG-INFO +3 -3
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulp_cli_deb.egg-info/PKG-INFO +3 -3
- pulp_cli_deb-0.4.4/pulp_cli_deb.egg-info/requires.txt +2 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/__init__.py +1 -1
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pyproject.toml +4 -4
- pulp_cli_deb-0.4.3/pulp_cli_deb.egg-info/requires.txt +0 -2
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/LICENSE +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulp_cli_deb.egg-info/SOURCES.txt +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulp_cli_deb.egg-info/dependency_links.txt +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulp_cli_deb.egg-info/entry_points.txt +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulp_cli_deb.egg-info/top_level.txt +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/content.py +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/distribution.py +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/locale/de/LC_MESSAGES/messages.mo +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/publication.py +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/py.typed +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/remote.py +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/repository.py +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/setup.cfg +0 -0
- {pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/tests/test_help_pages.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp-cli-deb
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4
|
|
4
4
|
Summary: Command line interface to talk to pulpcore's REST API. (Deb plugin commands)
|
|
5
5
|
Author-email: Pulp Team <pulp-list@redhat.com>
|
|
6
6
|
License: GPLv2+
|
|
@@ -17,6 +17,6 @@ Classifier: Typing :: Typed
|
|
|
17
17
|
Requires-Python: >=3.8
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: pulp-cli<0.
|
|
21
|
-
Requires-Dist: pulp-glue-deb==0.4.
|
|
20
|
+
Requires-Dist: pulp-cli<0.40,>=0.23.2
|
|
21
|
+
Requires-Dist: pulp-glue-deb==0.4.4
|
|
22
22
|
Dynamic: license-file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp-cli-deb
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4
|
|
4
4
|
Summary: Command line interface to talk to pulpcore's REST API. (Deb plugin commands)
|
|
5
5
|
Author-email: Pulp Team <pulp-list@redhat.com>
|
|
6
6
|
License: GPLv2+
|
|
@@ -17,6 +17,6 @@ Classifier: Typing :: Typed
|
|
|
17
17
|
Requires-Python: >=3.8
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: pulp-cli<0.
|
|
21
|
-
Requires-Dist: pulp-glue-deb==0.4.
|
|
20
|
+
Requires-Dist: pulp-cli<0.40,>=0.23.2
|
|
21
|
+
Requires-Dist: pulp-glue-deb==0.4.4
|
|
22
22
|
Dynamic: license-file
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pulp-cli-deb"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.4"
|
|
8
8
|
description = "Command line interface to talk to pulpcore's REST API. (Deb plugin commands)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -23,8 +23,8 @@ classifiers=[
|
|
|
23
23
|
"Typing :: Typed",
|
|
24
24
|
]
|
|
25
25
|
dependencies = [
|
|
26
|
-
"pulp-cli<0.
|
|
27
|
-
"pulp-glue-deb==0.4.
|
|
26
|
+
"pulp-cli<0.40,>=0.23.2",
|
|
27
|
+
"pulp-glue-deb==0.4.4",
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
[project.urls]
|
|
@@ -142,7 +142,7 @@ ignore_missing_imports = true
|
|
|
142
142
|
|
|
143
143
|
[tool.bumpversion]
|
|
144
144
|
# This section is managed by the cookiecutter templates.
|
|
145
|
-
current_version = "0.4.
|
|
145
|
+
current_version = "0.4.4"
|
|
146
146
|
commit = false
|
|
147
147
|
tag = false
|
|
148
148
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_cli_deb-0.4.3 → pulp_cli_deb-0.4.4}/pulpcore/cli/deb/locale/de/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|