summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:54:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:54:05 +0000
commit001adf6c289b124a9d75b147f62eeb4facfcdf68 (patch)
tree222e3aa3eaff909dad1bbdb90ec8d855a9b3340f
parentf63564c05c53e9d52548621d3bc80af2dd38ea9e (diff)
automatic import of python-microgueopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-microgue.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8444b87..e92164f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/microgue-2.0.9.tar.gz
+/microgue-2.0.10.tar.gz
diff --git a/python-microgue.spec b/python-microgue.spec
index bb426ba..0c7748f 100644
--- a/python-microgue.spec
+++ b/python-microgue.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-microgue
-Version: 2.0.9
+Version: 2.0.10
Release: 1
Summary: This project contains bootstrap code to speed up the development of AWS based microservices
License: MIT
URL: https://pypi.org/project/microgue/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/95/499e794cabfb9e4cb53a9815c4cebfd42228624c81653267c5a25f8319b5/microgue-2.0.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/63/be1dcce88e74e089f976e2827de11fcc3b9c601bf7d238ea6c3abcc4683e/microgue-2.0.10.tar.gz
BuildArch: noarch
Requires: python3-boto3
@@ -345,7 +345,7 @@ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
%prep
-%autosetup -n microgue-2.0.9
+%autosetup -n microgue-2.0.10
%build
%py3_build
@@ -359,20 +359,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 .
@@ -385,5 +385,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.9-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.10-1
- Package Spec generated
diff --git a/sources b/sources
index c3d468a..37fdabb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eaaf9014b74922a6c93f5449a26eb180 microgue-2.0.9.tar.gz
+a067d35e057c073759544da43b8c84e1 microgue-2.0.10.tar.gz