python-cachecontrol 0.12.11-1 (znver1;x86_64;aarch64) 2023-17332
9999
Status | published | ||||||
Submitter | mandian [@T] tutanota.com | ||||||
Platform | rolling | ||||||
Repository | main | ||||||
URL | https://abf.openmandriva.org/build_lists/293840 | ||||||
Packages |
|
||||||
Build Date | 2023-03-09 12:38:08 +0000 UTC | ||||||
Last Updated | 2023-03-14 15:40:19.446099476 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary ca936f7668b0ee90d754043273482f6d3a4c34cb commit ca936f7668b0ee90d754043273482f6d3a4c34cb Author: mandian <mandian@users.noreply.github.com> AuthorDate: Thu Mar 9 10:58:16 2023 +0000 Commit: mandian <mandian@users.noreply.github.com> CommitDate: Thu Mar 9 10:58:16 2023 +0000 initial release --- .abf.yml | 2 ++ python-cachecontrol.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .abf.yml create mode 100644 python-cachecontrol.spec diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..bd49f7f --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + CacheControl-0.12.11.tar.gz: 97c65f787f1799433745e7aa7223aaf77afb460b diff --git a/python-cachecontrol.spec b/python-cachecontrol.spec new file mode 100644 index 0000000..f036078 --- /dev/null +++ b/python-cachecontrol.spec @@ -0,0 +1,41 @@ +Summary: An implementation of httplib2 caching for requests in Python +Name: python-cachecontrol +Version: 0.12.11 +Release: 1 +License: MIT +Group: Development/Python +URL: https://pypi.org/project/cachecontrol/ +Source0: https://files.pythonhosted.org/packages/source/C/CacheControl/CacheControl-%{version}.tar.gz +BuildRequires: pkgconfig(python3) +BuildRequires: python%{pyver}dist(pip) +BuildRequires: python%{pyver}dist(setuptools) +BuildRequires: python%{pyver}dist(wheel) +BuildArch: noarch + +%description +CacheControl is a port of the caching algorithms in httplib2 for use with +requests session object. + +It was written because httplib2’s better support for caching is often +mitigated by its lack of thread safety. The same is true of requests in +terms of caching. + +%files +%doc README.rst +%license LICENSE.txt +%{_bindir}/doesitcache +#%%{_bindir}/cachecontrol +%{py_sitedir}/cachecontrol +%{py_sitedir}/CacheControl-*.*-info + +#-------------------------------------------------------------------- + +%prep +%autosetup -p1 -n CacheControl-%{version} + +%build +%py_build + +%install +%py_install +
Not Available
benbullard79 [@T] cox.net | No Comment. | 620d 19hrs |
benbullard79 [@T] cox.net | No Comment. | 620d 19hrs |