Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2762397e65 |
@@ -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>
|
Fri Apr 21 12:38:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -20,7 +11,7 @@ Thu Apr 13 22:45:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 3 02:28:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Sat Dec 3 02:28:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 2.7.2
|
- Update to version 2.7.2
|
||||||
* Fix hex formatting of data bytes in Ext string representation.
|
* Fix hex formatting of data bytes in Ext string representation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -28,7 +19,7 @@ Tue Oct 11 16:38:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|||||||
|
|
||||||
- Update to Version 2.7.1 - 10/24/2020
|
- Update to Version 2.7.1 - 10/24/2020
|
||||||
* Add Ext type value validation to Ext class and ext_serializable() decorator.
|
* Add Ext type value validation to Ext class and ext_serializable() decorator.
|
||||||
* Change string formatting from % to .format() throughout codebase.
|
* Change string formatting from % to .format() throughout codebase.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 23 12:18:09 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Thu Jul 23 12:18:09 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
@@ -52,12 +43,12 @@ Tue Sep 10 09:37:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|||||||
Fri Apr 12 09:23:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
Fri Apr 12 09:23:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
- update to version 2.5.1
|
- update to version 2.5.1
|
||||||
* Fix handling of naive/aware datetime objects when packing the
|
* Fix handling of naive/aware datetime objects when packing the
|
||||||
timestamp extension type.
|
timestamp extension type.
|
||||||
* Add handling for short reads during file object unpacking.
|
* Add handling for short reads during file object unpacking.
|
||||||
* Make Ext base class a new-style object for cleaner inheritance
|
* Make Ext base class a new-style object for cleaner inheritance
|
||||||
in Python 2.
|
in Python 2.
|
||||||
* Improve length comparisons and instance checks for minor
|
* Improve length comparisons and instance checks for minor
|
||||||
performance improvement.
|
performance improvement.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|||||||
@@ -16,9 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-u-msgpack-python
|
Name: python-u-msgpack-python
|
||||||
Version: 2.8.0
|
Version: 2.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A MessagePack serializer and deserializer
|
Summary: A MessagePack serializer and deserializer
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -54,7 +55,8 @@ export LANG=en_US.UTF-8
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%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
|
%{python_sitelib}/u_msgpack_python-%{version}-py%{python_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
u-msgpack-python-2.7.2.tar.gz
(Stored with Git LFS)
Normal file
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)
BIN
u-msgpack-python-2.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user