-
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
daf6f09
commit d6ffeb1
Showing
18 changed files
with
79 additions
and
18 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 |
---|---|---|
|
@@ -4,10 +4,12 @@ on: | |
branches: | ||
- develop | ||
- 7.1 | ||
- 7.2 | ||
pull_request: | ||
branches: | ||
- develop | ||
- 7.1 | ||
- 7.2 | ||
|
||
name: Run tests | ||
|
||
|
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,14 +1,14 @@ | ||
# Created by pyp2rpm-3.3.7 | ||
%global pypi_name bodhi-client | ||
%global src_name bodhi_client | ||
%global pypi_version 7.1.1 | ||
%global pypi_version 7.2.0 | ||
|
||
Name: %{pypi_name} | ||
Version: %{pypi_version} | ||
Release: 0%{?dist} | ||
Summary: Bodhi client | ||
|
||
License: GPLv2+ | ||
License: GPL-2.0-or-later | ||
URL: https://github.com/fedora-infra/bodhi | ||
Source0: %{src_name}-%{pypi_version}.tar.gz | ||
BuildArch: noarch | ||
|
@@ -64,6 +64,9 @@ install -pm0644 bodhi-client.bash %{buildroot}%{_sysconfdir}/bash_completion.d/b | |
%config(noreplace) %{_sysconfdir}/bash_completion.d/bodhi-client.bash | ||
|
||
%changelog | ||
* Sun Apr 30 2023 Mattia Verga <[email protected]> - 7.2.0-1 | ||
- Update to 7.2.0 | ||
|
||
* Sat Mar 18 2023 Mattia Verga <[email protected]> - 7.1.1-1 | ||
- Update to 7.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 = "7.1.1" | ||
version = "7.2.0" | ||
description = "Bodhi client" | ||
authors = ["Fedora Infrastructure team"] | ||
maintainers = ["Fedora Infrastructure Team <[email protected]>"] | ||
|
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,14 +1,14 @@ | ||
# Created by pyp2rpm-3.3.7 | ||
%global pypi_name bodhi-messages | ||
%global src_name bodhi_messages | ||
%global pypi_version 7.1.1 | ||
%global pypi_version 7.2.0 | ||
|
||
Name: %{pypi_name} | ||
Version: %{pypi_version} | ||
Release: 0%{?dist} | ||
Summary: JSON schema for messages sent by Bodhi | ||
|
||
License: GPLv2+ | ||
License: GPL-2.0-or-later | ||
URL: https://github.com/fedora-infra/bodhi | ||
Source0: %{src_name}-%{pypi_version}.tar.gz | ||
BuildArch: noarch | ||
|
@@ -52,6 +52,9 @@ rm -rf %{pypi_name}.egg-info | |
%doc README.rst | ||
|
||
%changelog | ||
* Sun Apr 30 2023 Mattia Verga <[email protected]> - 7.2.0-1 | ||
- Update to 7.2.0 | ||
|
||
* Sat Mar 18 2023 Mattia Verga <[email protected]> - 7.1.1-1 | ||
- Update to 7.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,13 +1,13 @@ | ||
%global pypi_name bodhi-server | ||
%global src_name bodhi_server | ||
%global pypi_version 7.1.1 | ||
%global pypi_version 7.2.0 | ||
|
||
Name: %{pypi_name} | ||
Version: %{pypi_version} | ||
Release: 0%{?dist} | ||
Summary: Bodhi server | ||
|
||
License: GPLv2+ | ||
License: GPL-2.0-or-later | ||
URL: https://github.com/fedora-infra/bodhi | ||
Source0: %{src_name}-%{pypi_version}.tar.gz | ||
BuildArch: noarch | ||
|
@@ -153,6 +153,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus | |
%pycached %{python3_sitelib}/bodhi/server/metadata.py | ||
|
||
%changelog | ||
* Sun Apr 30 2023 Mattia Verga <[email protected]> - 7.2.0-1 | ||
- Update to 7.2.0 | ||
|
||
* Sat Mar 18 2023 Mattia Verga <[email protected]> - 7.1.1-1 | ||
- Update to 7.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.