Compare commits

...

1 Commits
main ... 1.1

4 changed files with 12 additions and 19 deletions

View File

@ -1,12 +1,3 @@
-------------------------------------------------------------------
Wed Dec 27 16:26:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.8.0:
* Migrate module to package.
* Migrate documentation to Sphinx.
* Improve types and formatting in docstrings.
* Add type stubs.
-------------------------------------------------------------------
Fri Apr 21 12:38:14 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,9 +16,10 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-u-msgpack-python
Version: 2.8.0
Version: 2.7.2
Release: 0
Summary: A MessagePack serializer and deserializer
License: MIT
@ -54,7 +55,8 @@ export LANG=en_US.UTF-8
%files %{python_files}
%license LICENSE
%{python_sitelib}/umsgpack
%pycache_only %{python_sitelib}/__pycache__
%{python_sitelib}/umsgpack.py*
%{python_sitelib}/u_msgpack_python-%{version}-py%{python_version}.egg-info
%changelog

BIN
u-msgpack-python-2.7.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
u-msgpack-python-2.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.