From 657194aabeedd9990a36e3fcbdb7af47334f4763477417c607db15849c3b0818 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Jun 2016 08:05:41 +0000 Subject: [PATCH] - 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 --- fixtures-1.3.1.tar.gz | 3 --- fixtures-3.0.0.tar.gz | 3 +++ python-fixtures.changes | 26 ++++++++++++++++++++++++++ python-fixtures.spec | 6 +++--- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 fixtures-1.3.1.tar.gz create mode 100644 fixtures-3.0.0.tar.gz diff --git a/fixtures-1.3.1.tar.gz b/fixtures-1.3.1.tar.gz deleted file mode 100644 index 90c72e0..0000000 --- a/fixtures-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b63cf3bb37f83ff815456e2d0e118535ae9a4bf43e76d9a1cf3286041bf717ce -size 49741 diff --git a/fixtures-3.0.0.tar.gz b/fixtures-3.0.0.tar.gz new file mode 100644 index 0000000..e8a7f69 --- /dev/null +++ b/fixtures-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef +size 56629 diff --git a/python-fixtures.changes b/python-fixtures.changes index f5bf2de..09d4641 100644 --- a/python-fixtures.changes +++ b/python-fixtures.changes @@ -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 diff --git a/python-fixtures.spec b/python-fixtures.spec index 62cebe7..374ccf5 100644 --- a/python-fixtures.spec +++ b/python-fixtures.spec @@ -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