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

python3-pickleshare-0.7.5-bp153.1.43 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-pickleshare Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.7.5 Vendor: openSUSE
Release: bp153.1.43 Build date: Fri Mar 5 23:54:09 2021
Group: Unspecified Build host: sheep88
Size: 34128 Source RPM: python-pickleshare-0.7.5-bp153.1.43.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/vivainio/pickleshare
Summary: Tiny shelve-like database with concurrency support
PickleShare - a small 'shelve' like datastore with concurrency support

Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve,
many processes can access the database simultaneously. Changing a value in
database is immediately visible to other processes accessing the same database.

Concurrency is possible because the values are stored in separate files. Hence
the "database" is a directory where *all* files are governed by PickleShare.

This module is certainly not ZODB, but can be used for low-load
(non-mission-critical) situations where tiny code size trumps the
advanced features of a "real" object database.

Installation guide: pip install path pickleshare

Provides

Requires

License

MIT

Changelog

* Sat Mar 14 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Fix build without python2
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Oct 11 2018 Todd R <toddrme2178@gmail.com>
  - update to version 0.7.5
    * path.py is no longer used
    * Fixed test issues
* Wed Jul 12 2017 toddrme2178@gmail.com
  - Implement single-spec version
  - Fix source URL
  - update to version 0.7.4:
    * Accept any str-able object for the root path
    * Convert test fixture tmpdir to string before creating
      PickleShareDB
    * Don't convert Py2 unicode path to str
  - update to version 0.7.3:
    * Fix environment marker
    * Include license and test files in sdists
    * Fix for multiple processes creating a folder
    * handle exception and keep Python 2 support
    * Remove unused import
  - update to version 0.7.2:
    * Fix environment marker
    * Fix error when db location does not already exist
    * Require pathlib2 on Python 3.3 as well
  - changes from version 0.7.0:
    * Update metadata
    * Fix environment marker
    * Update .travis.yml
    * Switch from path.py to pathlib
    * Add MIT license
    * Cleanup: Python 3 compatible example, remove .idea folder
    * Update setup.py classifiers
    * Enable 3.5 on travis
    * specify path.py version dependency
  - update to version 0.6:
    * Fix module import to work with the latest version
    * remove pkg.info
    * update main page URL
* Wed Aug 12 2015 toddrme2178@gmail.com
  - Initial version

Files

/usr/lib/python3.6/site-packages/__pycache__/pickleshare.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/__pycache__/pickleshare.cpython-36.pyc
/usr/lib/python3.6/site-packages/pickleshare-0.7.5-py3.6.egg-info
/usr/lib/python3.6/site-packages/pickleshare-0.7.5-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pickleshare-0.7.5-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pickleshare-0.7.5-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pickleshare-0.7.5-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pickleshare-0.7.5-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pickleshare.py
/usr/share/doc/packages/python3-pickleshare
/usr/share/doc/packages/python3-pickleshare/README.md
/usr/share/licenses/python3-pickleshare
/usr/share/licenses/python3-pickleshare/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024