From db2d72c9628517198277d56db6c185635a59fcaa293efcdcadd5207b03397c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 10:33:28 +0000 Subject: [PATCH] Accepting request 788478 from home:mcalabkova:branches:devel:languages:python - update to 0.9.1 * Removed support for python2.7 * Fixed Cygwin support. * Fixed appveyor builds, Travis-CI framework reworked. * Some fragile tests removed. * Remove GDAL from setup.py requirements OBS-URL: https://build.opensuse.org/request/show/788478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=7 --- Glymur-0.8.19.tar.gz | 3 --- Glymur-0.9.1.tar.gz | 3 +++ python-Glymur.changes | 10 ++++++++++ python-Glymur.spec | 9 +++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 Glymur-0.8.19.tar.gz create mode 100644 Glymur-0.9.1.tar.gz diff --git a/Glymur-0.8.19.tar.gz b/Glymur-0.8.19.tar.gz deleted file mode 100644 index 234065e..0000000 --- a/Glymur-0.8.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2636ebf8ea1ad20b5a5d3cf49526c195335d567da00f6b21f0298957ede23425 -size 3416349 diff --git a/Glymur-0.9.1.tar.gz b/Glymur-0.9.1.tar.gz new file mode 100644 index 0000000..5d4c178 --- /dev/null +++ b/Glymur-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7fbe0c223dac4c33cb2a134fb303f64fa30cdd25f6e3e0dd47da316f4fb6c4 +size 3418589 diff --git a/python-Glymur.changes b/python-Glymur.changes index 54aaec0..0e583f1 100644 --- a/python-Glymur.changes +++ b/python-Glymur.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 26 10:14:42 UTC 2020 - Marketa Calabkova + +- update to 0.9.1 + * Removed support for python2.7 + * Fixed Cygwin support. + * Fixed appveyor builds, Travis-CI framework reworked. + * Some fragile tests removed. + * Remove GDAL from setup.py requirements + ------------------------------------------------------------------- Mon Jan 13 16:24:39 UTC 2020 - Marketa Calabkova diff --git a/python-Glymur.spec b/python-Glymur.spec index c66ec19..2281028 100644 --- a/python-Glymur.spec +++ b/python-Glymur.spec @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-Glymur -Version: 0.8.19 +Version: 0.9.1 Release: 0 Summary: Tools for accessing JPEG2000 files License: MIT Group: Development/Languages/Python URL: https://github.com/quintusdias/glymur -Source: https://files.pythonhosted.org/packages/source/G/Glymur/Glymur-%{version}.tar.gz +Source: https://github.com/quintusdias/glymur/archive/v%{version}.tar.gz#/Glymur-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: procps @@ -45,9 +45,7 @@ BuildRequires: %{python_module scikit-image} Python interface to the OpenJPEG library %prep -%setup -q -n Glymur-%{version} -# Remove bundled egg-info -rm -rf %{pypi_name}.egg-info +%setup -q -n glymur-%{version} %build %python_build @@ -57,7 +55,6 @@ rm -rf %{pypi_name}.egg-info %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -touch tests/data/__init__.py %pytest %files %{python_files}