From 5fdb26bf51b2d3418569dee1d265e399e414d63a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 13:14:05 +0000 Subject: automatic import of python-django-perf-rec --- .gitignore | 1 + python-django-perf-rec.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7ebbcf8..6dcc33e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /django_perf_rec-4.22.1.tar.gz +/django_perf_rec-4.22.3.tar.gz diff --git a/python-django-perf-rec.spec b/python-django-perf-rec.spec index 7d1e934..39301df 100644 --- a/python-django-perf-rec.spec +++ b/python-django-perf-rec.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-perf-rec -Version: 4.22.1 +Version: 4.22.3 Release: 1 Summary: Keep detailed records of the performance of your Django code. License: MIT URL: https://github.com/adamchainz/django-perf-rec -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/5a/96baffd7abe41ba63a4f94823d33276ece81c1188ef50f163e9419defc7c/django_perf_rec-4.22.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/21/9d524ff1401ec5b2d8f5a80da970d398ff3e5d4dad9cf24931767e412ec4/django_perf_rec-4.22.3.tar.gz BuildArch: noarch Requires: python3-Django @@ -31,7 +31,7 @@ Provides: python3-django-perf-rec-doc %prep -%autosetup -n django-perf-rec-4.22.1 +%autosetup -n django_perf_rec-4.22.3 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 4.22.1-1 +* Thu Jun 08 2023 Python_Bot - 4.22.3-1 - Package Spec generated diff --git a/sources b/sources index bff8cba..e754f60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a607382ea449a74e2be56b061de3418d django_perf_rec-4.22.1.tar.gz +552c6fcac4eefb7327a5147bc25a91c0 django_perf_rec-4.22.3.tar.gz -- cgit v1.2.3