- update to 1.0.7:
* remove inline macro for msvc
* do not fallback on build error
* fix: build status badge
* Drop python2 support
* Drop Python 3.6 support
* try Cython 3.0
* sphinx-related work
* bugfixes
* unpacker: Default value of input limits are smaller than before to
into UnpackValueError. If you want to catch all exception during unpack,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=33
This commit is contained in:
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define oldpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-msgpack
|
||||
Version: 1.0.5
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
Summary: MessagePack (de)serializer
|
||||
License: Apache-2.0
|
||||
@@ -35,10 +34,6 @@ BuildRequires: python-rpm-macros
|
||||
# was renamed at 0.5.0
|
||||
Provides: python-msgpack-python = %{version}
|
||||
Obsoletes: python-msgpack-python < 0.5.0
|
||||
%ifpython2
|
||||
Provides: %{oldpython}-msgpack-python = %{version}
|
||||
Obsoletes: %{oldpython}-msgpack-python < 0.5.0
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user