17
0

32 Commits

Author SHA256 Message Date
a01bd64dcc Accepting request 1290787 from devel:languages:python
- disable django support on SLE15 also

  * Fix peek when value is so large that a file is used
  * Support pathlib.Path as directory argument

OBS-URL: https://build.opensuse.org/request/show/1290787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=15
2025-07-08 13:27:53 +00:00
f77d20dd52 - disable django support on SLE15 also
* Fix peek when value is so large that a file is used
  * Support pathlib.Path as directory argument

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=31
2025-07-05 14:54:02 +00:00
89f514b5c0 Accepting request 1282971 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1282971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=14
2025-06-10 06:57:13 +00:00
5f8a52a643 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=29
2025-06-05 06:07:13 +00:00
1a88b38f59 Accepting request 1204911 from devel:languages:python
- Make Django build-requirement conditional and disable by default for
  SUSE:SLFO:Main, bsc#1231124

OBS-URL: https://build.opensuse.org/request/show/1204911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=13
2024-10-02 19:32:36 +00:00
a911e0f0f3 SUSE:SLFO:Main, bsc#1231124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=27
2024-10-01 10:24:28 +00:00
9269556c91 - Make Django build-requirement conditional and disable by default for
SUSE:SLFO:Main

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=26
2024-10-01 10:24:01 +00:00
0604cd7c40 Accepting request 1114013 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1114013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=12
2023-10-01 19:22:10 +00:00
f8770ae5f9 Accepting request 1113868 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1113868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=24
2023-09-28 07:41:34 +00:00
b20e4d8cbb Accepting request 1108927 from devel:languages:python
- update to 5.6.3:
  * Fix peek when value is so large that a file is used

OBS-URL: https://build.opensuse.org/request/show/1108927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=11
2023-09-04 20:54:05 +00:00
9b3ac309ca - update to 5.6.3:
* Fix peek when value is so large that a file is used

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=22
2023-09-04 15:59:38 +00:00
cf5d8c4a49 Accepting request 1082879 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1082879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=10
2023-04-26 15:25:06 +00:00
f03acb8597 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=20 2023-04-26 06:25:38 +00:00
dbaab1f9cd Accepting request 946689 from devel:languages:python
- update to 5.4.0:
  * test django 3.2
  * Fix DjangoCache.delete to return True/False
  * remove unused imports
  * run isort

OBS-URL: https://build.opensuse.org/request/show/946689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=9
2022-01-17 21:33:52 +00:00
27a8ce48b6 - update to 5.4.0:
* test django 3.2
  * Fix DjangoCache.delete to return True/False
  * remove unused imports
  * run isort

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=19
2022-01-15 17:44:48 +00:00
6373ddb83d Accepting request 943001 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/943001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=8
2021-12-30 14:55:25 +00:00
25ef5e068d Accepting request 942797 from home:bnavigator:py310
- 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

OBS-URL: https://build.opensuse.org/request/show/942797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=18
2021-12-29 00:38:25 +00:00
d71e6fafed Accepting request 849007 from devel:languages:python
- Update to 5.1.0:
  * Support transactions in FanoutCache (probably a bad idea)
  * Prevent cache shard attribute access when unsafe

OBS-URL: https://build.opensuse.org/request/show/849007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=7
2020-11-17 20:26:28 +00:00
220f45bd51 - Update to 5.1.0:
* Support transactions in FanoutCache (probably a bad idea)
  * Prevent cache shard attribute access when unsafe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=16
2020-11-17 05:44:57 +00:00
62b8262ade Accepting request 835168 from devel:languages:python
- update to 5.0.3:
  * drop python 2.7 support
  * python 3.8 fixes
  * add documentation about cache volume caveats

OBS-URL: https://build.opensuse.org/request/show/835168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=6
2020-09-17 13:05:54 +00:00
28c8ee6d19 - update to 5.0.3:
* drop python 2.7 support
  * python 3.8 fixes
  * add documentation about cache volume caveats

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=14
2020-09-17 11:30:17 +00:00
8aba65bdec Accepting request 779740 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/779740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=5
2020-02-27 13:38:45 +00:00
d055d88c83 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=12
2020-02-27 05:17:01 +00:00
bdafa8c8a8 Accepting request 748706 from devel:languages:python
- Update to pull in full python due to the dependencies

OBS-URL: https://build.opensuse.org/request/show/748706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=4
2019-11-14 23:33:37 +00:00
Tomáš Chvátal
4845e4af68 - Update to pull in full python due to the dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=10
2019-11-14 15:10:21 +00:00
ab15ae2ab0 Accepting request 718529 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/718529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=3
2019-07-26 10:41:24 +00:00
Tomáš Chvátal
008e7ee999 Accepting request 718523 from home:pgajdos
- version update to 4.0.0
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/718523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=8
2019-07-25 11:31:20 +00:00
9db79c2419 Accepting request 682845 from devel:languages:python
- Update to 3.1.1:
  * Fix various timeouts
  * Small fixes around

OBS-URL: https://build.opensuse.org/request/show/682845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=2
2019-03-12 08:53:46 +00:00
Tomáš Chvátal
7418010dee - Update to 3.1.1:
* Fix various timeouts
  * Small fixes around

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=6
2019-03-08 13:24:03 +00:00
a9533028a9 Accepting request 616819 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/616819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=1
2018-06-29 20:23:09 +00:00
c792cdac10 Accepting request 615777 from home:jengelh:branches:devel:languages:python
- Remove metadata redundancies from description.

OBS-URL: https://build.opensuse.org/request/show/615777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=2
2018-06-10 15:27:04 +00:00
fd0627b0a0 Accepting request 615253 from home:czerw:test
I would like to submit new package to devel:languages:python and later 
to Factory. Tests are enabled, but Django related tests are excluded
from python3. It requires Djnago 1, which is not available for python3
in distribution.

OBS-URL: https://build.opensuse.org/request/show/615253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=1
2018-06-09 06:38:55 +00:00