New version
- Merge pull request #33 from mzidek-gh/master (mkolman) - dump: Use exception's type and value when calculating hash (mzidek)
This commit is contained in:
parent
10255e4587
commit
a887bc78ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ python-meh-0.13.tar.gz
|
|||||||
/python-meh-0.47.tar.gz
|
/python-meh-0.47.tar.gz
|
||||||
/python-meh-0.48.tar.gz
|
/python-meh-0.48.tar.gz
|
||||||
/python-meh-0.49.tar.gz
|
/python-meh-0.49.tar.gz
|
||||||
|
/python-meh-0.50.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: https://github.com/rhinstaller/python-meh
|
Url: https://github.com/rhinstaller/python-meh
|
||||||
Version: 0.49
|
Version: 0.50
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -84,6 +84,10 @@ make DESTDIR=%{buildroot} install
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 29 2020 Martin Kolman <mkolman@redhat.com> - 0.50-1
|
||||||
|
- Merge pull request #33 from mzidek-gh/master (mkolman)
|
||||||
|
- dump: Use exception's type and value when calculating hash (mzidek)
|
||||||
|
|
||||||
* Tue Aug 25 2020 Martin Kolman <mkolman@redhat.com> - 0.49-1
|
* Tue Aug 25 2020 Martin Kolman <mkolman@redhat.com> - 0.49-1
|
||||||
- Merge pull request #31 from jkonecny12/master-fix-make-archive (mkolman)
|
- Merge pull request #31 from jkonecny12/master-fix-make-archive (mkolman)
|
||||||
- Fix make archive command after pot file removal (jkonecny)
|
- Fix make archive command after pot file removal (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (python-meh-0.49.tar.gz) = 24d4ee4e7cba90fe6401cd6d312c1c075ee82c285733e881faed511fe2f3812fdb473534469989ebaf2dd4a9c0e0470de35fd306cf4f0e01a72373ea21ea5bf1
|
SHA512 (python-meh-0.50.tar.gz) = 54cd5e6ec424de808533d5bbe96ff7555c84ea30ff1a0e972a0c55233fd36c9a1e9fe5994e5773ae185659da069ff967b64ec4fe5c91f45b1f7de9a3d064d65f
|
||||||
|
Loading…
Reference in New Issue
Block a user