diff --git a/.gitignore b/.gitignore index 177a59c..24ff134 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /vcrpy-1.9.0.tar.gz /vcrpy-1.10.1.tar.gz /vcrpy-1.10.2.tar.gz +/vcrpy-1.10.3.tar.gz diff --git a/python-vcrpy.spec b/python-vcrpy.spec index 52e09fd..b15b847 100644 --- a/python-vcrpy.spec +++ b/python-vcrpy.spec @@ -13,7 +13,7 @@ %global modname vcrpy Name: python-vcrpy -Version: 1.10.2 +Version: 1.10.3 Release: 1%{?dist} Summary: Automatically mock your HTTP interactions to simplify and speed up testing @@ -148,6 +148,9 @@ popd %endif %changelog +* Sun Oct 02 2016 Kevin Fenzi - 1.10.3-1 +- Update to 1.10.3. Fixes bug #1381102 + * Sat Sep 17 2016 Kevin Fenzi - 1.10.2-1 - Update to 1.10.2. Fixes bug #1376311 diff --git a/sources b/sources index aa636e4..4ab5b20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0890bf084cf001416a7dfd7118cd917e vcrpy-1.10.2.tar.gz +7e2152fea50dce1c99c7b9be236cc50a vcrpy-1.10.3.tar.gz