[Python-modules-commits] [bibtexparser] branch upstream updated (e9be7b8 -> e8ec377)
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Wed Jan 20 10:00:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a change to branch upstream
in repository bibtexparser.
from e9be7b8 Imported Upstream version 0.6.1
new e8ec377 Imported Upstream version 0.6.2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 8 +-
CHANGELOG | 17 +++-
CONTRIBUTORS.txt | 3 +
README.md | 3 +-
README.rst | 2 +-
bibtexparser/__init__.py | 2 +-
bibtexparser/bparser.py | 2 +-
bibtexparser/bwriter.py | 32 ++++++--
bibtexparser/customization.py | 9 ++-
bibtexparser/tests/data/article_comma_first.bib | 14 ++--
bibtexparser/tests/data/book_comma_first.bib | 12 +--
...le_missing_coma.bib => comments_percentage.bib} | 7 +-
...coma.bib => comments_percentage_nolastcoma.bib} | 5 +-
bibtexparser/tests/data/string.bib | 8 ++
bibtexparser/tests/test_bibtex_strings.py | 19 ++++-
bibtexparser/tests/test_bibtexwriter.py | 91 +++++++++++++++++++++-
bibtexparser/tests/test_comments.py | 54 +++++++++++++
docs/source/index.rst | 1 +
docs/source/install.rst | 4 +-
docs/source/test.rst | 40 ++++++++++
docs/source/who.rst | 2 +
setup.py | 2 +-
22 files changed, 295 insertions(+), 42 deletions(-)
copy bibtexparser/tests/data/{article_missing_coma.bib => comments_percentage.bib} (80%)
copy bibtexparser/tests/data/{article_missing_coma.bib => comments_percentage_nolastcoma.bib} (88%)
create mode 100644 bibtexparser/tests/data/string.bib
create mode 100644 docs/source/test.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/bibtexparser.git
More information about the Python-modules-commits
mailing list