changelog 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. python-lockfile (1:0.12.2-2) unstable; urgency=medium
  2. * The “Tuğçe Albayrak” release.
  3. * Acknowledge non-maintainer upload “1:0.10.2-2.1”.
  4. Thanks, Neil Williams.
  5. * debian/*:
  6. Update my email address for Debian work.
  7. * debian/copyright:
  8. * Update copyright notices.
  9. * Distinguish license conditions from license grants.
  10. * Document explicit additional grant of license to a file.
  11. * Document copyright information for smoke tests.
  12. * debian/tests/smoke_test.py:
  13. * Add smoke test suite to verify distribution is installed.
  14. * debian/tests/control, debian/tests/smoke-python{2,3}:
  15. * Add smoke test suite to verify distribution is installed.
  16. * debian/control, debian/bzr-buildpackage.conf, debian/gbp.conf:
  17. * Migrate packaging VCS to Git at NotABug.
  18. * Remove superfluous configuration for Bzr-buildpackage.
  19. * Add configuration for Git-buildpackage.
  20. * debian/README.source:
  21. * Document how the source package is built.
  22. * debian/control:
  23. * Declare “Standards-Version: 3.9.8”.
  24. * Declare versioned build dependency on ‘pbr’ library,
  25. to match upstream build system's declaration.
  26. Closes: bug#834626, thanks to Thomas Goirand for the report.
  27. -- Ben Finney <bignose@debian.org> Sun, 21 Aug 2016 15:59:20 +1000
  28. python-lockfile (1:0.12.2-1) unstable; urgency=medium
  29. * The “Khalil Ahmad” release.
  30. * New upstream version.
  31. Highlights since last release:
  32. * Minimum Python 2 version is now 2.7.
  33. * debian/control:
  34. * Declare “Standards-Version: 3.9.7”.
  35. * Add “Build-Depends: python{,3}-setuptools” for the Distutils script.
  36. Closes: bug#789825, thanks to Artur Rona for the report.
  37. * Update package description to accurately describe latest behaviour.
  38. * Add build dependencies for all supported Python environments.
  39. * Add dependencies for building Sphinx documentation.
  40. * Add placeholder for Sphinx documentation binary dependencies.
  41. * Set compatible Python 2 versions to “>= 2.7”.
  42. * Set “VCS-*” fields to URLs for encrypted Alioth services.
  43. * Set “Homepage” field to URL for encrypted PyPI service.
  44. * debian/docs, debian/*.docs:
  45. * Move to package-specific ‘dh_installdocs’ configuration files.
  46. * Follow change of document name ‘README’ → ‘README.rst’.
  47. * Add new upstream ‘AUTHORS’ document.
  48. * debian/rules:
  49. * Upstream changelog now has conventional name, remove special handling.
  50. * Build documentation using upstream Sphinx configuration.
  51. * Use Debhelper to refine Sphinx documentation for package.
  52. * debian/clean, debian/rules:
  53. * Remove ‘dh_clean’ configuration, can't remove directories this way.
  54. Add special handling for ‘doc/html/’ in ‘dh_auto_clean’ override.
  55. * debian/python-lockfile-doc.{docs,doc-base}:
  56. * Install generated API documentation.
  57. * debian/copyright:
  58. * Add known email addresses for all parties.
  59. * Add editor hints.
  60. * Wrap long lines in flowed text paragraphs.
  61. -- Ben Finney <ben+debian@benfinney.id.au> Tue, 23 Feb 2016 09:28:27 +1100
  62. python-lockfile (1:0.10.2-2.1) unstable; urgency=medium
  63. * Non-maintainer upload.
  64. * Add build-depends on setuptools (Closes: #789825)
  65. -- Neil Williams <codehelp@debian.org> Sat, 20 Feb 2016 22:15:52 +0000
  66. python-lockfile (1:0.10.2-2) unstable; urgency=low
  67. * The “Jabbeur Mejri” release.
  68. * debian/NEWS:
  69. * Jessie has released, the freeze is ended; resume our uploads to
  70. “unstable”.
  71. * debian/copyright:
  72. * Update copyright notices.
  73. * Update copyright information for transfer of upstream maintainer.
  74. * Remove grant of license from “License” fields.
  75. * debian/control, debian/rules, debian/*.install:
  76. * Rely on ‘pybuild’ to find the files for install.
  77. Remove obsolete ‘*.install’ files.
  78. * Use Nose test runner for this package's tests.
  79. Add ‘python{,3}-nose’ to Build-Depends.
  80. * debian/rules:
  81. * Discard HTTP traffic during packaging actions.
  82. * Use a catch-all target for all Policy-required targets.
  83. * debian/watch:
  84. * Add editor hints.
  85. * Switch from defunct source API to Debian-maintained mirror.
  86. * debian/clean:
  87. * Clean the documentation build directory.
  88. * debian/patches/001.doctests-compatible-py2and3.patch:
  89. * Patch doctests to be compatible with both Python 2 and Python 3.
  90. -- Ben Finney <ben+debian@benfinney.id.au> Thu, 21 May 2015 05:57:57 +1000
  91. python-lockfile (1:0.10.2-1) experimental; urgency=low
  92. * The “Marthe Gautier” release.
  93. * New upstream version. (Closes: bug#738837)
  94. Highlights since last release:
  95. * The ‘lockfile’ module is now reorganized into a package.
  96. * Renamed the lockfile classes. New names: ‘LinkLockFile’,
  97. ‘MkdirLockFile’, ‘SQLiteLockFile’.
  98. * New lockfile class, ‘PIDLockFile’.
  99. * Remove support for Python versions earlier than 2.6.
  100. * Add support for Python 3.2 – 3.4.
  101. * debian/NEWS:
  102. * Add a news entry to notify of the API compatibility breakage.
  103. * debian/control:
  104. * Update “VCS-*” fields for current Alioth layout.
  105. * Declare “Standards-Version: 3.9.6”.
  106. * Update package description to incorporate upstream changes.
  107. * Update build requirements to incorporate upstream changes.
  108. * debian/watch:
  109. * Refine watch configuration for current upstream release location.
  110. * debian/rules:
  111. * License Debian packaging work under Expat terms.
  112. * Add distinct targets for ‘…-arch’ and ‘…-indep’ (as recommended by
  113. Policy §4.9).
  114. * Add ‘get-orig-source’ target (as recommended by Policy §4.9) and
  115. ‘get-packaged-orig-source’ target.
  116. * debian/rules, debian/control, debian/compat, debian/*.install:
  117. * Increase minimum Debhelper version to support new build targets.
  118. * Switch to ‘pybuild’ packaging helper.
  119. * Build packages targeting both Python 2 and Python 3.
  120. * debian/pyversions, debian/control:
  121. * Use current Python versions in Debian.
  122. * debian/copyright:
  123. * Conform to copyright format version 1.0.
  124. * Update copyright notices.
  125. * debian/bzr-builddeb.conf:
  126. * Add this package's configuration for ‘bzr builddeb’.
  127. * debian/control, debian/python-lockfile-doc.docs:
  128. * Install API documentation.
  129. * Separate API documentation into a new package.
  130. -- Ben Finney <ben+debian@benfinney.id.au> Sat, 20 Dec 2014 22:25:29 +1100
  131. python-lockfile (1:0.8-2) unstable; urgency=low
  132. * The “Slow mind” release.
  133. * Revert to upstream version 0.8, since version 0.9 should not have been
  134. made available and upstream is currently unresponsive.
  135. (Closes: bug#581061)
  136. * debian/control:
  137. + Declare “Standards-Version: 3.9.0”. No further changes needed.
  138. + Alter description to correctly describe version 0.8.
  139. * debian/pyversions:
  140. + This older version supports Python 2.4 or later; declare it.
  141. -- Ben Finney <ben+debian@benfinney.id.au> Tue, 29 Jun 2010 09:37:38 +1000
  142. python-lockfile (0.9-2) unstable; urgency=low
  143. * The “Sax flute fun” release.
  144. * debian/control:
  145. + Set “Priority: optional” to allow other common packages to depend on
  146. this one.
  147. + Update the package description to better match the new capabilities.
  148. * debian/pyversions:
  149. + This version requires Python 2.5 or later; declare it.
  150. (Closes: Bug#580937)
  151. -- Ben Finney <ben+debian@benfinney.id.au> Mon, 10 May 2010 10:19:07 +1000
  152. python-lockfile (0.9-1) unstable; urgency=low
  153. * The “Euclid” release.
  154. * New upstream version. Highlight since last release:
  155. + Reorganise library into a package.
  156. + API names changed for classes:
  157. LinkLockFile
  158. MkdirLockFile
  159. SQLiteLockFile
  160. + New lockfile class ‘PIDLockFile’.
  161. * debian/control:
  162. + Declare “Standards-Version: 3.8.4”. No further changes needed.
  163. * Drop ‘Provides’ field, since a Python-versioned dependency should
  164. not be necessary (ref. ‘python-support’ documentation).
  165. * debian/source/format:
  166. + Declare source package format.
  167. * debian/watch:
  168. + Detect source files when upstream moves them to a different provider.
  169. -- Ben Finney <ben+debian@benfinney.id.au> Wed, 28 Apr 2010 18:54:54 +1000
  170. python-lockfile (0.8-1) unstable; urgency=low
  171. * New upstream release (Closes: Bug#539181):
  172. + Works around a bug in the Python ‘threading’ module.
  173. * debian/control, debian/rules:
  174. + Use nicer override handling from later ‘debhelper’ version.
  175. + Switch to ‘python-support’ for Python packaging.
  176. * debian/control:
  177. + Update to ‘Standards-Version: 3.8.2’, no changes required.
  178. + Set ‘Vcs-*’ fields to point to active repository.
  179. -- Ben Finney <ben+debian@benfinney.id.au> Thu, 30 Jul 2009 09:58:51 +1000
  180. python-lockfile (0.7-4) unstable; urgency=low
  181. * Thanks to Julian Andres Klode for feedback that improved this release.
  182. * debian/control:
  183. + Relax ‘Build-Depends’, don't need the full Python build environment.
  184. * debian/copyright:
  185. + License patches under same terms as the upstream work.
  186. * debian/rules, debian/docs:
  187. + Install upstream ‘RELEASE-NOTES’ as a changelog equivalent.
  188. -- Ben Finney <ben+debian@benfinney.id.au> Sat, 07 Mar 2009 01:09:02 +1100
  189. python-lockfile (0.7-3) unstable; urgency=low
  190. * debian/copyright:
  191. + Remove comment leaders from license grant text.
  192. -- Ben Finney <ben+debian@benfinney.id.au> Thu, 05 Mar 2009 08:12:09 +1100
  193. python-lockfile (0.7-2) unstable; urgency=low
  194. * debian/rules:
  195. + Tell python-central to clean up properly during prerm.
  196. -- Ben Finney <ben+debian@benfinney.id.au> Wed, 04 Mar 2009 19:35:32 +1100
  197. python-lockfile (0.7-1) unstable; urgency=low
  198. * Initial release (Closes: Bug#517666).
  199. -- Ben Finney <ben+debian@benfinney.id.au> Sun, 01 Mar 2009 22:57:01 +1100