summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-qtrio.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8f8372a..7306bf7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/qtrio-0.6.0.tar.gz
+/qtrio-0.7.0.tar.gz
diff --git a/python-qtrio.spec b/python-qtrio.spec
index 5783fe9..f46a3f4 100644
--- a/python-qtrio.spec
+++ b/python-qtrio.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-qtrio
-Version: 0.6.0
+Version: 0.7.0
Release: 1
Summary: a library bringing Qt GUIs together with ``async`` and ``await`` via Trio
License: MIT -or- Apache License 2.0
URL: https://github.com/altendky/qtrio
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/20/11171ed45eb678205692e836c57ec1dbc432b4e537f905694200e4be584a/qtrio-0.6.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c8/82/2298bfc9a9c03c3434cbd3800c0dc565d6062740bb864b73a649a71a38fc/qtrio-0.7.0.tar.gz
BuildArch: noarch
Requires: python3-async-generator
@@ -82,7 +82,7 @@ Provides: python3-qtrio-doc
%prep
-%autosetup -n qtrio-0.6.0
+%autosetup -n qtrio-0.7.0
%build
%py3_build
@@ -96,20 +96,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 .
@@ -122,5 +122,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.0-1
- Package Spec generated
diff --git a/sources b/sources
index de8baa8..bc1a746 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fcf09b8c334720e389d162a6198e6854 qtrio-0.6.0.tar.gz
+f7a28bbc91975a13da70738d82f8537e qtrio-0.7.0.tar.gz