Blame SPECS/python-u-msgpack-python.spec

a7d73e
%global pypi_name u-msgpack-python
a7d73e
a7d73e
Name:           python-%{pypi_name}
a7d73e
Version:        2.7.1
a7d73e
Release:        1%{?dist}
a7d73e
Summary:        A portable, lightweight MessagePack serializer and deserializer
a7d73e
a7d73e
License:        MIT
a7d73e
URL:            https://github.com/vsergeev/u-msgpack-python
a7d73e
Source0:        %pypi_source
a7d73e
BuildArch:      noarch
a7d73e
a7d73e
BuildRequires:  python3-devel
a7d73e
BuildRequires:  python3-setuptools
a7d73e
a7d73e
%?python_enable_dependency_generator
a7d73e
a7d73e
%description
a7d73e
A lightweight MessagePack serializer and deserializer module written in pure
a7d73e
Python. It is fully compliant with the latest MessagePack specification.
a7d73e
In particular, it supports the new binary, UTF-8 string, and
a7d73e
application-defined ext types.
a7d73e
a7d73e
a7d73e
%package -n     python3-%{pypi_name}
a7d73e
Summary:        %{summary}
a7d73e
%{?python_provide:%python_provide python3-%{pypi_name}}
a7d73e
a7d73e
%description -n python3-%{pypi_name}
a7d73e
A lightweight MessagePack serializer and deserializer module written in pure
a7d73e
Python. It is fully compliant with the latest MessagePack specification.
a7d73e
In particular, it supports the new binary, UTF-8 string, and
a7d73e
application-defined ext types.
a7d73e
a7d73e
a7d73e
%prep
a7d73e
%autosetup -n %{pypi_name}-%{version}
a7d73e
a7d73e
a7d73e
%build
a7d73e
%py3_build
a7d73e
a7d73e
a7d73e
%install
a7d73e
%py3_install
a7d73e
a7d73e
a7d73e
%check
a7d73e
%{__python3} setup.py test
a7d73e
a7d73e
a7d73e
%files -n python3-%{pypi_name}
a7d73e
%license LICENSE
a7d73e
%doc README.md
a7d73e
%{python3_sitelib}/__pycache__/*
a7d73e
%{python3_sitelib}/umsgpack.py
a7d73e
%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info
a7d73e
a7d73e
a7d73e
%changelog
a7d73e
* Fri Mar 19 2021 Charalampos Stratakis <cstratak@redhat.com> - 2.7.1-1
a7d73e
- Update to 2.7.1 (rhbz#1891279)
a7d73e
a7d73e
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
a7d73e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a7d73e
a7d73e
* Thu Sep 24 2020 Tomas Hrnciar <thrnciar@redhat.com> - 2.7.0-1
a7d73e
- Update to 2.7.0
a7d73e
a7d73e
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2
a7d73e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a7d73e
a7d73e
* Tue May 26 2020 Tomas Hrnciar <thrnciar@redhat.com> - 2.6.0-1
a7d73e
- Update to 2.6.0
a7d73e
a7d73e
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2.5.2-3
a7d73e
- Rebuilt for Python 3.9
a7d73e
a7d73e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2
a7d73e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a7d73e
a7d73e
* Tue Jan 07 2020 Miro Hrončok <mhroncok@redhat.com> - 2.5.2-1
a7d73e
- Update to 2.5.2 (#1697452)
a7d73e
a7d73e
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-5
a7d73e
- Rebuilt for Python 3.8.0rc1 (#1748018)
a7d73e
a7d73e
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-4
a7d73e
- Rebuilt for Python 3.8
a7d73e
a7d73e
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-3
a7d73e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a7d73e
a7d73e
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-2
a7d73e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a7d73e
a7d73e
* Mon Aug 20 2018 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-1
a7d73e
- Initial package