From db192abbe89e690154f448ae810351c2468452bb Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 19:33:19 +0000 Subject: automatic import of python-jiraone --- .gitignore | 1 + python-jiraone.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 79bd768..f04b9ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jiraone-0.7.5.tar.gz +/jiraone-0.7.6.tar.gz diff --git a/python-jiraone.spec b/python-jiraone.spec index 503c810..ebf73b9 100644 --- a/python-jiraone.spec +++ b/python-jiraone.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jiraone -Version: 0.7.5 +Version: 0.7.6 Release: 1 Summary: A REST API Implementation to Jira Cloud APIs for creating reports and for performing other Jira queries. License: MIT License URL: https://jiraone.readthedocs.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/68/244602cc1c6252516709b8fd06933714c7e52cadafc39b098961ed28ab25/jiraone-0.7.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e0/99/5abc708f400e6a160a29defc08caa2ce2b6cea184a4d47a6712b02e95c5e/jiraone-0.7.6.tar.gz BuildArch: noarch Requires: python3-requests @@ -227,7 +227,7 @@ The above login method applies only when you need to access a Jira server or dat %prep -%autosetup -n jiraone-0.7.5 +%autosetup -n jiraone-0.7.6 %build %py3_build @@ -241,20 +241,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 . @@ -267,5 +267,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot - 0.7.5-1 +* Thu Jun 08 2023 Python_Bot - 0.7.6-1 - Package Spec generated diff --git a/sources b/sources index bd9b90f..abdbda1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e82199285ca7a5ca05a942513a4d6d4c jiraone-0.7.5.tar.gz +33b0cac0270c408cc42a7ece5326fb41 jiraone-0.7.6.tar.gz -- cgit v1.2.3