|
|
|
%global srcname msgpack
|
|
|
|
%global sum A Python MessagePack (de)serializer
|
|
|
|
%global __provides_exclude_from ^(%{python2_sitearch}/.*\\.so)$
|
|
|
|
%global __provides_exclude_from ^(%{python3_sitearch}/.*\\.so)$
|
|
|
|
|
|
|
|
# For old Fedora versions
|
|
|
|
%{!?python3_pkgversion:%global python3_pkgversion 3}
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 0.5.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://pypi.python.org/pypi/msgpack-python/
|
|
|
|
Source0: https://files.pythonhosted.org/packages/source/m/%{srcname}-python/%{srcname}-python-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: Cython
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python2-setuptools
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
BuildRequires: python2-funcsigs
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pytest
|
|
|
|
BuildRequires: python%{python3_pkgversion}-funcsigs
|
|
|
|
|
|
|
|
%description
|
|
|
|
MessagePack is a binary-based efficient data interchange format that is
|
|
|
|
focused on high performance. It is like JSON, but very fast and small.
|
|
|
|
This is a Python (de)serializer for MessagePack.
|
|
|
|
|
|
|
|
%package -n python2-%{srcname}
|
|
|
|
Summary: %{sum}
|
|
|
|
%{?python_provide:%python_provide python2-%{srcname}}
|
|
|
|
|
|
|
|
%description -n python2-%{srcname}
|
|
|
|
MessagePack is a binary-based efficient data interchange format that is
|
|
|
|
focused on high performance. It is like JSON, but very fast and small.
|
|
|
|
This is a Python (de)serializer for MessagePack.
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
Summary: %{sum}
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
MessagePack is a binary-based efficient data interchange format that is
|
|
|
|
focused on high performance. It is like JSON, but very fast and small.
|
|
|
|
This is a Python %{python3_version} (de)serializer for MessagePack.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{srcname}-python-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%py2_build
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%py2_install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
# Test don't pass at the moment. Missing dependency in pytest.
|
|
|
|
#%check
|
|
|
|
#export PYTHONPATH=$(pwd)
|
|
|
|
#py.test-%{python_version} -v test
|
|
|
|
#py.test-%{python3_version} -v test
|
|
|
|
|
|
|
|
%files -n python2-%{srcname}
|
|
|
|
%doc README.rst
|
|
|
|
%license COPYING
|
|
|
|
%{python2_sitearch}/%{srcname}/
|
|
|
|
%{python2_sitearch}/%{srcname}*.egg-info
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
%doc README.rst
|
|
|
|
%license COPYING
|
|
|
|
%{python3_sitearch}/%{srcname}/
|
|
|
|
%{python3_sitearch}/%{srcname}*.egg-info
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Thu Mar 15 2018 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.6-1
|
|
|
|
- Update to latest upstream release 0.5.6 (rhbz#1548215)
|
|
|
|
|
|
|
|
* Fri Feb 23 2018 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.5-1
|
|
|
|
- Update to latest upstream release 0.5.5 (rhbz#1548215)
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.4-1
|
|
|
|
- Update to latest upstream release 0.5.4 (rhbz#1541377)
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.1-2
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
|
|
|
* Sat Jan 20 2018 Denis Fateyev <denis@fateyev.com> - 0.5.1-1
|
|
|
|
- Update to 0.5.1 version
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4.8-2
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
|
|
|
* Fri Aug 05 2016 Denis Fateyev <denis@fateyev.com> - 0.4.8-1
|
|
|
|
- Update to 0.4.8 version
|
|
|
|
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-4
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
|
|
* Tue Feb 16 2016 Denis Fateyev <denis@fateyev.com> - 0.4.7-3
|
|
|
|
- Added EPEL compatibility (RHBZ #1290393)
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jan 29 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.7-1
|
|
|
|
- Update spec file
|
|
|
|
- Update to latest upstream version 0.4.7
|
|
|
|
|
|
|
|
* Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 0.4.6-5
|
|
|
|
- Drop py3dir
|
|
|
|
- Provide python2-msgpack
|
|
|
|
|
|
|
|
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 0.4.6-4
|
|
|
|
- Rebuilt for Python3.5 rebuild
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.4.6-2
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
|
|
|
* Fri Mar 13 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.6-1
|
|
|
|
- Update to latest upstream version 0.4.6 (RHBZ #1201568)
|
|
|
|
|
|
|
|
* Fri Jan 30 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.5-2
|
|
|
|
- Correct python3 subpackage Summary
|
|
|
|
|
|
|
|
* Sun Jan 25 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.5-1
|
|
|
|
- Update to latest upstream version 0.4.5
|
|
|
|
|
|
|
|
* Fri Jan 23 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.4-2
|
|
|
|
- Patch test suite for EL6 and EL7 compatibility (RHBZ #1182808)
|
|
|
|
- Add python2 macros for EL6 compatibility (RHBZ #1182808)
|
|
|
|
|
|
|
|
* Thu Jan 15 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.4-1
|
|
|
|
- Update to latest upstream version 0.4.4 (RHBZ #1180507)
|
|
|
|
- Add tests in %%check
|
|
|
|
|
|
|
|
* Wed Sep 10 2014 Nejc Saje <nsaje@redhat.com> - 0.4.2-4
|
|
|
|
- Introduce python3- subpackage
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Mar 26 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.2-1
|
|
|
|
- Update to latest upstream version 0.4.2
|
|
|
|
|
|
|
|
* Wed Feb 26 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.1-1
|
|
|
|
- Update to latest upstream version 0.4.1
|
|
|
|
|
|
|
|
* Tue Jan 07 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.0-1
|
|
|
|
- Update to latest upstream version 0.4.0
|
|
|
|
|
|
|
|
* Mon Jan 06 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.13-5
|
|
|
|
- Update spec file and python macros
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri May 11 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.13-1
|
|
|
|
- Update to new upstream version 0.1.13
|
|
|
|
|
|
|
|
* Tue Jan 31 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.12-1
|
|
|
|
- Update to new upstream version 0.1.12
|
|
|
|
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Nov 26 2011 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.10-1
|
|
|
|
- Updated to new upstream version 0.1.10
|
|
|
|
- README is gone
|
|
|
|
|
|
|
|
* Tue Jul 12 2011 Dan Horák <dan[at]danny.cz> - 0.1.9-3
|
|
|
|
- Fix build on big endian arches
|
|
|
|
|
|
|
|
* Fri Jun 24 2011 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.9-2
|
|
|
|
- Tests are failing, they are not active at the moment
|
|
|
|
- Filtering added
|
|
|
|
|
|
|
|
* Sat Mar 26 2011 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.9-1
|
|
|
|
- Initial package
|