14
0
forked from pool/python-tinydb

Accepting request 914580 from home:pgajdos:python

- version update to 4.5.1
  v4.5.1 (2021-07-17)
  ^^^^^^^^^^^^^^^^^^^
  - Fix: Correctly install ``typing-extensions`` on Python 3.7
    (see `issue 413 <https://github.com/msiemens/tinydb/issues/413>`__)
  v4.5.0 (2021-06-25)
  ^^^^^^^^^^^^^^^^^^^
  - Feature: Better type hinting/IntelliSense for PyCharm, VS Code and MyPy
    (see `issue 372 <https://github.com/msiemens/tinydb/issues/372>`__).
    PyCharm and VS Code should work out of the box, for MyPy see
    :ref:`MyPy Type Checking <mypy_type_checking>`
- actually test the package

OBS-URL: https://build.opensuse.org/request/show/914580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=19
This commit is contained in:
2021-08-28 08:31:26 +00:00
committed by Git OBS Bridge
parent 0cc28a8d4d
commit 4e0ee9e58c
5 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Aug 27 11:09:53 UTC 2021 - pgajdos@suse.com
- version update to 4.5.1
v4.5.1 (2021-07-17)
^^^^^^^^^^^^^^^^^^^
- Fix: Correctly install ``typing-extensions`` on Python 3.7
(see `issue 413 <https://github.com/msiemens/tinydb/issues/413>`__)
v4.5.0 (2021-06-25)
^^^^^^^^^^^^^^^^^^^
- Feature: Better type hinting/IntelliSense for PyCharm, VS Code and MyPy
(see `issue 372 <https://github.com/msiemens/tinydb/issues/372>`__).
PyCharm and VS Code should work out of the box, for MyPy see
:ref:`MyPy Type Checking <mypy_type_checking>`
- actually test the package
-------------------------------------------------------------------
Sun Apr 4 23:28:01 UTC 2021 - Arun Persaud <arun@gmx.de>