summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:22:34 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:22:34 +0000
commite12e2893acb9d058c3da879b26b84152cbc91987 (patch)
tree9bd33932f7c58f04d90223dbf72732394b3e720b
parentd1b88517537638381600f439009f13c16771a386 (diff)
automatic import of python-flask-rebaropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-flask-rebar.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 0634a6c..261a138 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/flask-rebar-2.3.0.tar.gz
+/flask-rebar-2.4.0.tar.gz
diff --git a/python-flask-rebar.spec b/python-flask-rebar.spec
index ce1cda9..32d36bb 100644
--- a/python-flask-rebar.spec
+++ b/python-flask-rebar.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-flask-rebar
-Version: 2.3.0
+Version: 2.4.0
Release: 1
Summary: Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.
License: MIT
URL: https://github.com/plangrid/flask-rebar
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/ff/9bc2b0e3cda625adc2f5739afd541e2deb0d92aed31d38e8e840cd9ff409/flask-rebar-2.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/07/92/003ed31677b227d27ef6c48771b634307791d1188aa985ab98882c9f68be/flask-rebar-2.4.0.tar.gz
BuildArch: noarch
Requires: python3-Flask
@@ -47,7 +47,7 @@ Provides: python3-flask-rebar-doc
Flask-Rebar combines `flask <http://flask.pocoo.org/>`_, `marshmallow <https://marshmallow.readthedocs.io/en/latest/>`_, and `swagger <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md>`_ for robust REST services.
%prep
-%autosetup -n flask-rebar-2.3.0
+%autosetup -n flask-rebar-2.4.0
%build
%py3_build
@@ -61,20 +61,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 .
@@ -87,5 +87,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.0-1
- Package Spec generated
diff --git a/sources b/sources
index 6dd7b7c..d1ede27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8dbdf147e5d11272b43c7bbc50ab7edc flask-rebar-2.3.0.tar.gz
+02043354fbde76f44408a5af9b37872b flask-rebar-2.4.0.tar.gz