[Python-modules-commits] [python-cssselect] branch master updated (1ffa34a -> 7658e0a)

Takaki Taniguchi takaki at moszumanska.debian.org
Sun Feb 4 02:22:00 UTC 2018


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

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

      from  1ffa34a   prepare 1.0.1-1
       new  dd112ab   New upstream version 1.0.3
       new  d201700   Update upstream source from tag 'upstream/1.0.3'
       new  be95d95   update changelog
       new  045d091   disable test
       new  ea116e2   debian/rules: Change Priority to optional
       new  7658e0a   prepare release

The 6 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 -
 .gitignore                              |    7 -
 .travis.yml                             |   29 -
 CHANGES                                 |   16 +
 PKG-INFO                                |   62 ++
 README.rst                              |   20 +-
 cssselect.egg-info/PKG-INFO             |   62 ++
 cssselect.egg-info/SOURCES.txt          |   18 +
 cssselect.egg-info/dependency_links.txt |    1 +
 cssselect.egg-info/top_level.txt        |    1 +
 cssselect/__init__.py                   |    2 +-
 cssselect/parser.py                     |   21 +-
 cssselect/xpath.py                      |    4 +-
 debian/changelog                        |    8 +
 debian/control                          |    2 +-
 debian/rules                            |    1 +
 setup.cfg                               |   10 +-
 setup.py                                |    3 +-
 tests/__init__.py                       |    0
 tests/test_cssselect.py                 | 1236 -------------------------------
 tox.ini                                 |    6 +-
 21 files changed, 207 insertions(+), 1309 deletions(-)
 delete mode 100644 .bumpversion.cfg
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 create mode 100644 PKG-INFO
 create mode 100644 cssselect.egg-info/PKG-INFO
 create mode 100644 cssselect.egg-info/SOURCES.txt
 create mode 100644 cssselect.egg-info/dependency_links.txt
 create mode 100644 cssselect.egg-info/top_level.txt
 delete mode 100644 tests/__init__.py
 delete mode 100644 tests/test_cssselect.py

-- 
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