Compare commits

4 Commits

Author SHA256 Message Date
e7feaef363 Accepting request 1251792 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1251792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mrcfile?expand=0&rev=5
2025-03-10 17:07:00 +00:00
6cbe374d58 Accepting request 1251737 from home:glaubitz:branches:devel:languages:python
- Update to 1.5.4
  * Fix rare bug in mmap alignment with certain extended header sizes
  * Add test and documentation code to source distribution
  * Add support for Python 3.13 and numpy 2.1 & 2.2
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1251737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mrcfile?expand=0&rev=9
2025-03-10 12:26:05 +00:00
f5e1d43d4e Accepting request 1199982 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1199982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mrcfile?expand=0&rev=4
2024-09-11 14:55:56 +00:00
f1732615dc Accepting request 1199696 from home:mcalabkova:branches:devel:languages:python
- update to 1.5.3
  * Add support for numpy 2.0
  * Fix opening of large files in numpy 2.0
  * Validate header statistics only if they are set

OBS-URL: https://build.opensuse.org/request/show/1199696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mrcfile?expand=0&rev=7
2024-09-11 07:22:34 +00:00
4 changed files with 32 additions and 8 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Mar 10 10:05:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.5.4
* Fix rare bug in mmap alignment with certain extended header sizes
* Add test and documentation code to source distribution
* Add support for Python 3.13 and numpy 2.1 & 2.2
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Mon Sep 9 13:31:02 UTC 2024 - Markéta Machová <mmachova@suse.com>
- update to 1.5.3
* Add support for numpy 2.0
* Fix opening of large files in numpy 2.0
* Validate header statistics only if they are set
-------------------------------------------------------------------
Mon Jan 22 22:30:17 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mrcfile
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,17 @@
#
%{?sle15_python_module_pythons}
Name: python-mrcfile
Version: 1.5.0
Version: 1.5.4
Release: 0
Summary: MRC file I/O library
License: BSD-3-Clause
URL: https://github.com/ccpem/mrcfile
Source: https://github.com/ccpem/mrcfile/archive/refs/tags/v%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module numpy >= 1.16.0}
@@ -32,7 +35,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: fdupes
Requires: python-numpy >= 1.16.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
@@ -44,10 +47,10 @@ is used in structural biology to store image and volume data.
%autosetup -p1 -n mrcfile-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/mrcfile-header
%python_clone -a %{buildroot}%{_bindir}/mrcfile-validate
%python_expand %fdupes %{buildroot}%{$python_sitelib}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71a5f69f85fff9bf2e9f64ef362cb0acf7d8d51ce0da80f39361ec0ca9f0f334
size 148148453

3
v1.5.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16d8f3dc15dbf5fc0fbe55accad9de053dd2ac8d065a1160ac781cad94a0beef
size 52054331