diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:22:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:22:50 +0000 |
commit | a3547212c76374a585f12407bd71484c85877ac0 (patch) | |
tree | 7cea8e46890f8649d84feff42054b0bd3d3d6a97 | |
parent | 8ee629e5ba1036ecb5ebec59a6d2ed864ec81198 (diff) |
automatic import of python-soupsieveopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-soupsieve.spec | 59 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 53 deletions
@@ -1 +1,2 @@ /soupsieve-2.4.tar.gz +/soupsieve-2.4.1.tar.gz diff --git a/python-soupsieve.spec b/python-soupsieve.spec index b0cd097..2d29860 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-soupsieve -Version: 2.4 +Version: 2.4.1 Release: 1 Summary: A modern CSS selector implementation for Beautiful Soup. License: MIT License URL: https://github.com/facelessuser/soupsieve -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/cb/34933ebdd6bf6a77daaa0bd04318d61591452eb90ecca4def947e3cb2165/soupsieve-2.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/9e/780779233a615777fbdf75a4dee2af7a345f4bf74b42d4a5f836800b9d91/soupsieve-2.4.1.tar.gz BuildArch: noarch @@ -83,22 +83,7 @@ Documentation is found here: https://facelessuser.github.io/soupsieve/. ## License -MIT License - -Copyright (c) 2018 - 2022 Isaac Muse <isaacmuse@gmail.com> - -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. +MIT [bs4]: https://beautiful-soup-4.readthedocs.io/en/latest/# @@ -197,22 +182,7 @@ Documentation is found here: https://facelessuser.github.io/soupsieve/. ## License -MIT License - -Copyright (c) 2018 - 2022 Isaac Muse <isaacmuse@gmail.com> - -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. +MIT [bs4]: https://beautiful-soup-4.readthedocs.io/en/latest/# @@ -308,22 +278,7 @@ Documentation is found here: https://facelessuser.github.io/soupsieve/. ## License -MIT License - -Copyright (c) 2018 - 2022 Isaac Muse <isaacmuse@gmail.com> - -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. +MIT [bs4]: https://beautiful-soup-4.readthedocs.io/en/latest/# @@ -343,7 +298,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR %prep -%autosetup -n soupsieve-2.4 +%autosetup -n soupsieve-2.4.1 %build %py3_build @@ -383,5 +338,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.1-1 - Package Spec generated @@ -1 +1 @@ -10732f2066afc9c209c9258d336e5fb4 soupsieve-2.4.tar.gz +093de5ec28f88c434d18b85798f74f4c soupsieve-2.4.1.tar.gz |