Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-memcached | Distribution: Fedora Project |
Version: 1.58 | Vendor: Fedora Project |
Release: 8.el8 | Build date: Tue Jul 23 15:19:57 2019 |
Group: Unspecified | Build host: buildvm-aarch64-13.arm.fedoraproject.org |
Size: 120774 | Source RPM: python-memcached-1.58-8.el8.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/linsomniac/python-memcached | |
Summary: A Python memcached client library |
This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.
Python
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 1.58-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 1.58-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 16 2018 Miro Hrončok <[email protected]> - 1.58-6 - Rebuilt for Python 3.7 * Wed May 23 2018 Miro Hrončok <[email protected]> - 1.58-5 - Merge with the Python 3 package - Run upstream tests * Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 1.58-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Iryna Shcherbina <[email protected]> - 1.58-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <[email protected]> - 1.58-2 - Python 2 binary package renamed to python2-memcached See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Tue Aug 29 2017 Haïkel Guémar <[email protected]> - 1.58-1 - Upstream 1.58 * Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 1.54-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 1.54-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering <[email protected]> - 1.54-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Mar 08 2016 Haïkel Guémar <[email protected]> - 1.54-3 - Use versioned python macros * Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 1.54-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Dec 26 2015 Kevin Fenzi <[email protected]> - 1.54-1 - Update to 1.54 * Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 1.53-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 1.53-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Oct 15 2013 Stephen Gallagher <[email protected]> - 1.53-1 - New upstream release 1.53 - Fixing set_multi() so that if the server closes the connection it will no longer raise AttributeError - readline() now will mark the connection dead if the read fails - Changing check_keys to use re.match() instead of str.translate(), because re.match() works with Python < 2.6 - Add a MANIFEST.in file - Client() now takes a "check_keys" option, which defaults to True - Converting control character checking of keys based on performance testing of alternatives - Converted unicode tests from using u'' - Doing a "set" after server goes away, raised AttributeError: 'NoneType' object has no attribute 'sendall' - incr/decr return None instead of 0 on server connection failure - Supports IPv6 connections using: "inet6:[fd00::32:19f7]:11000" * Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 1.48-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 1.48-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Nov 01 2012 Radek Novacek <[email protected]> 1.48-2 - Enable running tests in %check * Wed Oct 31 2012 Radek Novacek <[email protected]> 1.48-1 - Update to 1.48 * Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 1.47-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 1.47-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <[email protected]> - 1.47-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 21 2010 Kevin Fenzi <[email protected]> - 1.47-1 - Update to 1.47 * Thu Jul 22 2010 David Malcolm <[email protected]> - 1.43-6 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 1.43-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering <[email protected]> - 1.43-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams <[email protected]> - 1.43-3 - Rebuild for Python 2.6 * Wed Sep 03 2008 Tom "spot" Callaway <[email protected]> 1.43-2 - add BR: python-setuptools * Wed Sep 03 2008 Tom "spot" Callaway <[email protected]> 1.43-1 - fix license tag - update to 1.43 * Tue Aug 14 2007 Sean Reifschneider <[email protected]> 1.39-1 - Update to 1.39 upstream release. * Sat Aug 11 2007 Sean Reifschneider <[email protected]> 1.38-1 - Update to 1.38 upstream release. * Sun Jun 10 2007 Sean Reifschneider <[email protected]> 1.36-3 - Changes based on feedback from Ruben Kerkhof: - Fixing license. - Removing PKG-INFO from doc. - Fixing summary. - Removing setuptools build dependency. - Changing permissions of memcache module to * Sat Jun 09 2007 Sean Reifschneider <[email protected]> 1.36-2 - Adding python-devel build requirement. * Sat Jun 09 2007 Sean Reifschneider <[email protected]> 1.36-1 - Initial RPM spec file.
/usr/lib/python3.6/site-packages/__pycache__/memcache.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/__pycache__/memcache.cpython-36.pyc /usr/lib/python3.6/site-packages/memcache.py /usr/lib/python3.6/site-packages/python_memcached-1.58-py3.6.egg-info /usr/lib/python3.6/site-packages/python_memcached-1.58-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/python_memcached-1.58-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/python_memcached-1.58-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/python_memcached-1.58-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/python_memcached-1.58-py3.6.egg-info/top_level.txt /usr/share/doc/python3-memcached /usr/share/doc/python3-memcached/ChangeLog /usr/share/doc/python3-memcached/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 3 08:25:28 2024