pulp-cli-deb 0.1.0__tar.gz → 0.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.
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/PKG-INFO +1 -1
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulp_cli_deb.egg-info/PKG-INFO +1 -1
- pulp-cli-deb-0.3.0/pulp_cli_deb.egg-info/requires.txt +2 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/__init__.py +1 -1
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pyproject.toml +5 -5
- pulp-cli-deb-0.1.0/pulp_cli_deb.egg-info/requires.txt +0 -2
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulp_cli_deb.egg-info/SOURCES.txt +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulp_cli_deb.egg-info/dependency_links.txt +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulp_cli_deb.egg-info/entry_points.txt +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulp_cli_deb.egg-info/top_level.txt +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/content.py +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/distribution.py +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/locale/de/LC_MESSAGES/messages.mo +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/publication.py +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/py.typed +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/remote.py +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/pulpcore/cli/deb/repository.py +0 -0
- {pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pulp-cli-deb"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.0"
|
|
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.23.2,<0.
|
|
27
|
-
"pulp-glue-deb==0.
|
|
26
|
+
"pulp-cli>=0.23.2,<0.30",
|
|
27
|
+
"pulp-glue-deb==0.3.0",
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
[project.urls]
|
|
@@ -49,6 +49,7 @@ namespaces = true
|
|
|
49
49
|
# This section is co-managed by the cookiecutter templates.
|
|
50
50
|
# Changes to existing keys should be preserved.
|
|
51
51
|
app_label = "deb"
|
|
52
|
+
repository = "https://github.com/pulp/pulp-cli-deb"
|
|
52
53
|
glue = true
|
|
53
54
|
docs = false
|
|
54
55
|
translations = true
|
|
@@ -148,10 +149,9 @@ module = [
|
|
|
148
149
|
]
|
|
149
150
|
ignore_missing_imports = true
|
|
150
151
|
|
|
151
|
-
|
|
152
152
|
[tool.bumpversion]
|
|
153
153
|
# This section is managed by the cookiecutter templates.
|
|
154
|
-
current_version = "0.
|
|
154
|
+
current_version = "0.3.0"
|
|
155
155
|
commit = false
|
|
156
156
|
tag = false
|
|
157
157
|
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
|
{pulp-cli-deb-0.1.0 → pulp-cli-deb-0.3.0}/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
|