summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:26:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:26:20 +0000
commitc2b61a7068d0cdde1bf0aa19fdeaa5759c37d35e (patch)
tree77d8533f88058ec590113837bf18885c96c4c03a
parenta801be14db91091fe6cac9b72615eee655f72e9b (diff)
automatic import of python-specklepyopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-specklepy.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 61aa815..5affbb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/specklepy-2.14.0.tar.gz
+/specklepy-2.14.1.tar.gz
diff --git a/python-specklepy.spec b/python-specklepy.spec
index 98aee44..003133d 100644
--- a/python-specklepy.spec
+++ b/python-specklepy.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-specklepy
-Version: 2.14.0
+Version: 2.14.1
Release: 1
Summary: The Python SDK for Speckle 2.0
License: Apache-2.0
URL: https://speckle.systems/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/20/5d6728218f09fd97c09a27effa1857773908a45ebdcee37aa652399d3839/specklepy-2.14.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/76/58/7cc5cc566e5460329832e18fe377a21cb9f1266914d8f8db77edab505369/specklepy-2.14.1.tar.gz
BuildArch: noarch
Requires: python3-pydantic
@@ -319,7 +319,7 @@ Unless otherwise described, the code in this repository is licensed under the Ap
%prep
-%autosetup -n specklepy-2.14.0
+%autosetup -n specklepy-2.14.1
%build
%py3_build
@@ -333,20 +333,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 .
@@ -359,5 +359,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2.14.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.14.1-1
- Package Spec generated
diff --git a/sources b/sources
index ca814c4..971327a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7826378037044af8ec45d633df85fc8 specklepy-2.14.0.tar.gz
+7bef63d67e0feb91ab95215dc882a29b specklepy-2.14.1.tar.gz