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
This commit is contained in:
parent
92e1173e1f
commit
db2d72c962
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2636ebf8ea1ad20b5a5d3cf49526c195335d567da00f6b21f0298957ede23425
|
||||
size 3416349
|
3
Glymur-0.9.1.tar.gz
Normal file
3
Glymur-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf7fbe0c223dac4c33cb2a134fb303f64fa30cdd25f6e3e0dd47da316f4fb6c4
|
||||
size 3418589
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 10:14:42 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <mcalabkova@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user