diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:42:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:42:34 +0000 |
commit | bdb26fe42aac4cbacca5db77703d1972a73e5c4f (patch) | |
tree | b057e69870c842eca05e84032c8b4981783af3ef | |
parent | b2231b08b259f1fd37222b30747dfafd12056aa3 (diff) |
automatic import of python-flexgetopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-flexget.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /FlexGet-3.6.0.tar.gz +/FlexGet-3.6.3.tar.gz diff --git a/python-flexget.spec b/python-flexget.spec index 466bcf9..208ba2d 100644 --- a/python-flexget.spec +++ b/python-flexget.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-FlexGet -Version: 3.6.0 +Version: 3.6.3 Release: 1 Summary: FlexGet is a program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more. License: The MIT License Copyright (C) 2006, Riku 'Shrike' Lindblad Copyright (C) 2007, Marko Koivusalo 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://flexget.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/27/a2/2bb8f760d09eab63ccaac31dbc05ab4a9d8a208b710e3ad3eaa20bebedbc/FlexGet-3.6.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/66/b2/a07180c80fb9e3582bd1a4047facf457067cda78f24f8fb70be3d06f791f/FlexGet-3.6.3.tar.gz BuildArch: noarch Requires: python3-greenlet @@ -116,7 +116,7 @@ like RSS-feeds, html pages, csv files, search engines and there are even plugins for sites that do not provide any kind of useful feeds. %prep -%autosetup -n FlexGet-3.6.0 +%autosetup -n FlexGet-3.6.3 %build %py3_build @@ -156,5 +156,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.3-1 - Package Spec generated @@ -1 +1 @@ -2e5907a434efbf5cec02d6190870d5ea FlexGet-3.6.0.tar.gz +aaba800f8ea66e24db19a316bcb4912b FlexGet-3.6.3.tar.gz |