[Python-modules-commits] [python-cssselect] branch upstream updated (a0da49b -> 80923de)

Wolfgang Borgert debacle at moszumanska.debian.org
Thu Dec 8 08:44:32 UTC 2016


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

debacle pushed a change to branch upstream
in repository python-cssselect.

      from  a0da49b   Import python-cssselect_0.9.2.orig.tar.gz
       new  80923de   Import python-cssselect_1.0.0.orig.tar.gz

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                              |   7 ++
 .coveragerc                                   |   1 +
 .gitignore                                    |   7 ++
 .travis.yml                                   |  22 ++++
 CHANGES                                       |  10 ++
 PKG-INFO                                      |  46 -------
 cssselect.egg-info/PKG-INFO                   |  46 -------
 cssselect.egg-info/SOURCES.txt                |  19 ---
 cssselect.egg-info/dependency_links.txt       |   1 -
 cssselect.egg-info/top_level.txt              |   1 -
 cssselect/__init__.py                         |   2 +-
 cssselect/xpath.py                            | 167 +++++++++++++++++++-------
 docs/conf.py                                  |   2 +-
 setup.cfg                                     |  13 +-
 tests/__init__.py                             |   0
 cssselect/tests.py => tests/test_cssselect.py | 116 ++++++++++++++----
 tox.ini                                       |   9 +-
 17 files changed, 276 insertions(+), 193 deletions(-)
 create mode 100644 .bumpversion.cfg
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 PKG-INFO
 delete mode 100644 cssselect.egg-info/PKG-INFO
 delete mode 100644 cssselect.egg-info/SOURCES.txt
 delete mode 100644 cssselect.egg-info/dependency_links.txt
 delete mode 100644 cssselect.egg-info/top_level.txt
 create mode 100644 tests/__init__.py
 rename cssselect/tests.py => tests/test_cssselect.py (92%)
 mode change 100755 => 100644

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



More information about the Python-modules-commits mailing list