Compare commits
	
		
			4 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| e7feaef363 | |||
| 6cbe374d58 | |||
| f5e1d43d4e | |||
| f1732615dc | 
| @@ -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> | Mon Jan 22 22:30:17 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-mrcfile | # 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 | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -16,14 +16,17 @@ | |||||||
| # | # | ||||||
|  |  | ||||||
|  |  | ||||||
|  | %{?sle15_python_module_pythons} | ||||||
| Name:           python-mrcfile | Name:           python-mrcfile | ||||||
| Version:        1.5.0 | Version:        1.5.4 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        MRC file I/O library | Summary:        MRC file I/O library | ||||||
| License:        BSD-3-Clause | License:        BSD-3-Clause | ||||||
| URL:            https://github.com/ccpem/mrcfile | URL:            https://github.com/ccpem/mrcfile | ||||||
| Source:         https://github.com/ccpem/mrcfile/archive/refs/tags/v%{version}.tar.gz | Source:         https://github.com/ccpem/mrcfile/archive/refs/tags/v%{version}.tar.gz | ||||||
|  | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
|  | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| # SECTION test requirements | # SECTION test requirements | ||||||
| BuildRequires:  %{python_module numpy >= 1.16.0} | BuildRequires:  %{python_module numpy >= 1.16.0} | ||||||
| @@ -44,10 +47,10 @@ is used in structural biology to store image and volume data. | |||||||
| %autosetup -p1 -n mrcfile-%{version} | %autosetup -p1 -n mrcfile-%{version} | ||||||
|  |  | ||||||
| %build | %build | ||||||
| %python_build | %pyproject_wheel | ||||||
|  |  | ||||||
| %install | %install | ||||||
| %python_install | %pyproject_install | ||||||
| %python_clone -a %{buildroot}%{_bindir}/mrcfile-header | %python_clone -a %{buildroot}%{_bindir}/mrcfile-header | ||||||
| %python_clone -a %{buildroot}%{_bindir}/mrcfile-validate | %python_clone -a %{buildroot}%{_bindir}/mrcfile-validate | ||||||
| %python_expand %fdupes %{buildroot}%{$python_sitelib} | %python_expand %fdupes %{buildroot}%{$python_sitelib} | ||||||
|   | |||||||
| @@ -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
									
								
							
							
						
						
									
										3
									
								
								v1.5.4.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:16d8f3dc15dbf5fc0fbe55accad9de053dd2ac8d065a1160ac781cad94a0beef | ||||||
|  | size 52054331 | ||||||
		Reference in New Issue
	
	Block a user