summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-jaaql-middleware-python.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index c3eab8b..15a980c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/jaaql-middleware-python-4.10.3.tar.gz
+/jaaql-middleware-python-4.11.2.tar.gz
diff --git a/python-jaaql-middleware-python.spec b/python-jaaql-middleware-python.spec
index 8b33521..58cc119 100644
--- a/python-jaaql-middleware-python.spec
+++ b/python-jaaql-middleware-python.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-jaaql-middleware-python
-Version: 4.10.3
+Version: 4.11.2
Release: 1
Summary: The jaaql package, allowing for rapid development and deployment of RESTful HTTP applications
License: Mozilla Public License Version 2.0 with Commons Clause
URL: https://github.com/JAAQL/JAAQL-middleware-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/6f/378de720cf6f45d3925e2e094c3ab3f3cd32a0f058c662862b648cc673e8/jaaql-middleware-python-4.10.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3c/13/e43031c2fdbfdb009c87d145031323cd358b91d9ef7540c734cc125e751a/jaaql-middleware-python-4.11.2.tar.gz
BuildArch: noarch
Requires: python3-psycopg[binary]
@@ -75,7 +75,7 @@ When locally developing it is recommended to use the associated postgres local i
%prep
-%autosetup -n jaaql-middleware-python-4.10.3
+%autosetup -n jaaql-middleware-python-4.11.2
%build
%py3_build
@@ -89,20 +89,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 .
@@ -115,5 +115,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.10.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.11.2-1
- Package Spec generated
diff --git a/sources b/sources
index c24043c..e209aca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a303270884139ceb3ff969ea0e139a6a jaaql-middleware-python-4.10.3.tar.gz
+24a71d6e7423b67ee6496305ba6b21c9 jaaql-middleware-python-4.11.2.tar.gz