[Python-modules-commits] [python-cssselect] branch master updated (f9c810d -> 6df930e)

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


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

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

      from  f9c810d   Team upload.
       new  80923de   Import python-cssselect_1.0.0.orig.tar.gz
       new  1b33e1b   record new upstream branch created by importing python-cssselect_1.0.0.orig.tar.gz and merge it
       new  6df930e   prepare 1.0.0-1

The 3 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 +++++++++++++++++++-------
 debian/.git-dpm                               |  14 +--
 debian/changelog                              |   7 ++
 debian/patches/series                         |   1 +
 debian/patches/testspath.patch                |  17 +++
 docs/conf.py                                  |   2 +-
 setup.cfg                                     |  13 +-
 tests/__init__.py                             |   0
 cssselect/tests.py => tests/test_cssselect.py | 116 ++++++++++++++----
 tox.ini                                       |   9 +-
 21 files changed, 308 insertions(+), 200 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 debian/patches/series
 create mode 100644 debian/patches/testspath.patch
 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