File tree Expand file tree Collapse file tree 9 files changed +44
-8
lines changed
Expand file tree Collapse file tree 9 files changed +44
-8
lines changed Original file line number Diff line number Diff line change 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
66Name: %{pypi_name }
77Version: %{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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bodhi-client"
3- version = " 25.5.0 "
3+ version = " 25.5.1 "
44description = " Bodhi client"
55authors = [" Fedora Infrastructure team" ]
66maintainers = [" Fedora Infrastructure Team <infrastructure@lists.fedoraproject.org>" ]
Original file line number Diff line number Diff line change 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
66Name: %{pypi_name }
77Version: %{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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bodhi-messages"
3- version = " 25.5.0 "
3+ version = " 25.5.1 "
44description = " JSON schema for messages sent by Bodhi"
55readme = " README.rst"
66authors = [" Fedora Infrastructure Team" ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bodhi-server"
3- version = " 25.5.0 "
3+ version = " 25.5.1 "
44description = " Bodhi server"
55readme = " README.rst"
66authors = [" Fedora Infrastructure Team" ]
Original file line number Diff line number Diff 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+
736v25.5
837=====
938
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments