From 3eb788edb2d4069f15cc3c95009a4dde117fb9f6 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 16:06:56 +0000 Subject: automatic import of python-taxonomy-connector --- .gitignore | 1 + python-taxonomy-connector.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f201c51..97c778c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /taxonomy-connector-1.38.1.tar.gz +/taxonomy-connector-1.40.1.tar.gz diff --git a/python-taxonomy-connector.spec b/python-taxonomy-connector.spec index e8057c9..84afb76 100644 --- a/python-taxonomy-connector.spec +++ b/python-taxonomy-connector.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-taxonomy-connector -Version: 1.38.1 +Version: 1.40.1 Release: 1 Summary: Taxonomy connector License: MIT URL: https://github.com/openedx/taxonomy-connector -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/ef/0934ca305eefef0e7d99eea6179a3d1a5ac68dc46091b9f22bdae43bef81/taxonomy-connector-1.38.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/51/60/f4f04c96679dcdd752b0411e68ad0f16074b4996a333ae606b532ebc7b0b/taxonomy-connector-1.40.1.tar.gz BuildArch: noarch Requires: python3-Django @@ -66,7 +66,7 @@ After submitting a pull request, please use the Github "Reviewers" widget to add relevant reviewers and track review process. %prep -%autosetup -n taxonomy-connector-1.38.1 +%autosetup -n taxonomy-connector-1.40.1 %build %py3_build @@ -80,20 +80,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 . @@ -106,5 +106,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot - 1.38.1-1 +* Thu Jun 08 2023 Python_Bot - 1.40.1-1 - Package Spec generated diff --git a/sources b/sources index 428d6e0..86f7065 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -642e26a19773b14f82bd3d36e6cabf5d taxonomy-connector-1.38.1.tar.gz +f278c3b2436b578ac984d8697a68cfad taxonomy-connector-1.40.1.tar.gz -- cgit v1.2.3