diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:21:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:21:09 +0000 |
commit | 531901b2e26170b0e7cd3480419a71edc949337f (patch) | |
tree | 3600e434756452681af20bb291b11259b516bc81 | |
parent | db9c84638f746163a57fa29eecd386e9db309b1a (diff) |
automatic import of python-screenpyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-screenpy.spec | 43 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 26 insertions, 20 deletions
@@ -1 +1,2 @@ /screenpy-4.1.2.tar.gz +/screenpy-4.2.1.tar.gz diff --git a/python-screenpy.spec b/python-screenpy.spec index 65b8bd5..b57ec18 100644 --- a/python-screenpy.spec +++ b/python-screenpy.spec @@ -1,31 +1,36 @@ %global _empty_manifest_terminate_build 0 Name: python-screenpy -Version: 4.1.2 +Version: 4.2.1 Release: 1 -Summary: Screenplay pattern base for Python automated UI test suites. +Summary: Screenplay pattern base for Python automated test suites. License: MIT URL: https://github.com/ScreenPyHQ/screenpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a0/93/c376473ca41ee9eb6db951fbe66595e91c12700778a971eaef00ce913f67/screenpy-4.1.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6d/4e/4274397ce5f51f53a5905b6ce616828b0762922f42ab0c98c9a2ee56e213/screenpy-4.2.1.tar.gz BuildArch: noarch Requires: python3-PyHamcrest -Requires: python3-typing-extensions -Requires: python3-importlib_metadata -Requires: python3-pre-commit -Requires: python3-pytest -Requires: python3-tox -Requires: python3-mypy +Requires: python3-autodoc-pydantic Requires: python3-black -Requires: python3-isort +Requires: python3-coverage Requires: python3-flake8 +Requires: python3-importlib_metadata +Requires: python3-isort +Requires: python3-mypy +Requires: python3-pre-commit +Requires: python3-pydantic Requires: python3-pylint -Requires: python3-coverage +Requires: python3-pytest +Requires: python3-pytest-mock Requires: python3-screenpy-adapter_allure Requires: python3-screenpy-appium Requires: python3-screenpy-playwright Requires: python3-screenpy-pyotp Requires: python3-screenpy-requests Requires: python3-screenpy-selenium +Requires: python3-sphinx +Requires: python3-tomli +Requires: python3-tox +Requires: python3-typing-extensions %description [](../../actions/workflows/tests.yml) @@ -65,7 +70,7 @@ as a dulcet voice begins to speak. ``` %package -n python3-screenpy -Summary: Screenplay pattern base for Python automated UI test suites. +Summary: Screenplay pattern base for Python automated test suites. Provides: python-screenpy BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -148,7 +153,7 @@ as a dulcet voice begins to speak. ``` %prep -%autosetup -n screenpy-4.1.2 +%autosetup -n screenpy-4.2.1 %build %py3_build @@ -162,20 +167,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -188,5 +193,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.1-1 - Package Spec generated @@ -1 +1 @@ -7b310f703e243ffc7ea2b9db6ac9b1d3 screenpy-4.1.2.tar.gz +3471f4aaf9890798309d1f279b39dca6 screenpy-4.2.1.tar.gz |