summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:17:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:17:49 +0000
commita47f72c22842d3b50ef057093175daf2c9c46855 (patch)
treed65344e15cdc7cf64b2934c5b75bb670952bf8f3
parentf1e31203e8426bde52ca4e1847fcf70d9033f375 (diff)
automatic import of python-cdk-lambda-subminuteopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-cdk-lambda-subminute.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 1149d39..5639ea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/cdk_lambda_subminute-2.0.156.tar.gz
/cdk_lambda_subminute-2.0.166.tar.gz
+/cdk_lambda_subminute-2.0.175.tar.gz
diff --git a/python-cdk-lambda-subminute.spec b/python-cdk-lambda-subminute.spec
index e5fd2dd..fb0fccc 100644
--- a/python-cdk-lambda-subminute.spec
+++ b/python-cdk-lambda-subminute.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-cdk-lambda-subminute
-Version: 2.0.166
+Version: 2.0.175
Release: 1
Summary: A construct for deploying a Lambda function that can be invoked every time unit less than one minute.
License: Apache-2.0
URL: https://github.com/HsiehShuJeng/cdk-lambda-subminute.git
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6c/ea/1a84b3a7b23e47680bb2bf7fa5737b5a13edef4ecd3de8207e8be88f9722/cdk_lambda_subminute-2.0.166.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/57/19/6c53a150a4e3efe6b06c937f07f21a3b80c99ad3b8b8b1e76cf9dddda011/cdk_lambda_subminute-2.0.175.tar.gz
BuildArch: noarch
Requires: python3-aws-cdk-lib
@@ -912,7 +912,7 @@ I actually have tried many different methods according to the following threads
%prep
-%autosetup -n cdk-lambda-subminute-2.0.166
+%autosetup -n cdk_lambda_subminute-2.0.175
%build
%py3_build
@@ -926,20 +926,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 .
@@ -952,5 +952,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.166-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.175-1
- Package Spec generated
diff --git a/sources b/sources
index f700a54..a6abcb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bd02bc14aed92bd634413f11cfb42b1 cdk_lambda_subminute-2.0.166.tar.gz
+8476f36002a8628a31c3a05d67fc9fdf cdk_lambda_subminute-2.0.175.tar.gz