forked from pool/python-msgpack
Accepting request 669941 from home:alarrosa:branches:devel:languages:python
- Use %license - Update to version 0.5.6 (boo#1123558) OBS-URL: https://build.opensuse.org/request/show/669941 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
417184a265
commit
fada8ee6c5
@@ -1,7 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 29 17:19:51 UTC 2019 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Use %license
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 1 22:15:34 UTC 2018 - alarrosa@suse.com
|
Thu Mar 1 22:15:34 UTC 2018 - alarrosa@suse.com
|
||||||
|
|
||||||
- Update to version 0.5.6
|
- Update to version 0.5.6 (boo#1123558)
|
||||||
* Fix fallback.Unpacker.feed() dropped unused data from buffer
|
* Fix fallback.Unpacker.feed() dropped unused data from buffer
|
||||||
* Resurrect fallback.unpack() and _unpacker.unpack(). They were
|
* Resurrect fallback.unpack() and _unpacker.unpack(). They were
|
||||||
removed at 0.5.5 but it breaks backward compatibility.
|
removed at 0.5.5 but it breaks backward compatibility.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-msgpack
|
# spec file for package python-msgpack
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -74,7 +74,9 @@ py.test-%{$python_bin_suffix}
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README.rst
|
%doc README.rst
|
||||||
%{python_sitearch}/*
|
%license COPYING
|
||||||
|
%{python_sitearch}/msgpack
|
||||||
|
%{python_sitearch}/msgpack-%{version}-py%{py_ver}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user