File python-oslotest.changes of Package python-oslotest.18891

-------------------------------------------------------------------
Sat Mar 13 10:16:20 UTC 2021 - Dirk Müller <dmueller@suse.com>

- add 0001-Stop-testing-mock-functionality.patch (bsc#1181571) comment 28

-------------------------------------------------------------------
Fri Feb 23 13:28:58 UTC 2018 - tbechtold@suse.com

- Switch to stable/queens spec template

-------------------------------------------------------------------
Mon Jan 15 12:03:11 UTC 2018 - cloud-devel@suse.de

- update to version 3.2.0
  - Remove -U from pip install
  - Remove setting of version/release from releasenotes
  - Avoid tox_install.sh for constraints support
  - Remove oslotest.mockpatch
  - Adds mock autospec fixture
  - Updated from global requirements

-------------------------------------------------------------------
Thu Nov 23 17:11:32 UTC 2017 - cloud-devel@suse.de

- update to version 2.18.1
  - Update reno for stable/pike
  - Use assertIsNone(...) instead of assertIs(None,...)
  - Updated from global requirements
  - Deprecate oslotest.functional

-------------------------------------------------------------------
Mon Aug  7 13:56:48 UTC 2017 - cloud-devel@suse.de

- update to version 2.17.0
  - Remove pbr warnerrors in favor of sphinx check
  - Trivial fix style in document
  - Using fixtures instead of deprecated mockpatch module
  - rearrange content to fit the new standard layout
  - Update URLs in documents according to document migration
  - [Fix gate]Update test requirement
  - Update reno for stable/ocata
  - Remove support for py34
  - Updated from global requirements
  - Switch from oslosphinx to openstackdocstheme

-------------------------------------------------------------------
Fri Feb 10 15:25:27 UTC 2017 - cloud-devel@suse.de

- update to version 2.13.0:
  - Add Constraints support
  - Updated from global requirements
  - Show team and repo badges on README
  - Changed the home-page link
  - Add reno for release notes management
  - Remove testscenarios from requirements

-------------------------------------------------------------------
Tue Aug 30 16:15:25 UTC 2016 - tbechtold@suse.com

- update to version 2.10.0
  * A DisableModules fixture that removes modules from path
  * Updated from global requirements

-------------------------------------------------------------------
Wed Aug 10 12:08:55 UTC 2016 - tbechtold@suse.com

- update to 2.8.0:
  * Import mock so that it works on Python 3.x
  * Fix parameters of assertEqual are misplaced
  * Updated from global requirements
  * Add Python 3.5 classifier and venv

-------------------------------------------------------------------
Mon Jul  4 15:54:15 UTC 2016 - tbechtold@suse.com

- update to 2.6.0:
  * Updated from global requirements
  * Remove mockpatch re-implementations

-------------------------------------------------------------------
Sun Jun 19 20:24:00 UTC 2016 - dmueller@suse.com

- update to 2.4.0:
  * Updated from global requirements
  * Update .gitreview for stable/mitaka
  * Add some gitignore files
  * move unit tests into the oslotest package
  * Updated from global requirements
  * Hack to get back stopall cleanup behavior feature
  * Fix misspelling
  * Updated from global requirements
  * Trival: Remove 'MANIFEST.in'

-------------------------------------------------------------------
Thu Mar  3 07:14:29 UTC 2016 - tbechtold@suse.com

- update to 2.0.0:
  * Updated from global requirements
  * Remove Python 2.6 classifier
  * mockpatch: deprecate in favor of native fixtures
  * Remove python 2.6 and cleanup tox.ini
  * Updated from global requirements
  * Fix coverage configuration and execution
  * Updated from global requirements
  * Add documentation about using oslo_debug_helper
  * add oslo.config a test requirement
  * clean up readme and doc title
  * clean up toctree
  * auto-generate API documentation
  * Fix the home-page with Oslotest wikipage
  * Fixup docstrings
  * Updated from global requirements
  * Updated from global requirements
- Switch to .spec from rpm-packaging upstream project

-------------------------------------------------------------------
Fri Aug  7 07:59:53 UTC 2015 - dmueller@suse.com

- update to 1.10.0:
  * Allow TRACE and integer logging levels for 'OS_DEBUG'
  * Updated from global requirements

-------------------------------------------------------------------
Tue Jul 14 16:02:44 UTC 2015 - dmueller@suse.com

- update to 1.9.0:
  * Fix use of mock
  * Add documentation for cross-project unit testing
  * Updated from global requirements
  * Fix build break with Fixtures 1.3
  * Updated from global requirements

-------------------------------------------------------------------
Wed Jun 24 07:26:34 UTC 2015 - tbechtold@suse.com

- update to 1.8.0:
  * Updated from global requirements
  * Allow ``OS_DEBUG`` environment variable to specify log level
  * Updated from global requirements
  * always rebuild cross-test venv
  * Add CreateFileWithContent fixture
  * Create ConfigureLogging fixture
  * Create CaptureOutput fixture
  * Create Timeout wrapper fixture
  * Document the mock attribute for mockpatch

-------------------------------------------------------------------
Mon Jun 22 15:06:14 UTC 2015 - tbechtold@suse.com

- update to 1.7.0:
  * Updated from global requirements
  * Fix argument handling in oslo_run_cross_tests
  * Add class to deal with clouds.yaml support
  * Remove unneeded runtime pbr dep
  * Updated from global requirements
  * Advertise support for Python3.4 / Remove support for Python 3.3
  * Do not sync run_cross_tests.sh
  * Remove unused discover dependency
  * Uncap library requirements for liberty
  * Cleanup README.rst and setup.cfg
  * mockpatch: factorize code
  * Update to latest hacking
  * Updated from global requirements
  * mockpatch: fix a potential race condition
- Adjust Requires according to requirements.txt

-------------------------------------------------------------------
Tue Apr  7 15:24:05 UTC 2015 - bwiedemann@suse.com

- update to 1.5.1

-------------------------------------------------------------------
Tue Feb 24 15:37:38 UTC 2015 - tbechtold@suse.com

- update to 1.5.0:
  * Restore missing module for pre-release test script
  * Updated from global requirements
  * Set a higher default for maxDiff
  * Move the script for running pre-releases into oslotest
  * Update docs for new script name
  * Publish cross-test runner as part of oslotest
  * Fix for mktemp failure on osx
  * Activate pep8 check that _ is imported
  * Workflow documentation is now in infra-manual
  * Fix the URL for reporting bugs in the README
  * Updated from global requirements
  * Add pbr to installation requirements
  * Clean up the docs for oslo_debug_helper
- Adjust Requires according to requirements.txt
- Add oslo_run_cross_tests oslo_run_pre_release_tests to /usr/bin/


-------------------------------------------------------------------
Tue Oct 28 09:06:07 UTC 2014 - dmueller@suse.com

- update to 1.2.0:
  * Updated from global requirements
  * Set install_command in tox to avoid pre-releases
  * Add an extra parameter for test directory in debugger script
  * Handle tempfile content encoding
  * Work toward Python 3.4 support and testing
  * Add links to best practices video and etherpad
  * Updated from global requirements
  * Drop .sh extension from oslo_debug_helper.sh
  * Add history/changelog to docs
  * fix typo and formatting in contributing docs

-------------------------------------------------------------------
Sat Sep 27 15:58:40 UTC 2014 - dmueller@suse.com

- update to 1.1.0:
  * no change compared to 1.1.0.0a2

-------------------------------------------------------------------
Tue Sep 16 07:14:53 UTC 2014 - dmueller@suse.com

- update to 1.1.0.0a2:
  * Add fixture for mock.patch.multiple
  * Ensure that mock.patch.stopall is called last
  * Remove differences between Python 2.x and 3.x versions
  * Require six
  * Add documentation for running oslo_debug_heler.sh
  * Restructure oslotest docs
  * Add pdb support to tox with debug helper shell script
  * Updated from global requirements
  * Cleaning up index.rst file
  * Add known issue about time.time mocking
  * Updated from global requirements
  * Add API documentation
  * Moving to use the mock module found in Python3

-------------------------------------------------------------------
Wed Sep  3 12:45:53 UTC 2014 - dmueller@suse.com

- add drop-mox-dependency.diff 

-------------------------------------------------------------------
Tue Aug 26 10:02:12 UTC 2014 - dmueller@suse.com

- update to 1.1.0.0a1:
  * Update to hacking 0.9.2
  * Cleanup mock patches on BaseTestCase tearDown(
  * Add unit test for olsotest base class
  * fix .gitreview after rename
  * Sync new sphinx requirement spec
  * Set log level to default value
  * Updated from global requirements
  * Update cross-test directions
  * Update project name in doc build

-------------------------------------------------------------------
Wed Apr  2 09:30:30 UTC 2014 - speilicke@suse.com

- Update to version 1.0.0:
  * Import run_cross_tests.sh from oslo-incubator
  * Fix up documentation files
  * Fake logger as instance attribute
  * Require testrepository and other tools at runtime
  * Updated from global requirements
  * Add tool to run cross-project tests
- Fix dependencies
- Use testrepository to run tests

-------------------------------------------------------------------
Thu Mar 27 11:13:59 UTC 2014 - cfarrell@suse.com

- license update: Apache-2.0
  See LICENSE

-------------------------------------------------------------------
Mon Mar  3 10:42:54 UTC 2014 - bwiedemann@suse.com

- initial package using
  py2pack generate -t opensuse.spec -f python-oslotest.spec oslotest

openSUSE Build Service is sponsored by