Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python:django
python-django-cacheops
python-django-cacheops.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-django-cacheops.spec of Package python-django-cacheops
# # spec file for package python-django-cacheops # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: python-django-cacheops Version: 7.1 Release: 0 Summary: Django ORM cache with automatic granular event-driven invalidation License: BSD-3-Clause Group: Development/Languages/Python URL: http://github.com/Suor/django-cacheops Source: https://files.pythonhosted.org/packages/source/d/django_cacheops/django_cacheops-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-django >= 1.8 Requires: python-funcy >= 1.8 Requires: python-redis >= 3.0.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module before-after} BuildRequires: %{python_module dill} BuildRequires: %{python_module django >= 1.8} BuildRequires: %{python_module funcy >= 1.8} BuildRequires: %{python_module pytest-django} BuildRequires: %{python_module redis >= 3.0.0} BuildRequires: redis # /SECTION %python_subpackages %description A slick app that supports automatic or manual queryset caching and automatic granular event-driven invalidation. It uses `redis <http://redis.io/>`_ as backend for ORM cache and redis or filesystem for simple time-invalidated one. %prep %setup -q -n django_cacheops-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check /usr/sbin/redis-server & export DJANGO_SETTINGS_MODULE=tests.settings %pytest %files %{python_files} %doc CHANGELOG README.rst %license LICENSE %{python_sitelib}/cacheops %{python_sitelib}/django_cacheops-%{version}*-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor