Skip to content

Commit 2a7f036

Browse files
committed
update all reference of 24.11 to 25.05 (except changelog for now)
1 parent 1bb3af0 commit 2a7f036

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ pyslurm is the Python client library for the [Slurm Workload Manager](https://sl
88
* [Python](https://www.python.org) - >= 3.6
99
* [Cython](https://cython.org) - >= 0.29.37
1010

11-
This Version is for Slurm 24.11.x
11+
This Version is for Slurm 25.05.x
1212

1313
## Versioning
1414

1515
In pyslurm, the versioning scheme follows the official Slurm versioning. The
1616
first two numbers (`MAJOR.MINOR`) always correspond to Slurms Major-Release,
17-
for example `24.11`.
17+
for example `25.05`.
1818
The last number (`MICRO`) is however not tied in any way to Slurms `MICRO`
1919
version, but is instead PySlurm's internal Patch-Level. For example, any
20-
pyslurm 24.11.X version should work with any Slurm 24.11.X release.
20+
pyslurm 25.05.X version should work with any Slurm 25.05.X release.
2121

2222
## Installation
2323

@@ -29,8 +29,8 @@ the corresponding paths to the necessary files.
2929
You can specify those with environment variables (recommended), for example:
3030

3131
```shell
32-
export SLURM_INCLUDE_DIR=/opt/slurm/24.11/include
33-
export SLURM_LIB_DIR=/opt/slurm/24.11/lib
32+
export SLURM_INCLUDE_DIR=/opt/slurm/25.05/include
33+
export SLURM_LIB_DIR=/opt/slurm/25.05/lib
3434
```
3535

3636
Then you can proceed to install pyslurm, for example by cloning the Repository:

pyslurm.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define python3_pkgversion 3.11
22

33
Name: python-pyslurm
4-
Version: 24.11.0
4+
Version: 25.5.0
55
%define rel 1
66
Release: %{rel}%{?dist}
77
Summary: Python interface to Slurm
@@ -15,8 +15,8 @@ BuildRequires: python%{python3_pkgversion}-wheel
1515
BuildRequires: python%{python3_pkgversion}-Cython
1616
BuildRequires: python%{python3_pkgversion}-packaging
1717
BuildRequires: python-rpm-macros
18-
BuildRequires: slurm-devel >= 24.11.0
19-
BuildRequires: slurm >= 24.11.0
18+
BuildRequires: slurm-devel >= 25.05.0
19+
BuildRequires: slurm >= 25.05.0
2020
Requires: python%{python3_pkgversion}
2121

2222
%description

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ packager = Giovanni Torres <[email protected]>
44
doc_files = README.md
55
examples/
66
build_requires = python3-devel >= 3.6
7-
slurm-devel >= 24.11.0
7+
slurm-devel >= 25.05.0
88
requires = slurm
99
use_bzip2 = 1

0 commit comments

Comments
 (0)