forked from pool/python-python-binary-memcached
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Wed Sep 11 04:54:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
|
||
|
- Switch to pyproject and pytest macros.
|
||
|
- No more greedy globs in %files.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed May 3 09:07:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 0.31.2:
|
||
|
* Remove setup's.py dependency on m2r
|
||
|
- drop drop-m2r-dependency.patch (upstream)
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Sep 30 12:19:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 0.31.1:
|
||
|
* Use bytearrays for building up bytes for I/O. (#245)
|
||
|
* Expose incr/decr ``default`` and ``time`` protocol arguments in client class (#243)
|
||
|
* Add ability to return default value on get but breaking get's API
|
||
|
* Support an arbitrary collection of keys, not just a list
|
||
|
- add drop-m2r-dependency.patch
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jun 12 11:21:10 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||
|
|
||
|
- Initial spec for v0.29.0
|