summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-aspose-words-cloud.spec33
-rw-r--r--sources2
3 files changed, 26 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e8d87bd..0664e8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/aspose-words-cloud-23.3.0.tar.gz
+/aspose-words-cloud-23.4.0.tar.gz
diff --git a/python-aspose-words-cloud.spec b/python-aspose-words-cloud.spec
index 679e1a6..c3b347e 100644
--- a/python-aspose-words-cloud.spec
+++ b/python-aspose-words-cloud.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-aspose-words-cloud
-Version: 23.3.0
+Version: 23.4.0
Release: 1
Summary: Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate Microsoft Word file generation, manipulation, conversion & inspection features into your own python applications.
License: MIT License
URL: https://github.com/aspose-words-cloud/aspose-words-cloud-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/9c/a116537383a2843584667f1c13a3880df37386106e6fb95beb9e1ba0f6d0/aspose-words-cloud-23.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/41/fd/77ed3c836b097eb6c9f7447d5573af4b870222220af83700abf697786942/aspose-words-cloud-23.4.0.tar.gz
BuildArch: noarch
Requires: python3-urllib3
@@ -33,6 +33,11 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
- [Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
- Convert an encrypted PDF document into Word document format.
+## Enhancements in Version 23.4
+
+- Added new type of RangeEndIdentifier for RangeApi: document:end
+
+
## Enhancements in Version 23.3
- Fix compatibility between CreateDocument API and Dropbox storage.
@@ -347,6 +352,11 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
- [Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
- Convert an encrypted PDF document into Word document format.
+## Enhancements in Version 23.4
+
+- Added new type of RangeEndIdentifier for RangeApi: document:end
+
+
## Enhancements in Version 23.3
- Fix compatibility between CreateDocument API and Dropbox storage.
@@ -658,6 +668,11 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
- [Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
- Convert an encrypted PDF document into Word document format.
+## Enhancements in Version 23.4
+
+- Added new type of RangeEndIdentifier for RangeApi: document:end
+
+
## Enhancements in Version 23.3
- Fix compatibility between CreateDocument API and Dropbox storage.
@@ -948,7 +963,7 @@ The complete source code is available at [GitHub Repository](https://github.com/
%prep
-%autosetup -n aspose-words-cloud-23.3.0
+%autosetup -n aspose-words-cloud-23.4.0
%build
%py3_build
@@ -962,20 +977,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 .
@@ -988,5 +1003,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 23.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 23.4.0-1
- Package Spec generated
diff --git a/sources b/sources
index 165635d..8c172ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c65f25ad961cd021e86d19c229a90c85 aspose-words-cloud-23.3.0.tar.gz
+f23285055092545e54d335938f5a3696 aspose-words-cloud-23.4.0.tar.gz