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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-cli-deb
3
- Version: 0.1.0
3
+ Version: 0.3.0
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.1.0
3
+ Version: 0.3.0
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.30,>=0.23.2
2
+ pulp-glue-deb==0.3.0
@@ -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.1.0"
12
+ __version__ = "0.3.0"
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.1.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.26",
27
- "pulp-glue-deb==0.1.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.1.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]+))?"
@@ -1,2 +0,0 @@
1
- pulp-cli<0.26,>=0.23.2
2
- pulp-glue-deb==0.1.0
File without changes