New version
- Merge pull request #31 from jkonecny12/master-fix-make-archive (mkolman) - Fix make archive command after pot file removal (jkonecny) - Merge pull request #29 from jkonecny12/master-weblate-support (jkonecny) - Add Readme with description and translation badge (jkonecny) - Add pot file to the git ignore (jkonecny) - Pause release when making bumpver to check and solve translations (jkonecny) - Remove unused PREFIX from Makefile (jkonecny) - Remove Zanata (jkonecny) - Push translations to our translation repository (jkonecny) - Download translations from Weblate (jkonecny) - Remove pot file (jkonecny) - Merge pull request #24 from M4rtinK/master-fix_zanata_client_detection_in_makefile (mkolman) - Fix Zanata client detection in Makefile (mkolman)
This commit is contained in:
parent
a267f4a80d
commit
10255e4587
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ python-meh-0.13.tar.gz
|
||||
/python-meh-0.46.tar.gz
|
||||
/python-meh-0.47.tar.gz
|
||||
/python-meh-0.48.tar.gz
|
||||
/python-meh-0.49.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
Summary: A python library for handling exceptions
|
||||
Name: python-meh
|
||||
Url: https://github.com/rhinstaller/python-meh
|
||||
Version: 0.48
|
||||
Release: 4%{?dist}
|
||||
Version: 0.49
|
||||
Release: 1%{?dist}
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution. Thus the source is only available from
|
||||
# within this srpm.
|
||||
@ -84,14 +84,20 @@ make DESTDIR=%{buildroot} install
|
||||
%{_datadir}/python-meh
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.48-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.48-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.48-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
* Tue Aug 25 2020 Martin Kolman <mkolman@redhat.com> - 0.49-1
|
||||
- Merge pull request #31 from jkonecny12/master-fix-make-archive (mkolman)
|
||||
- Fix make archive command after pot file removal (jkonecny)
|
||||
- Merge pull request #29 from jkonecny12/master-weblate-support (jkonecny)
|
||||
- Add Readme with description and translation badge (jkonecny)
|
||||
- Add pot file to the git ignore (jkonecny)
|
||||
- Pause release when making bumpver to check and solve translations (jkonecny)
|
||||
- Remove unused PREFIX from Makefile (jkonecny)
|
||||
- Remove Zanata (jkonecny)
|
||||
- Push translations to our translation repository (jkonecny)
|
||||
- Download translations from Weblate (jkonecny)
|
||||
- Remove pot file (jkonecny)
|
||||
- Merge pull request #24 from M4rtinK/master-fix_zanata_client_detection_in_makefile (mkolman)
|
||||
- Fix Zanata client detection in Makefile (mkolman)
|
||||
|
||||
* Wed Oct 23 2019 Martin Kolman <mkolman@redhat.com> - 0.48-1
|
||||
- Merge pull request #23 from poncovka/master-decode_bytes (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-meh-0.48.tar.gz) = 18656a0e295393c466ce6e12a4b31280d53de9b6901ea38fd239812edc58ac02d1654fe8e0040e7e6373a339621b4c1d417d7e2889c0bc9b14ed9110ce65d181
|
||||
SHA512 (python-meh-0.49.tar.gz) = 24d4ee4e7cba90fe6401cd6d312c1c075ee82c285733e881faed511fe2f3812fdb473534469989ebaf2dd4a9c0e0470de35fd306cf4f0e01a72373ea21ea5bf1
|
||||
|
Loading…
Reference in New Issue
Block a user