SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python310-django-pglocks rpm build for : OpenSuSE. For other distributions click python310-django-pglocks.

Name : python310-django-pglocks
Version : 1.0.4 Vendor : obs://build_opensuse_org/home:jayvdb
Release : 6.14 Date : 2023-07-28 05:12:12
Group : Development/Languages/Python Source RPM : python-django-pglocks-1.0.4-6.14.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : PostgreSQL Advisory Locks for Django
Description :
django-pglocks provides a useful context manager to manage PostgreSQL advisory
locks. It requires Django (tested with 1.5), PostgreSQL, and (probably) psycopg2.

Advisory locks are application-level locks that are acquired and released purely
by the client of the database; PostgreSQL never acquires them on its own. They
are very useful as a way of signalling to other sessions that a higher-level
resource than a single row is in use, without having to lock an entire table or
some other structure.

It\'s entirely up to the application to correctly acquire the right lock.

Advisory locks are either session locks or transaction locks. A session lock is
held until the database session disconnects (or is reset); a transaction lock is
held until the transaction terminates.

Currently, the context manager only creates session locks, as the behavior of a
lock persisting after the context body has been exited is surprising, and
there\'s no way of releasing a transaction-scope advisory lock except to exit
the transaction.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/jayvdb:/branches:/devel:/languages:/python/openSUSE_Factory_PowerPC/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python310-django-pglocks-1.0.4-6.14.noarch.rpm
     

Provides :
python3.10dist(django-pglocks)
python310-django-pglocks
python3dist(django-pglocks)

Requires :
python(abi) = 3.10
python310-Django
python310-psycopg2
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/python3.10/site-packages/django_pglocks
/usr/lib/python3.10/site-packages/django_pglocks-1.0.4-py3.10.egg-info
/usr/lib/python3.10/site-packages/django_pglocks-1.0.4-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/django_pglocks-1.0.4-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/django_pglocks-1.0.4-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/django_pglocks-1.0.4-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/django_pglocks-1.0.4-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/django_pglocks/__init__.py
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/test_settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/test_settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/django_pglocks/__pycache__/tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/django_pglocks/models.py
/usr/lib/python3.10/site-packages/django_pglocks/test_settings.py
/usr/lib/python3.10/site-packages/django_pglocks/tests.py
/usr/share/doc/packages/python310-django-pglocks
/usr/share/doc/packages/python310-django-pglocks/CHANGES.txt
/usr/share/licenses/python310-django-pglocks
/usr/share/licenses/python310-django-pglocks/LICENSE.txt

 
ICM