[Python-modules-commits] [python-qtawesome] branch master updated (f02608c -> c4ddec7)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:47:41 UTC 2016
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 f02608c Release to unstable.
new 5065308 Imported Upstream version 0.3.0
new 0ec6f3d Merge tag 'upstream/0.3.0'
new 56f9b0d Add documentation package.
new c4ddec7 Update changelog.
The 4 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 | 10 +-
README.md | 19 ++-
conda.recipe/build.sh | 3 +-
conda.recipe/meta.yaml | 9 +-
debian/changelog | 4 +-
debian/clean | 1 +
debian/control | 14 ++
debian/python-qtawesome-doc.doc-base | 10 ++
debian/python-qtawesome-doc.docs | 1 +
debian/python-qtawesome-doc.examples | 1 +
debian/rules | 6 +-
docs/Makefile | 192 +++++++++++++++++++++
docs/make.bat | 263 +++++++++++++++++++++++++++++
docs/source/conf.py | 313 +++++++++++++++++++++++++++++++++++
docs/source/index.rst | 17 ++
docs/source/qtawesome.rst | 1 +
example.py | 3 +
qtawesome-screenshot.gif | Bin 0 -> 41533 bytes
qtawesome-screenshot.png | Bin 26394 -> 0 bytes
qtawesome/__init__.py | 187 +++++++++++++++++++--
qtawesome/_version.py | 2 +-
qtawesome/iconic_font.py | 112 ++++++-------
22 files changed, 1081 insertions(+), 87 deletions(-)
create mode 100644 debian/python-qtawesome-doc.doc-base
create mode 100644 debian/python-qtawesome-doc.docs
create mode 100644 debian/python-qtawesome-doc.examples
create mode 100644 docs/Makefile
create mode 100644 docs/make.bat
create mode 100644 docs/source/conf.py
create mode 100644 docs/source/index.rst
create mode 100644 docs/source/qtawesome.rst
create mode 100644 qtawesome-screenshot.gif
delete mode 100644 qtawesome-screenshot.png
--
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