From 9c2e15614e0d2dc295e2cbe3c206c0c1c0af0cd1 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Feb 17 2015 13:43:18 +0000 Subject: New version - Add option to remove the 'Debug' option/button for mainExceptionWindow (vtrefny) - Spec file fixes (vpodzime) (mkolman) --- diff --git a/.gitignore b/.gitignore index 5beaad6..fa6f5bd 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ python-meh-0.13.tar.gz /python-meh-0.31.tar.gz /python-meh-0.32.tar.gz /python-meh-0.34.tar.gz +/python-meh-0.35.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 1c3102a..30b9a80 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -6,7 +6,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedorahosted.org/git/?p=python-meh.git -Version: 0.34 +Version: 0.35 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -132,6 +132,9 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Tue Feb 17 2015 Martin Kolman - 0.35-1 +- Add option to remove the 'Debug' option/button for mainExceptionWindow (vtrefny) + * Tue Dec 09 2014 Vratislav Podzimek - 0.34-1 - Encode str/unicode object before hashing it (vpodzime) - Use dict.items() instead of dict.iteritems() (vpodzime) @@ -144,9 +147,12 @@ rm -rf %{buildroot} - Remove yum from requires and fix setuptools requires (mhroncok) - raw_input is replaced by input in Python3 (vpodzime) - Raise exception in a Python3 compatible way (mhroncok) +- Remove the --disable-overwrite parameter for the Transifex client (mkolman) +- Use /usr/bin/python2 in scripts (mkolman) +- Add example code using python-meh (vpodzime) * Mon Jun 30 2014 Toshio Kuratomi - 0.32-3 -- Replace pyhton-setuptools-devel BR with python-setuptools +- Replace python-setuptools-devel BR with python-setuptools * Sat Jun 07 2014 Fedora Release Engineering - 0.32-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index b044841..fcad873 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf9135d61e98e32c5a0fd287be7cfc6f python-meh-0.34.tar.gz +bce7d8d940f091d3b7440d7b5caafcb8 python-meh-0.35.tar.gz