Skip to content

Commit 37af1a7

Browse files
committed
Update of python packages
1 parent ceb0606 commit 37af1a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+319
-299
lines changed

hdf5.spec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
### RPM external hdf5 1.14.1
2-
%define hdf5_tag hdf5-%(echo %realversion | tr '.' '_')
3-
Source: https://github.com/HDFGroup/hdf5/archive/refs/tags/%{hdf5_tag}.tar.gz
1+
### RPM external hdf5 1.14.6
2+
Source: https://github.com/HDFGroup/hdf5/archive/refs/tags/hdf5_%{realversion}.tar.gz
43
Requires: zlib openmpi
54

65
%prep
7-
%setup -n %{n}-%{hdf5_tag}
6+
%setup -n %{n}-hdf5_%{realversion}
87

98
%build
109
rm -f ./bin/config.{sub,guess}
@@ -26,6 +25,4 @@ make install V=1
2625

2726
%post
2827
%{relocateConfig}bin/h5pcc
29-
%{relocateConfig}share/hdf5_examples/c*/run-*-ex.sh
30-
%{relocateConfig}share/hdf5_examples/hl/c*/run-*-ex.sh
3128
%{relocateConfig}lib/libhdf5.settings

pip/Bottleneck.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-numpy
1+
Requires: py3-numpy py3-versioneer

pip/absl-py.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-six
1+
Requires: py3-six py3-hatchling

pip/beautifulsoup4.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-soupsieve
1+
Requires: py3-soupsieve py3-typing-extensions

pip/blosc2.file

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
Requires: py3-scikit-build py3-cython py3-numpy py3-msgpack py3-ndindex py3-py-cpuinfo py3-rich
22
BuildRequires: cmake ninja
3-
4-
%define PipPostPost \
5-
%{relocateConfig}lib64/pkgconfig/blosc2.pc

pip/boost-histogram.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-numpy
1+
Requires: py3-numpy py3-scikit-build-core py3-typing-extensions py3-setuptools-scm

pip/correctionlib.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Requires: py3-pybind11 py3-numpy py3-pydantic py3-python-rapidjson py3-rich
2-
BuildRequires: py3-setuptools-scm py3-scikit-build cmake py3-make
2+
BuildRequires: py3-setuptools-scm py3-scikit-build cmake py3-make py3-scikit-build-core
33
%define PipPreBuildPy export CMAKE_BUILD_PARALLEL_LEVEL=%{compiling_processes}

pip/findpython.file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Requires: py3-pdm-backend py3-packaging

pip/hatch-vcs.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BuildRequires: py3-hatchling
1+
BuildRequires: py3-hatchling py3-setuptools-scm

pip/hatchling.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-pathspec py3-tomli py3-pluggy py3-editables py3-trove-classifiers py3-calver
1+
Requires: py3-pathspec py3-tomli py3-pluggy py3-editables py3-trove-classifiers py3-calver py3-packaging

0 commit comments

Comments
 (0)