diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 02:40:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 02:40:56 +0000 |
commit | f9c36cc1ca7e9e6688a50d55eac36fa636951871 (patch) | |
tree | 20ed75e5334d0c5fb0bf11ebd267a5982be5193b | |
parent | 5117453b043f5da689493135e0342c5f9a9f13f8 (diff) |
automatic import of python-bentley-ottmann
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bentley-ottmann.spec | 28 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 17 insertions, 14 deletions
@@ -1 +1,2 @@ /bentley_ottmann-7.3.0.tar.gz +/bentley_ottmann-8.0.0.tar.gz diff --git a/python-bentley-ottmann.spec b/python-bentley-ottmann.spec index c57eaad..1e05a79 100644 --- a/python-bentley-ottmann.spec +++ b/python-bentley-ottmann.spec @@ -1,17 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-bentley-ottmann -Version: 7.3.0 +Version: 8.0.0 Release: 1 -Summary: Searching line segments & polygon edges intersections. -License: MIT License +Summary: please add a summary manually as the author left a blank one +License: MIT License Copyright (c) 2020 Azat Ibrakov 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://github.com/lycantropos/bentley_ottmann/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/16/f5/3b282db3f72cc7cba97d764ae8333ead71648c019ebac52110e010709e52/bentley_ottmann-7.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/23/4b/f79b694ff08cb12f9f7c758bfaf3be6be90f44afdfbb40c59d4e8c46663f/bentley_ottmann-8.0.0.tar.gz BuildArch: noarch Requires: python3-dendroid Requires: python3-ground Requires: python3-prioq Requires: python3-reprit +Requires: python3-hypothesis +Requires: python3-pytest %description [](https://github.com/lycantropos/bentley_ottmann/actions/workflows/ci.yml "Github Actions") @@ -19,11 +21,11 @@ Requires: python3-reprit [](https://codecov.io/gh/lycantropos/bentley_ottmann "Codecov") [](https://github.com/lycantropos/bentley_ottmann/blob/master/LICENSE "License") [](https://badge.fury.io/py/bentley-ottmann "PyPI") -In what follows `python` is an alias for `python3.6` or `pypy3.6` -or any later version (`python3.7`, `pypy3.7` and so on). +In what follows `python` is an alias for `python3.7` or `pypy3.7` +or any later version (`python3.8`, `pypy3.8` and so on). %package -n python3-bentley-ottmann -Summary: Searching line segments & polygon edges intersections. +Summary: please add a summary manually as the author left a blank one Provides: python-bentley-ottmann BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -34,8 +36,8 @@ BuildRequires: python3-pip [](https://codecov.io/gh/lycantropos/bentley_ottmann "Codecov") [](https://github.com/lycantropos/bentley_ottmann/blob/master/LICENSE "License") [](https://badge.fury.io/py/bentley-ottmann "PyPI") -In what follows `python` is an alias for `python3.6` or `pypy3.6` -or any later version (`python3.7`, `pypy3.7` and so on). +In what follows `python` is an alias for `python3.7` or `pypy3.7` +or any later version (`python3.8`, `pypy3.8` and so on). %package help Summary: Development documents and examples for bentley-ottmann @@ -46,11 +48,11 @@ Provides: python3-bentley-ottmann-doc [](https://codecov.io/gh/lycantropos/bentley_ottmann "Codecov") [](https://github.com/lycantropos/bentley_ottmann/blob/master/LICENSE "License") [](https://badge.fury.io/py/bentley-ottmann "PyPI") -In what follows `python` is an alias for `python3.6` or `pypy3.6` -or any later version (`python3.7`, `pypy3.7` and so on). +In what follows `python` is an alias for `python3.7` or `pypy3.7` +or any later version (`python3.8`, `pypy3.8` and so on). %prep -%autosetup -n bentley-ottmann-7.3.0 +%autosetup -n bentley-ottmann-8.0.0 %build %py3_build @@ -90,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 7.3.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.0-1 - Package Spec generated @@ -1 +1 @@ -1b250e763b49363c44d7812a31f90a03 bentley_ottmann-7.3.0.tar.gz +2338d4ec4056be79b7cab4dbca355b40 bentley_ottmann-8.0.0.tar.gz |