[Python-modules-commits] [python-qtawesome] branch master updated (317113a -> 363d3fb)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jan 24 00:54:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch master
in repository python-qtawesome.
from 317113a Release to unstable.
new 7648c5f Make intersphinx link with system documentation packages.
new 2dfe46a Initialize git-dpm
new c28c494 Add tag format settings
new 6c537f8 Drop gbp configuration
new a44e1e1 Track future releases on PyPI
new a07f111 record new upstream branch created by importing python-qtawesome_0.4.3.orig.tar.gz
new 503eba5 Import python-qtawesome_0.4.3.orig.tar.gz
new 797dd34 Make intersphinx link with system documentation
new 4f92b11 merge patched into master
new 025ec7d Now build depends on python3-{doc,sphinx}
new a699b92 Use system fonts
new c0d14a5 merge patched into master
new cc435c1 Support the nocheck build profile
new 9822530 Support the nodoc build profile
new ffa8a2c Improve the autopkgtest test suite
new c6cadf5 Upgrade packaging to debhelper 10
new 8195507 Use sphinxdoc:Built-Using substvar
new 2852884 Update description of binary packages
new 9864919 Fix whitespaces in rules file
new eeec111 Simplify setup of tests in pybuild
new 363d3fb Release to unstable
The 21 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:
.gitignore | 17 -----
.travis.yml | 70 ------------------
CHANGELOG.md | 82 +++++++++++++++++++++
MANIFEST.in | 4 +
PKG-INFO | 46 ++++++++++++
QtAwesome.egg-info/PKG-INFO | 46 ++++++++++++
QtAwesome.egg-info/SOURCES.txt | 27 +++++++
QtAwesome.egg-info/dependency_links.txt | 1 +
QtAwesome.egg-info/requires.txt | 2 +
QtAwesome.egg-info/top_level.txt | 1 +
README.md | 27 ++++++-
RELEASE.md | 19 -----
UPDATE.md | 22 ------
conda.recipe/build.sh | 3 -
conda.recipe/meta.yaml | 30 --------
debian/.git-dpm | 11 +++
debian/changelog | 27 +++++++
debian/compat | 2 +-
debian/control | 19 +++--
debian/gbp.conf | 9 ---
...tersphinx-link-with-system-documentation.patch} | 7 +-
debian/patches/0002-Use-system-fonts.patch | 22 ++++++
debian/patches/series | 3 +-
debian/rules | 17 +++--
debian/tests/control | 8 +-
debian/watch | 7 +-
docs/environment.yml | 9 ---
docs/source/api_documentation.rst | 4 +
docs/source/conf.py | 2 +-
docs/source/index.rst | 20 ++---
docs/source/introduction.rst | 9 +++
docs/source/qtawesome.rst | 1 -
docs/source/usage.rst | 58 +++++++++++++++
qtawesome-screenshot.gif | Bin 41533 -> 0 bytes
qtawesome/_version.py | 2 +-
qtawesome/iconic_font.py | 50 ++++++++++---
readthedocs.yml | 5 --
setup.cfg | 8 +-
38 files changed, 454 insertions(+), 243 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 .travis.yml
create mode 100644 CHANGELOG.md
create mode 100644 PKG-INFO
create mode 100644 QtAwesome.egg-info/PKG-INFO
create mode 100644 QtAwesome.egg-info/SOURCES.txt
create mode 100644 QtAwesome.egg-info/dependency_links.txt
create mode 100644 QtAwesome.egg-info/requires.txt
create mode 100644 QtAwesome.egg-info/top_level.txt
delete mode 100644 RELEASE.md
delete mode 100644 UPDATE.md
delete mode 100644 conda.recipe/build.sh
delete mode 100644 conda.recipe/meta.yaml
create mode 100644 debian/.git-dpm
delete mode 100644 debian/gbp.conf
rename debian/patches/{Make-intersphinx-link-with-system-documentation-packages.patch => 0001-Make-intersphinx-link-with-system-documentation.patch} (73%)
create mode 100644 debian/patches/0002-Use-system-fonts.patch
delete mode 100644 docs/environment.yml
create mode 100644 docs/source/api_documentation.rst
create mode 100644 docs/source/introduction.rst
delete mode 100644 docs/source/qtawesome.rst
create mode 100644 docs/source/usage.rst
delete mode 100644 qtawesome-screenshot.gif
delete mode 100644 readthedocs.yml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtawesome.git
More information about the Python-modules-commits
mailing list