[python-meh] New version

Martin Kolman m4rtink at fedoraproject.org
Tue Feb 17 13:44:14 UTC 2015


commit 9c2e15614e0d2dc295e2cbe3c206c0c1c0af0cd1
Author: Martin Kolman <mkolman at redhat.com>
Date:   Tue Feb 17 14:43:18 2015 +0100

    New version
    
    - Add option to remove the 'Debug' option/button for mainExceptionWindow (vtrefny)
    - Spec file fixes (vpodzime) (mkolman)

 .gitignore      |    1 +
 python-meh.spec |   10 ++++++++--
 sources         |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
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 <mkolman at redhat.com> - 0.35-1
+- Add option to remove the 'Debug' option/button for mainExceptionWindow (vtrefny)
+
 * Tue Dec 09 2014 Vratislav Podzimek <vpodzime at redhat.com> - 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 <toshio at fedoraproject.org> - 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 <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list