[python-selenium] update to 2.43.0

Matthias Runge mrunge at fedoraproject.org
Mon Oct 20 09:37:26 UTC 2014


commit 6e93d577fd813ea0f312162a1d8f69687a25beeb
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Oct 20 11:37:19 2014 +0200

    update to 2.43.0

 .gitignore           |    1 +
 python-selenium.spec |   10 +++++++---
 sources              |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7292ad..07468f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /selenium-2.40.0.tar.gz
 /selenium-2.42.1.tar.gz
+/selenium-2.43.0.tar.gz
diff --git a/python-selenium.spec b/python-selenium.spec
index 9ae2abb..7412cb8 100644
--- a/python-selenium.spec
+++ b/python-selenium.spec
@@ -5,8 +5,8 @@
 %global upstream_name selenium
 
 Name:          python-%{upstream_name}
-Version:       2.42.1
-Release:       3%{?dist}
+Version:       2.43.0
+Release:       1%{?dist}
 Summary:       Python bindings for Selenium
 License:       ASL 2.0
 URL:           http://docs.seleniumhq.org/
@@ -25,7 +25,7 @@ Summary:       Python bindings for Selenium
 
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
-Requires:      python-rdflib
+Requires:      python3-rdflib
 BuildArch:     noarch
 
 %description -n python3-%{upstream_name}
@@ -89,6 +89,10 @@ rm -f %{buildroot}%{python3_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nof
 %endif
 
 %changelog
+* Mon Oct 20 2014 Matthias Runge <mrunge at redhat.com> - 2.43.0-1
+- update to 2.43.0
+- correct deps for py3 version (rhbz#1116470)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.42.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 4d52c25..5c004af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-628be3f9426c0ec973d421fd08854552  selenium-2.42.1.tar.gz
+bf2b46caa5c1ea4b68434809c695d69b  selenium-2.43.0.tar.gz


More information about the scm-commits mailing list