zc.lockfile 1.3.0-1 source package in Ubuntu

Changelog

zc.lockfile (1.3.0-1) unstable; urgency=low

  [ Gediminas Paulauskas ]
  * New upstream release 1.0.2
  * debian/control:
    - bump Standards-Version to 3.9.4
    - enable autopkgtest (Closes: #692714)
    - Use canonical URI for Vcs-Svn and Vcs-Browser.
    - Split python-zc into a separate package.
  * debian/python-zc.pyinstall: add to install the zc/__init__.py file.
  * debian/python-zc.lockfile.install: all other files go to the main package.
  * debian/tests: switch to zope.testrunner.
  * debian/copyright: update format and copyright holder.

  [ Julien Muchembled ]
  * New upstream release 1.3.0
    - Replace no_doc_txt.patch by a dpkg-source option that exclude the
      automatically generated 'doc.txt' file.
    - Add support for Python 3: new python3-zc.lockfile package.
  * Remove 'python-zc' package, since namespace packages are declared in
    /usr/share/python/ns and managed by pycompile/pyclean.
  * Do not ship the upstream test suite. It is run at build time.
    Use autopkgtest-pkg-python instead.
  * Move README.txt from dist-packages to /usr/share/doc/.
  * Update Standards-Version to 4.1.4:
    - Update copyright-format URL to use HTTPS instead of HTTP.
  * d/copyright: fix Upstream-Contact and update Copyright: year.
  * d/watch: fix by using pypi.debian.net redirector.
  * d/control:
    - Set section back to 'python' like 'zodb', which depends on this package.
      As clarified upstream: « ZODB doesn't depend on Zope in any way and is
      used in many projects that have nothing to do with Zope. »
    - Remove X-Python*-Version stanzas as per the
      'ancient-python-version-field' lintian warning.
    - Use HTTPS for Homepage.
    - Switch Vcs-* to salsa.debian.org.
    - Transfer maintenance to the Debian Python Modules Team.
    - Remove Brian Sutherland from Uploaders (Closes: #869445).
      Also remove Fabio Tranchitella and add myself.
  * Use debhelper 11.

 -- Julien Muchembled <email address hidden>  Mon, 04 Jun 2018 06:47:14 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zc.lockfile_1.3.0-1.dsc 2.2 KiB bd5c73cf5ac366fc68d2b06d8a6381fb4c3039f3340484705b240b2ea64a1aef
zc.lockfile_1.3.0.orig.tar.gz 10.8 KiB 96cb13769e042988ea25d23d44cf09342ea0f887083d0f9736968f3617665853
zc.lockfile_1.3.0-1.debian.tar.xz 3.8 KiB a6d5b9f4cdb5ce102feaf09ba87d8d63ebebfc2646a639e95b87d6218d3c8fc8

No changes file available.

Binary packages built by this source

python-zc.lockfile: No summary available for python-zc.lockfile in ubuntu focal.

No description available for python-zc.lockfile in ubuntu focal.

python3-zc.lockfile: Basic inter-process locks for Python 3

 The zc.lockfile package provides a basic portable implementation of
 interprocess locks using lock files. The purpose if not specifically to lock
 files, but to simply provide locks with an implementation based on
 file-locking primitives. Of course, these locks could be used to mediate
 access to *other* files. For example, the ZODB file storage implementation
 uses file locks to mediate access to file-storage database files. The database
 files and lock file files are separate files.