From 469fc641e9917ca5a45411aead722b8a9c023897 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Apr 23 2020 23:29:47 +0000 Subject: update to 2.1.1 (#1797605) update largefile test name to skip on 32-bit skip little-endian GSD file access tests on big-endian --- diff --git a/.gitignore b/.gitignore index 95f517e..9c8cddc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /gsd-v1.9.0-html.zip /gsd-1.10.0.tar.gz /gsd-v1.10.0-html.zip +/gsd-2.1.1.tar.gz +/gsd-v2.1.1-html.zip diff --git a/python-gsd.spec b/python-gsd.spec index 649af57..2fa7380 100644 --- a/python-gsd.spec +++ b/python-gsd.spec @@ -25,8 +25,8 @@ and writes hoomd schema gsd files with an easy to use syntax.\ * Fast random access to frames. Name: python-gsd -Version: 1.10.0 -Release: 2%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Read and write hoomd schema gsd files with an easy to use syntax License: BSD URL: https://gsd.readthedocs.io/ @@ -85,11 +85,19 @@ mv %{pname}-v%{version}/_static/* doc/_static/ PYTHONPATH=%{buildroot}%{python3_sitearch} pytest-3 -v tests/ \ --basetemp=$(mktemp -d -p %{_tmppath}) \ %ifarch armv7hl i686 --k 'not test_large_N' -%endif +-k 'not test_large_n' # array size too large for 32-bit arches # https://github.com/glotzerlab/gsd/issues/58 %endif +%ifarch ppc64 s390x +-k 'not test_gsd_v1_read \ +and not test_gsd_v1_upgrade_read \ +and not test_gsd_v1_write \ +and not test_gsd_v1_upgrade_write' +# reading little-endian files on big-endian is unsupported +# https://github.com/glotzerlab/gsd/issues/12 +%endif +%endif %files doc %license LICENSE @@ -102,6 +110,11 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} pytest-3 -v tests/ \ %{python3_sitearch}/%{pname} %changelog +* Thu Apr 23 2020 Dominik Mierzejewski 2.1.1-1 +- update to 2.1.1 (#1797605) +- update largefile test name to skip on 32-bit +- skip little-endian GSD file access tests on big-endian + * Thu Jan 30 2020 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index ef90d05..1734467 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (gsd-1.10.0.tar.gz) = a2203b2041d59b03349613a9657b18e805fc9fc128412160556d763096d9a3093e285cf9223c0174c179c7b8d11ce36216973f54d2c62005c2a127a56b4141cd -SHA512 (gsd-v1.10.0-html.zip) = 092bc3c01d0c976889aaa0c0c3e140b57ec6bf6ba522ab9c9a54c3e5fa0c4058ed18738b1517f42f10282e7da3447f9dde4204db349d22a6821c7f62decff762 +SHA512 (gsd-2.1.1.tar.gz) = 4bb939abacddd0d2fc2b8442907d982625b3df9c78640514b7fc9019d2624b54883faa60d732203feed66111444bb6ff5bd182a0bf3f2b17438729d17e1ab864 +SHA512 (gsd-v2.1.1-html.zip) = a291fd7f08c90b56066e0224b99ff41703270988e7846d0fee387df610494b8c6633d1b93436ea6ec4dd8b2cbf60b04f1046cb0495ec6d92233ff0f9cea43d02