pickleshare 0.7.4-2 source package in Ubuntu

Changelog

pickleshare (0.7.4-2) unstable; urgency=medium

  * Point watch file directly to upstream.
  * Bump standards-version to 4.0.0.

 -- Julien Puydt <email address hidden>  Fri, 11 Aug 2017 02:02:43 +0200

Upload details

Uploaded by:
Snark
Uploaded to:
Sid
Original maintainer:
Snark
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pickleshare_0.7.4-2.dsc 2.1 KiB 537e37a83852d15c80b4df0b63512ec25a5e81a84ce35c2436e48577d7d1ef1c
pickleshare_0.7.4.orig.tar.gz 5.8 KiB 84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b
pickleshare_0.7.4-2.debian.tar.xz 2.3 KiB c2f00500fe4d05316e9fbf9db8061d28e8acbf978592f6d427f301b7402c99cb

Available diffs

No changes file available.

Binary packages built by this source

python-pickleshare: File system based database that uses Python pickles for Python 2

 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 package installs the library for Python 2.

python3-pickleshare: File system based database that uses Python pickles for Python 3

 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 package installs the library for Python 3.