summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:33:00 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:33:00 +0000
commitc8fc51d8b61c55780bc5e8bcb606f5536e821219 (patch)
tree62321646e212fc1488a3403e78e683fd445106a3
parent0688566640cdc79de5cbea10d240af96c30812ea (diff)
automatic import of python-great-expectations-experimentalopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-great-expectations-experimental.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 897111e..df6f39e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/great_expectations_experimental-0.1.20230510084.tar.gz
+/great_expectations_experimental-0.1.20230531075.tar.gz
diff --git a/python-great-expectations-experimental.spec b/python-great-expectations-experimental.spec
index 19e63c0..3196650 100644
--- a/python-great-expectations-experimental.spec
+++ b/python-great-expectations-experimental.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-great-expectations-experimental
-Version: 0.1.20230510084
+Version: 0.1.20230531075
Release: 1
Summary: Always know what to expect from your data.
License: Apache-2.0
URL: https://github.com/great-expectations/great_expectations
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0b/56/fe5b47d3aa1e37a6ab9f8bf18cf9d07aa1b4ec91571bc1cb22dae13ddf3c/great_expectations_experimental-0.1.20230510084.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e1/24/7b6b0897a4486963a8cb78ef2017e557d586748cfc9c2f06ecca5815a8ac/great_expectations_experimental-0.1.20230531075.tar.gz
BuildArch: noarch
Requires: python3-great-expectations
@@ -38,7 +38,7 @@ Great Expectations community contributions package. (See https://github.com/grea
%prep
-%autosetup -n great-expectations-experimental-0.1.20230510084
+%autosetup -n great_expectations_experimental-0.1.20230531075
%build
%py3_build
@@ -52,20 +52,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 .
@@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.20230510084-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.20230531075-1
- Package Spec generated
diff --git a/sources b/sources
index 2e1e0ad..caf506b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14d96d23d36b1e37cf6f00d9d722b8bf great_expectations_experimental-0.1.20230510084.tar.gz
+a9b32cbea1ec0f94ed08ca157979aabb great_expectations_experimental-0.1.20230531075.tar.gz