diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:14:24 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:14:24 +0000 |
| commit | ea4f0bf49de543f933ca61ab21d16610432e3ab9 (patch) | |
| tree | d75fdf76e49fa20446c7bfa98f22e2a9ddbadf30 | |
| parent | 21ecfebba635200c404f25e7e06b8605adc4e6f5 (diff) | |
automatic import of python-hcloudopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-hcloud.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /hcloud-1.18.2.tar.gz +/hcloud-1.19.0.tar.gz diff --git a/python-hcloud.spec b/python-hcloud.spec index a8f97d9..6d6c791 100644 --- a/python-hcloud.spec +++ b/python-hcloud.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hcloud -Version: 1.18.2 +Version: 1.19.0 Release: 1 Summary: Official Hetzner Cloud python library License: MIT license URL: https://github.com/hetznercloud/hcloud-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d5/48/91cf46e8504cf8fc90d31d4f4082be1b79fdf68ccf6acd6cb119cb8bf3d3/hcloud-1.18.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/7d/cb8b0bfbef4f96fda2b58bc55212176af4a9e94ee49bf037402dac6c3c44/hcloud-1.19.0.tar.gz BuildArch: noarch Requires: python3-dateutil @@ -35,7 +35,7 @@ Official Hetzner Cloud python library The library's documentation is available at `ReadTheDocs`_, the public API documentation is available at https://docs.hetzner.cloud. %prep -%autosetup -n hcloud-1.18.2 +%autosetup -n hcloud-1.19.0 %build %py3_build @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 1.18.2-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.0-1 - Package Spec generated @@ -1 +1 @@ -2d0734c0d7c2c62be762f13d33672367 hcloud-1.18.2.tar.gz +75b406ad1d0a9549b4d323ce9d9d96b5 hcloud-1.19.0.tar.gz |
