Compare commits

..

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

3 changed files with 100 additions and 15 deletions

52
.gitignore vendored
View File

@ -1,2 +1,50 @@
SOURCES/python-meh-0.47.2.tar.gz
/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
/python-meh-0.51.tar.gz
/python-meh-0.52.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.52
Release: 3%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
@ -13,17 +13,19 @@ Release: 1%{?dist}
# cd python-meh && make archive
Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.tar.gz
License: GPLv2+
License: GPL-2.0-or-later
BuildArch: noarch
BuildRequires: make
BuildRequires: gettext
BuildRequires: intltool
%if 0%{?rhel} < 10 || 0%{?fedora}
BuildRequires: libreport-gtk >= %{libreportver}
BuildRequires: libreport-cli >= %{libreportver}
BuildRequires: python3-libreport >= %{libreportver}
%endif
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-dbus
BuildRequires: python3-libreport >= %{libreportver}
%global _description\
The python-meh package is a python library for handling, saving, and reporting \
@ -36,11 +38,13 @@ 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
%if 0%{?rhel} < 10 || 0%{?fedora}
Requires: libreport-cli >= %{libreportver}
Requires: python3-libreport >= %{libreportver}
%endif
%description -n python3-meh
The python3-meh package is a python 3 library for handling, saving, and reporting
@ -53,7 +57,9 @@ Obsoletes: python-meh-gui < 0.46-1
Obsoletes: python2-meh-gui < 0.46-1
Requires: python3-meh = %{version}-%{release}
Requires: python3-gobject, gtk3
%if 0%{?rhel} < 10 || 0%{?fedora}
Requires: libreport-gtk >= %{libreportver}
%endif
%description -n python3-meh-gui
The python3-meh-gui package provides a GUI for the python3-meh library.
@ -84,13 +90,44 @@ 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 Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.52-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Dec 10 2018 Martin Kolman <mkolman@redhat.com> - 0.47.1-1
- update translations (mkolman)
Resolves: rhbz#1608346
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.52-2
- Bump release for June 2024 mass rebuild
* Tue Jun 04 2024 Martin Kolman <mkolman@redhat.com> - 0.52-1
- Make libreport optional (mkolman)
Resolves: RHEL-35676
* Fri Jan 20 2023 Martin Kolman <mkolman@redhat.com> - 0.51-1
- SPDX compatible License: line (mkolman)
- setup.py: switch from distutils to setuptools (tim.orling@konsulko.com)
- Improve formatting and data in setup.py (vslavik)
* 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)

View File

@ -1 +1 @@
SHA512 (python-meh-0.47.2.tar.gz) = b3dc7501f8094fed959e95c49f4f68e8ffdade3e38a0d2f1d2dac8daf7ca1dfafec5a8c1ea4cc5c261d46ee44ea4acc6ae69176c6026c5e7cbda1f6cf2168693
SHA512 (python-meh-0.52.tar.gz) = 2f7235de88834dd21200a46429ea3233064c51f6e2a2e9300f46922ae2b6285e8e702a2b9aee4d04f17e9a2a255ac68e4f8974cedc0b29858364991b99f1fc36