[Python-modules-commits] [txfixtures] branch master updated (49557f3 -> 3740fbe)
Free Ekanayaka
freee at moszumanska.debian.org
Thu Feb 2 09:42:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
freee pushed a change to branch master
in repository txfixtures.
from 49557f3 Release 0.2.6-1
new ccee206 New upstream version 0.2.7
new b829625 Merge tag 'upstream/0.2.7'
new 3740fbe Update changelog for 0.2.7-1 release
The 3 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:
ChangeLog | 5 +++
Makefile | 2 +-
PKG-INFO | 2 +-
debian/changelog | 6 +++
...tests.patch => 0004-skip-phantomjs-tests.patch} | 17 ++++----
debian/patches/series | 2 +-
setup.cfg | 2 +-
tests/test_phantomjs.py | 7 ++++
tests/test_service.py | 5 ++-
txfixtures.egg-info/PKG-INFO | 2 +-
txfixtures.egg-info/SOURCES.txt | 3 ++
txfixtures.egg-info/pbr.json | 2 +-
txfixtures/_twisted/__init__.py | 1 +
txfixtures/_twisted/backports/__init__.py | 1 +
txfixtures/_twisted/backports/defer.py | 45 ++++++++++++++++++++++
txfixtures/_twisted/backports/testing.py | 42 ++++++++++++++++++++
txfixtures/_twisted/testing.py | 2 +
txfixtures/_twisted/threading.py | 2 +-
txfixtures/service.py | 5 ++-
19 files changed, 135 insertions(+), 18 deletions(-)
rename debian/patches/{0003-skip-phantomjs-tests.patch => 0004-skip-phantomjs-tests.patch} (64%)
create mode 100644 txfixtures/_twisted/backports/__init__.py
create mode 100644 txfixtures/_twisted/backports/defer.py
create mode 100644 txfixtures/_twisted/backports/testing.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txfixtures.git
More information about the Python-modules-commits
mailing list