Skip to content

Commit

Permalink
Merge pull request #17 from nikromen/release-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
nikromen authored Mar 29, 2023
2 parents 0a7ef83 + a8e8097 commit 56a9baf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpa.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: alpa
Version: 0.2.0
Version: 0.3.0
Release: 1%{?dist}
Summary: Integration tool with Alpa repository

Expand Down
6 changes: 6 additions & 0 deletions alpa/cli/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
list,
genspec,
add,
get_pkg_archive,
mockbuild,
create_packit_config,
)
from alpa.repository import AlpaRepo

Expand Down Expand Up @@ -43,6 +46,9 @@ def clone(url: str) -> None:
entry_point.add_command(list)
entry_point.add_command(genspec)
entry_point.add_command(add)
entry_point.add_command(get_pkg_archive)
entry_point.add_command(mockbuild)
entry_point.add_command(create_packit_config)


if __name__ == "__main__":
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyalpa"
version = "0.2.0"
version = "0.3.0"
description = "Integration tool with Alpa repository"
authors = ["Jiri Kyjovsky <[email protected]>"]
maintainers = ["Jiří Kyjovský <[email protected]>"]
Expand All @@ -18,7 +18,7 @@ click = ">=8.0.0"
gitpython = ">=3.0"
pygithub = ">=1.4"
pyyaml = ">=5.0"
alpa-conf = ">=0.2.0"
alpa-conf = ">=0.3.0"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 56a9baf

Please sign in to comment.