1
0

4 Commits

Author SHA256 Message Date
be3b57eb21 - Did the upstream just released different tarball with the same
version number? Yes, they did!
- Rebased patches

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-nptyping?expand=0&rev=9
2024-02-20 08:19:28 +00:00
0b0f98aea4 Accepting request 1147100 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 2.5.0
  * Added the column wildcard in structure expressions to allow
    expressing 'a structure with at least ...'.
  * Fixed the help text for functions that use nptyping types as
    hints.
  * Fixed the distribution of dataframe.pyi that was missing.
  * Fixed the sdist to include tests and dependencies.
- Fix the test suite.
  * The -k parameter for unittests does not know negative patterns
  * Don't test with beartype and typeguard:
    gh#ramonhagenaars/nptyping#115
  * Drop skip-pyright-tests.patch, delete file instead

OBS-URL: https://build.opensuse.org/request/show/1147100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-nptyping?expand=0&rev=7
2024-02-16 16:38:37 +00:00
675f50d2e4 Accepting request 999296 from home:bnavigator:branches:devel:languages:python
- Update to 2.2.0
  * Added support for expressing "at least N dimensions".
- Release 2.1.3
  * Fixed typing issue with Pyright/Pylance that caused the
    message: "Literal" is not a class
  * Fixed wrong error message when an invalid Structure was
    provided to NDArray.
- Release 2.1.2
  * Fixed bug that caused MyPy to fail with the message: Value of
    type variable "_DType_co" of "ndarray" cannot be
    "floating[Any]"
- Release 2.1.1
  * Fixed bug that numpy ndarrays were incorrectly instance checked
    against RecArray.
- Release 2.1.0
  * Added Structure and "structure expressions" to support
    structured arrays.
  * Added RecArray.
- add skip-pyright-tests.patch
- Expand use_system_packages.patch
  * Don't build the wheel a second time in tests, the
    `invoke wheel` command fails otherwise.

OBS-URL: https://build.opensuse.org/request/show/999296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-nptyping?expand=0&rev=3
2022-08-26 07:51:53 +00:00
6628abf40b Accepting request 975163 from home:mcepl:branches:devel:languages:python
Required by python-sphinx-autodoc-typehints

OBS-URL: https://build.opensuse.org/request/show/975163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-nptyping?expand=0&rev=1
2022-05-05 10:37:17 +00:00