summaryrefslogtreecommitdiff
path: root/python-stytch.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:41:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:41:57 +0000
commit5a0dffddf31b6d431a8e592ca41ea73335fca72b (patch)
tree3b7c0145f86218f6c32eba754981bd166de1202e /python-stytch.spec
parentf5c62af3dc614a957f5930ca878f090e203b628a (diff)
automatic import of python-stytchopeneuler20.03
Diffstat (limited to 'python-stytch.spec')
-rw-r--r--python-stytch.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-stytch.spec b/python-stytch.spec
index 7b2d251..33f6621 100644
--- a/python-stytch.spec
+++ b/python-stytch.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-stytch
-Version: 6.8.0
+Version: 6.9.0
Release: 1
Summary: Stytch python client
License: MIT
URL: https://pypi.org/project/stytch/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ad/f1/8d3fd2d1c426949268eca77cfe9966257fd802e4dfdd4af1d1cf02ed5f88/stytch-6.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ec/ca/6216506bfbd6940adbd4c8605797baa4cbaf63fa77073a72c8bc4c9c5944/stytch-6.9.0.tar.gz
BuildArch: noarch
@@ -421,7 +421,7 @@ Everyone interacting in the Stytch project's codebases, issue trackers, chat roo
%prep
-%autosetup -n stytch-6.8.0
+%autosetup -n stytch-6.9.0
%build
%py3_build
@@ -435,20 +435,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 .
@@ -461,5 +461,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.9.0-1
- Package Spec generated