[Python-modules-commits] [pyquery] 03/06: record new upstream branch created by importing pyquery_1.2.9.orig.tar.gz and merge it

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Nov 25 09:56:16 UTC 2015


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

takaki pushed a commit to branch master
in repository pyquery.

commit 23a0163bcd627f94e11357abd2e6d0de21a987ce
Merge: f9613ac e10ea3b
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed Nov 25 18:40:39 2015 +0900

    record new upstream branch created by importing pyquery_1.2.9.orig.tar.gz and merge it

 CHANGES.rst                                        |  54 ++++
 MANIFEST.in                                        |  13 +-
 PKG-INFO                                           |  72 ++++-
 README.rst                                         |  10 +-
 README_fixt.py                                     |  27 ++
 buildout.cfg                                       |  37 +++
 debian/.git-dpm                                    |  14 +-
 docs/Makefile                                      | 153 +++++++++
 docs/_build/html/_sources/ajax.txt                 |  56 ----
 docs/_build/html/_sources/api.txt                  |   9 -
 docs/_build/html/_sources/scrap.txt                |  19 --
 docs/_build/html/_sources/tips.txt                 |  36 ---
 docs/{ajax.txt => ajax.rst}                        |  10 +-
 docs/ajax_fixt.py                                  |  33 ++
 docs/{api.txt => api.rst}                          |   0
 .../_sources/attributes.txt => attributes.rst}     |   2 +
 docs/attributes.txt                                |  30 --
 .../html/_sources/changes.txt => changes.rst}      |   0
 docs/changes.txt                                   |   4 -
 docs/conf.py                                       | 280 ++++++++++++++++
 docs/{_build/html/_sources/css.txt => css.rst}     |   0
 docs/css.txt                                       |  45 ---
 .../html/_sources/future.txt => future.rst}        |   0
 docs/future.txt                                    |  22 --
 docs/{_build/html/_sources/index.txt => index.rst} |   3 +-
 docs/index.txt                                     |  44 ---
 .../_sources/manipulating.txt => manipulating.rst} |  29 +-
 docs/manipulating.txt                              |  71 ----
 docs/pseudo_classes.rst                            | 330 +++++++++++++++++++
 docs/scrap.rst                                     |  22 ++
 docs/scrap.txt                                     |  19 --
 docs/scrap_fixt.py                                 |  21 ++
 .../html/_sources/testing.txt => testing.rst}      |   0
 docs/testing.txt                                   |  15 -
 docs/{tips.txt => tips.rst}                        |  11 +-
 docs/tips_fixt.py                                  |  21 ++
 .../_sources/traversing.txt => traversing.rst}     |   3 +
 docs/traversing.txt                                |  33 --
 pyquery.egg-info/PKG-INFO                          |  72 ++++-
 pyquery.egg-info/SOURCES.txt                       |  56 ++--
 pyquery.egg-info/requires.txt                      |   2 +-
 pyquery/ajax.py                                    |   5 +-
 pyquery/cssselectpatch.py                          | 359 ++++++++++++++++-----
 pyquery/openers.py                                 |   4 +-
 pyquery/pyquery.py                                 | 281 ++++++++++------
 setup.cfg                                          |  23 +-
 setup.py                                           |  26 +-
 tests/__init__.py                                  |   0
 tests/apps.py                                      |  35 ++
 tests/compat.py                                    |  26 ++
 pyquery/tests.txt => tests/doctests.rst            |   4 +
 pyquery/test.html => tests/invalid.xml             |   2 +
 {pyquery => tests}/test.html                       |   0
 pyquery/test.py => tests/test_pyquery.py           | 289 ++++++++---------
 tox.ini                                            |  62 ++--
 55 files changed, 1897 insertions(+), 897 deletions(-)

diff --cc debian/.git-dpm
index 5ce55a1,0000000..dae2dd9
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- b69049acafe7aa5ce238fc1c76618cac4ef83301
- b69049acafe7aa5ce238fc1c76618cac4ef83301
- b69049acafe7aa5ce238fc1c76618cac4ef83301
- b69049acafe7aa5ce238fc1c76618cac4ef83301
- pyquery_1.2.4.orig.tar.gz
- abd3a3daf953f593a3bc6601b37b4c5b3ac83768
- 23999
++e10ea3b42a8e5900017d64f842e924107d74f527
++e10ea3b42a8e5900017d64f842e924107d74f527
++e10ea3b42a8e5900017d64f842e924107d74f527
++e10ea3b42a8e5900017d64f842e924107d74f527
++pyquery_1.2.9.orig.tar.gz
++c27c832d6484afbf132f0d84e5bc79e6d88b70e3
++34027
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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



More information about the Python-modules-commits mailing list