Package Release Info

python-stestr-2.6.0-bp152.4.13.1

Update Info: openSUSE-2022-48
Available in Package Hub : 15 SP2 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-stestr
python3-stestr

Change Logs

Version: 2.6.0-8.4.10
* Thu Jun 25 2020 dmueller@suse.com
- update to 2.6.0:
  * Base project infrastructure
  * Add python 3.8 macOS and windows ci jobs
  * Update test\_processor.py
  * Update config\_file.py
  * Update cli.py
  * Remove 3.8 azure pipelines jobs
  * Update stestr/scheduler.py
  * Update to recent hacking version
  * Add Python 3.8 support
  * Add --pdb flag to stestr run
  * Add unit tests around repo initialize
  * Handle empty .stestr directory to initialize
  * Update issue templates
  * Escape Windows paths
  * Stop encoding attachments text
  * Remove stray reference to removed short form of --random
  * Remove abbreviated option for stestr run --random
  * Only use stdlib based unittest runner for py >=3.5
  * Handle NoneType timestamps in subunit results
  * Add links to translated version README
  * Add README\_ja.rst
  * Update docs
  * Revert to the trimmed stdout usage
  * Revert to previous stdout and remove usage modification
  * Revert "Add back more of the \_get\_runner() logic"
  * Add back more of the \_get\_runner() logic
  * Remove unused bits from test runner
  * Use StringIO instead of tempfile
  * Remove console script entrypoint for the runner
  * Add license to package metadata
  * Add unit tests for output functions
  * Add mailmap file to deduplicate authors list
  * Add custom test runner and remove testtools runner dependency
  * Fix edge case where there are no test times in output
  * Mention IRC channel in README
  * Add macOS azure pipelines
  * Use Azure DevOps build badge instead of appveyor
  * Add Deprecation warning on cli usage with py2.7
  * Remove appveyor config
  * Install vcpython27 when python.version is 2.7
  * Set up CI with Azure Pipelines
  * Add release automation for pypi artifacts
  * Rework logic for suppress attachments and all attachments
  * Add readme note about python 2 eol in readme
  * Cap sphinx version <2.0.0 when python2.7
  * Add flag to print all attachments for successful tests
  * Add skips on windows
  * Discover python executable when discover is not used
  * Update copyright year
  * Use str instead of six.text\_type for python2.7
  * Fix pep8 error
  * Update stestr/repository/memory.py
  * Add support to repositories for storing run metadata
  * Use yaml.safe\_load instead of yaml.load
  * Take care of 'concurrency is None' case
  * Add sanity check unittests
  * Use to\_int in both CLI and Python API
  * Ensure concurrency is always an int
* Tue Nov 06 2018 toddrme2178@gmail.com
- Update to version 2.1.1
  * Add support for python 3.7
  * Fix handling of unexpected success results
  * Allow stestr to be called as a module (#185)
  * Add error handling for invalid input regexes
  * Cleanup the manpage section on dealing with failed tests
  * Cleanup argument help text on load command
  * Fix description for the stestr run command
Version: 2.1.1-bp151.1.1
* Tue Nov 06 2018 Todd R <toddrme2178@gmail.com>
- Update to version 2.1.1
  * Add support for python 3.7
  * Fix handling of unexpected success results
  * Allow stestr to be called as a module (#185)
  * Add error handling for invalid input regexes
  * Cleanup the manpage section on dealing with failed tests
  * Cleanup argument help text on load command
  * Fix description for the stestr run command
* Fri Aug 24 2018 comurphy@suse.com
- Add python3-dbm dependency
  * Required for python3: https://github.com/mtreinish/stestr/blob/2.1.1/stestr/subunit_trace.py#L34-L39
* Tue Aug 07 2018 dmueller@suse.com
- fixtypo in last change
* Mon Aug 06 2018 tchvatal@suse.com
- Update the Requires/BuildRequires to reflect requirements.txt
* Mon Aug 06 2018 dmueller@suse.com
- update to 2.1.0:
  * Uncap pbr
  * Revert "Cap pip version in windows ci"
  * Revert "Uncap pbr"
  * Uncap pbr
  * Clarify docs on group\_regex
  * Remove Python 2.6 code
  * Switch python doc reference from 2 to 3
  * Cleanup manual section on configuration
  * Fix abbreviate option in run subcommand
  * Ignore errors on cleanup in test\_return\_codes
  * Cap pip version in windows ci
  * Add docs and helper script for building man page
  * Add documentation for --suppress-attachments option
  * Add option to suppress attachment printing on successful tests
  * Add unit tests for return code from functions
  * Remove windows skips for old subunit versions
  * Cap PBR<4.0.0
  * Fixed manual page description
  * Fix manpage generation
  * Add issue description in template
  * Add an issue template to project
  * Add usage to manual docs page
  * Fix the manual docs link in README
  * Add alt texts for badges in README
  * Use flat-square design badges on README
  * Fix typos about whitelist/blacklist option in manual
  * Fix a small mistake in manual about test selection
  * Update the package summary in setup.cfg metadata
  * Add functional tests for user config file
  * Fix no attribute 'repo\_type' error when running w/ --slowest option
  * Add support for a user config file
  * Fix warning message about missing worker tags in subunit-trace
  * Add badge for Appveyor status
  * Remove unnecessary shebang and execution bit from subunit\_trace
  * Fix typos in docs
  * Fix pep8 violations
  * Add --slowest option to test runs
  * Handle zero and negative times in stestr slowest
  * list: Deal with [] instead of 'None' for filters
  * Fix docs nits
  * Update doc for using cliff for CLI layer
  * Use cliff for CLI layer
  * Implement quiet option for run and load commands
  * Deprecate the partial flag
  * Allow both group\_regex and group-regex as an optional argument
  * Remove pyc files before running stestr in tox
  * Update travis job config
Version: 1.1.0-bp150.1.2
* Mon Feb 26 2018 tbechtold@suse.com
* Pass output to output.make\_result() in stestr load
  * Remove 32bit windows testing CI config
  * Add functional test for analyze-isolation flag
  * Fetch the data from last run earlier
  * Fix the stestr run --analyze-isolation flag
  * Remove contributor docs for using reno
  * Fix stestr load from stdin
  * Add test\_return\_codes check for valid subunit output
  * Respect all selection mechanisms for discovery check
  * Fix .testr.conf parsing: test path follows discover
  * Fix if logic on output types in stestr load
  * Add a --abbreviate flag to stestr run and load
  * Add missing run command to stestr manual
  * Print just error message when no stestr repo
  * Fix whitelist arg usage in stestr run
  * Drop reno
  * Add missing home-page
  * Fix: pass the top\_dir parameter to the 'list' command
  * Fix: pass the test\_path parameter to the 'list' command
  * Update MANUAL.rst
  * Update the trove classifiers
  * Use context managers for file open()
  * Ensure we always close files in file repository
  * Create a Code of Conduct for the project
  * Fix coveralls collection
* Thu Sep 14 2017 tbechtold@suse.com
- initial packaging (version 1.0.0)