-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mattia Verga <[email protected]>
- Loading branch information
1 parent
27e493b
commit 39f8b20
Showing
17 changed files
with
118 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Created by pyp2rpm-3.3.7 | ||
%global pypi_name bodhi-client | ||
%global src_name bodhi_client | ||
%global pypi_version 8.1.1 | ||
%global pypi_version 8.2.0 | ||
|
||
Name: %{pypi_name} | ||
Version: %{pypi_version} | ||
|
@@ -65,6 +65,9 @@ install -pm0644 bodhi-client.bash %{buildroot}%{_sysconfdir}/bash_completion.d/b | |
%config(noreplace) %{_sysconfdir}/bash_completion.d/bodhi-client.bash | ||
|
||
%changelog | ||
* Sat Oct 26 2024 Mattia Verga <[email protected]> - 8.2.0-1 | ||
- Update to 8.2.0 | ||
|
||
* Sat Jun 22 2024 Mattia Verga <[email protected]> - 8.1.1-1 | ||
- Update to 8.1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "bodhi-client" | ||
version = "8.1.1" | ||
version = "8.2.0" | ||
description = "Bodhi client" | ||
authors = ["Fedora Infrastructure team"] | ||
maintainers = ["Fedora Infrastructure Team <[email protected]>"] | ||
|
@@ -21,6 +21,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
"Topic :: System :: Software Distribution" | ||
] | ||
packages = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Created by pyp2rpm-3.3.7 | ||
%global pypi_name bodhi-messages | ||
%global src_name bodhi_messages | ||
%global pypi_version 8.1.1 | ||
%global pypi_version 8.2.0 | ||
|
||
Name: %{pypi_name} | ||
Version: %{pypi_version} | ||
|
@@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info | |
%doc README.rst | ||
|
||
%changelog | ||
* Sat Oct 26 2024 Mattia Verga <[email protected]> - 8.2.0-1 | ||
- Update to 8.2.0 | ||
|
||
* Sat Jun 22 2024 Mattia Verga <[email protected]> - 8.1.1-1 | ||
- Update to 8.1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
%global pypi_name bodhi-server | ||
%global src_name bodhi_server | ||
%global pypi_version 8.1.1 | ||
%global client_min_version 8.0.0 | ||
%global messages_min_version 8.0.0 | ||
%global pypi_version 8.2.0 | ||
%global client_min_version 8.1.1 | ||
%global messages_min_version 8.1.1 | ||
|
||
Name: %{pypi_name} | ||
Version: %{pypi_version} | ||
|
@@ -160,6 +160,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus | |
%pycached %{python3_sitelib}/bodhi/server/metadata.py | ||
|
||
%changelog | ||
* Sat Oct 26 2024 Mattia Verga <[email protected]> - 8.2.0-1 | ||
- Update to 8.2.0 | ||
|
||
* Sat Jun 22 2024 Mattia Verga <[email protected]> - 8.1.1-1 | ||
- Update to 8.1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.