[Python-modules-commits] [citeproc-py] branch master updated (1289461 -> e476fa0)

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Mar 19 19:18:47 UTC 2016


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

danstender-guest pushed a change to branch master
in repository citeproc-py.

      from  1289461   corrected patch name
       new  40eb015   deb/watch: watch Github instead of Pypi (ships with tests)
       new  271d723   record new upstream branch created by importing citeproc-py_0.3.0.orig.tar.xz
       new  accba19   Import citeproc-py_0.3.0.orig.tar.xz
       new  55c1a7e   no-version-from-git
       new  a777cb4   Build with new upstream tarball citeproc-py_0.3.0.orig.tar.xz.
       new  e63a66e   deb/copyright: added .gitignore to Files-Excluded
       new  fb17c9b   record new upstream branch created by importing citeproc-py_0.3.0.orig.tar.xz
       new  0e30961   Import citeproc-py_0.3.0.orig.tar.xz
       new  777daea   no-version-from-git
       new  96457de   updated upstream tarball
       new  1a3ba06   fix-missing-version.py
       new  9549373   Added fix-missing-version.py.patch.
       new  631de83   deb/changelog: cosmetics
       new  4df3965   deb/control: put group into Maintainer field; updated uploader email address
       new  4eb0389   deb/control: bumped standards to 3.9.7
       new  0f994a1   deb/control: use HTTPS also for Vcs-Git
       new  8795fbe   deb/copyright: updated, added email address
       new  736f621   added deb/python3-citeproc.lintian-overrides
       new  624d60e   deb/rules: added override for dh_auto_test; deb/control: add py.test to build-deps
       new  51b1f73   set up DEP-8 tests
       new  e476fa0   deb/changelog: upload to unstable

The 21 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:
 CHANGES.rst                                      |  31 +++
 PKG-INFO                                         | 108 ----------
 citeproc/version.py                              |   2 -
 debian/.git-dpm                                  |  14 +-
 debian/changelog                                 |  19 ++
 debian/control                                   |  11 +-
 debian/copyright                                 |   5 +-
 debian/patches/0001-no-version-from-git.patch    |   2 +-
 debian/patches/0002-fix-missing-version.py.patch |  37 ++++
 debian/patches/series                            |   1 +
 debian/python3-citeproc.lintian-overrides        |   3 +
 debian/rules                                     |   3 +
 debian/tests/control                             |   5 +
 debian/tests/python-citeproc                     |   3 +
 debian/tests/python3-citeproc                    |   3 +
 debian/watch                                     |   4 +-
 setup.cfg                                        |   5 -
 setup.py                                         |   8 +-
 tests/check_string.py                            |  21 ++
 tests/citeproc-test.py                           | 264 +++++++++++++++++++++++
 tests/test_bibparse.py                           | 110 ++++++++++
 tests/test_bibtex.py                             | 247 +++++++++++++++++++++
 tests/test_latex.py                              |  78 +++++++
 23 files changed, 848 insertions(+), 136 deletions(-)
 create mode 100644 CHANGES.rst
 delete mode 100644 PKG-INFO
 delete mode 100644 citeproc/version.py
 create mode 100644 debian/patches/0002-fix-missing-version.py.patch
 create mode 100644 debian/python3-citeproc.lintian-overrides
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/python-citeproc
 create mode 100755 debian/tests/python3-citeproc
 delete mode 100644 setup.cfg
 create mode 100644 tests/check_string.py
 create mode 100644 tests/citeproc-test.py
 create mode 100644 tests/test_bibparse.py
 create mode 100644 tests/test_bibtex.py
 create mode 100644 tests/test_latex.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/citeproc-py.git



More information about the Python-modules-commits mailing list