[Python-modules-commits] [django-fsm] branch master updated (50492fb -> 0039b4a)

Michael Fladischer fladi at moszumanska.debian.org
Fri May 20 08:39:36 UTC 2016


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

fladi pushed a change to branch master
in repository django-fsm.

      from  50492fb   Fixed VCS URL (https)
       new  e8d44dd   record new upstream branch created by importing django-fsm_2.4.0.orig.tar.gz
       new  db9e974   Import django-fsm_2.4.0.orig.tar.gz
       new  9b23c32   Remove django-jenkins from test dependencies
       new  570b03e   merge patched into master
       new  105dce5   change version to 2.4.0-1 [ Ondřej Nový ] [ Michael Fladischer ] New upstream release. change urgency to low
       new  0039b4a   Clean files in django_fsm.egg-info to allow two builds in a row.

The 6 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:
 .checkignore                                       |   2 +
 .travis.yml                                        |  17 ++-
 CHANGELOG.rst                                      | 101 +++++++++++++++
 README.rst                                         | 137 ++++++---------------
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   9 +-
 debian/clean                                       |   5 +
 debian/patches/remove_django_jenkins.patch         |   2 +-
 django_fsm/__init__.py                             |  62 +++++++---
 .../management/commands/graph_transitions.py       |  11 +-
 django_fsm/tests/test_basic_transitions.py         |  87 ++++++++++++-
 setup.py                                           |   8 +-
 tests/testapp/models.py                            |   8 +-
 tests/testapp/tests/test_multi_resultstate.py      |  40 ++++++
 tests/testapp/tests/test_string_field_parameter.py |  32 +++++
 tox.ini                                            |  64 +++++-----
 16 files changed, 427 insertions(+), 172 deletions(-)
 create mode 100644 .checkignore
 create mode 100644 CHANGELOG.rst
 create mode 100644 tests/testapp/tests/test_multi_resultstate.py
 create mode 100644 tests/testapp/tests/test_string_field_parameter.py

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



More information about the Python-modules-commits mailing list