diff --git a/.gitignore b/.gitignore index d5abcce..fddaf81 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /pytest-2.3.1.zip /pytest-2.3.2.zip /pytest-2.3.4.zip +/pytest-2.3.5.tar.gz diff --git a/pytest.spec b/pytest.spec index 4a02bcd..a85e9f7 100644 --- a/pytest.spec +++ b/pytest.spec @@ -8,14 +8,14 @@ %global pylib_version 1.4.12 Name: pytest -Version: 2.3.4 -Release: 2%{?dist} +Version: 2.3.5 +Release: 1%{?dist} Summary: Simple powerful testing with Python Group: Development/Languages License: MIT URL: http://pytest.org -Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.zip +Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -149,6 +149,9 @@ popd %changelog +* Sat May 25 2013 Thomas Moschny - 2.3.5-1 +- Update to 2.3.5. + * Thu Feb 14 2013 Fedora Release Engineering - 2.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index fcd2480..e070c14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db319fef9c310dc46798b285d3da3aa1 pytest-2.3.4.zip +18f150e7be96b5fe3c388b0e817b8087 pytest-2.3.5.tar.gz