commit python-msgpack-numpy for openSUSE:Factory

2020-10-25 Thread root
Hello community,

here is the log from the commit of package python-msgpack-numpy for 
openSUSE:Factory checked in at 2020-10-25 18:06:44

Comparing /work/SRC/openSUSE:Factory/python-msgpack-numpy (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.3463 (New)


Package is "python-msgpack-numpy"

Sun Oct 25 18:06:44 2020 rev:4 rq:841148 version:0.4.7.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-numpy/python-msgpack-numpy.changes
2020-04-25 20:36:49.791074406 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.3463/python-msgpack-numpy.changes
  2020-10-25 18:06:52.611359869 +0100
@@ -1,0 +2,20 @@
+Sat Oct 10 19:05:16 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * changed .rst to .md
+
+- update to version 0.4.7.1:
+  * Fix Python 2.7 regression (#45).
+
+- changes from version 0.4.7:
+  * Fix bug unpacking nested, structured dtypes (#42).
+
+- changes from version 0.4.6.1:
+  * Deprecate support for msgpack < 1.0.0 (#41).
+
+- changes from version 0.4.6:
+  * Set default use_bin_type and raw params of Packer and Unpacker
+classes the same as in msgpack (#39).
+  * Convert docs to Markdown.
+
+---

Old:

  msgpack-numpy-0.4.5.tar.gz

New:

  msgpack-numpy-0.4.7.1.tar.gz



Other differences:
--
++ python-msgpack-numpy.spec ++
--- /var/tmp/diff_new_pack.jPDZGQ/_old  2020-10-25 18:06:54.111361289 +0100
+++ /var/tmp/diff_new_pack.jPDZGQ/_new  2020-10-25 18:06:54.115361292 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msgpack-numpy
-Version:0.4.5
+Version:0.4.7.1
 Release:0
 Summary:Numpy data serialization library using msgpack
 License:BSD-3-Clause
@@ -58,8 +58,8 @@
 %python_exec -B tests.py
 
 %files %{python_files}
-%doc AUTHORS.rst CHANGES.rst README.rst
-%license LICENSE.rst
+%doc AUTHORS.md CHANGES.md README.md
+%license LICENSE.md
 %{python_sitelib}/msgpack_numpy-%{version}-py*.egg-info
 %{python_sitelib}/msgpack_numpy.*
 %pycache_only %{python_sitelib}/__pycache__

++ msgpack-numpy-0.4.5.tar.gz -> msgpack-numpy-0.4.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.5/AUTHORS.md 
new/msgpack-numpy-0.4.7.1/AUTHORS.md
--- old/msgpack-numpy-0.4.5/AUTHORS.md  1970-01-01 01:00:00.0 +0100
+++ new/msgpack-numpy-0.4.7.1/AUTHORS.md2020-09-30 23:20:50.0 
+0200
@@ -0,0 +1,17 @@
+
+
+Authors
+===
+This software was written and packaged by [Lev E. 
Givon](https://github.com/lebedov)
+
+Special thanks are due to the following parties for their contributions:
+
+- [Alex Ford](https://github.com/asford) - bug fix.
+- [Colin Jermain](https://github.com/cjermain) - Python 3 support.
+- [John Tyree](https://github.com/johntyree) - support for numpy scalar 
booleans.
+- [Mehdi Sadeghi](https://github.com/mehdisadeghi) - bug reports.
+- [Sujoy Roy](https://github.com/tvkpz) - bug reports.
+- [Jose Coutinho](https://github.com/tiagocoutinho) - make msgpack-numpy  
params consistent with msgpack-python.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.5/AUTHORS.rst 
new/msgpack-numpy-0.4.7.1/AUTHORS.rst
--- old/msgpack-numpy-0.4.5/AUTHORS.rst 2017-12-28 15:08:23.0 +0100
+++ new/msgpack-numpy-0.4.7.1/AUTHORS.rst   1970-01-01 01:00:00.0 
+0100
@@ -1,15 +0,0 @@
-.. -*- rst -*-
-
-Authors
-===
-This software was written and packaged by `Lev E. Givon `_.
-
-Special thanks are due to the following parties for their contributions:
-
-- `Colin Jermain `_ - Python 3 support.
-- `John Tyree `_ - support for numpy scalar 
-  booleans.
-- `Mehdi Sadeghi `_ - bug reports.
-- `Sujoy Roy `_ - bug reports.
-- `Jose Coutinho `_ - make msgpack-numpy 
-  params consistent with msgpack-python.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.5/CHANGES.md 
new/msgpack-numpy-0.4.7.1/CHANGES.md
--- old/msgpack-numpy-0.4.5/CHANGES.md  1970-01-01 01:00:00.0 +0100
+++ new/msgpack-numpy-0.4.7.1/CHANGES.md2020-09-30 23:22:08.0 
+0200
@@ -0,0 +1,144 @@
+
+Change Log
+==
+
+Release 0.4.7.1 (September 30, 2020)
+
+* Fix Python 2.7 regression (#45).
+
+Release 0.4.7 (September 16, 2020)
+--
+* Fix bug unpacking nested, structured dtypes (#42).
+
+Release 0.4.6.1 (July 

commit python-msgpack-numpy for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package python-msgpack-numpy for 
openSUSE:Factory checked in at 2020-04-25 20:34:50

Comparing /work/SRC/openSUSE:Factory/python-msgpack-numpy (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.2738 (New)


Package is "python-msgpack-numpy"

Sat Apr 25 20:34:50 2020 rev:3 rq:797255 version:0.4.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-numpy/python-msgpack-numpy.changes
2019-07-24 20:34:30.506580844 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.2738/python-msgpack-numpy.changes
  2020-04-25 20:36:49.791074406 +0200
@@ -1,0 +2,11 @@
+Fri Apr 24 15:46:49 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+  * remove devel package
+  * be more specific in %files section
+
+- update to version 0.4.5:
+  * Set defaults appropriate to msgpack 1.0.0 (#38).
+
+---

Old:

  msgpack-numpy-0.4.4.3.tar.gz

New:

  msgpack-numpy-0.4.5.tar.gz



Other differences:
--
++ python-msgpack-numpy.spec ++
--- /var/tmp/diff_new_pack.bbUFE5/_old  2020-04-25 20:36:50.719076320 +0200
+++ /var/tmp/diff_new_pack.bbUFE5/_new  2020-04-25 20:36:50.723076328 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msgpack-numpy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msgpack-numpy
-Version:0.4.4.3
+Version:0.4.5
 Release:0
 Summary:Numpy data serialization library using msgpack
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/lebedov/msgpack-numpy
 Source: 
https://files.pythonhosted.org/packages/source/m/msgpack-numpy/msgpack-numpy-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -61,6 +60,8 @@
 %files %{python_files}
 %doc AUTHORS.rst CHANGES.rst README.rst
 %license LICENSE.rst
-%{python_sitelib}/*
+%{python_sitelib}/msgpack_numpy-%{version}-py*.egg-info
+%{python_sitelib}/msgpack_numpy.*
+%pycache_only %{python_sitelib}/__pycache__
 
 %changelog

++ msgpack-numpy-0.4.4.3.tar.gz -> msgpack-numpy-0.4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.4.3/CHANGES.rst 
new/msgpack-numpy-0.4.5/CHANGES.rst
--- old/msgpack-numpy-0.4.4.3/CHANGES.rst   2019-05-16 14:11:42.0 
+0200
+++ new/msgpack-numpy-0.4.5/CHANGES.rst 2020-04-13 04:00:52.0 +0200
@@ -3,6 +3,10 @@
 Change Log
 ==
 
+Release 0.4.5 (April 12, 2020)
+--
+* Set defaults appropriate to msgpack 1.0.0 (#38).
+
 Release 0.4.4.3 (May 16, 2019)
 --
 * Configure contiguous integration with Travis.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.4.3/LICENSE.rst 
new/msgpack-numpy-0.4.5/LICENSE.rst
--- old/msgpack-numpy-0.4.4.3/LICENSE.rst   2019-05-15 14:52:44.0 
+0200
+++ new/msgpack-numpy-0.4.5/LICENSE.rst 2020-04-13 03:57:32.0 +0200
@@ -3,7 +3,7 @@
 License
 ===
 
-Copyright (c) 2013-2019, Lev E. Givon.
+Copyright (c) 2013-2020, Lev E. Givon.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.4.3/PKG-INFO 
new/msgpack-numpy-0.4.5/PKG-INFO
--- old/msgpack-numpy-0.4.4.3/PKG-INFO  2019-05-16 14:18:21.0 +0200
+++ new/msgpack-numpy-0.4.5/PKG-INFO2020-04-13 04:02:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: msgpack-numpy
-Version: 0.4.4.3
+Version: 0.4.5
 Summary: Numpy data serialization using msgpack
 Home-page: https://github.com/lebedov/msgpack-numpy
 Author: Lev E. Givon
@@ -62,6 +62,15 @@
 variable is set), it will fall back to using the slower pure Python 
msgpack 
 implementation.
 
+Notes
+-
+The primary design goal of msgpack-numpy is ensuring preservation of 
numerical
+data types during msgpack serialization and deserialization. Inclusion 
of type
+information in the serialized data necessarily incurs some storage 
overhead; if
+preservation of type information is not needed, one may be able to 

commit python-msgpack-numpy for openSUSE:Factory

2019-07-24 Thread root
Hello community,

here is the log from the commit of package python-msgpack-numpy for 
openSUSE:Factory checked in at 2019-07-24 20:34:29

Comparing /work/SRC/openSUSE:Factory/python-msgpack-numpy (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.4126 (New)


Package is "python-msgpack-numpy"

Wed Jul 24 20:34:29 2019 rev:2 rq:718008 version:0.4.4.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-numpy/python-msgpack-numpy.changes
2019-02-06 14:07:57.510643315 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.4126/python-msgpack-numpy.changes
  2019-07-24 20:34:30.506580844 +0200
@@ -1,0 +2,8 @@
+Tue Jul 23 20:28:38 UTC 2019 - Todd R 
+
+- Update to 0.4.4.3
+  * Configure contiguous integration with Travis.
+  * Move unit tests out of msgpack_numpy module.
+  * Add workaround for issue handling n-dim arrays on MacOS.
+
+---

Old:

  msgpack-numpy-0.4.4.2.tar.gz

New:

  msgpack-numpy-0.4.4.3.tar.gz



Other differences:
--
++ python-msgpack-numpy.spec ++
--- /var/tmp/diff_new_pack.doDjMJ/_old  2019-07-24 20:34:30.894580802 +0200
+++ /var/tmp/diff_new_pack.doDjMJ/_new  2019-07-24 20:34:30.898580801 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msgpack-numpy
-Version:0.4.4.2
+Version:0.4.4.3
 Release:0
 Summary:Numpy data serialization library using msgpack
 License:BSD-3-Clause
@@ -55,6 +55,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_exec -B tests.py
+
 %files %{python_files}
 %doc AUTHORS.rst CHANGES.rst README.rst
 %license LICENSE.rst

++ msgpack-numpy-0.4.4.2.tar.gz -> msgpack-numpy-0.4.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.4.2/CHANGES.rst 
new/msgpack-numpy-0.4.4.3/CHANGES.rst
--- old/msgpack-numpy-0.4.4.2/CHANGES.rst   2018-11-08 16:30:57.0 
+0100
+++ new/msgpack-numpy-0.4.4.3/CHANGES.rst   2019-05-16 14:11:42.0 
+0200
@@ -3,6 +3,12 @@
 Change Log
 ==
 
+Release 0.4.4.3 (May 16, 2019)
+--
+* Configure contiguous integration with Travis.
+* Move unit tests out of msgpack_numpy module.
+* Add workaround for issue handling n-dim arrays on MacOS (#35).
+
 Release 0.4.4.2 (November 8, 2018)
 --
 * Fix regression handling noncontiguous arrays (#34).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.4.2/LICENSE.rst 
new/msgpack-numpy-0.4.4.3/LICENSE.rst
--- old/msgpack-numpy-0.4.4.2/LICENSE.rst   2018-02-26 03:43:23.0 
+0100
+++ new/msgpack-numpy-0.4.4.3/LICENSE.rst   2019-05-15 14:52:44.0 
+0200
@@ -3,7 +3,7 @@
 License
 ===
 
-Copyright (c) 2013-2018, Lev E. Givon.
+Copyright (c) 2013-2019, Lev E. Givon.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.4.2/PKG-INFO 
new/msgpack-numpy-0.4.4.3/PKG-INFO
--- old/msgpack-numpy-0.4.4.2/PKG-INFO  2018-11-08 16:33:33.0 +0100
+++ new/msgpack-numpy-0.4.4.3/PKG-INFO  2019-05-16 14:18:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: msgpack-numpy
-Version: 0.4.4.2
+Version: 0.4.4.3
 Summary: Numpy data serialization using msgpack
 Home-page: https://github.com/lebedov/msgpack-numpy
 Author: Lev E. Givon
@@ -17,6 +17,8 @@
 .. image:: https://img.shields.io/pypi/v/msgpack-numpy.svg
 :target: https://pypi.python.org/pypi/msgpack-numpy
 :alt: Latest Version
+.. image:: 
https://travis-ci.org/lebedov/msgpack-numpy.svg?branch=master
+:target: https://travis-ci.org/lebedov/msgpack-numpy
 
 Installation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msgpack-numpy-0.4.4.2/README.rst 
new/msgpack-numpy-0.4.4.3/README.rst
--- old/msgpack-numpy-0.4.4.2/README.rst2018-09-26 03:37:53.0 
+0200
+++ new/msgpack-numpy-0.4.4.3/README.rst2019-05-16 14:15:23.0 
+0200
@@ -14,6 +14,8 @@
 .. image:: https://img.shields.io/pypi/v/msgpack-numpy.svg
 :target: https://pypi.python.org/pypi/msgpack-numpy
 :alt: Latest Version
+.. image:: https://travis-ci.org/lebedov/msgpack-numpy.svg?branch=master
+:target: https://travis-ci.org/lebedov/msgpack-numpy
 
 Installation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore'