[python-pymeasure] branch master updated (9bb10fd -> 4fc3564)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Aug 18 16:08:48 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-pymeasure.
from 9bb10fd Release to unstable
adds 659d48f New upstream version 0.4.6
new 0aff27c Merge tag 'upstream/0.4.6'
new ad05eae Drop patch No-pytest-conftest.patch
new 6322fee Adapt the autopkgtests to the new upstream layout
new 34c086d Add pytest-runner to the build dependencies
new 46081cc Drop superfluous nocheck guard for pybuild
new f34269e Add support for the nodoc build option
new 56efbca Bump standards version to 4.0.1, no changes required
new 8ecc961 Fixup the Vcs-Browser URI
new 4fc3564 Release to unstable
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:
AUTHORS.txt | 3 +-
CHANGES.txt | 7 ++
MANIFEST.in | 1 +
PKG-INFO | 11 ++-
PyMeasure.egg-info/PKG-INFO | 11 ++-
PyMeasure.egg-info/SOURCES.txt | 34 +++++----
debian/changelog | 17 +++++
debian/control | 7 +-
debian/patches/No-pytest-conftest.patch | 24 -------
debian/patches/series | 1 -
debian/rules | 7 +-
debian/tests/control | 3 +-
docs/conf.py | 4 +-
docs/dev/contribute.rst | 11 ++-
pymeasure/__init__.py | 2 +-
pymeasure/display/inputs.py | 62 ++++++----------
pymeasure/display/listeners.py | 3 +-
pymeasure/experiment/listeners.py | 7 +-
pymeasure/experiment/procedure.py | 52 +++++++++++++-
pymeasure/experiment/results.py | 84 ++++++++++++++++++++--
pymeasure/experiment/tests/__init__.py | 0
pymeasure/experiment/tests/data/__init__.py | 0
pymeasure/experiment/workers.py | 30 ++++----
pymeasure/instruments/ni/daqmx.py | 5 +-
pymeasure/instruments/tests/__init__.py | 0
pymeasure/log.py | 9 +--
pymeasure/process.py | 13 ++--
pymeasure/tests/__init__.py | 0
pymeasure/thread.py | 2 +-
setup.cfg | 3 +
setup.py | 7 +-
.../tests => tests/adapters}/test_adapter.py | 0
pymeasure/errors.py => tests/conftest.py | 13 ++--
.../tests => tests/experiment/data}/__init__.py | 0
.../experiment}/data/procedure_for_testing.py | 10 ++-
.../experiment}/data/results_for_testing.csv | 0
.../tests => tests/experiment}/test_listeners.py | 0
.../tests => tests/experiment}/test_parameters.py | 0
.../tests => tests/experiment}/test_procedure.py | 16 ++++-
.../tests => tests/experiment}/test_results.py | 41 +++++++++--
.../tests => tests/experiment}/test_workers.py | 52 +++++++-------
.../tests => tests/instruments}/test_instrument.py | 0
.../tests => tests/instruments}/test_validators.py | 0
{pymeasure/tests => tests}/test_log.py | 7 +-
{pymeasure/tests => tests}/test_process.py | 23 +++---
{pymeasure/tests => tests}/test_thread.py | 5 +-
46 files changed, 380 insertions(+), 207 deletions(-)
delete mode 100644 debian/patches/No-pytest-conftest.patch
delete mode 100644 pymeasure/experiment/tests/__init__.py
delete mode 100644 pymeasure/experiment/tests/data/__init__.py
delete mode 100644 pymeasure/instruments/tests/__init__.py
delete mode 100644 pymeasure/tests/__init__.py
rename {pymeasure/adapters/tests => tests/adapters}/test_adapter.py (100%)
copy pymeasure/errors.py => tests/conftest.py (89%)
rename {pymeasure/adapters/tests => tests/experiment/data}/__init__.py (100%)
rename {pymeasure/experiment/tests => tests/experiment}/data/procedure_for_testing.py (88%)
rename {pymeasure/experiment/tests => tests/experiment}/data/results_for_testing.csv (100%)
rename {pymeasure/experiment/tests => tests/experiment}/test_listeners.py (100%)
rename {pymeasure/experiment/tests => tests/experiment}/test_parameters.py (100%)
rename {pymeasure/experiment/tests => tests/experiment}/test_procedure.py (74%)
rename {pymeasure/experiment/tests => tests/experiment}/test_results.py (52%)
rename {pymeasure/experiment/tests => tests/experiment}/test_workers.py (62%)
rename {pymeasure/instruments/tests => tests/instruments}/test_instrument.py (100%)
rename {pymeasure/instruments/tests => tests/instruments}/test_validators.py (100%)
rename {pymeasure/tests => tests}/test_log.py (94%)
rename {pymeasure/tests => tests}/test_process.py (79%)
rename {pymeasure/tests => tests}/test_thread.py (96%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-pymeasure.git
More information about the debian-science-commits
mailing list