[Python-modules-commits] [utidylib] branch upstream updated (93602b6 -> 1b69e62)

Michal Cihar nijel at moszumanska.debian.org
Thu Jul 7 12:53:44 UTC 2016


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

nijel pushed a change to branch upstream
in repository utidylib.

      from  93602b6   Imported Upstream version 0.2
      adds  11a86a1   Imported Debian patch 0.2-1
      adds  73bff4f   Imported Debian patch 0.2-2
      adds  e3f602e   Imported Debian patch 0.2-3
      adds  69b22d6   Imported Debian patch 0.2-3.1
      adds  d7357a6   Imported Debian patch 0.2-3.2
      adds  718c44d   [svn-inject] Applying Debian modifications to trunk
      adds  7e2d22e   New maintainer.
      adds  77bb6d3   Remove depdency on python-ctypes (Closes: #580215).
      adds  96e2355   Convert patch to quilt and use 3.0 source format.
      adds  0315d56   Switch build system to dh from cdbs.
      adds  e2cef0a   Bump standards to 3.8.4.
      adds  5c45877   Fix permissions.
      adds  dc847f4   Actually add source format control files.
      adds  e45b208   Add ${misc:Depends}.
      adds  f8c2080   Change secton to python.
      adds  e82df61   Fix typo.
      adds  41816c4   Add homepage control field.
      adds  ba06b3e   Add Vcs-* control fields.
      adds  981ddc7   Fix typo.
      adds  b7c7800   No need to ship source readme in binary package.
      adds  8eff820   Correct name for source readme.
      adds  8d93237   No need to explicitely install readme.debian.
      adds  87be8d4   Reuse description from libtidy.
      adds  39cc545   Imported Debian patch 0.2-4
      adds  cfa4dd4   NOT RELEASED YET
      adds  9bc663f   Fix handling of pointer on 64-bit (LP: #307000).
      adds  2e36a4a   Bump standards to 3.9.0.
      adds  5d1361d   Replace Conflicts with Breaks for older package versions.
      adds  e5b1cbe   [svn-buildpackage] Tagging utidylib 0.2-5
      adds  cc0640a   Imported Debian patch 0.2-5
      adds  23ec36d   NOT RELEASED YET
      adds  e1ec53f   Add support for handling unicode strings (Closes: #339818).
      adds  060c117   Release.
      adds  3599fb1   Fix patch offsets.
      adds  df9b5ed   [svn-buildpackage] Tagging utidylib 0.2-6
      adds  9314ed4   Imported Debian patch 0.2-6
      adds  f17618a   NOT RELEASED YET
      adds  4f89c7b   Bump standards to 3.9.1.
      adds  408cccf   Switch to dh_python2.
      adds  a923ff2   Drop not needed depends
      adds  4141076   Drop not needed file
      adds  f8f131c   Release
      adds  44e920b   [svn-buildpackage] Tagging utidylib 0.2-7
      adds  617a9b8   Imported Debian patch 0.2-7
      adds  ef848c9   Imported Debian patch 0.2-8
      adds  9c3917f   NOT RELEASED YET
      adds  990fde8   Merge last upload
      adds  4de7aa9   Bump standards to 3.9.2.
      adds  4fd402e   Fix version
      adds  a5ca985   Bump standards to 3.9.3.
      adds  07e820b   Use canonical URIs for Vcs-* fields.
      adds  8796024   s/python-apps-team/python-modules-team/ in Maintainer/Uploaders.
      adds  2255cc5   Drop obsolete Breaks, Conflicts, Replaces.
      adds  8eeb038   Bump standards to 3.9.4.
      adds  5d23648   Use debhelper 9.
      adds  9d8dca2   Updated watchfile.
      adds  4829ce4   Release
      adds  175e060   [svn-buildpackage] Tagging utidylib 0.2-9
      adds  e608da9   Imported Debian patch 0.2-9
      adds  78e5524   NOT RELEASED YET
      adds  e3f73bc   Bump standards to 3.9.5.
      adds  75e3529   Adjust Vcs-Svn URL.
      adds  a683008   Bump standards to 3.9.6.
      adds  f707e65   Merge SVN HEAD
      adds  bc6e3a1   Fix handling of unicode strings
      adds  d379773   Add 'tidy' to the list of lib names, so it can be imported correctly in debian
      adds  09277ef   Fix handling of 64-bit pointer
      adds  375a030   Initialize git-dpm
      adds  83ba8ba   git-dpm config
      adds  7c94fe7   Update Vcs fields for git migration
      adds  40caba6   Fixed VCS URL (https)
       new  1b69e62   Imported Upstream version 0.3

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:
 INSTALL.txt                            | 123 -------
 LICENSE                                |   2 +
 MANIFEST.in                            |  10 +-
 PKG-INFO                               |  32 +-
 README.path                            |  10 -
 README.rst                             |  63 ++++
 README.txt                             |  37 ---
 docs/Makefile                          | 177 ++++++++++
 docs/conf.py                           | 332 +++++++++++++++++++
 docs/index.rst                         |  69 ++++
 docs/make.bat                          | 242 ++++++++++++++
 gendoc.py                              |  12 -
 path.py                                | 587 ---------------------------------
 pytest.ini                             |   2 +
 requirements-test.txt                  |   6 +
 requirements.txt                       |   1 +
 setup.cfg                              |   5 +
 setup.py                               | 104 ++----
 tidy/README.tidydll                    |  41 ---
 tidy/__init__.py                       |  27 +-
 tidy/error.py                          |  34 +-
 tidy/lib.py                            | 313 +++++++++++-------
 tidy/pvt_ctypes/README.ctypes          |  24 --
 tidy/test_data/test.html               |   8 +
 tidy/test_tidy.py                      | 149 +++++----
 uTidylib.egg-info/PKG-INFO             |  20 ++
 uTidylib.egg-info/SOURCES.txt          |  20 ++
 uTidylib.egg-info/dependency_links.txt |   1 +
 uTidylib.egg-info/top_level.txt        |   1 +
 29 files changed, 1338 insertions(+), 1114 deletions(-)
 delete mode 100644 INSTALL.txt
 delete mode 100644 README.path
 create mode 100644 README.rst
 delete mode 100644 README.txt
 create mode 100644 docs/Makefile
 create mode 100644 docs/conf.py
 create mode 100644 docs/index.rst
 create mode 100644 docs/make.bat
 delete mode 100644 gendoc.py
 delete mode 100644 path.py
 create mode 100644 pytest.ini
 create mode 100644 requirements-test.txt
 create mode 100644 requirements.txt
 create mode 100644 setup.cfg
 mode change 100644 => 100755 setup.py
 delete mode 100644 tidy/README.tidydll
 delete mode 100644 tidy/pvt_ctypes/README.ctypes
 create mode 100644 tidy/test_data/test.html
 create mode 100644 uTidylib.egg-info/PKG-INFO
 create mode 100644 uTidylib.egg-info/SOURCES.txt
 create mode 100644 uTidylib.egg-info/dependency_links.txt
 create mode 100644 uTidylib.egg-info/top_level.txt

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



More information about the Python-modules-commits mailing list