pulp-cli-deb 0.3.0__tar.gz → 0.3.2__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
1
  Metadata-Version: 2.1
2
2
  Name: pulp-cli-deb
3
- Version: 0.3.0
3
+ Version: 0.3.2
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+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-cli-deb
3
- Version: 0.3.0
3
+ Version: 0.3.2
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+
@@ -0,0 +1,2 @@
1
+ pulp-cli<0.32,>=0.23.2
2
+ pulp-glue-deb==0.3.2
@@ -9,7 +9,7 @@ from pulpcore.cli.deb.publication import publication
9
9
  from pulpcore.cli.deb.remote import remote
10
10
  from pulpcore.cli.deb.repository import repository
11
11
 
12
- __version__ = "0.3.0"
12
+ __version__ = "0.3.2"
13
13
 
14
14
 
15
15
  @pulp_group(name="deb")
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pulp-cli-deb"
7
- version = "0.3.0"
7
+ version = "0.3.2"
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.30",
27
- "pulp-glue-deb==0.3.0",
26
+ "pulp-cli>=0.23.2,<0.32",
27
+ "pulp-glue-deb==0.3.2",
28
28
  ]
29
29
 
30
30
  [project.urls]
@@ -151,7 +151,7 @@ ignore_missing_imports = true
151
151
 
152
152
  [tool.bumpversion]
153
153
  # This section is managed by the cookiecutter templates.
154
- current_version = "0.3.0"
154
+ current_version = "0.3.2"
155
155
  commit = false
156
156
  tag = false
157
157
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
@@ -1,2 +0,0 @@
1
- pulp-cli<0.30,>=0.23.2
2
- pulp-glue-deb==0.3.0
File without changes