14
0
forked from pool/python-zict

12 Commits

Author SHA256 Message Date
d663884cde Accepting request 1225329 from home:bnavigator:branches:devel:languages:python:numeric
- Remove lmdb test requirement: the tests have been disabled anyway

OBS-URL: https://build.opensuse.org/request/show/1225329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=22
2024-11-20 22:49:10 +00:00
e7dbcddf68 - switch to modern python for sle15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=20
2024-08-14 14:55:56 +00:00
2b80dd0ed3 Accepting request 1110150 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 3.0.0
  * The library is now almost completely thread-safe (#82, #90,
    #92, #93)
  * Dropped support for Python 3.7 (#84)
  * File.__getitem__ now returns bytearray instead of bytes. This
    prevents a memcpy when deserializing numpy arrays with dask.
    (#74)
  * Removed dependency from heapdict; sped up LRU (#77)
  * Fixed broken LRU state when the underlying mapping starts
    non-empty. (#77)
  * File and LMDB now support pathlib.Path and pytest’s tmpdir
    (#78)
  * LMDB now uses memory-mapped I/O on MacOSX and is usable on
    Windows (#78)
  * LRU and Buffer now support delayed eviction (#87)
  * New object InsertionSortedSet (#87)
  * All mappings now return proper KeysView, ItemsView, and
    ValuesView objects from their keys(), items(), and values()
    methods (#93)
  * File, LMDB, and Zip now behave coherently with unexpected
    key/value types (#95)
  * Zip.__contains__ no longer reads the value from disk (#95)
  * Zip.__setitem__ will now raise when updating an
    already-existing key instead of quietly corrupting the mapping
    (#95)
  * Can now change LRU.n on the fly. Added LRU.offset attribute.
    Added accessors to n and offset to Buffer. (#101)
  * New object AsyncBuffer; new method LRU.get_all_or_nothing()
    (#88)

OBS-URL: https://build.opensuse.org/request/show/1110150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=18
2023-09-11 04:55:30 +00:00
c0fa4ca494 Accepting request 1004224 from home:yarunachalam:branches:devel:languages:python
- version update to 2.2.0
  * New class zict.Cache (#65)
  * Add absolufy-imports to CI (#66)
  * Descope pickled outputs sooner (#64)
  * Type annotations (#62)
  * Add `python_requires` to `setup.py` (#60)
- version update to 2.1.0
  * Run `isort` to fix lint (#58)
  * Allow file `mmap`ing (#51)
  * Update `README` badges (#57)
  * Run `isort` and `pyupgrade` in CI (#56)
  * Drop Python 3.6; add 3.9 and 3.10; use pre-commit (#55)
  * LRU raises (#48)
  * Avoid deprecated `pytest.yield_fixture` usage (#50)
  * Update LICENSE.txt (#46)
  * Bump GHA setup-miniconda version (#41)
  * MNT Migrate to GitHub actions (#40)

OBS-URL: https://build.opensuse.org/request/show/1004224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=16
2022-09-19 07:39:44 +00:00
Tomáš Chvátal
47e60494c0 Accepting request 782900 from home:pgajdos:python
- version update to 2.0.0
  * Create CONTRIBUTING.md (:pr:`28`) Jacob Tomlinson
  * Import ABC from collections.abc instead of collections for Python 3.9 compatibility (:pr:`31`) Karthikeyan Singaravelan
  * Drop Python 2 / 3.5 and add Python 3.7 / 3.8 support (:pr:`34`) James Bourbeau
  * Duplicate keys fast slow (:pr:`32`) fjetter
  * Fix dask cuda worker's race condition failure (:pr:`33`) Pradipta Ghosh
  * Changed default lmdb encoding to utf-8 (:pr:`36`) Alex Davies
  * Add code linting and style check (:pr:`35`) James Bourbeau

OBS-URL: https://build.opensuse.org/request/show/782900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=14
2020-03-09 11:05:34 +00:00
Tomáš Chvátal
5184090140 - Update to 1.0.0:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=12
2019-07-22 11:34:16 +00:00
Tomáš Chvátal
3677180e75 Accepting request 689043 from home:pgajdos
- version update to 0.1.4
  * Use collections.abc to avoid DeprecationWarning
  * DOC: Add classes missing from API documentation.

OBS-URL: https://build.opensuse.org/request/show/689043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=10
2019-03-27 11:35:44 +00:00
d6d8fc4316 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=7
2018-12-04 14:16:22 +00:00
fb5fd5fef5 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=6
2018-12-04 12:39:20 +00:00
Tomáš Chvátal
f5e54c24c4 Accepting request 582235 from home:apersaud:branches:devel:languages:python
- specfile:
  * update copyright year
  * don't use python_module in requires

OBS-URL: https://build.opensuse.org/request/show/582235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=4
2018-03-04 07:04:49 +00:00
Todd R
c46949a941 Accepting request 537764 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/537764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=2
2017-11-01 14:38:24 +00:00
Todd R
c9b3cd2988 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=1
2017-07-13 14:44:46 +00:00