diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:52:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:52:15 +0000 |
commit | 0b8cc77c47b06fb320bcba3bfd08a8c04df7a16b (patch) | |
tree | f2ae03b08e6f473568a72e31e4cde77e0c9ca1fb | |
parent | 366cde4ea20221ae7345374d79de362af31c558f (diff) |
automatic import of python-teslajsonpy
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-teslajsonpy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /teslajsonpy-3.7.4.tar.gz +/teslajsonpy-3.8.0.tar.gz diff --git a/python-teslajsonpy.spec b/python-teslajsonpy.spec index 6682e0a..ad9e004 100644 --- a/python-teslajsonpy.spec +++ b/python-teslajsonpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-teslajsonpy -Version: 3.7.4 +Version: 3.8.0 Release: 1 Summary: A library to work with Tesla API. License: Apache-2.0 URL: https://github.com/zabuldon/teslajsonpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/20/af/19693582851e0d689ff897d2982c7aa6469967a1a33abe43517a417ea1c5/teslajsonpy-3.7.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/12/3689d55c18bd89edd942e7a603f23d1e306e70083d80160ceb01a3f8ef35/teslajsonpy-3.8.0.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -173,7 +173,7 @@ This code is provided as-is with no warranty. Use at your own risk. %prep -%autosetup -n teslajsonpy-3.7.4 +%autosetup -n teslajsonpy-3.8.0 %build %py3_build @@ -213,5 +213,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7.4-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.8.0-1 - Package Spec generated @@ -1 +1 @@ -5e55c79754a77b853e3b79a934eea4d4 teslajsonpy-3.7.4.tar.gz +72ff4a4855d9ccc9f007a5dc63316d4a teslajsonpy-3.8.0.tar.gz |