Skip to content

Commit 117fa0a

Browse files
committed
Release 25.5.1
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
1 parent 05eefa8 commit 117fa0a

File tree

9 files changed

+44
-8
lines changed

9 files changed

+44
-8
lines changed

bodhi-client/bodhi-client.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by pyp2rpm-3.3.7
22
%global pypi_name bodhi-client
33
%global src_name bodhi_client
4-
%global pypi_version 25.5.0
4+
%global pypi_version 25.5.1
55

66
Name: %{pypi_name}
77
Version: %{pypi_version}
@@ -65,6 +65,9 @@ install -pm0644 bodhi-client.bash %{buildroot}%{_sysconfdir}/bash_completion.d/b
6565
%config(noreplace) %{_sysconfdir}/bash_completion.d/bodhi-client.bash
6666

6767
%changelog
68+
* Sat May 17 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.1-1
69+
- Update to 25.5.1
70+
6871
* Fri May 16 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.0-1
6972
- Update to 25.5.0
7073

bodhi-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bodhi-client"
3-
version = "25.5.0"
3+
version = "25.5.1"
44
description = "Bodhi client"
55
authors = ["Fedora Infrastructure team"]
66
maintainers = ["Fedora Infrastructure Team <infrastructure@lists.fedoraproject.org>"]

bodhi-messages/bodhi-messages.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by pyp2rpm-3.3.7
22
%global pypi_name bodhi-messages
33
%global src_name bodhi_messages
4-
%global pypi_version 25.5.0
4+
%global pypi_version 25.5.1
55

66
Name: %{pypi_name}
77
Version: %{pypi_version}
@@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info
5353
%doc README.rst
5454

5555
%changelog
56+
* Sat May 17 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.1-1
57+
- Update to 25.5.1
58+
5659
* Fri May 16 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.0-1
5760
- Update to 25.5.0
5861

bodhi-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bodhi-messages"
3-
version = "25.5.0"
3+
version = "25.5.1"
44
description = "JSON schema for messages sent by Bodhi"
55
readme = "README.rst"
66
authors = ["Fedora Infrastructure Team"]

bodhi-server/bodhi-server.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global pypi_name bodhi-server
22
%global src_name bodhi_server
3-
%global pypi_version 25.5.0
3+
%global pypi_version 25.5.1
44
%global client_min_version 8.3.0
55
%global messages_min_version 8.1.1
66

@@ -166,6 +166,9 @@ install -p -D -m 0644 %{name}.conf %{buildroot}%{_sysusersdir}/%{name}.conf
166166
%pycached %{python3_sitelib}/bodhi/server/metadata.py
167167

168168
%changelog
169+
* Sat May 17 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.1-1
170+
- Update to 25.5.1
171+
169172
* Fri May 16 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.0-1
170173
- Update to 25.5.0
171174

bodhi-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bodhi-server"
3-
version = "25.5.0"
3+
version = "25.5.1"
44
description = "Bodhi server"
55
readme = "README.rst"
66
authors = ["Fedora Infrastructure Team"]

docs/user/release_notes.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ Release notes
44

55
.. towncrier release notes start
66
7+
v25.5.1
8+
=======
9+
10+
11+
Released on 2025-05-17.
12+
This adds a couple of features that were not included in the previous release
13+
by mistake.
14+
15+
16+
Features
17+
^^^^^^^^
18+
19+
* The CLI updates download command will now download signed packages, if
20+
possible. (:pr:`5859`).
21+
22+
Bug fixes
23+
^^^^^^^^^
24+
25+
* `UpdateType.unspecified` that was introduced with PR#3047 has been added to
26+
the documentation and `constants.UPDATE_TYPES` list. (:pr:`5892`).
27+
28+
Contributors
29+
^^^^^^^^^^^^
30+
31+
The following developers contributed to this release of Bodhi:
32+
33+
* Adam Williamson
34+
* LuK1337
35+
736
v25.5
837
=====
938

news/PR5859.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/PR5892.bug

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)