Compare commits

...

No commits in common. "c8s" and "e9d49a5028c50d34cbe118bd164d8c9ce403a3df" have entirely different histories.

4 changed files with 85 additions and 11 deletions

49
.gitignore vendored
View File

@ -1 +1,48 @@
SOURCES/python-meh-0.47.2.tar.gz
python-meh-0.1.tar.gz
python-meh-0.2.tar.gz
python-meh-0.3.tar.gz
python-meh-0.4.tar.gz
python-meh-0.5.tar.gz
python-meh-0.6.tar.gz
python-meh-0.7.tar.gz
python-meh-0.8.tar.gz
python-meh-0.9.tar.gz
python-meh-0.10.tar.gz
/python-meh-0.11.tar.gz
/python-meh-0.12.tar.gz
python-meh-0.13.tar.gz
/python-meh-0.14.tar.gz
/python-meh-0.15.tar.gz
/python-meh-0.16.tar.gz
/python-meh-0.17.tar.gz
/python-meh-0.18.tar.gz
/python-meh-0.19.tar.gz
/python-meh-0.20.tar.gz
/python-meh-0.21.tar.gz
/python-meh-0.22.tar.gz
/python-meh-0.23.tar.gz
/python-meh-0.24.tar.gz
/python-meh-0.25.tar.gz
/python-meh-0.26.tar.gz
/python-meh-0.27.tar.gz
/python-meh-0.28.tar.gz
/python-meh-0.29.tar.gz
/python-meh-0.30.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
/python-meh-0.36.tar.gz
/python-meh-0.37.tar.gz
/python-meh-0.38.tar.gz
/python-meh-0.39.tar.gz
/python-meh-0.40.tar.gz
/python-meh-0.41.tar.gz
/python-meh-0.42.tar.gz
/python-meh-0.43.tar.gz
/python-meh-0.44.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
/python-meh-0.50.tar.gz

View File

@ -1 +1 @@
fafb39b202fd1bca9eeb351351b58de2eb3d8f20 SOURCES/python-meh-0.47.2.tar.gz
3bcc0bcf022679ec591c77424f201cf43d657d9c python-meh-0.50.tar.gz

View File

@ -3,8 +3,8 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: https://github.com/rhinstaller/python-meh
Version: 0.47.2
Release: 1%{?dist}
Version: 0.50
Release: 4%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
@ -15,6 +15,7 @@ Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.ta
License: GPLv2+
BuildArch: noarch
BuildRequires: make
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libreport-gtk >= %{libreportver}
@ -36,7 +37,7 @@ Summary: A python 3 library for handling exceptions
%{?python_provide:%python_provide python3-meh}
Obsoletes: python-meh < 0.46-1
Obsoletes: python2-meh < 0.46-1
Requires: %{__python3}
Requires: python3
Requires: python3-dbus
Requires: python3-rpm
Requires: libreport-cli >= %{libreportver}
@ -84,13 +85,38 @@ make DESTDIR=%{buildroot} install
%{_datadir}/python-meh
%changelog
* Mon Dec 10 2018 Martin Kolman <mkolman@redhat.com> - 0.47.2-1
- Require the Python interpreter directly instead of using the package name (torsava)
Related: rhbz#1619153
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Dec 10 2018 Martin Kolman <mkolman@redhat.com> - 0.47.1-1
- update translations (mkolman)
Resolves: rhbz#1608346
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* 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
- 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)
- Handle bytes and strings from RPM (#1764642) (vponcova)
* Mon Jul 23 2018 Martin Kolman <mkolman@redhat.com> - 0.47-1
- Make sure gettext returns strings not bytes (mkolman)

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (python-meh-0.50.tar.gz) = 54cd5e6ec424de808533d5bbe96ff7555c84ea30ff1a0e972a0c55233fd36c9a1e9fe5994e5773ae185659da069ff967b64ec4fe5c91f45b1f7de9a3d064d65f