New version
- SPDX compatible License: line (mkolman) - setup.py: switch from distutils to setuptools (tim.orling@konsulko.com) - Improve formatting and data in setup.py (vslavik)
This commit is contained in:
parent
f6253606e2
commit
ed6111ab3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@ python-meh-0.13.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
|
||||
|
@ -3,8 +3,8 @@
|
||||
Summary: A python library for handling exceptions
|
||||
Name: python-meh
|
||||
Url: https://github.com/rhinstaller/python-meh
|
||||
Version: 0.50
|
||||
Release: 8%{?dist}
|
||||
Version: 0.51
|
||||
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.
|
||||
@ -13,7 +13,7 @@ Release: 8%{?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
|
||||
@ -85,26 +85,10 @@ make DESTDIR=%{buildroot} install
|
||||
%{_datadir}/python-meh
|
||||
|
||||
%changelog
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 0.50-6
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.50-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
* 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)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-meh-0.50.tar.gz) = 54cd5e6ec424de808533d5bbe96ff7555c84ea30ff1a0e972a0c55233fd36c9a1e9fe5994e5773ae185659da069ff967b64ec4fe5c91f45b1f7de9a3d064d65f
|
||||
SHA512 (python-meh-0.51.tar.gz) = ebfbb4fdfb64b35bb500dcae3917ea611bb314317944ba047c913c0edeeac49d4a4bd22c1c2f1899c315bdbca47e2358883956e4749381ad0650e4f64843aeb3
|
||||
|
Loading…
Reference in New Issue
Block a user