python-repoze.lru 0.7-ok1.1 source package in openKylin

Changelog

python-repoze.lru (0.7-ok1.1) nile; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Sat, 02 Sep 2023 18:10:25 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-repoze.lru_0.7.orig.tar.gz 19.1 KiB 0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77
python-repoze.lru_0.7-ok1.1.debian.tar.xz 2.1 KiB 238664ef58f6a42f1882f194f6c80f6c6405412727994ca65b2003fa8cae008d
python-repoze.lru_0.7-ok1.1.dsc 1.8 KiB f9a59df1a473610fbb0a953b80e4bf5aaf914a707a6f6e36b3d3ea7012c24d22

View changes file

Binary packages built by this source

python3-repoze.lru: tiny LRU cache implementation and decorator for Python 3

 repoze.lru is a LRU (least recently used) cache implementation. Keys and
 values that are not used frequently will be evicted from the cache faster
 than keys and values that are used frequently.
 .
 This is the Python 3 version of the package.