14
0

- update to 3.0.0:

* Release 3.0.0
  * Fixup the MonkeyPatch patch
  * Tweak the new tests for consistency
  * Update the semantics on _fixtures.MonkeyPatch
  * Avoid old versions of pbr - we require modern releases
  * Correct MockPatchMultiple example
  * Ignore .tox
  * MonkeyPatch staticmethod
  * Drop support for Python 3.2. It's history
  * Fix print in README
  * Add CompoundFixture
  * Tweak hacking docs
  * Fix "propagate" spelling everywhere
  * Missed one: propogate -> propagate
  * Spelling and lint fixes
  * Release 1.4
  * Trivial pep8 fix to logger.py
  * FakeLogger: Mis-formatted log messages will raise Exception
  * Use mock in preference to unittest.mock
  * Add a .travis.yml
  * Note how to push on releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=24
This commit is contained in:
2016-06-20 08:05:41 +00:00
committed by Git OBS Bridge
parent 8782281f05
commit 657194aabe
4 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b63cf3bb37f83ff815456e2d0e118535ae9a4bf43e76d9a1cf3286041bf717ce
size 49741

3
fixtures-3.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef
size 56629

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Jun 20 08:04:02 UTC 2016 - dmueller@suse.com
- update to 3.0.0:
* Release 3.0.0
* Fixup the MonkeyPatch patch
* Tweak the new tests for consistency
* Update the semantics on _fixtures.MonkeyPatch
* Avoid old versions of pbr - we require modern releases
* Correct MockPatchMultiple example
* Ignore .tox
* MonkeyPatch staticmethod
* Drop support for Python 3.2. It's history
* Fix print in README
* Add CompoundFixture
* Tweak hacking docs
* Fix "propagate" spelling everywhere
* Missed one: propogate -> propagate
* Spelling and lint fixes
* Release 1.4
* Trivial pep8 fix to logger.py
* FakeLogger: Mis-formatted log messages will raise Exception
* Use mock in preference to unittest.mock
* Add a .travis.yml
* Note how to push on releases
-------------------------------------------------------------------
Tue Sep 1 09:18:07 UTC 2015 - tbechtold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fixtures
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-fixtures
Version: 1.3.1
Version: 3.0.0
Release: 0
Summary: Fixtures, reusable state for writing clean tests and more
License: Apache-2.0 or BSD-3-Clause
Group: Development/Languages/Python
Url: https://launchpad.net/python-fixtures
Source: http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
Source: https://pypi.io/packages/source/f/fixtures/fixtures-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-mock
BuildRequires: python-pbr >= 0.11