[pybtex] 41/108: New upstream release.

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository pybtex.

commit 8c0138964d925f50b908bc98b05a4433488dc450
Author: Jakub Wilk <jwilk at debian.org>
Date:   Wed Sep 22 23:40:51 2010 +0000

    New upstream release.
---
 debian/changelog           |  9 +++++++++
 debian/control             |  2 +-
 debian/patches/no-bzr.diff | 33 ---------------------------------
 debian/patches/series      |  1 -
 4 files changed, 10 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06d3a2a..ba62398 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pybtex (0.14-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    + Bump minimum Python version to 2.6. 
+    + Drop patch to import bzrlib only when needed; applied upstream.
+    + Improve performance on very long name lists (closes: #595082).
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 23 Sep 2010 01:39:10 +0200
+
 pybtex (0.13.2-2) unstable; urgency=low
 
   * Fix a typo in debian/rules. Thanks to Michael Fladischer for spotting
diff --git a/debian/control b/debian/control
index 6b4ae69..86a8c82 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7.0.50~),
   python-nose, python-pyparsing, python-yaml,
   python-docutils, python-jinja2, python-pygments,
   elinks-lite | elinks
-XS-Python-Version: >= 2.5
+XS-Python-Version: >= 2.6
 Standards-Version: 3.9.1
 Homepage: http://pybtex.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pybtex/trunk/
diff --git a/debian/patches/no-bzr.diff b/debian/patches/no-bzr.diff
deleted file mode 100644
index 59d37da..0000000
--- a/debian/patches/no-bzr.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Import bzrlib only if it is actually needed.
-Author: Jakub Wilk <jwilk at debian.org>
-Bug-Debian: http://bugs.debian.org/593029
-Forwarded: not-needed
-
---- a/pybtex/docgen/html.py
-+++ b/pybtex/docgen/html.py
-@@ -37,9 +37,6 @@
- from pygments.lexers import get_lexer_by_name
- from pygments.formatters import HtmlFormatter
- 
--from bzrlib import workingtree
--from bzrlib.osutils import format_date
--
- from pybtex.__version__ import version
- from .mystyle import MyHiglightStyle
- 
-@@ -54,6 +51,7 @@
- 
- 
- def get_bzr_timestamp(filename):
-+    from bzrlib import workingtree
-     if os.path.basename(filename) == 'history.rst':
-         root_dir = os.path.dirname(os.path.dirname(os.path.dirname(filename)))
-         filename = os.path.join(root_dir, 'CHANGES')
-@@ -214,6 +212,7 @@
- 
- 
- def handle_file(filename, fp, dst, for_site):
-+    from bzrlib.osutils import format_date
-     title = os.path.splitext(os.path.basename(filename))[0]
-     content = fp.read()
- 
diff --git a/debian/patches/series b/debian/patches/series
index c51cea7..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-no-bzr.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list