From f4c6cd43b3c1cdb7ab1acb6ef8dc725f0d17f1f7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 21:02:07 +0000 Subject: automatic import of python-cdk-databrew-cicd --- .gitignore | 1 + python-cdk-databrew-cicd.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6092646..dc0ad4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /cdk_databrew_cicd-2.0.151.tar.gz /cdk_databrew_cicd-2.0.161.tar.gz +/cdk_databrew_cicd-2.0.170.tar.gz diff --git a/python-cdk-databrew-cicd.spec b/python-cdk-databrew-cicd.spec index ec738e3..f90d88a 100644 --- a/python-cdk-databrew-cicd.spec +++ b/python-cdk-databrew-cicd.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cdk-databrew-cicd -Version: 2.0.161 +Version: 2.0.170 Release: 1 Summary: A construct for AWS Glue DataBrew wtih CICD License: Apache-2.0 URL: https://github.com/HsiehShuJeng/cdk-databrew-cicd.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e5/0e/9448bd7bf180ba13ca203cac8e8fdd21a3d6e5a0e949c78b0f4278827839/cdk_databrew_cicd-2.0.161.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a3/42/a13f7d56d4ba7857678e5753d1e35282d9476336e9e476d2d3b7cbc34c90/cdk_databrew_cicd-2.0.170.tar.gz BuildArch: noarch Requires: python3-aws-cdk-lib @@ -1239,7 +1239,7 @@ func env() *awscdk.Environment { %prep -%autosetup -n cdk-databrew-cicd-2.0.161 +%autosetup -n cdk_databrew_cicd-2.0.170 %build %py3_build @@ -1253,20 +1253,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 . @@ -1279,5 +1279,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 2.0.161-1 +* Thu Jun 08 2023 Python_Bot - 2.0.170-1 - Package Spec generated diff --git a/sources b/sources index 2668841..8acb3d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a29bdc1e15eff346aa264e20fffced4 cdk_databrew_cicd-2.0.161.tar.gz +ba0f35b71c95b55a0fd7d50ffce7cc05 cdk_databrew_cicd-2.0.170.tar.gz -- cgit v1.2.3