diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:50:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:50:49 +0000 |
commit | 723a3555cdc1f20e8b1dc6de5874c7fa2c70314b (patch) | |
tree | 674eae0f42f2fa4441b68ed5adfb6476d8fd9dfc | |
parent | 7262e08142235b5e51a0e770e24b19cca500bcc8 (diff) |
automatic import of python-podcastparseropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-podcastparser.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /podcastparser-0.6.9.tar.gz +/podcastparser-0.6.10.tar.gz diff --git a/python-podcastparser.spec b/python-podcastparser.spec index d218ca9..acc4163 100644 --- a/python-podcastparser.spec +++ b/python-podcastparser.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-podcastparser -Version: 0.6.9 +Version: 0.6.10 Release: 1 Summary: Simplified, fast RSS parser License: ISC License URL: http://gpodder.org/podcastparser/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/48/cae76d73226746a5c17ed58fcdf32b8f2cea54f9deca882fd67f82b6b4f7/podcastparser-0.6.9.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7b/b3/e18d3c8fb8f0eda4b81f7c38139d0ae0ff2a49413e68fa05db45e18023ae/podcastparser-0.6.10.tar.gz BuildArch: noarch @@ -52,7 +52,7 @@ Then create an (annotated) tag and push it. The GitHub action will publish on pypi. %prep -%autosetup -n podcastparser-0.6.9 +%autosetup -n podcastparser-0.6.10 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.9-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.10-1 - Package Spec generated @@ -1 +1 @@ -ca8651eec801c1fb1308588b11d308fc podcastparser-0.6.9.tar.gz +1dfd3bde6332db8a449d6e4bb1e31271 podcastparser-0.6.10.tar.gz |