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}