[Python-modules-commits] [python-fedora] branch master updated (29fd6d7 -> 7dcb193)

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Tue Jul 19 23:50:00 UTC 2016


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

sergiodj-guest pushed a change to branch master
in repository python-fedora.

      from  29fd6d7   Fixed VCS URL (https)
       new  8ee134d   record new upstream branch created by importing python-fedora_0.8.0.orig.tar.gz
       new  91f9079   Import python-fedora_0.8.0.orig.tar.gz
       new  e99bdf1   Work around broken setuptools
       new  9d43a08   merge patched into master
       new  eab03c0   Rewriting/improving debian/control
       new  90c7441   Some fixes on debian/copyright
       new  39e50cc   * Improve debian/watch.  Use github to fetch the upstream sources.   Bump version to 4.
       new  45909f8   * Improve debian/rules.  Remove dh_auto_clean override, which   means that the package now includes all modules from upstream.   Generate documentation using sphinx.  Adjust rules and variables   for pybuild.
       new  7dcb193   Update debian/changelog for new release (0.8.0-1)

The 9 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:
 MANIFEST.in                                        |   2 +-
 NEWS                                               | 142 +++-
 PKG-INFO                                           |   7 +-
 README => README.rst                               | 172 ++---
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  25 +-
 debian/control                                     |  69 +-
 debian/copyright                                   |  11 +-
 debian/patches/setuptools_workaround.diff          |  26 +-
 debian/python-fedora-doc.doc-base                  |  19 +
 debian/python-fedora-doc.docs                      |   1 +
 debian/python-fedora-doc.manpages                  |   1 +
 debian/rules                                       |  21 +-
 debian/upstream/signing-key.asc                    |  58 --
 debian/watch                                       |   8 +-
 doc/api.rst                                        |   2 +-
 doc/client.rst                                     |  29 +-
 doc/existing.rst                                   |  31 +-
 doc/flask_fas_openid.rst                           |   1 -
 fedora/accounts/__init__.py                        |   3 -
 fedora/accounts/fas2.py                            |  12 -
 fedora/client/__init__.py                          |  20 +-
 fedora/client/baseclient.py                        |  26 +-
 fedora/client/bodhi.py                             | 566 +++++++++++++++-
 fedora/client/fas2.py                              |  55 +-
 fedora/client/openidbaseclient.py                  | 313 ++++-----
 fedora/client/openidproxyclient.py                 |  44 +-
 fedora/client/pkgdb.py                             | 731 ---------------------
 fedora/client/proxyclient.py                       |  36 +-
 fedora/client/wiki.py                              |  38 +-
 fedora/compat25/__init__.py                        |  13 -
 fedora/django/__init__.py                          |   2 -
 fedora/django/auth/models.py                       |  14 +-
 fedora/release.py                                  |  10 +-
 fedora/tg/identity/jsonfasprovider1.py             |   2 +-
 fedora/tg/identity/jsonfasprovider2.py             |  16 +-
 fedora/tg/utils.py                                 |  15 +-
 fedora/tg/widgets.py                               |  13 +-
 fedora/tg2/utils.py                                |  16 +-
 fedora/urlutils.py                                 |   8 +-
 fedora/wsgi/csrf.py                                |  10 +-
 fedora/wsgi/faswho/faswhoplugin.py                 |   8 +-
 flask_fas.py                                       | 204 ------
 flask_fas_openid.py                                |  75 ++-
 python-fedora.spec                                 | 313 ---------
 python_fedora.egg-info/PKG-INFO                    |   7 +-
 python_fedora.egg-info/SOURCES.txt                 |  87 ++-
 python_fedora.egg-info/entry_points.txt            |  10 +-
 python_fedora.egg-info/requires.txt                |   6 +-
 python_fedora.egg-info/top_level.txt               |   3 +-
 releaseutils.py                                    |  12 +-
 setup.py                                           |  25 +-
 {fedora/django/auth => tests}/__init__.py          |   0
 .../django/auth => tests/functional}/__init__.py   |   0
 tests/functional/functional_test_utils.py          |  31 +
 tests/functional/test_openidbaseclient.py          |  62 ++
 tests/test_urlutils.py                             |  53 ++
 translations/{python-fedora.pot => af.po}          |  29 +-
 translations/{python-fedora.pot => am.po}          |  29 +-
 translations/{python-fedora.pot => anp.po}         |  29 +-
 translations/{python-fedora.pot => ar.po}          |  29 +-
 translations/{python-fedora.pot => as.po}          |  29 +-
 translations/{python-fedora.pot => ast.po}         |  29 +-
 translations/{python-fedora.pot => bal.po}         |  29 +-
 translations/{python-fedora.pot => be.po}          |  29 +-
 translations/{python-fedora.pot => bg.po}          |  29 +-
 translations/{python-fedora.pot => bn.po}          |  29 +-
 translations/{python-fedora.pot => bn_IN.po}       |  29 +-
 translations/{python-fedora.pot => bo.po}          |  29 +-
 translations/{python-fedora.pot => br.po}          |  29 +-
 translations/{python-fedora.pot => brx.po}         |  29 +-
 translations/{python-fedora.pot => bs.po}          |  29 +-
 translations/ca.po                                 |  96 ++-
 translations/cs.po                                 |  38 +-
 translations/{python-fedora.pot => cy.po}          |  29 +-
 translations/da.po                                 |  74 ++-
 translations/de.po                                 |  76 ++-
 translations/{python-fedora.pot => de_CH.po}       |  29 +-
 translations/{python-fedora.pot => el.po}          |  29 +-
 translations/{python-fedora.pot => en_GB.po}       |  29 +-
 translations/{python-fedora.pot => eo.po}          |  29 +-
 translations/es.po                                 |  76 ++-
 translations/{python-fedora.pot => et.po}          |  29 +-
 translations/{python-fedora.pot => eu.po}          |  29 +-
 translations/{python-fedora.pot => fa.po}          |  29 +-
 translations/{python-fedora.pot => fi.po}          |  29 +-
 translations/fr.po                                 |  77 ++-
 translations/{python-fedora.pot => gl.po}          |  29 +-
 translations/{python-fedora.pot => gu.po}          |  29 +-
 translations/{python-fedora.pot => he.po}          |  29 +-
 translations/{python-fedora.pot => hi.po}          |  29 +-
 translations/{python-fedora.pot => hr.po}          |  29 +-
 translations/hu.po                                 |  70 +-
 translations/{python-fedora.pot => ia.po}          |  29 +-
 translations/id.po                                 |  15 +-
 translations/{python-fedora.pot => ilo.po}         |  29 +-
 translations/{python-fedora.pot => is.po}          |  29 +-
 translations/it.po                                 |  75 ++-
 translations/ja.po                                 |  63 +-
 translations/{python-fedora.pot => ka.po}          |  29 +-
 translations/{python-fedora.pot => kk.po}          |  29 +-
 translations/{python-fedora.pot => km.po}          |  29 +-
 translations/{python-fedora.pot => kn.po}          |  29 +-
 translations/{python-fedora.pot => ko.po}          |  29 +-
 translations/{python-fedora.pot => kw.po}          |  29 +-
 translations/{python-fedora.pot => kw at kkcor.po}    |  29 +-
 translations/{python-fedora.pot => kw at uccor.po}    |  29 +-
 translations/{python-fedora.pot => kw_GB.po}       |  29 +-
 translations/{python-fedora.pot => ky.po}          |  29 +-
 translations/{python-fedora.pot => lv.po}          |  29 +-
 translations/{python-fedora.pot => mai.po}         |  29 +-
 translations/{python-fedora.pot => mk.po}          |  29 +-
 translations/{python-fedora.pot => ml.po}          |  29 +-
 translations/{python-fedora.pot => mn.po}          |  29 +-
 translations/{python-fedora.pot => mr.po}          |  29 +-
 translations/{python-fedora.pot => ms.po}          |  29 +-
 translations/nb.po                                 |  15 +-
 translations/{python-fedora.pot => nds.po}         |  29 +-
 translations/{python-fedora.pot => ne.po}          |  29 +-
 translations/nl.po                                 |  82 ++-
 translations/{python-fedora.pot => nn.po}          |  29 +-
 translations/{python-fedora.pot => nso.po}         |  29 +-
 translations/{python-fedora.pot => or.po}          |  29 +-
 translations/{python-fedora.pot => pa.po}          |  29 +-
 translations/pl.po                                 |  83 ++-
 translations/pt.po                                 |  48 +-
 translations/pt_BR.po                              |  75 ++-
 translations/python-fedora.pot                     |  24 +-
 translations/{python-fedora.pot => ro.po}          |  29 +-
 translations/ru.po                                 |  44 +-
 translations/{python-fedora.pot => si.po}          |  29 +-
 translations/{python-fedora.pot => sk.po}          |  29 +-
 translations/{python-fedora.pot => sl.po}          |  29 +-
 translations/{python-fedora.pot => sq.po}          |  29 +-
 translations/{python-fedora.pot => sr.po}          |  29 +-
 translations/{id.po => sr at latin.po}                |  17 +-
 translations/sv.po                                 |  74 ++-
 translations/{python-fedora.pot => ta.po}          |  29 +-
 translations/{python-fedora.pot => te.po}          |  29 +-
 translations/{python-fedora.pot => tg.po}          |  29 +-
 translations/th.po                                 |  62 +-
 translations/tr.po                                 |  48 +-
 translations/{python-fedora.pot => tw.po}          |  29 +-
 translations/uk.po                                 |  82 ++-
 translations/{python-fedora.pot => ur.po}          |  29 +-
 translations/{python-fedora.pot => vi.po}          |  29 +-
 translations/{python-fedora.pot => wba.po}         |  29 +-
 translations/{python-fedora.pot => yo.po}          |  29 +-
 translations/zh_CN.po                              |  55 +-
 translations/{python-fedora.pot => zh_HK.po}       |  29 +-
 translations/zh_TW.po                              |  40 +-
 translations/{python-fedora.pot => zu.po}          |  29 +-
 152 files changed, 3323 insertions(+), 3643 deletions(-)
 rename README => README.rst (65%)
 create mode 100644 debian/python-fedora-doc.doc-base
 create mode 100644 debian/python-fedora-doc.docs
 create mode 100644 debian/python-fedora-doc.manpages
 delete mode 100644 debian/upstream/signing-key.asc
 delete mode 100644 fedora/accounts/__init__.py
 delete mode 100644 fedora/accounts/fas2.py
 delete mode 100644 fedora/client/pkgdb.py
 delete mode 100644 fedora/compat25/__init__.py
 delete mode 100644 flask_fas.py
 delete mode 100644 python-fedora.spec
 copy {fedora/django/auth => tests}/__init__.py (100%)
 copy {fedora/django/auth => tests/functional}/__init__.py (100%)
 create mode 100644 tests/functional/functional_test_utils.py
 create mode 100644 tests/functional/test_openidbaseclient.py
 create mode 100644 tests/test_urlutils.py
 copy translations/{python-fedora.pot => af.po} (93%)
 copy translations/{python-fedora.pot => am.po} (93%)
 copy translations/{python-fedora.pot => anp.po} (93%)
 copy translations/{python-fedora.pot => ar.po} (92%)
 copy translations/{python-fedora.pot => as.po} (93%)
 copy translations/{python-fedora.pot => ast.po} (93%)
 copy translations/{python-fedora.pot => bal.po} (93%)
 copy translations/{python-fedora.pot => be.po} (92%)
 copy translations/{python-fedora.pot => bg.po} (93%)
 copy translations/{python-fedora.pot => bn.po} (93%)
 copy translations/{python-fedora.pot => bn_IN.po} (93%)
 copy translations/{python-fedora.pot => bo.po} (93%)
 copy translations/{python-fedora.pot => br.po} (93%)
 copy translations/{python-fedora.pot => brx.po} (93%)
 copy translations/{python-fedora.pot => bs.po} (92%)
 copy translations/{python-fedora.pot => cy.po} (93%)
 copy translations/{python-fedora.pot => de_CH.po} (93%)
 copy translations/{python-fedora.pot => el.po} (93%)
 copy translations/{python-fedora.pot => en_GB.po} (93%)
 copy translations/{python-fedora.pot => eo.po} (93%)
 copy translations/{python-fedora.pot => et.po} (93%)
 copy translations/{python-fedora.pot => eu.po} (93%)
 copy translations/{python-fedora.pot => fa.po} (93%)
 copy translations/{python-fedora.pot => fi.po} (93%)
 copy translations/{python-fedora.pot => gl.po} (93%)
 copy translations/{python-fedora.pot => gu.po} (93%)
 copy translations/{python-fedora.pot => he.po} (93%)
 copy translations/{python-fedora.pot => hi.po} (93%)
 copy translations/{python-fedora.pot => hr.po} (92%)
 copy translations/{python-fedora.pot => ia.po} (93%)
 copy translations/{python-fedora.pot => ilo.po} (93%)
 copy translations/{python-fedora.pot => is.po} (93%)
 copy translations/{python-fedora.pot => ka.po} (93%)
 copy translations/{python-fedora.pot => kk.po} (93%)
 copy translations/{python-fedora.pot => km.po} (93%)
 copy translations/{python-fedora.pot => kn.po} (93%)
 copy translations/{python-fedora.pot => ko.po} (93%)
 copy translations/{python-fedora.pot => kw.po} (93%)
 copy translations/{python-fedora.pot => kw at kkcor.po} (92%)
 copy translations/{python-fedora.pot => kw at uccor.po} (92%)
 copy translations/{python-fedora.pot => kw_GB.po} (92%)
 copy translations/{python-fedora.pot => ky.po} (93%)
 copy translations/{python-fedora.pot => lv.po} (93%)
 copy translations/{python-fedora.pot => mai.po} (93%)
 copy translations/{python-fedora.pot => mk.po} (93%)
 copy translations/{python-fedora.pot => ml.po} (93%)
 copy translations/{python-fedora.pot => mn.po} (93%)
 copy translations/{python-fedora.pot => mr.po} (93%)
 copy translations/{python-fedora.pot => ms.po} (93%)
 copy translations/{python-fedora.pot => nds.po} (93%)
 copy translations/{python-fedora.pot => ne.po} (93%)
 copy translations/{python-fedora.pot => nn.po} (93%)
 copy translations/{python-fedora.pot => nso.po} (93%)
 copy translations/{python-fedora.pot => or.po} (93%)
 copy translations/{python-fedora.pot => pa.po} (93%)
 copy translations/{python-fedora.pot => ro.po} (93%)
 copy translations/{python-fedora.pot => si.po} (93%)
 copy translations/{python-fedora.pot => sk.po} (93%)
 copy translations/{python-fedora.pot => sl.po} (92%)
 copy translations/{python-fedora.pot => sq.po} (93%)
 copy translations/{python-fedora.pot => sr.po} (92%)
 copy translations/{id.po => sr at latin.po} (92%)
 copy translations/{python-fedora.pot => ta.po} (93%)
 copy translations/{python-fedora.pot => te.po} (93%)
 copy translations/{python-fedora.pot => tg.po} (93%)
 copy translations/{python-fedora.pot => tw.po} (93%)
 copy translations/{python-fedora.pot => ur.po} (93%)
 copy translations/{python-fedora.pot => vi.po} (93%)
 copy translations/{python-fedora.pot => wba.po} (93%)
 copy translations/{python-fedora.pot => yo.po} (93%)
 copy translations/{python-fedora.pot => zh_HK.po} (93%)
 copy translations/{python-fedora.pot => zu.po} (93%)

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



More information about the Python-modules-commits mailing list