[Python-modules-commits] [bibtexparser] branch master updated (23eb67c -> d7c6304)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Wed Jan 20 10:00:37 UTC 2016


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

malex-guest pushed a change to branch master
in repository bibtexparser.

      from  23eb67c   add d/.git-dpm
       new  94e4977   d/watch: get the upstream source files from github
       new  e8ec377   Imported Upstream version 0.6.2
       new  2c9cba1   Merge tag 'upstream/0.6.2'
       new  f148ea9   d/changelog: new upstream version, gbp dch -a
       new  d7c6304   d/changelog: s/UNRELEASED/unstable/

The 5 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 +++++++++++++
 debian/changelog                                   | 14 ++++
 debian/watch                                       |  5 +-
 docs/source/index.rst                              |  1 +
 docs/source/install.rst                            |  4 +-
 docs/source/test.rst                               | 40 ++++++++++
 docs/source/who.rst                                |  2 +
 setup.py                                           |  2 +-
 24 files changed, 312 insertions(+), 44 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