Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nptyping for openSUSE:Factory
checked in at 2022-12-10 21:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nptyping (Old)
and /work/SRC/openSUSE:Factory/.python-nptyping.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nptyping"
Sat Dec 10 21:18:05 2022 rev:3 rq:1041858 version:2.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nptyping/python-nptyping.changes
2022-08-27 11:49:46.461802378 +0200
+++
/work/SRC/openSUSE:Factory/.python-nptyping.new.1835/python-nptyping.changes
2022-12-10 21:18:22.801750037 +0100
@@ -1,0 +2,20 @@
+Fri Dec 9 11:44:19 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Update to 2.4.1:
+ * Fixed compatibility with mypy==0.991.
+- 2.4.0 (2022-11-14)
+ * Added hint for pandas DataFrame.
+ * Fixed bug for checking against a Structure where a different number of
+ fields did not fail the check.
+ * Changed nptyping.Int pointing to the more generic numpy.integer rather than
+ numpy.int32.
+ * Added support for Python 3.11 with the exception of pandas.DataFrame.
+- 2.3.1 (2022-08-30)
+ * Fixed mypy error of inheriting final dtype as of numpy==1.23.1.
+ * Allowed for quotes in shape expressions to appease PyCharm.
+- 2.3.0 (2022-08-28)
+ * Added support for subarrays with shape expressions inside structure
+ expressions.
+ * Added support for wildcards in structure expressions.
+
+-------------------------------------------------------------------
Old:
----
nptyping-2.2.0.tar.gz
New:
----
nptyping-2.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nptyping.spec ++++++
--- /var/tmp/diff_new_pack.vTr0AS/_old 2022-12-10 21:18:23.237752586 +0100
+++ /var/tmp/diff_new_pack.vTr0AS/_new 2022-12-10 21:18:23.245752633 +0100
@@ -16,10 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname nptyping
Name: python-nptyping
-Version: 2.2.0
+Version: 2.4.1
Release: 0
Summary: Type hints for NumPy
License: MIT
@@ -49,6 +48,7 @@
BuildRequires: %{python_module feedparser}
BuildRequires: %{python_module mypy}
BuildRequires: %{python_module numpy >= 1.20.0}
+BuildRequires: %{python_module pandas}
BuildRequires: %{python_module typeguard}
BuildRequires: %{python_module typing_extensions >= 4.0.0 if %python-base <
3.10}
# /SECTION
@@ -71,7 +71,8 @@
# wheel in dist/ used by test/test_wheel.py
mkdir -p dist/
cp build/nptyping-%{version}-py3-none-any.whl dist/
-%pyunittest -v
+# There's no python-pandas-stubs package in Factory yet
+%pyunittest -v -k 'not test_mypi'
%files %{python_files}
%doc README.md
++++++ nptyping-2.2.0.tar.gz -> nptyping-2.4.1.tar.gz ++++++
++++ 2123 lines of diff (skipped)