Go to file
Takashi Kajinami 4727fe4884 add pyproject.toml to support pip 23.1
pip 23.1 removed the "setup.py install" fallback for projects
that do not have pyproject.toml and now uses a pyproject.toml
which is vendored in pip.
To address that, this change adds the minimal pyproject.toml
to enable pbr to be properly used to build editable wheels.

See https://pip.pypa.io/en/stable/news/#v23-1
and https://github.com/pypa/pip/issues/8368 for more
details on the removal of the fallback support.

Co-Authored-By: Sean Mooney <work@seanmooney.info>
Change-Id: Ib18c5c7f2aa6f090357ae0e4d27554117ce81aa6
2025-05-08 10:11:19 +09:00
2025-01-26 09:52:22 +00:00
2023-12-19 20:48:55 +09:00
2020-05-14 14:45:12 +02:00
2019-04-19 19:29:50 +00:00
2020-05-14 14:45:12 +02:00
2025-01-13 13:10:19 +09:00
2017-07-11 21:51:41 +08:00
2024-10-16 10:24:04 +09:00
2022-12-31 15:32:06 +08:00
2024-04-30 17:43:55 +09:00
2025-02-15 15:17:12 +09:00

Team and repository tags

image

oslo.cache

Latest Version

Downloads

oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.

Description
An oslo.config enabled dogpile.cache.
Readme 6 MiB
Languages
Python 100%