New version
- Add option to remove the 'Debug' option/button for mainExceptionWindow (vtrefny) - Spec file fixes (vpodzime) (mkolman)
This commit is contained in:
parent
5f65548280
commit
9c2e15614e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@redhat.com> - 0.35-1
|
||||
- Add option to remove the 'Debug' option/button for mainExceptionWindow (vtrefny)
|
||||
|
||||
* Tue Dec 09 2014 Vratislav Podzimek <vpodzime@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@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@lists.fedoraproject.org> - 0.32-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user