Skip to content

Commit c38bc7f

Browse files
committed
Release 25.11.1
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
1 parent 33a5f03 commit c38bc7f

File tree

17 files changed

+74
-32
lines changed

17 files changed

+74
-32
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- develop
7-
- 25.5
7+
- 25.11
88
pull_request:
99
branches:
1010
- develop
11-
- 25.5
11+
- 25.11
1212

1313
jobs:
1414
analyze:

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- develop
66
- 25.5
7+
- 25.11
78
paths:
89
- docs/**
910

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
release: [f41,f42,f43]
27+
release: [f42,f43]
2828

2929
build_in_koji:
3030
name: Build ${{matrix.module}} on ${{matrix.release}} in Koji
@@ -77,4 +77,4 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
module: [bodhi-client, bodhi-messages, bodhi-server]
80-
release: [f41,f42,f43]
80+
release: [f42,f43]

.github/workflows/tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches:
55
- develop
66
- 25.5
7+
- 25.11
78
pull_request:
89
branches:
910
- develop
1011
- 25.5
12+
- 25.11
1113

1214
name: Run tests
1315

@@ -78,7 +80,7 @@ jobs:
7880
fail-fast: false
7981
matrix:
8082
# integration tests are broken on pip atm, so not included in this list.
81-
release: [f41,f42,f43,rawhide]
83+
release: [f42,f43,rawhide]
8284

8385
unit_tests:
8486
name: Unit Tests
@@ -105,7 +107,7 @@ jobs:
105107
strategy:
106108
fail-fast: false
107109
matrix:
108-
release: [f41,f42,f43,pip,rawhide]
110+
release: [f42,f43,pip,rawhide]
109111
module: [bodhi-client, bodhi-messages, bodhi-server]
110112

111113
docs:
@@ -125,7 +127,7 @@ jobs:
125127
strategy:
126128
fail-fast: false
127129
matrix:
128-
release: [f41,f42,f43,pip,rawhide]
130+
release: [f42,f43,pip,rawhide]
129131

130132
rpms:
131133
name: Build the RPMS
@@ -153,4 +155,4 @@ jobs:
153155
strategy:
154156
fail-fast: false
155157
matrix:
156-
release: [f41,f42,f43,rawhide]
158+
release: [f42,f43,rawhide]

.mergify.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ queue_rules:
88
- status-success=DCO
99
- status-success=Pre-commit checks
1010
- status-success=Diff-cover check
11-
- status-success=Integration Tests (f41)
1211
- status-success=Integration Tests (f42)
1312
- status-success=Integration Tests (f43)
14-
- status-success=Unit Tests (f41, bodhi-client)
15-
- status-success=Unit Tests (f41, bodhi-messages)
16-
- status-success=Unit Tests (f41, bodhi-server)
1713
- status-success=Unit Tests (f42, bodhi-client)
1814
- status-success=Unit Tests (f42, bodhi-messages)
1915
- status-success=Unit Tests (f42, bodhi-server)
@@ -23,20 +19,15 @@ queue_rules:
2319
- status-success=Unit Tests (pip, bodhi-client)
2420
- status-success=Unit Tests (pip, bodhi-messages)
2521
- status-success=Unit Tests (pip, bodhi-server)
26-
- status-success=Build Documentation (f41)
2722
- status-success=Build Documentation (f42)
2823
- status-success=Build Documentation (f43)
2924
- status-success=Build Documentation (pip)
3025
merge_conditions:
3126
- status-success=DCO
3227
- status-success=Pre-commit checks
3328
- status-success=Diff-cover check
34-
- status-success=Integration Tests (f41)
3529
- status-success=Integration Tests (f42)
3630
- status-success=Integration Tests (f43)
37-
- status-success=Unit Tests (f41, bodhi-client)
38-
- status-success=Unit Tests (f41, bodhi-messages)
39-
- status-success=Unit Tests (f41, bodhi-server)
4031
- status-success=Unit Tests (f42, bodhi-client)
4132
- status-success=Unit Tests (f42, bodhi-messages)
4233
- status-success=Unit Tests (f42, bodhi-server)
@@ -46,21 +37,20 @@ queue_rules:
4637
- status-success=Unit Tests (pip, bodhi-client)
4738
- status-success=Unit Tests (pip, bodhi-messages)
4839
- status-success=Unit Tests (pip, bodhi-server)
49-
- status-success=Build Documentation (f41)
5040
- status-success=Build Documentation (f42)
5141
- status-success=Build Documentation (f43)
5242
- status-success=Build Documentation (pip)
5343
merge_method: rebase
5444
pull_request_rules:
55-
- name: backport 25.2
45+
- name: backport 25.11
5646
actions:
5747
backport:
5848
branches:
59-
- "25.2"
49+
- "25.11"
6050
conditions:
6151
- label!=WIP
6252
- -draft
63-
- label=25.2-backports
53+
- label=25.11-backports
6454
- name: default
6555
conditions: []
6656
actions:

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.1
4+
%global pypi_version 25.11.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 Nov 01 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.11.1-1
69+
- Update to 25.11.1
70+
6871
* Sat May 17 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.1-1
6972
- Update to 25.5.1
7073

bodhi-client/pyproject.toml

Lines changed: 2 additions & 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.1"
3+
version = "25.11.1"
44
description = "Bodhi client"
55
authors = ["Fedora Infrastructure team"]
66
maintainers = ["Fedora Infrastructure Team <infrastructure@lists.fedoraproject.org>"]
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Topic :: System :: Software Distribution"
2526
]
2627
packages = [

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.1
4+
%global pypi_version 25.11.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 Nov 01 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.11.1-1
57+
- Update to 25.11.1
58+
5659
* Sat May 17 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.1-1
5760
- Update to 25.5.1
5861

bodhi-messages/pyproject.toml

Lines changed: 2 additions & 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.1"
3+
version = "25.11.1"
44
description = "JSON schema for messages sent by Bodhi"
55
readme = "README.rst"
66
authors = ["Fedora Infrastructure Team"]
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
"Topic :: System :: Software Distribution"
2627
]
2728

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.1
3+
%global pypi_version 25.11.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 Nov 01 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.11.1-1
170+
- Update to 25.11.1
171+
169172
* Sat May 17 2025 Mattia Verga <mattia.verga@fedoraproject.org> - 25.5.1-1
170173
- Update to 25.5.1
171174

0 commit comments

Comments
 (0)