2fd98d0c83
Accepting request 1225412 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1225412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=10
2024-11-21 14:17:09 +00:00
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
c288fd5073
Accepting request 1193901 from devel:languages:python
...
- switch to modern python for sle15
OBS-URL: https://build.opensuse.org/request/show/1193901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=9
2024-08-16 10:23: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
4152b26d80
Accepting request 1110187 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1110187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=8
2023-09-11 19:21:48 +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
c2a2afa26b
Accepting request 1004594 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1004594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=7
2022-09-19 14:03:34 +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
d873cb0d65
Accepting request 785598 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/785598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=6
2020-03-18 11:30:15 +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
2dd285c4a9
Accepting request 717550 from devel:languages:python
...
- Update to 1.0.0:
* no upstream changelog
OBS-URL: https://build.opensuse.org/request/show/717550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=5
2019-07-22 15:19:15 +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
a535b9750a
Accepting request 689074 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/689074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=4
2019-03-27 15:22:52 +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
c97528947f
Accepting request 654086 from devel:languages:python
...
Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/654086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=3
2018-12-05 08:45:44 +00:00
54365db245
Clean up the SPEC file
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=8
2018-12-04 17:26:36 +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
aecba671e3
Accepting request 582329 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/582329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=2
2018-03-04 11:52:34 +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
8debe647d6
Accepting request 580321 from devel:languages:python
...
- update to version 0.1.3:
* update travis.yml to track Python 3.6
* evict returns key, value, and weight
* Add LRU.evict method (#18 )
* add links to readme and setup.py
- Initial version
OBS-URL: https://build.opensuse.org/request/show/580321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=1
2018-02-27 15:59:39 +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