From 1788e134e54cb7944216d47717eab51325420206 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 25 Apr 2023 10:20:41 +0000 Subject: automatic import of python-selenium-base --- .gitignore | 1 + python-selenium-base.spec | 8 ++++---- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index de65f12..e2a58e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /selenium-base-4.13.24.tar.gz +/selenium-base-4.14.2.tar.gz diff --git a/python-selenium-base.spec b/python-selenium-base.spec index 1a3e878..f98eba8 100644 --- a/python-selenium-base.spec +++ b/python-selenium-base.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-selenium-base -Version: 4.13.24 +Version: 4.14.2 Release: 1 Summary: A complete web automation framework for end-to-end testing. License: MIT URL: https://github.com/seleniumbase/SeleniumBase -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/16/f7fd683a840056157a7c5ce36f686314ce49f34fb960aecbc278307aef5d/selenium-base-4.13.24.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/35/a25feccbfba68103bdc4ab01fb1cbe50acba4498e3d579c44a9d88b9645a/selenium-base-4.14.2.tar.gz BuildArch: noarch Requires: python3-seleniumbase @@ -104,7 +104,7 @@ class CoffeeCartTest(BaseCase): self.assert_text("Thanks for your purchase.", "#app .success") %prep -%autosetup -n selenium-base-4.13.24 +%autosetup -n selenium-base-4.14.2 %build %py3_build @@ -144,5 +144,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot - 4.13.24-1 +* Tue Apr 25 2023 Python_Bot - 4.14.2-1 - Package Spec generated diff --git a/sources b/sources index 54d3f56..ff1fc9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9cd5f467fe48580eb4714769432edf49 selenium-base-4.13.24.tar.gz +021d3b260b49135aff92a5c910df5498 selenium-base-4.14.2.tar.gz -- cgit v1.2.3