From b567ba719bb8ba32bdf3ba0a83c40cad75644804 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Feb 23 2015 11:27:14 +0000 Subject: update to 2.44.0 --- diff --git a/.gitignore b/.gitignore index 07468f2..e061b7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /selenium-2.40.0.tar.gz /selenium-2.42.1.tar.gz /selenium-2.43.0.tar.gz +/selenium-2.44.0.tar.gz diff --git a/python-selenium.spec b/python-selenium.spec index 7412cb8..b2d5231 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -5,7 +5,7 @@ %global upstream_name selenium Name: python-%{upstream_name} -Version: 2.43.0 +Version: 2.44.0 Release: 1%{?dist} Summary: Python bindings for Selenium License: ASL 2.0 @@ -89,6 +89,9 @@ rm -f %{buildroot}%{python3_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nof %endif %changelog +* Mon Feb 23 2015 Matthias Runge - 2.44.0-1 +- update to 2.44.0 + * Mon Oct 20 2014 Matthias Runge - 2.43.0-1 - update to 2.43.0 - correct deps for py3 version (rhbz#1116470) diff --git a/sources b/sources index 5c004af..71b9696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf2b46caa5c1ea4b68434809c695d69b selenium-2.43.0.tar.gz +8802d73fb989d007ba1b43f070361cd1 selenium-2.44.0.tar.gz