Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-CacheControl-0.13.1-150600.1.2 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-CacheControl Distribution: SUSE Linux Enterprise 15
Version: 0.13.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.2 Build date: Fri Mar 8 21:53:10 2024
Group: Development/Languages/Python Build host: h03-ch2d
Size: 159552 Source RPM: python-CacheControl-0.13.1-150600.1.2.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/psf/cachecontrol
Summary: Caching library for Python requests
CacheControl is a port of the caching algorithms in httplib2 for use with
requests session object.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Dec 29 2023 alarrosa@suse.com
  - Remove BuildRequires and Suggests python-redis since it's not
    really used when building and there's no reason to suggest it
    unless someone wants to explicitly use redis, this simplifies
    the dependencies which is useful for SLE.
* Mon Jun 19 2023 simmphonie@opensuse.org
  - Update to v0.13.1
    * Support for old serialization formats has been removed.
    * Move the serialization implementation into own method.
    * Drop support for Python older than 3.7.
  - version 0.13.0
    * YANKED
    * The project has been moved to the PSF organization.
    * Discard the strict attribute when serializing and deserializing responses.
    * Fix the IncompleteRead error thrown by urllib3 2.0.
    * Remove usage of utcnow in favor of timezone-aware datetimes.
    * Remove the compat module.
    * Use Python's unittest.mock library instead of mock.
    * Add type annotations.
    * Exclude the tests directory from the wheel.
  - version 0.12.14
    * Revert the change "switch lockfile to filelock" to fix the compatibility issue.
  - version 0.12.13
    * Discard the strict attribute when serializing and deserializing responses.
    * Fix the IncompleteRead error thrown by urllib3 2.0.
    * Exclude the tests directory from the wheel.
  - Remove requests-fix.patch (obsolete)
* Tue May 30 2023 daniel.garcia@suse.com
  - Add requests-fix.patch to support latest version of urllib3 and
    requests
    gh#ionrock/cachecontrol#301, gh#ionrock/cachecontrol#304
* Mon May 08 2023 kastl@b1-systems.de
  - add sle15_python_module_pythons
* Tue Aug 02 2022 otto.hollmann@suse.com
  - Update to v0.12.11
    * Added new variant of FileCache, SeparateBodyFileCache, which uses
      less memory by storing the body in a separate file than metadata,
      and streaming data in and out directly to/from that file.
* Sat Dec 04 2021 code@bnavigator.de
  - Update to v0.12.10
    * Dropped support for Python 2.7, 3.4, 3.5.
    * Reduced memory usage when caching large files.
* Wed May 27 2020 pgajdos@suse.com
  - %python3_only -> %python_alternative
* Thu Jan 02 2020 jayvdb@gmail.com
  - Drop merged pytest4.patch
  - Add explanation of one test failure
  - Remove mention of httplib2 from package summary
  - Update to v0.12.6
    * Test if cache is None before falling back to DictCache
    * Fixed body in 304 response to etag request
    * Added check for "*" value in Vary header
    * Make v4 cache compatible with msgpack 1.0 in the future
* Fri Nov 01 2019 tchvatal@suse.com
  - Add patch to work with new pytest:
    * pytest4.patch
* Wed Sep 18 2019 tchvatal@suse.com
  - Restrict pytest to 3.x as newer released do not work with
    this package
* Fri Apr 05 2019 tchvatal@suse.com
  - Run tests only under py3 as CherryPy is available only there
* Mon Mar 25 2019 jayvdb@gmail.com
  - Activate test suite, with two tests currently failing
  - Trim description, removing irrelevant information about httplib2
  - Recommend lockfile, as a lightweight dependency needed for FileCache,
    which is a primary use of CacheControl.
* Thu Feb 28 2019 tchvatal@suse.com
  - Update to 0.12.5:
    * various test fixes
    * few crasher fixes
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Fri Mar 23 2018 tbechtold@suse.com
  - Initial packaging (version 0.12.4)

Files

/etc/alternatives/doesitcache
/usr/bin/doesitcache
/usr/bin/doesitcache-3.11
/usr/lib/python3.11/site-packages/cachecontrol
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info/LICENSE.txt
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/cachecontrol-0.13.1.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/cachecontrol/__init__.py
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/_cmd.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/_cmd.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/adapter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/adapter.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/controller.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/controller.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/filewrapper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/filewrapper.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/heuristics.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/heuristics.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/serialize.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/serialize.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/wrapper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/__pycache__/wrapper.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/_cmd.py
/usr/lib/python3.11/site-packages/cachecontrol/adapter.py
/usr/lib/python3.11/site-packages/cachecontrol/cache.py
/usr/lib/python3.11/site-packages/cachecontrol/caches
/usr/lib/python3.11/site-packages/cachecontrol/caches/__init__.py
/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__
/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__/file_cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__/redis_cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachecontrol/caches/file_cache.py
/usr/lib/python3.11/site-packages/cachecontrol/caches/redis_cache.py
/usr/lib/python3.11/site-packages/cachecontrol/controller.py
/usr/lib/python3.11/site-packages/cachecontrol/filewrapper.py
/usr/lib/python3.11/site-packages/cachecontrol/heuristics.py
/usr/lib/python3.11/site-packages/cachecontrol/py.typed
/usr/lib/python3.11/site-packages/cachecontrol/serialize.py
/usr/lib/python3.11/site-packages/cachecontrol/wrapper.py
/usr/share/doc/packages/python311-CacheControl
/usr/share/doc/packages/python311-CacheControl/README.rst
/usr/share/licenses/python311-CacheControl
/usr/share/licenses/python311-CacheControl/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024