summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-google-analytics-admin.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index b84830f..8672581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/google-analytics-admin-0.16.0.tar.gz
+/google-analytics-admin-0.17.0.tar.gz
diff --git a/python-google-analytics-admin.spec b/python-google-analytics-admin.spec
index a2741fa..b8e35c8 100644
--- a/python-google-analytics-admin.spec
+++ b/python-google-analytics-admin.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-google-analytics-admin
-Version: 0.16.0
+Version: 0.17.0
Release: 1
Summary: Google Analytics Admin API client library
License: Apache 2.0
URL: https://github.com/googleapis/python-analytics-admin
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9f/a6/a9d7c6fc6440ddfcd1544b8048ad5b7e2c90fdd394c24e54c082215cbfa0/google-analytics-admin-0.16.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3f/6c/544f57ea2813ca15d4345e155c0e615856e99f1dc402d7238b55bbf15f14/google-analytics-admin-0.17.0.tar.gz
BuildArch: noarch
Requires: python3-google-api-core[grpc]
@@ -41,7 +41,7 @@ Provides: python3-google-analytics-admin-doc
- `Product Documentation`_
%prep
-%autosetup -n google-analytics-admin-0.16.0
+%autosetup -n google-analytics-admin-0.17.0
%build
%py3_build
@@ -55,20 +55,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 .
@@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.17.0-1
- Package Spec generated
diff --git a/sources b/sources
index 627445e..364ca38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52f6f08f954fb0ff1c2e74a3658647c9 google-analytics-admin-0.16.0.tar.gz
+4b2ad1bdd37876cf8f6532f1a19f50d8 google-analytics-admin-0.17.0.tar.gz