Blame python-u-msgpack-python.spec

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