summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:42:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:42:07 +0000
commit7cb5d3e5916c14aaf2bb2f3eac3696d66124597d (patch)
treea60b6271b4679d15043dd2e5e45163844f1ff615
parentc191220ec7737a7e1d5c6612488841a53126728f (diff)
automatic import of python-tf-geometricopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-tf-geometric.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index f936a01..bcc09fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/tf_geometric-0.1.5.tar.gz
+/tf_geometric-0.1.6.tar.gz
diff --git a/python-tf-geometric.spec b/python-tf-geometric.spec
index 92adc6e..7c8c565 100644
--- a/python-tf-geometric.spec
+++ b/python-tf-geometric.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-tf-geometric
-Version: 0.1.5
+Version: 0.1.6
Release: 1
Summary: Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x.
License: GNU General Public License v3.0 (See LICENSE)
URL: https://github.com/CrawlScript/tf_geometric
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/c0/7cad4da902580d87eea4d14b3111ed941ee92dc2124b9acfb4758a6534f4/tf_geometric-0.1.5.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/be/65/4194f9c75ccebe479a8faa161ce28456e5d7cf1766c803944336e6bce8ed/tf_geometric-0.1.6.tar.gz
BuildArch: noarch
@@ -31,7 +31,7 @@ Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x.
Inspired by **rusty1s/pytorch_geometric**\ , we build a GNN library for TensorFlow.
%prep
-%autosetup -n tf-geometric-0.1.5
+%autosetup -n tf_geometric-0.1.6
%build
%py3_build
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.5-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.6-1
- Package Spec generated
diff --git a/sources b/sources
index 7ac6d29..ddefc0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f8b92fdefeb028ac00fb4726a208e13 tf_geometric-0.1.5.tar.gz
+615f37349d5256f06da2d2a3d18aa391 tf_geometric-0.1.6.tar.gz