Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pulp-glue and pulp-cli to 0.25.3 #1007

Merged
merged 3 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions automation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pulp-python==3.11.1
pulpcore-client==3.49.10
pulp-rpm-client==3.25.3
pulp-ostree==2.3.0
pulp-glue==0.25.1
pulp-cli==0.25.1
pulp-glue==0.25.3
pulp-cli==0.25.3
pulp-cli-deb==0.1.0
1 change: 0 additions & 1 deletion packages/python-pulp-cli/pulp-cli-0.25.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/python-pulp-cli/pulp-cli-0.25.3.tar.gz
7 changes: 5 additions & 2 deletions packages/python-pulp-cli/python-pulp-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global pypi_name pulp-cli

Name: python-%{pypi_name}
Version: 0.25.1
Version: 0.25.3
Release: 1%{?dist}
Summary: Command line interface to talk to pulpcore's REST API

Expand Down Expand Up @@ -45,7 +45,7 @@ Requires: python%{python3_pkgversion}-schema >= 0.7.5
Requires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-toml < 0.11
Requires: python%{python3_pkgversion}-toml >= 0.10.2
Requires: python%{python3_pkgversion}-pulp-glue == 0.25.1
Requires: python%{python3_pkgversion}-pulp-glue == 0.25.3

Obsoletes: python3-%{pypi_name} < %{version}-%{release}

Expand Down Expand Up @@ -83,6 +83,9 @@ set -ex


%changelog
* Mon Jun 03 2024 Evgeni Golov - 0.25.3-1
- Release python-pulp-cli 0.25.3

* Fri May 17 2024 Odilon Sousa <[email protected]> - 0.25.1-1
- Release python-pulp-cli 0.25.1

Expand Down
1 change: 0 additions & 1 deletion packages/python-pulp-glue/pulp-glue-0.25.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/python-pulp-glue/pulp-glue-0.25.3.tar.gz
5 changes: 4 additions & 1 deletion packages/python-pulp-glue/python-pulp-glue.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global pypi_name pulp-glue

Name: python-%{pypi_name}
Version: 0.25.1
Version: 0.25.3
Release: 1%{?dist}
Summary: Version agnostic glue library to talk to pulpcore's REST API

Expand Down Expand Up @@ -64,6 +64,9 @@ set -ex


%changelog
* Mon Jun 03 2024 Evgeni Golov - 0.25.3-1
- Release python-pulp-glue 0.25.3

* Fri May 17 2024 Odilon Sousa <[email protected]> - 0.25.1-1
- Release python-pulp-glue 0.25.1

Expand Down