14
0
forked from pool/python-tinydb
Commit Graph

13 Commits

Author SHA256 Message Date
c852e8c4be Accepting request 963862 from home:bnavigator:branches:devel:languages:python
- Update to  4.7.0
  * Feature: Allow inserting Document instances using
    Table.insert_multiple (see #455).
  * Performance: Only convert document IDs of a table when
    returning documents. This improves performance the Table.count
    and Table.get operations and also for Table.search when only
    returning a few documents (see #460).
  * Internal change: Run all Table tests JSONStorage in addition to
    MemoryStorage.
  * Fix: Make using callables as queries work again (see #454)
  * Feature: Add map() query operation to apply a transformation to
    a document or field when evaluating a query (see PR #445).
  * Note: This may break code that queries for a field named map
    using the Query APIs property access syntax
  * Feature: Add support for typing-extensions v4
- Disable mypy tests for GNUHealth submission into 15.4
  jsc#SLE-23990
- This package needs typing-extensions if used with Python 3.6

OBS-URL: https://build.opensuse.org/request/show/963862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=21
2022-03-22 11:40:06 +00:00
e753a4b988 Accepting request 932535 from home:pgajdos:python
- version update to 4.5.2
  - Fix: Make Table.delete()'s argument priorities consistent with
    other table methods. This means that if you pass both cond as
    well as doc_ids to Table.delete(), the latter will be prefered
    (see #424)

OBS-URL: https://build.opensuse.org/request/show/932535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=20
2021-11-21 10:59:32 +00:00
4e0ee9e58c 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
2021-08-28 08:31:26 +00:00
0cc28a8d4d Accepting request 882934 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/882934
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=17
2021-04-06 09:06:40 +00:00
Tomáš Chvátal
b607623105 Accepting request 840890 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/840890
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=15
2020-10-12 06:57:31 +00:00
Tomáš Chvátal
4cb83e2337 Accepting request 837891 from Application:ERP:GNUHealth:3.6
- Version 4.1.1
  group added to .spec file (RPMLINT complain)
  Python 3 only

OBS-URL: https://build.opensuse.org/request/show/837891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=13
2020-09-29 11:12:09 +00:00
Tomáš Chvátal
516ac590d0 Accepting request 759942 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/759942
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=11
2020-01-02 09:00:03 +00:00
Tomáš Chvátal
c129b64f85 Accepting request 747015 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/747015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=9
2019-11-10 10:56:49 +00:00
Tomáš Chvátal
b8d4e98eef Accepting request 741239 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/741239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=7
2019-10-21 07:22:26 +00:00
Tomáš Chvátal
6776d3b732 - Update to 3.14.1:
* More tes fixes
  * Deprecate ujson support
  * Fixed various deprecation warnings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=5
2019-09-16 13:26:28 +00:00
Tomáš Chvátal
12bbb2d17e Accepting request 706960 from home:jengelh:branches:devel:languages:python
- Avoid name repetition in summary.
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/706960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=3
2019-06-03 08:02:52 +00:00
2dac91f45a Accepting request 702961 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/702961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinydb?expand=0&rev=1
2019-05-15 10:34:32 +00:00
Tomáš Chvátal
610774ff7e Accepting request 702137 from home:jayvdb:py-new
- Prevent use with python-json
- Remove unnecessary build dependencies
- Add optional build dependency PyYAML
- Trim summary and description
- Use fdupes
- Update to v3.13.0

OBS-URL: https://build.opensuse.org/request/show/702137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=1
2019-05-14 19:42:01 +00:00