summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-pychonet.spec30
-rw-r--r--sources2
3 files changed, 14 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index 4b839dd..f6e8633 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pychonet-2.3.13.tar.gz
+/pychonet-2.3.14.tar.gz
diff --git a/python-pychonet.spec b/python-pychonet.spec
index cc901fe..640c7df 100644
--- a/python-pychonet.spec
+++ b/python-pychonet.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pychonet
-Version: 2.3.13
+Version: 2.3.14
Release: 1
Summary: A library for interfacing via the ECHONETlite protocol.
License: LICENSE.txt
URL: http://pypi.python.org/pypi/pychonet/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/15/190d3b17c6bd8e2c4f68478b4dce61afbb74bb248ed4b5c6196461e9a6de/pychonet-2.3.13.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/eb/5c/0f90d2bdd7546be37e2ee80cb4cdc1be5d988b284d831b1836027421a66e/pychonet-2.3.14.tar.gz
BuildArch: noarch
@@ -18,7 +18,7 @@ BuildArch: noarch
A library for interfacing with the ECHONETlite protocol as commonly used in Japan.
-Useful for interfacing to many interesting devices such as HVACs,
+Useful for interfacing to many interesting devices such as HVACs, light systems,
electric car chargers, rice cookers (not joking), and solar systems
that support ECHONETLite.
@@ -178,8 +178,6 @@ This code is licenced under the GPL licence.
[maintenance-shield]: https://img.shields.io/badge/Maintainer-Scott%20Phillips-blue?style=for-the-badge
-
-
%package -n python3-pychonet
Summary: A library for interfacing via the ECHONETlite protocol.
Provides: python-pychonet
@@ -195,7 +193,7 @@ BuildRequires: python3-pip
A library for interfacing with the ECHONETlite protocol as commonly used in Japan.
-Useful for interfacing to many interesting devices such as HVACs,
+Useful for interfacing to many interesting devices such as HVACs, light systems,
electric car chargers, rice cookers (not joking), and solar systems
that support ECHONETLite.
@@ -355,8 +353,6 @@ This code is licenced under the GPL licence.
[maintenance-shield]: https://img.shields.io/badge/Maintainer-Scott%20Phillips-blue?style=for-the-badge
-
-
%package help
Summary: Development documents and examples for pychonet
Provides: python3-pychonet-doc
@@ -369,7 +365,7 @@ Provides: python3-pychonet-doc
A library for interfacing with the ECHONETlite protocol as commonly used in Japan.
-Useful for interfacing to many interesting devices such as HVACs,
+Useful for interfacing to many interesting devices such as HVACs, light systems,
electric car chargers, rice cookers (not joking), and solar systems
that support ECHONETLite.
@@ -529,10 +525,8 @@ This code is licenced under the GPL licence.
[maintenance-shield]: https://img.shields.io/badge/Maintainer-Scott%20Phillips-blue?style=for-the-badge
-
-
%prep
-%autosetup -n pychonet-2.3.13
+%autosetup -n pychonet-2.3.14
%build
%py3_build
@@ -546,20 +540,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 .
@@ -572,5 +566,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.13-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.14-1
- Package Spec generated
diff --git a/sources b/sources
index 483fc72..297144a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b365ab9e6f430b511c60b9cb688d0721 pychonet-2.3.13.tar.gz
+deca2bb0b7b1ec07764ecdfa38351ebf pychonet-2.3.14.tar.gz