From e00d55aed66dd510303ea0babe6a801153e02ddb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sep 24 2013 13:51:19 +0000 Subject: Latest upstream with python3 support. --- diff --git a/.gitignore b/.gitignore index 8036e23..5c019ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyLibravatar-1.5.tar.gz +/pyLibravatar-1.6.tar.gz diff --git a/python-pylibravatar.spec b/python-pylibravatar.spec index 978e015..c34708b 100644 --- a/python-pylibravatar.spec +++ b/python-pylibravatar.spec @@ -1,16 +1,13 @@ %if 0%{?fedora} -# It looks like pyLibravatar doesn't currently support python3, -# but when upstream does, we should be able to flip this bit to -# turn on packaging of python3-pylibravatar. -%global with_python3 0 +%global with_python3 1 %endif %global eggname pyLibravatar %global modname libravatar Name: python-pylibravatar -Version: 1.5 -Release: 3%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: Python module for Libravatar Group: Development/Libraries @@ -28,7 +25,7 @@ BuildRequires: python-pydns %if 0%{?with_python3} BuildRequires: python3-devel -BuildRequires: python3-pydns +BuildRequires: python3-py3dns %endif Requires: python-pydns @@ -42,7 +39,7 @@ avatar hosting service from within your Python applications. Summary: Python module for Libravatar Group: Development/Libraries -Requires: python3-pydns +Requires: python3-py3dns %description -n python3-pylibravatar PyLibravatar is an easy way to make use of the federated Libravatar @@ -97,6 +94,10 @@ popd %endif %changelog +* Tue Sep 24 2013 Ralph Bean - 1.6-1 +- Latest upstream with python3 support. +- Enable the python3 subpackage. + * Sun Aug 04 2013 Fedora Release Engineering - 1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 69863b7..f2a516e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc927e0b37eee14998b1617e90c7bd3b pyLibravatar-1.5.tar.gz +41b4d3aee39fb4656ee156e0dac18e73 pyLibravatar-1.6.tar.gz