diff options
Diffstat (limited to 'python-screenpy.spec')
-rw-r--r-- | python-screenpy.spec | 43 |
1 files changed, 24 insertions, 19 deletions
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 |