Changelog for
python311-diskcache-5.6.3-lp156.31.1.noarch.rpm :
* Tue Oct 01 2024 Daniel Garcia
- Make Django build-requirement conditional and disable by default for SUSE:SLFO:Main, bsc#1231124
* Wed Sep 27 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon Sep 04 2023 Dirk Müller - update to 5.6.3:
* Fix peek when value is so large that a file is used
* Wed Apr 26 2023 Dirk Müller - update to 5.6.1
* Close the cache explictly before deleting the reference
* pylint fixes
* Add maxlen parameter to diskcache.Deque
* update docs
* Support pathlib.Path as directory argument
* Sat Jan 15 2022 Dirk Müller - update to 5.4.0:
* test django 3.2
* Fix DjangoCache.delete to return True/False
* remove unused imports
* run isort
* Mon Dec 27 2021 Ben Greiner - Update to 5.3.0
* Support for Python 3.10 in testing (#238)
* Add support for Python 3.10
* Update copyright to 2022
* Bump version to 5.3.0
* Add Python 3.10 to the README- Avoid django test collections errors on python 3.6:# no python36-Django 4- Keep ignoring djangocache tests due to gh#grantjenks/python-diskcache#210
* Tue Nov 17 2020 Steve Kowalik - Update to 5.1.0:
* Support transactions in FanoutCache (probably a bad idea)
* Prevent cache shard attribute access when unsafe
* Thu Sep 17 2020 Dirk Mueller - update to 5.0.3:
* drop python 2.7 support
* python 3.8 fixes
* add documentation about cache volume caveats
* Thu Feb 27 2020 Steve Kowalik - Update to 4.1.0:
* Move zero-expiration logic into memoize (rather than Cache.set)
* Provide JSONDisk with diskcache (#124)
* Add check for DEFAULT_TIMEOUT in DjangoCache.memoize
* Thu Nov 14 2019 Tomáš Chvátal - Update to pull in full python due to the dependencies
* Thu Jul 25 2019 pgajdosAATTsuse.com- version update to 4.0.0
* no upstream changelog
* Fri Mar 08 2019 Tomáš Chvátal - Update to 3.1.1:
* Fix various timeouts
* Small fixes around
* Sun Jun 10 2018 jengelhAATTinai.de- Remove metadata redundancies from description.
* Fri Jun 08 2018 petrAATTcervinka.net- Initial package version- Django related tests are excluded from python3 tests. Tests are made for Django1 only. Django1 is for python2 only in distribution.