cleura-openstackclient 0.0.4__tar.gz → 0.0.5__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.
Files changed (25) hide show
  1. cleura_openstackclient-0.0.5/.github/workflows/install.yml +28 -0
  2. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/CHANGELOG.md +4 -0
  3. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/PKG-INFO +19 -4
  4. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/README.md +3 -3
  5. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/cleura_openstackclient.egg-info/PKG-INFO +19 -4
  6. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/cleura_openstackclient.egg-info/SOURCES.txt +3 -0
  7. cleura_openstackclient-0.0.5/cleura_openstackclient.egg-info/scm_file_list.json +20 -0
  8. cleura_openstackclient-0.0.5/cleura_openstackclient.egg-info/scm_version.json +8 -0
  9. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/pyproject.toml +18 -1
  10. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.githooks/commit-msg +0 -0
  11. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.githooks/post-commit +0 -0
  12. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.githooks/pre-commit +0 -0
  13. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.githooks/pre-push +0 -0
  14. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.github/workflows/build.yml +0 -0
  15. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.github/workflows/release.yml +0 -0
  16. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.gitignore +0 -0
  17. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.gitlint +0 -0
  18. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.pymarkdown.json +0 -0
  19. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/.yamllint +0 -0
  20. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/LICENSE.txt +0 -0
  21. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/cleura_openstackclient.egg-info/dependency_links.txt +0 -0
  22. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/cleura_openstackclient.egg-info/requires.txt +0 -0
  23. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/cleura_openstackclient.egg-info/top_level.txt +0 -0
  24. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/setup.cfg +0 -0
  25. {cleura_openstackclient-0.0.4 → cleura_openstackclient-0.0.5}/setup.py +0 -0
@@ -0,0 +1,28 @@
1
+ ---
2
+ name: 'Install released package from PyPI'
3
+
4
+ # Run weekly, and also run on demand
5
+ 'on':
6
+ schedule:
7
+ - cron: '0 12 * * 3'
8
+ workflow_dispatch:
9
+
10
+ jobs:
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ strategy:
14
+ matrix:
15
+ python-version:
16
+ - '3.11'
17
+ - '3.12'
18
+ - '3.13'
19
+ - '3.14'
20
+ steps:
21
+ - name: Set up Python ${{ matrix.python-version }}
22
+ uses: actions/setup-python@v6
23
+ with:
24
+ python-version: ${{ matrix.python-version }}
25
+ - name: Install package
26
+ run: 'pip install pipdeptree cleura-openstackclient'
27
+ - name: Run pipdeptree
28
+ run: pipdeptree
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 0.0.5 (2026-06-23)
4
+
5
+ * Update package metadata (URLs and PyPI classifiers).
6
+
3
7
  ## Version 0.0.4 (2026-06-22)
4
8
 
5
9
  * Automate PyPI uploads from GitHub Actions.
@@ -1,10 +1,25 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cleura-openstackclient
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Conveniently installs OpenStack clients for use with Cleura Cloud
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/cleura/cleura-openstackclient
7
7
  Project-URL: Issues, https://github.com/cleura/cleura-openstackclient/issues
8
+ Project-URL: Changelog, https://github.com/cleura/cleura-openstackclient/blob/main/CHANGELOG.md
9
+ Project-URL: PyPI, https://pypi.org/project/cleura-openstackclient/
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Environment :: Console
12
+ Classifier: Environment :: OpenStack
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Intended Audience :: Information Technology
15
+ Classifier: Intended Audience :: System Administrators
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
22
+ Classifier: Topic :: System :: Systems Administration
8
23
  Requires-Python: >=3.11
9
24
  Description-Content-Type: text/markdown
10
25
  License-File: LICENSE.txt
@@ -35,16 +50,16 @@ This package provides no functionality of its own; it only installs dependencies
35
50
 
36
51
  ## Installation
37
52
 
38
- To install from PyPI, run:
53
+ To install from [PyPI](https://pypi.org/project/cleura-openstackclient/), run:
39
54
 
40
55
  ```shell
41
- pip install cleura-openstackclient==0.0.4
56
+ pip install cleura-openstackclient==0.0.5
42
57
  ```
43
58
 
44
59
  To install directly from [the repository](https://github.com/cleura/cleura-openstackclient), run:
45
60
 
46
61
  ```shell
47
- pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.4
62
+ pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.5
48
63
  ```
49
64
 
50
65
  Then, invoke the `openstack` command provided by the `python-openstackclient` package.
@@ -10,16 +10,16 @@ This package provides no functionality of its own; it only installs dependencies
10
10
 
11
11
  ## Installation
12
12
 
13
- To install from PyPI, run:
13
+ To install from [PyPI](https://pypi.org/project/cleura-openstackclient/), run:
14
14
 
15
15
  ```shell
16
- pip install cleura-openstackclient==0.0.4
16
+ pip install cleura-openstackclient==0.0.5
17
17
  ```
18
18
 
19
19
  To install directly from [the repository](https://github.com/cleura/cleura-openstackclient), run:
20
20
 
21
21
  ```shell
22
- pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.4
22
+ pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.5
23
23
  ```
24
24
 
25
25
  Then, invoke the `openstack` command provided by the `python-openstackclient` package.
@@ -1,10 +1,25 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cleura-openstackclient
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Conveniently installs OpenStack clients for use with Cleura Cloud
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/cleura/cleura-openstackclient
7
7
  Project-URL: Issues, https://github.com/cleura/cleura-openstackclient/issues
8
+ Project-URL: Changelog, https://github.com/cleura/cleura-openstackclient/blob/main/CHANGELOG.md
9
+ Project-URL: PyPI, https://pypi.org/project/cleura-openstackclient/
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Environment :: Console
12
+ Classifier: Environment :: OpenStack
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Intended Audience :: Information Technology
15
+ Classifier: Intended Audience :: System Administrators
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
22
+ Classifier: Topic :: System :: Systems Administration
8
23
  Requires-Python: >=3.11
9
24
  Description-Content-Type: text/markdown
10
25
  License-File: LICENSE.txt
@@ -35,16 +50,16 @@ This package provides no functionality of its own; it only installs dependencies
35
50
 
36
51
  ## Installation
37
52
 
38
- To install from PyPI, run:
53
+ To install from [PyPI](https://pypi.org/project/cleura-openstackclient/), run:
39
54
 
40
55
  ```shell
41
- pip install cleura-openstackclient==0.0.4
56
+ pip install cleura-openstackclient==0.0.5
42
57
  ```
43
58
 
44
59
  To install directly from [the repository](https://github.com/cleura/cleura-openstackclient), run:
45
60
 
46
61
  ```shell
47
- pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.4
62
+ pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.5
48
63
  ```
49
64
 
50
65
  Then, invoke the `openstack` command provided by the `python-openstackclient` package.
@@ -12,9 +12,12 @@ setup.py
12
12
  .githooks/pre-commit
13
13
  .githooks/pre-push
14
14
  .github/workflows/build.yml
15
+ .github/workflows/install.yml
15
16
  .github/workflows/release.yml
16
17
  cleura_openstackclient.egg-info/PKG-INFO
17
18
  cleura_openstackclient.egg-info/SOURCES.txt
18
19
  cleura_openstackclient.egg-info/dependency_links.txt
19
20
  cleura_openstackclient.egg-info/requires.txt
21
+ cleura_openstackclient.egg-info/scm_file_list.json
22
+ cleura_openstackclient.egg-info/scm_version.json
20
23
  cleura_openstackclient.egg-info/top_level.txt
@@ -0,0 +1,20 @@
1
+ {
2
+ "files": [
3
+ ".yamllint",
4
+ "README.md",
5
+ "LICENSE.txt",
6
+ "setup.py",
7
+ "pyproject.toml",
8
+ "CHANGELOG.md",
9
+ ".gitignore",
10
+ ".pymarkdown.json",
11
+ ".gitlint",
12
+ ".githooks/pre-commit",
13
+ ".githooks/post-commit",
14
+ ".githooks/pre-push",
15
+ ".githooks/commit-msg",
16
+ ".github/workflows/install.yml",
17
+ ".github/workflows/build.yml",
18
+ ".github/workflows/release.yml"
19
+ ]
20
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "tag": "0.0.5",
3
+ "distance": 0,
4
+ "node": "g0e9de0ab3f2f2d38bc42aa9431e9f8c63282563a",
5
+ "dirty": false,
6
+ "branch": "HEAD",
7
+ "node_date": "2026-06-23"
8
+ }
@@ -4,6 +4,21 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cleura-openstackclient"
7
+ classifiers = [
8
+ "Development Status :: 3 - Alpha",
9
+ "Environment :: Console",
10
+ "Environment :: OpenStack",
11
+ "Intended Audience :: Developers",
12
+ "Intended Audience :: Information Technology",
13
+ "Intended Audience :: System Administrators",
14
+ "Operating System :: OS Independent",
15
+ "Programming Language :: Python :: 3",
16
+ "Programming Language :: Python :: 3.11",
17
+ "Programming Language :: Python :: 3.12",
18
+ "Programming Language :: Python :: 3.13",
19
+ "Programming Language :: Python :: 3.14",
20
+ "Topic :: System :: Systems Administration",
21
+ ]
7
22
  dynamic = ["version"]
8
23
  description = "Conveniently installs OpenStack clients for use with Cleura Cloud"
9
24
  requires-python = ">=3.11"
@@ -29,6 +44,8 @@ license-files = ["LICENSE.txt"]
29
44
  [project.urls]
30
45
  Homepage = "https://github.com/cleura/cleura-openstackclient"
31
46
  Issues = "https://github.com/cleura/cleura-openstackclient/issues"
47
+ Changelog = "https://github.com/cleura/cleura-openstackclient/blob/main/CHANGELOG.md"
48
+ PyPI = "https://pypi.org/project/cleura-openstackclient/"
32
49
 
33
50
  [dependency-groups]
34
51
  flake8 = [
@@ -140,7 +157,7 @@ indent-size = 2
140
157
 
141
158
  [tool.bumpversion]
142
159
  commit = true
143
- current_version = "0.0.4"
160
+ current_version = "0.0.5"
144
161
  message = "build: Version {new_version}"
145
162
  tag = true
146
163