summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 06:03:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 06:03:27 +0000
commit5e54de7dda78723eb02914ef3a302d8b16f71230 (patch)
treead3f0932ea48f530c4563ad10d77be37d360c0e0
parentcf053a8eb463263f689dd8117b69a9d9b67f1a15 (diff)
automatic import of python-samplicsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-samplics.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index caf0d22..368e449 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/samplics-0.4.6.tar.gz
+/samplics-0.4.8.tar.gz
diff --git a/python-samplics.spec b/python-samplics.spec
index 45f6d25..2d0773c 100644
--- a/python-samplics.spec
+++ b/python-samplics.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-samplics
-Version: 0.4.6
+Version: 0.4.8
Release: 1
Summary: Select, weight and analyze complex sample data
License: MIT
URL: https://samplics-org.github.io/samplics//
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/d0/e4e601c151d93a81ef9ef60710a86f1cd86e518f74c75388fceec91597b5/samplics-0.4.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a4/7a/9cd4eed3c3a2111fff30cad618c56110f76d61b56c292d0111ee8d08bc51/samplics-0.4.8.tar.gz
BuildArch: noarch
Requires: python3-matplotlib
@@ -801,7 +801,7 @@ created by [Mamadou S. Diallo](https://twitter.com/MamadouSDiallo) - feel free t
%prep
-%autosetup -n samplics-0.4.6
+%autosetup -n samplics-0.4.8
%build
%py3_build
@@ -815,20 +815,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 .
@@ -841,5 +841,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.6-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.8-1
- Package Spec generated
diff --git a/sources b/sources
index e21ef9d..ff0e8b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0da55c05058f8f9f52f0f880023d6164 samplics-0.4.6.tar.gz
+6c796719d7d9c273b0af9f88134deec4 samplics-0.4.8.tar.gz