summaryrefslogtreecommitdiff
path: root/python-leafmap.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:52:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:52:56 +0000
commit04cf1679877c60c7abeb1c701822459b3cef7579 (patch)
tree3b42076e5b5162b61e8861ee12e0538c9c3212d1 /python-leafmap.spec
parentbfd1fb510fc4b708002cc3fe514dd8499d033896 (diff)
automatic import of python-leafmapopeneuler20.03
Diffstat (limited to 'python-leafmap.spec')
-rw-r--r--python-leafmap.spec24
1 files changed, 12 insertions, 12 deletions
diff --git a/python-leafmap.spec b/python-leafmap.spec
index 249433f..93f133f 100644
--- a/python-leafmap.spec
+++ b/python-leafmap.spec
@@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-leafmap
-Version: 0.20.2
+Version: 0.21.3
Release: 1
Summary: A Python package for geospatial analysis and interactive mapping in a Jupyter environment.
License: MIT license
URL: https://github.com/opengeos/leafmap
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/f0/faa00558789b8b585eb370a13790c1e29ff9b990cf274b85db63cb5711ab/leafmap-0.20.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/dd/30/8313d816d468adc7a87682b890ea355b57bc4f0843c23027da76419763a2/leafmap-0.21.3.tar.gz
BuildArch: noarch
+Requires: python3-ipyvtklink
Requires: python3-bqplot
Requires: python3-colour
Requires: python3-folium
@@ -38,7 +39,6 @@ Requires: python3-ffmpeg-python
Requires: python3-geopandas
Requires: python3-googledrivedownloader
Requires: python3-gradio
-Requires: python3-here-map-widget-for-jupyter
Requires: python3-jupyter-bokeh
Requires: python3-jupyterlab
Requires: python3-keplergl
@@ -75,7 +75,6 @@ Requires: python3-pydeck
Requires: python3-plotly
Requires: python3-here-map-widget-for-jupyter
Requires: python3-ipygany
-Requires: python3-ipyvtklink
Requires: python3-laspy
Requires: python3-panel
Requires: python3-pyntcloud[las]
@@ -84,7 +83,8 @@ Requires: python3-localtileserver
Requires: python3-rio-cogeo
Requires: python3-rioxarray
Requires: python3-netcdf4
-Requires: python3-xarray-leaflet
+Requires: python3-pynhd
+Requires: python3-py3dep
Requires: python3-psycopg2
Requires: python3-sqlalchemy
Requires: python3-geopandas
@@ -361,7 +361,7 @@ I have created a [YouTube Channel](https://youtube.com/@giswqs) for sharing geos
%prep
-%autosetup -n leafmap-0.20.2
+%autosetup -n leafmap-0.21.3
%build
%py3_build
@@ -375,20 +375,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 .
@@ -401,5 +401,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.21.3-1
- Package Spec generated