Accepting request 1135352 from devel:languages:python
- update to 2.8.0: * Migrate module to package. * Migrate documentation to Sphinx. * Improve types and formatting in docstrings. * Add type stubs. - Update to version 2.7.2 * Change string formatting from % to .format() throughout codebase. * Fix handling of naive/aware datetime objects when packing the * Make Ext base class a new-style object for cleaner inheritance * Improve length comparisons and instance checks for minor OBS-URL: https://build.opensuse.org/request/show/1135352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-u-msgpack-python?expand=0&rev=13
This commit is contained in:
commit
b871f78075
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-u-msgpack-python
|
||||
Version: 2.7.2
|
||||
Version: 2.8.0
|
||||
Release: 0
|
||||
Summary: A MessagePack serializer and deserializer
|
||||
License: MIT
|
||||
@ -55,8 +54,7 @@ export LANG=en_US.UTF-8
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%pycache_only %{python_sitelib}/__pycache__
|
||||
%{python_sitelib}/umsgpack.py*
|
||||
%{python_sitelib}/umsgpack
|
||||
%{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)
BIN
u-msgpack-python-2.7.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
u-msgpack-python-2.8.0.tar.gz
Normal file
3
u-msgpack-python-2.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b801a83d6ed75e6df41e44518b4f2a9c221dc2da4bcd5380e3a0feda520bc61a
|
||||
size 18167
|
Loading…
Reference in New Issue
Block a user