From 5a0dffddf31b6d431a8e592ca41ea73335fca72b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 22:41:57 +0000 Subject: automatic import of python-stytch --- .gitignore | 1 + python-stytch.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3ddcad6..91c17f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /stytch-6.8.0.tar.gz +/stytch-6.9.0.tar.gz 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 - 6.8.0-1 +* Thu Jun 08 2023 Python_Bot - 6.9.0-1 - Package Spec generated diff --git a/sources b/sources index 098defa..b01dc47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b6cf4dd8bcd18412bd6e3b4618416b5 stytch-6.8.0.tar.gz +cd89d918ba44fa84c7cf2e3ae49698ae stytch-6.9.0.tar.gz -- cgit v1.2.3