diff --git a/python-diskcache.changes b/python-diskcache.changes index b92426f..5a0134d 100644 --- a/python-diskcache.changes +++ b/python-diskcache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 17 05:43:53 UTC 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 11:24:06 UTC 2020 - Dirk Mueller diff --git a/python-diskcache.spec b/python-diskcache.spec index ef91efb..26b7974 100644 --- a/python-diskcache.spec +++ b/python-diskcache.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-diskcache -Version: 5.0.3 +Version: 5.1.0 Release: 0 Summary: Disk and file backed cache License: Apache-2.0 -Group: Development/Languages/Python URL: http://www.grantjenks.com/docs/diskcache/ Source: https://github.com/grantjenks/python-diskcache/archive/v%{version}.tar.gz BuildRequires: %{python_module Django} diff --git a/v5.0.3.tar.gz b/v5.0.3.tar.gz deleted file mode 100644 index 102eb67..0000000 --- a/v5.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3328081e52a4570b549b7b262be7b66f20d7deacc687d33c3389e601cad180cd -size 656486 diff --git a/v5.1.0.tar.gz b/v5.1.0.tar.gz new file mode 100644 index 0000000..3580157 --- /dev/null +++ b/v5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c7e86f82cc199cd0a8ccbe3e20309f3505710ed7bdc1a4b2c021dfbe19a9f9 +size 656930