diff --git a/.gitignore b/.gitignore index a9ecf11..ed469fe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /python-copr-1.50.tar.gz /python-copr-1.53.tar.gz /python-copr-1.54.tar.gz +/python-copr-1.55.tar.gz diff --git a/python-copr.spec b/python-copr.spec index df49904..a093c3e 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -10,7 +10,7 @@ %endif Name: python-copr -Version: 1.54 +Version: 1.55 Release: 1%{?dist} Summary: Python interface for Copr @@ -165,6 +165,9 @@ popd %endif %changelog +* Thu Nov 20 2014 Valentin Gologuzov 1.55-1 +- [python] support python 2.6 + * Thu Nov 20 2014 Valentin Gologuzov 1.54-1 - fixed poor decision abou CoprClient constructor, now it accepts kwargs arguments instead of config dict diff --git a/sources b/sources index 2b184c2..29cb490 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fec1495374599c5a3ac7fbba87e4bbdd python-copr-1.54.tar.gz +c4e6151588f3aa2f42ae9ef655880687 python-copr-1.55.tar.gz