[Python-modules-commits] [python-parsel] branch upstream updated (f3348b8 -> e8f5992)

Michael Fladischer fladi at moszumanska.debian.org
Tue Jan 9 07:52:18 UTC 2018


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

fladi pushed a change to branch upstream
in repository python-parsel.

      from  f3348b8   Import python-parsel_1.2.0.orig.tar.gz
       new  e8f5992   New upstream version 1.3.1

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:
 .bumpversion.cfg         |  2 +-
 .travis.yml              | 31 +++++++++-------
 NEWS                     | 31 +++++++++++++---
 README.rst               |  4 +-
 docs/Makefile            |  6 +++
 docs/usage.rst           | 41 ++++++++++++++++++++
 parsel/__init__.py       |  5 ++-
 parsel/selector.py       |  2 +
 parsel/xpathfuncs.py     | 54 +++++++++++++++++++++++++++
 release.rst              |  3 +-
 setup.py                 |  3 +-
 tests/test_selector.py   |  2 +
 tests/test_xpathfuncs.py | 97 ++++++++++++++++++++++++++++++++++++++++++++++++
 tox.ini                  |  2 +-
 14 files changed, 257 insertions(+), 26 deletions(-)
 create mode 100644 parsel/xpathfuncs.py
 create mode 100644 tests/test_xpathfuncs.py

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



More information about the Python-modules-commits mailing list