diff --git a/.gitignore b/.gitignore index 8f44ad6..a9ecf11 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /python-copr-1.48.tar.gz /python-copr-1.50.tar.gz /python-copr-1.53.tar.gz +/python-copr-1.54.tar.gz diff --git a/python-copr.spec b/python-copr.spec index e6d5240..df49904 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -10,7 +10,7 @@ %endif Name: python-copr -Version: 1.53 +Version: 1.54 Release: 1%{?dist} Summary: Python interface for Copr @@ -165,6 +165,10 @@ popd %endif %changelog +* Thu Nov 20 2014 Valentin Gologuzov 1.54-1 +- fixed poor decision abou CoprClient constructor, now it accepts + kwargs arguments instead of config dict + * Mon Nov 03 2014 Valentin Gologuzov 1.53-1 - [python-copr] syntax bugfix diff --git a/sources b/sources index 3b313af..2b184c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9482f8a6aec58f629931537ff523902 python-copr-1.53.tar.gz +fec1495374599c5a3ac7fbba87e4bbdd python-copr-1.54.tar.gz