diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:50:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:50:07 +0000 |
| commit | f78b01af3435d848de80e875b101ecc6c0c20bd7 (patch) | |
| tree | 97c296a31a07ac8c92c9f9b30752e29fe3c46be2 | |
| parent | 98016475e953f4fb19d5904fbbe8529f34f3ae31 (diff) | |
automatic import of python-bok-choyopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-bok-choy.spec | 15 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 9 deletions
@@ -1 +1,2 @@ /bok_choy-1.1.1.tar.gz +/bok_choy-2.0.2.tar.gz diff --git a/python-bok-choy.spec b/python-bok-choy.spec index e378b48..3a8a183 100644 --- a/python-bok-choy.spec +++ b/python-bok-choy.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-bok-choy -Version: 1.1.1 +Version: 2.0.2 Release: 1 -Summary: UI-level acceptance test framework +Summary: Deprecated UI-level acceptance test framework License: Apache 2.0 -URL: http://github.com/edx/bok-choy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/50/b0b2b67f8d50a0f1ae9e339e60152fc088cd33e79dbdca667d2a02d5d948/bok_choy-1.1.1.tar.gz +URL: http://github.com/openedx/bok-choy +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/22/c36d654c1862cfdbc9f00b08cc3dbc80327501c4826559b30bd152f53337/bok_choy-2.0.2.tar.gz BuildArch: noarch -Requires: python3-six Requires: python3-lazy Requires: python3-selenium Requires: python3-needle @@ -18,7 +17,7 @@ UI-level acceptance test framework. `Full documentation available on ReadTheDoc __ http://bok-choy.readthedocs.org/en/latest/ %package -n python3-bok-choy -Summary: UI-level acceptance test framework +Summary: Deprecated UI-level acceptance test framework Provides: python-bok-choy BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -35,7 +34,7 @@ UI-level acceptance test framework. `Full documentation available on ReadTheDoc __ http://bok-choy.readthedocs.org/en/latest/ %prep -%autosetup -n bok-choy-1.1.1 +%autosetup -n bok-choy-2.0.2 %build %py3_build @@ -75,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1 - Package Spec generated @@ -1 +1 @@ -f98ada785f207c9464ea166e16d3d5f2 bok_choy-1.1.1.tar.gz +41c0fddc685459e2148156afbf2f0b61 bok_choy-2.0.2.tar.gz |
