From 849722d0903ce6b23c6c46b250c91328286a5088 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jan 11 2016 21:32:53 +0000 Subject: 0.7.1 --- diff --git a/.gitignore b/.gitignore index a8db310..bd5b263 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /python-fedora-0.6.2.tar.gz /python-fedora-0.6.4.tar.gz /python-fedora-0.7.0.tar.gz +/python-fedora-0.7.1.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index 85afc48..940edd6 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -9,7 +9,7 @@ #%%global prerel c2 Name: python-fedora -Version: 0.7.0 +Version: 0.7.1 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -17,7 +17,6 @@ Group: Development/Languages License: LGPLv2+ URL: https://fedorahosted.org/python-fedora/ Source0: https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}%{?prerel}.tar.gz -Patch0: python-fedora-python3-print-statements.patch BuildArch: noarch @@ -174,7 +173,6 @@ Account System. %prep %setup -q -n %{name}-%{version}%{?prerel} -%patch0 -p1 # For https://bugzilla.redhat.com/show_bug.cgi?id=1282571 sed -i "s/, 'lockfile'//" setup.py @@ -278,6 +276,9 @@ rm -rf %{buildroot}%{python2_sitelib}/tests/ %{python2_sitelib}/flask_fas_openid.py* %changelog +* Mon Jan 11 2016 Ralph Bean - 0.7.1-1 +- new version + * Thu Jan 07 2016 Ralph Bean - 0.7.0-1 - new version diff --git a/sources b/sources index c7c27af..bf5f41a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b9940058f6a3dd210e4187bd83a3ed4 python-fedora-0.7.0.tar.gz +7939afb51f9a27b97c3ab8e51dbb69a3 python-fedora-0.7.1.tar.gz