summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-eo-learn-io.spec19
-rw-r--r--sources2
3 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 4c5ef0f..76eb2fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/eo-learn-io-1.4.1.tar.gz
+/eo-learn-io-1.4.2.tar.gz
diff --git a/python-eo-learn-io.spec b/python-eo-learn-io.spec
index 72fc64c..774ded5 100644
--- a/python-eo-learn-io.spec
+++ b/python-eo-learn-io.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-eo-learn-io
-Version: 1.4.1
+Version: 1.4.2
Release: 1
Summary: A collection of input/output EOTasks and utilities
License: MIT
URL: https://github.com/sentinel-hub/eo-learn
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/08/e6504f498c5e030e392ab0f61fb15fdd5ccc20a4db7e822cd40936e6d9a4/eo-learn-io-1.4.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ee/2c/159b07896efecae4e7557eee58ea827a5dc280b97b3c30eab2e61e4e7bf6/eo-learn-io-1.4.2.tar.gz
BuildArch: noarch
Requires: python3-affine
@@ -14,7 +14,6 @@ Requires: python3-eo-learn-core
Requires: python3-fiona
Requires: python3-geopandas
Requires: python3-rasterio
-Requires: python3-rtree
Requires: python3-sentinelhub
Requires: python3-typing-extensions
Requires: python3-meteoblue-dataset-sdk
@@ -59,7 +58,7 @@ For more information about the module visit [readthedocs](https://eo-learn.readt
%prep
-%autosetup -n eo-learn-io-1.4.1
+%autosetup -n eo-learn-io-1.4.2
%build
%py3_build
@@ -73,20 +72,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -99,5 +98,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.2-1
- Package Spec generated
diff --git a/sources b/sources
index 6d7b588..3401450 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c04cc70e175fb570a1785a5c02d3b73a eo-learn-io-1.4.1.tar.gz
+03485804561256ea43b946c55d1c245f eo-learn-io-1.4.2.tar.gz