Accepting request 1143992 from devel:languages:python
- 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/request/show/1143992 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msgpack?expand=0&rev=14
This commit is contained in:
commit
a73d5064c8
BIN
msgpack-1.0.5.tar.gz
(Stored with Git LFS)
BIN
msgpack-1.0.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
msgpack-1.0.7.tar.gz
Normal file
3
msgpack-1.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87
|
||||||
|
size 166311
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 19:33:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 8 07:20:01 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Mon May 8 07:20:01 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-msgpack
|
# spec file for package python-msgpack
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define oldpython python
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-msgpack
|
Name: python-msgpack
|
||||||
Version: 1.0.5
|
Version: 1.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MessagePack (de)serializer
|
Summary: MessagePack (de)serializer
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -35,10 +34,6 @@ BuildRequires: python-rpm-macros
|
|||||||
# was renamed at 0.5.0
|
# was renamed at 0.5.0
|
||||||
Provides: python-msgpack-python = %{version}
|
Provides: python-msgpack-python = %{version}
|
||||||
Obsoletes: python-msgpack-python < 0.5.0
|
Obsoletes: python-msgpack-python < 0.5.0
|
||||||
%ifpython2
|
|
||||||
Provides: %{oldpython}-msgpack-python = %{version}
|
|
||||||
Obsoletes: %{oldpython}-msgpack-python < 0.5.0
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,6 +51,7 @@ export CFLAGS="%{optflags}"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand rm -v %{buildroot}%{$python_sitearch}/msgpack/*.h
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user