diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:35:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:35:35 +0000 |
commit | ea326ea46fd378e21ea835fa22a123303d3735b4 (patch) | |
tree | 48a262d712d2b0b524753d0a8b8e7b34c2bf879c | |
parent | 4964ccc004209024202cc4465ee900a92bb2368b (diff) |
automatic import of python-ytmusicapiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ytmusicapi.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /ytmusicapi-1.0.0.tar.gz +/ytmusicapi-1.0.2.tar.gz diff --git a/python-ytmusicapi.spec b/python-ytmusicapi.spec index 4de443b..e732523 100644 --- a/python-ytmusicapi.spec +++ b/python-ytmusicapi.spec @@ -1,19 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-ytmusicapi -Version: 1.0.0 +Version: 1.0.2 Release: 1 Summary: Unofficial API for YouTube Music License: MIT License Copyright (c) 2020 sigma67 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. URL: https://pypi.org/project/ytmusicapi/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8c/34/796777ebcd224d4b7deefa73be529c45e2f0f24bc9fba0b63f6555e353f0/ytmusicapi-1.0.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d9/27/0643b6ee42ccbc71c8aaddb2060115b5bf9ce70c7d7ae91459ea56e2ccaa/ytmusicapi-1.0.2.tar.gz BuildArch: noarch -Requires: python3-sphinx Requires: python3-requests Requires: python3-pre-commit Requires: python3-flake8 Requires: python3-yapf Requires: python3-coverage +Requires: python3-sphinx Requires: python3-sphinx-rtd-theme %description @@ -107,7 +107,7 @@ If you find something missing or broken, feel free to create an `issue <https:// * list uploaded songs, artists and albums %prep -%autosetup -n ytmusicapi-1.0.0 +%autosetup -n ytmusicapi-1.0.2 %build %py3_build @@ -147,5 +147,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1 - Package Spec generated @@ -1 +1 @@ -8307733f5d791cc1335eba90ae2e61cf ytmusicapi-1.0.0.tar.gz +35aa654b78b5978d5762c442a9e64b1f ytmusicapi-1.0.2.tar.gz |