commit python-fixtures for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2019-11-04 17:10:32

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new.2990 (New)


Package is "python-fixtures"

Mon Nov  4 17:10:32 2019 rev:19 rq:743983 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2018-12-06 12:14:52.773676922 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fixtures.new.2990/python-fixtures.changes
2019-11-04 17:10:33.800527586 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 13:38:30 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.orcPSk/_old  2019-11-04 17:10:34.256528073 +0100
+++ /var/tmp/diff_new_pack.orcPSk/_new  2019-11-04 17:10:34.256528073 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fixtures
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -22,7 +22,6 @@
 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: 
https://files.pythonhosted.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
 BuildRequires:  %{python_module extras}
@@ -54,7 +53,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec -m testtools.run fixtures.test_suite




commit python-fixtures for openSUSE:Factory

2018-12-06 Thread root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2018-12-06 12:14:51

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new.19453 (New)


Package is "python-fixtures"

Thu Dec  6 12:14:51 2018 rev:18 rq:654053 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2017-05-06 18:26:50.295044753 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fixtures.new.19453/python-fixtures.changes   
2018-12-06 12:14:52.773676922 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:47:59 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.0bg2jv/_old  2018-12-06 12:14:53.237676422 +0100
+++ /var/tmp/diff_new_pack.0bg2jv/_new  2018-12-06 12:14:53.237676422 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fixtures
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,11 +21,10 @@
 Version:3.0.0
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
-License:Apache-2.0 or BSD-3-Clause
+License:Apache-2.0 OR BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://launchpad.net/python-fixtures
-Source: 
https://pypi.io/packages/source/f/fixtures/fixtures-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:https://launchpad.net/python-fixtures
+Source: 
https://files.pythonhosted.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
 BuildRequires:  %{python_module extras}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr >= 0.11}
@@ -37,7 +36,6 @@
 Requires:   python-pbr >= 0.11
 Requires:   python-six
 Requires:   python-testtools >= 0.9.22
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -62,8 +60,8 @@
 %python_exec -m testtools.run fixtures.test_suite
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc Apache-2.0 BSD COPYING NEWS README
+%license COPYING
+%doc Apache-2.0 BSD NEWS README
 %{python_sitelib}/fixtures
 %{python_sitelib}/fixtures-%{version}-py%{python_version}.egg-info
 




commit python-fixtures for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2017-05-06 18:26:49

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is "python-fixtures"

Sat May  6 18:26:49 2017 rev:17 rq:484785 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2017-01-25 23:26:04.306022644 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2017-05-06 18:26:50.295044753 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 08:26:07 UTC 2017 - aloi...@gmx.com
+
+- Converted to single-spec
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.v80d8Z/_old  2017-05-06 18:26:51.014943172 +0200
+++ /var/tmp/diff_new_pack.v80d8Z/_new  2017-05-06 18:26:51.018942607 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fixtures
 Version:3.0.0
 Release:0
@@ -24,23 +25,21 @@
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-fixtures
 Source: 
https://pypi.io/packages/source/f/fixtures/fixtures-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-extras
-BuildRequires:  python-mock
-BuildRequires:  python-pbr >= 0.11
-BuildRequires:  python-six
-BuildRequires:  python-testtools >= 0.9.22
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-discover
-BuildRequires:  python-unittest2
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module extras}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pbr >= 0.11}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module testtools >= 0.9.22}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-extras
+Requires:   python-pbr >= 0.11
 Requires:   python-six
 Requires:   python-testtools >= 0.9.22
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%python_subpackages
 
 %description
 Fixtures defines a Python contract for reusable state / support logic,
@@ -53,17 +52,19 @@
 %setup -q -n fixtures-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-make check
+%python_exec -m testtools.run fixtures.test_suite
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc Apache-2.0 BSD COPYING NEWS README
-%{python_sitelib}/*
+%{python_sitelib}/fixtures
+%{python_sitelib}/fixtures-%{version}-py%{python_version}.egg-info
 
 %changelog




commit python-fixtures for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2017-01-25 23:26:03

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is "python-fixtures"

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2016-06-23 13:36:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2017-01-25 23:26:04.306022644 +0100
@@ -1,0 +2,5 @@
+Sat Jan 14 18:29:11 UTC 2017 - h...@urpla.net
+
+- fix dependencies: add python-extras
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.8YuTJd/_old  2017-01-25 23:26:04.753955112 +0100
+++ /var/tmp/diff_new_pack.8YuTJd/_new  2017-01-25 23:26:04.757954510 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fixtures
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,12 +24,13 @@
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-fixtures
 Source: 
https://pypi.io/packages/source/f/fixtures/fixtures-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-extras
 BuildRequires:  python-mock
 BuildRequires:  python-pbr >= 0.11
 BuildRequires:  python-six
 BuildRequires:  python-testtools >= 0.9.22
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-discover
 BuildRequires:  python-unittest2
@@ -37,6 +38,7 @@
 %else
 BuildArch:  noarch
 %endif
+Requires:   python-extras
 Requires:   python-six
 Requires:   python-testtools >= 0.9.22
 




commit python-fixtures for openSUSE:Factory

2016-06-23 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2016-06-23 13:36:04

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is "python-fixtures"

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2015-09-30 05:50:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2016-06-23 13:36:05.0 +0200
@@ -1,0 +2,26 @@
+Mon Jun 20 08:04:02 UTC 2016 - dmuel...@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
+
+---

Old:

  fixtures-1.3.1.tar.gz

New:

  fixtures-3.0.0.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.ik6NBE/_old  2016-06-23 13:36:06.0 +0200
+++ /var/tmp/diff_new_pack.ik6NBE/_new  2016-06-23 13:36:06.0 +0200
@@ -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

++ fixtures-1.3.1.tar.gz -> fixtures-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.3.1/.travis.yml 
new/fixtures-3.0.0/.travis.yml
--- old/fixtures-1.3.1/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/fixtures-3.0.0/.travis.yml  2016-04-07 02:32:14.0 +0200
@@ -0,0 +1,23 @@
+sudo: false
+language: python
+
+python:
+  - "2.6"
+  - "2.7"
+  - "3.3"
+  - "3.4"
+  - "3.5"
+  - "pypy"
+  - pypy3
+  - "nightly"
+
+install:
+ - pip install -U pip
+ - pip install -U wheel setuptools pbr
+ - pip install -U .[docs,test]
+ - pip list
+ - python --version
+
+script:
+ - make check
+ - rst2html.py README README.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.3.1/AUTHORS new/fixtures-3.0.0/AUTHORS
--- old/fixtures-1.3.1/AUTHORS  2015-06-30 04:22:04.0 +0200
+++ new/fixtures-3.0.0/AUTHORS  2016-05-20 01:03:07.0 +0200
@@ -1,3 +1,5 @@
+Andrew Laski 
+Brant Knudson 
 Clark Boylan 
 Dan Kenigsberg 
 Francesco Banconi 
@@ -6,6 +8,7 @@
 Gavin Panella 
 Gavin Panella 
 James Westby 
+John L. Villalovos 
 Jonathan Lange 
 Jonathan Lange 
 Joshua Harlow 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.3.1/ChangeLog new/fixtures-3.0.0/ChangeLog
--- old/fixtures-1.3.1/ChangeLog2015-06-30 04:22:04.0 +0200
+++ new/fixtures-3.0.0/ChangeLog2016-05-20 01:03:07.0 +0200
@@ -1,6 +1,40 @@
 CHANGES
 ===
 
+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

commit python-fixtures for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2015-09-30 05:50:29

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is "python-fixtures"

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2015-08-01 11:38:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2015-09-30 05:50:29.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  1 09:18:07 UTC 2015 - tbecht...@suse.com
+
+- Add missing python-six Requires and BuildRequires
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.i35kt4/_old  2015-09-30 05:50:30.0 +0200
+++ /var/tmp/diff_new_pack.i35kt4/_new  2015-09-30 05:50:30.0 +0200
@@ -27,6 +27,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-mock
 BuildRequires:  python-pbr >= 0.11
+BuildRequires:  python-six
 BuildRequires:  python-testtools >= 0.9.22
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -36,6 +37,7 @@
 %else
 BuildArch:  noarch
 %endif
+Requires:   python-six
 Requires:   python-testtools >= 0.9.22
 
 %description




commit python-fixtures for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2015-08-01 11:38:21

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2015-05-10 10:46:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2015-08-01 11:38:22.0 +0200
@@ -1,0 +2,14 @@
+Fri Jul  3 12:09:34 UTC 2015 - dmuel...@suse.com
+
+- update to 1.3.1:
+  * Clarify the intent around _setUp
+  * Handle BaseException resource leaks as well
+  * Remove trailing whitespace
+  * Deal with resource leaks during setUp
+  * Missed NEWS entry
+  * Fine tune the mock patch
+  * Add a new mockpatch fixture
+  * Document where the project home and source are
+  * Ignore built things
+
+---

Old:

  fixtures-1.2.0.tar.gz

New:

  fixtures-1.3.1.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.eK3vbZ/_old  2015-08-01 11:38:22.0 +0200
+++ /var/tmp/diff_new_pack.eK3vbZ/_new  2015-08-01 11:38:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-fixtures
-Version:1.2.0
+Version:1.3.1
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
 License:Apache-2.0 or BSD-3-Clause
@@ -25,6 +25,7 @@
 Url:https://launchpad.net/python-fixtures
 Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-mock
 BuildRequires:  python-pbr = 0.11
 BuildRequires:  python-testtools = 0.9.22
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +36,7 @@
 %else
 BuildArch:  noarch
 %endif
-Requires:   python-testtools
+Requires:   python-testtools = 0.9.22
 
 %description
 Fixtures defines a Python contract for reusable state / support logic,

++ fixtures-1.2.0.tar.gz - fixtures-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/AUTHORS new/fixtures-1.3.1/AUTHORS
--- old/fixtures-1.2.0/AUTHORS  2015-05-05 00:14:19.0 +0200
+++ new/fixtures-1.3.1/AUTHORS  2015-06-30 04:22:04.0 +0200
@@ -9,6 +9,7 @@
 Jonathan Lange j...@canonical.com
 Jonathan Lange j...@mumak.net
 Joshua Harlow harlo...@yahoo-inc.com
+Julien Danjou jul...@danjou.info
 Martin Pool m...@canonical.com
 Robert Collins robe...@robertcollins.net
 Sean Dague s...@dague.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/ChangeLog new/fixtures-1.3.1/ChangeLog
--- old/fixtures-1.2.0/ChangeLog2015-05-05 00:14:19.0 +0200
+++ new/fixtures-1.3.1/ChangeLog2015-06-30 04:22:04.0 +0200
@@ -1,6 +1,25 @@
 CHANGES
 ===
 
+1.3.1
+-
+
+* Release 1.3.1
+* Clarify the intent around _setUp
+* Handle BaseException resource leaks as well
+
+1.3.0
+-
+
+* Release 1.3.0
+* Remove trailing whitespace
+* Deal with resource leaks during setUp
+* Missed NEWS entry
+* Fine tune the mock patch
+* Add a new mockpatch fixture
+* Document where the project home and source are
+* Ignore built things
+
 1.2.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/NEWS new/fixtures-1.3.1/NEWS
--- old/fixtures-1.2.0/NEWS 2015-05-04 23:50:18.0 +0200
+++ new/fixtures-1.3.1/NEWS 2015-06-30 04:21:13.0 +0200
@@ -6,6 +6,27 @@
 NEXT
 
 
+1.3.1
+~
+
+* ``Fixture.setUp`` now uses a bare except: and will thus catch BaseException.
+  Any non-Exception-subclass errors are raised verbatim after calling
+  ``cleanUp``, to avoid inappropriate masking in callers. (Robert Collins)
+
+1.3.0
+~
+
+* Add MockPatch, MockPatchMultiple, MockPatchObject - adapters to mock.
+  (Julien Danjou, Robert Collins)
+
+* Fixture.setUp should no longer be overridden in subclasses. Instead
+  override _setUp. This permits the Fixture base class to detect failures
+  during _setUp and trigger any registered cleanups, attach any details
+  to the failure exception and propogate that to callers. Overriding of
+  setUp is still supported: this adds a new interface for simpler
+  implementation of the contract of a fixture.
+  (Robert Collins, #1456361, #1456353)
+
 1.2.0
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.2.0/PKG-INFO new/fixtures-1.3.1/PKG-INFO
--- old/fixtures-1.2.0/PKG-INFO 

commit python-fixtures for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2015-05-10 10:46:14

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2015-03-03 11:15:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2015-05-10 10:46:15.0 +0200
@@ -1,0 +2,18 @@
+Tue May  5 11:20:23 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.2.0:
+  * Release 1.2.0
+  * Add a warnings module capture fixure
+  * Use universal wheels
+- additional changes from version 1.1.0:
+  * Release 1.1.0 and use pbr 0.11 features
+  * Missing NEWS entry
+  * add tox.ini file
+  * Fixed test performance on Python 3.5
+  * Add NEWS for FakeLogger formatter
+  * allow the specification of a custom log formatter
+- set a minimum version for python-pbr
+- reenable the tests via make check:
+  python-testrepository is not needed anymore
+
+---

Old:

  fixtures-1.0.0.tar.gz

New:

  fixtures-1.2.0.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.69tPWd/_old  2015-05-10 10:46:15.0 +0200
+++ /var/tmp/diff_new_pack.69tPWd/_new  2015-05-10 10:46:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-fixtures
-Version:1.0.0
+Version:1.2.0
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
 License:Apache-2.0 or BSD-3-Clause
@@ -25,11 +25,8 @@
 Url:https://launchpad.net/python-fixtures
 Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-pbr
-#BuildRequires:  python-testrepository
+BuildRequires:  python-pbr = 0.11
 BuildRequires:  python-testtools = 0.9.22
-# Test requirements:
-#BuildRequires:  python-bzrlib.tests
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 BuildRequires:  python-discover
@@ -56,9 +53,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# Create a cycle with python-testrepository; disabled for now
-#%check
-#testr init  testr run
+%check
+make check
 
 %files
 %defattr(-,root,root,-)

++ fixtures-1.0.0.tar.gz - fixtures-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/AUTHORS new/fixtures-1.2.0/AUTHORS
--- old/fixtures-1.0.0/AUTHORS  2014-10-27 21:27:47.0 +0100
+++ new/fixtures-1.2.0/AUTHORS  2015-05-05 00:14:19.0 +0200
@@ -8,6 +8,7 @@
 James Westby james.wes...@linaro.org
 Jonathan Lange j...@canonical.com
 Jonathan Lange j...@mumak.net
+Joshua Harlow harlo...@yahoo-inc.com
 Martin Pool m...@canonical.com
 Robert Collins robe...@robertcollins.net
 Sean Dague s...@dague.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/ChangeLog new/fixtures-1.2.0/ChangeLog
--- old/fixtures-1.0.0/ChangeLog2014-10-27 21:27:47.0 +0100
+++ new/fixtures-1.2.0/ChangeLog2015-05-05 00:14:19.0 +0200
@@ -1,6 +1,23 @@
 CHANGES
 ===
 
+1.2.0
+-
+
+* Release 1.2.0
+* Add a warnings module capture fixure
+* Use universal wheels
+
+1.1.0
+-
+
+* Release 1.1.0 and use pbr 0.11 features
+* Missing NEWS entry
+* add tox.ini file
+* Fixed test performance on Python 3.5
+* Add NEWS for FakeLogger formatter
+* allow the specification of a custom log formatter
+
 1.0.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/HACKING new/fixtures-1.2.0/HACKING
--- old/fixtures-1.0.0/HACKING  2014-09-25 23:09:19.0 +0200
+++ new/fixtures-1.2.0/HACKING  2015-05-04 06:05:02.0 +0200
@@ -36,12 +36,12 @@
 Releasing
 +
 
-1. Update the version number in __init__.py and add a version to NEWS.
-
-1. Upload to pypi, signed.
+1. Add a version to NEWS.
 
 1. commit, tag.
 
+1. Upload to pypi, signed.
+
 1. Close bugs.
 
 1. Rename the next milestone, release it, and make a new one.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/NEWS new/fixtures-1.2.0/NEWS
--- old/fixtures-1.0.0/NEWS 2014-10-27 21:23:42.0 +0100
+++ new/fixtures-1.2.0/NEWS 2015-05-04 23:50:18.0 +0200
@@ -6,6 +6,25 @@
 NEXT
 
 
+1.2.0
+~
+
+* Add warnings module fixture for capturing warnings. (Joshua Harlow)
+
+1.1.0

commit python-fixtures for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2015-03-03 11:15:18

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-09-17 17:25:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2015-03-03 11:15:44.0 +0100
@@ -1,0 +2,16 @@
+Mon Mar  2 09:20:41 UTC 2015 - p.drou...@gmail.com
+
+- Disable tests and python-testrepository require to avoid a build
+  cycle
+
+---
+Thu Jan  8 14:06:07 UTC 2015 - tbecht...@suse.com
+
+- update to version 1.0.0:
+* remote copy/paste from another project
+* Add support for datefmt in FakeLogger
+* Migrate to git and pbr
+- Disable parallel builds for now due to some test failures.
+- Update BuildRequires
+
+---

Old:

  fixtures-0.3.16.tar.gz

New:

  fixtures-1.0.0.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.XjSUo1/_old  2015-03-03 11:15:45.0 +0100
+++ /var/tmp/diff_new_pack.XjSUo1/_new  2015-03-03 11:15:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fixtures
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python-fixtures
-Version:0.3.16
+Version:1.0.0
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
 License:Apache-2.0 or BSD-3-Clause
@@ -25,6 +25,8 @@
 Url:https://launchpad.net/python-fixtures
 Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-pbr
+#BuildRequires:  python-testrepository
 BuildRequires:  python-testtools = 0.9.22
 # Test requirements:
 #BuildRequires:  python-bzrlib.tests
@@ -54,8 +56,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python -m testtools.run discover
+# Create a cycle with python-testrepository; disabled for now
+#%check
+#testr init  testr run
 
 %files
 %defattr(-,root,root,-)

++ fixtures-0.3.16.tar.gz - fixtures-1.0.0.tar.gz ++
 7190 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-fixtures for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2014-09-17 17:25:16

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-06-04 18:39:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2014-09-17 17:25:27.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 15 09:16:54 UTC 2014 - tbecht...@suse.com
+
+- update to version 0.3.16:
+  * Fixed 0.3.15 on Python 2.6 - version info is a plain tuple there.
+  * ``FakePopen`` now supports being called under a context manager (IE: with).
+  * ``FakeProcess`` now supports kill().
+  * ``FakeProcess`` wait() now supports arguments added in Python 3.
+  * ``MonkeyPatch`` now preserves ``staticmethod`` functions.
+- Add python-testtools as Requires
+
+---

Old:

  fixtures-0.3.14.tar.gz

New:

  fixtures-0.3.16.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.034fTu/_old  2014-09-17 17:25:28.0 +0200
+++ /var/tmp/diff_new_pack.034fTu/_new  2014-09-17 17:25:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-fixtures
-Version:0.3.14
+Version:0.3.16
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
 License:Apache-2.0 or BSD-3-Clause
@@ -36,6 +36,7 @@
 %else
 BuildArch:  noarch
 %endif
+Requires:   python-testtools
 
 %description
 Fixtures defines a Python contract for reusable state / support logic,

++ fixtures-0.3.14.tar.gz - fixtures-0.3.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-0.3.14/NEWS new/fixtures-0.3.16/NEWS
--- old/fixtures-0.3.14/NEWS2013-08-16 05:03:21.0 +0200
+++ new/fixtures-0.3.16/NEWS2014-08-22 06:29:11.0 +0200
@@ -6,6 +6,32 @@
 NEXT
 
 
+0.3.16
+~~
+
+CHANGES
+---
+
+* Fixed 0.3.15 on Python 2.6 - version info is a plain tuple there.
+  (Robert Collins)
+
+0.3.15
+~~
+
+CHANGES
+---
+
+* ``FakePopen`` now supports being called under a context manager (IE: with).
+  (Steve Kowalik)
+
+* ``FakeProcess`` now supports kill(). (Steve Kowalik)
+
+* ``FakeProcess`` wait() now supports arguments added in Python 3.
+  (Steve Kowalik)
+
+* ``MonkeyPatch`` now preserves ``staticmethod`` functions.
+  (Dan Kenigsberg)
+
 0.3.14
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-0.3.14/PKG-INFO new/fixtures-0.3.16/PKG-INFO
--- old/fixtures-0.3.14/PKG-INFO2013-08-16 05:04:44.0 +0200
+++ new/fixtures-0.3.16/PKG-INFO2014-08-22 06:31:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: fixtures
-Version: 0.3.14
+Version: 0.3.16
 Summary: Fixtures, reusable state for writing clean tests and more.
 Home-page: https://launchpad.net/python-fixtures
 Author: Robert Collins
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-0.3.14/lib/fixtures/__init__.py 
new/fixtures-0.3.16/lib/fixtures/__init__.py
--- old/fixtures-0.3.14/lib/fixtures/__init__.py2013-08-16 
05:03:41.0 +0200
+++ new/fixtures-0.3.16/lib/fixtures/__init__.py2014-08-22 
06:29:29.0 +0200
@@ -36,7 +36,7 @@
 # established at this point, and setup.py will use a version of next-$(revno).
 # If the releaselevel is 'final', then the tarball will be major.minor.micro.
 # Otherwise it is major.minor.micro~$(revno).
-__version__ = (0, 3, 14, 'final', 0)
+__version__ = (0, 3, 16, 'final', 0)
 
 __all__ = [
 'ByteStream',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fixtures-0.3.14/lib/fixtures/_fixtures/monkeypatch.py 
new/fixtures-0.3.16/lib/fixtures/_fixtures/monkeypatch.py
--- old/fixtures-0.3.14/lib/fixtures/_fixtures/monkeypatch.py   2013-07-03 
22:36:53.0 +0200
+++ new/fixtures-0.3.16/lib/fixtures/_fixtures/monkeypatch.py   2014-08-22 
06:30:21.0 +0200
@@ -17,6 +17,9 @@
 'MonkeyPatch'
 ]
 
+import sys
+import types
+
 from fixtures import Fixture
 
 
@@ -62,6 +65,11 @@
 if old_value is sentinel:
 self.addCleanup(self._safe_delete, current, attribute)
 else:
+# Python 2's setattr transforms function into instancemethod
+if (sys.version_info[0] == 2 and
+isinstance(current, (type, types.ClassType)) and
+isinstance(old_value, 

commit python-fixtures for openSUSE:Factory

2014-06-04 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2014-06-04 18:39:18

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-04-09 13:15:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2014-06-04 18:39:24.0 +0200
@@ -1,0 +2,5 @@
+Tue May 20 16:24:01 UTC 2014 - dmuel...@suse.com
+
+- move unittest2 to the SLE11-specific requires (not needed on python 2.7+) 
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.5VIxe9/_old  2014-06-04 18:39:24.0 +0200
+++ /var/tmp/diff_new_pack.5VIxe9/_new  2014-06-04 18:39:24.0 +0200
@@ -27,11 +27,11 @@
 BuildRequires:  python-devel
 BuildRequires:  python-testtools = 0.9.22
 # Test requirements:
-BuildRequires:  python-unittest2
 #BuildRequires:  python-bzrlib.tests
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 BuildRequires:  python-discover
+BuildRequires:  python-unittest2
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-fixtures for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2014-04-09 13:15:29

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-03-09 18:47:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2014-04-09 13:15:30.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  8 08:43:05 UTC 2014 - dmuel...@suse.com
+
+- fix license declaration 
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.1mPuMR/_old  2014-04-09 13:15:31.0 +0200
+++ /var/tmp/diff_new_pack.1mPuMR/_new  2014-04-09 13:15:31.0 +0200
@@ -20,7 +20,7 @@
 Version:0.3.14
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
-License:Apache-2.0 and BSD-3-Clause
+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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-fixtures for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2014-03-09 18:46:59

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-02-15 08:06:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2014-03-09 18:47:00.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar  7 13:14:15 UTC 2014 - speili...@suse.com
+
+- Fix the real issue instead
+
+---
+Fri Feb 14 17:10:50 UTC 2014 - dmuel...@suse.com
+
+- only run testsuite when it actually runs 
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.MQAk2z/_old  2014-03-09 18:47:00.0 +0100
+++ /var/tmp/diff_new_pack.MQAk2z/_new  2014-03-09 18:47:00.0 +0100
@@ -31,6 +31,7 @@
 #BuildRequires:  python-bzrlib.tests
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
+BuildRequires:  python-discover
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-fixtures for openSUSE:Factory

2014-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2014-02-15 08:06:38

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2013-09-16 16:31:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2014-02-15 08:06:39.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 14 09:32:54 UTC 2014 - speili...@suse.com
+
+- Run testsuite
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.6ZOjmn/_old  2014-02-15 08:06:40.0 +0100
+++ /var/tmp/diff_new_pack.6ZOjmn/_new  2014-02-15 08:06:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fixtures
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,6 +52,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python -m testtools.run discover
+
 %files
 %defattr(-,root,root,-)
 %doc Apache-2.0 BSD COPYING NEWS README

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-fixtures for openSUSE:Factory

2013-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2013-09-16 16:31:54

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2013-01-14 22:25:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2013-09-16 16:31:56.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep  4 13:15:26 UTC 2013 - speili...@suse.com
+
+- Update to version 0.3.14
+  + FakePopen can now override the returncode attribute.
+- Changes from version 0.3.13:
+  + Documentation hopefully covers TestWithFixtures a little better.
+  + FakePopen now accepts all the parameters available in Python 2.7.
+  + FakePopen now only passes parameters to the get_info routine if the
+caller supplied them.
+  + setup.py now lists the testtools dependency which was missing.
+
+---

Old:

  fixtures-0.3.12.tar.gz

New:

  fixtures-0.3.14.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.5tJcRq/_old  2013-09-16 16:31:56.0 +0200
+++ /var/tmp/diff_new_pack.5tJcRq/_new  2013-09-16 16:31:56.0 +0200
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-fixtures
-Version:0.3.12
+Version:0.3.14
 Release:0
-License:Apache-2.0 and BSD-3-Clause
 Summary:Fixtures, reusable state for writing clean tests and more
-Url:https://launchpad.net/python-fixtures
+License:Apache-2.0 and 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
 BuildRequires:  python-devel
 BuildRequires:  python-testtools = 0.9.22

++ fixtures-0.3.12.tar.gz - fixtures-0.3.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-0.3.12/.bzrignore 
new/fixtures-0.3.14/.bzrignore
--- old/fixtures-0.3.12/.bzrignore  2011-11-22 09:25:03.0 +0100
+++ new/fixtures-0.3.14/.bzrignore  2013-08-16 02:45:03.0 +0200
@@ -5,3 +5,4 @@
 dist
 .testrepository
 __pycache__
+fixtures.egg-info
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-0.3.12/HACKING new/fixtures-0.3.14/HACKING
--- old/fixtures-0.3.12/HACKING 2010-08-15 08:04:29.0 +0200
+++ new/fixtures-0.3.14/HACKING 2013-08-16 02:56:10.0 +0200
@@ -35,3 +35,17 @@
 more specific modules, rather than becoming large and bloated itself. For
 instance, TestWithFixtures lives in fixtures.testcase, and is imported in
 the fixtures __init__.py.
+
+Releasing
++
+
+1. Update the version number in __init__.py and setup.py and add a version to
+   NEWS.
+
+1. Upload to pypi, signed.
+
+1. commit, tag.
+
+1. Close bugs.
+
+1. Rename the next milestone, release it, and make a new one.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-0.3.12/NEWS new/fixtures-0.3.14/NEWS
--- old/fixtures-0.3.12/NEWS2012-12-17 01:34:25.0 +0100
+++ new/fixtures-0.3.14/NEWS2013-08-16 05:03:21.0 +0200
@@ -6,6 +6,33 @@
 NEXT
 
 
+0.3.14
+~~
+
+CHANGES
+---
+
+* ``FakePopen`` can now override the returncode attribute.
+  (Robert Collins)
+
+0.3.13
+~~
+
+CHANGES
+---
+
+* Documentation hopefully covers ``TestWithFixtures`` a little better.
+  (Robert Collins, #1102688)
+
+* ``FakePopen`` now accepts all the parameters available in Python 2.7.
+  (Robert Collins)
+
+* ``FakePopen`` now only passes parameters to the get_info routine if the
+  caller supplied them. (Robert Collins)
+
+* ``setup.py`` now lists the ``testtools`` dependency which was missing.
+  (Robert Collins, #1103823)
+
 0.3.12
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-0.3.12/PKG-INFO new/fixtures-0.3.14/PKG-INFO
--- old/fixtures-0.3.12/PKG-INFO2012-12-17 01:35:55.0 +0100
+++ new/fixtures-0.3.14/PKG-INFO2013-08-16 05:04:44.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: fixtures
-Version: 0.3.12
+Version: 0.3.14
 Summary: Fixtures, reusable state for writing clean tests and more.
 Home-page: https://launchpad.net/python-fixtures
 Author: Robert Collins
@@ -181,7 +181,10 @@
import unittest
  

commit python-fixtures for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2013-01-14 22:25:09

Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and  /work/SRC/openSUSE:Factory/.python-fixtures.new (New)


Package is python-fixtures, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2013-01-14 22:25:10.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Jan 14 12:32:13 UTC 2013 - sasc...@suse.de
+
+- Initial version
+

New:

  fixtures-0.3.12.tar.gz
  python-fixtures.changes
  python-fixtures.spec



Other differences:
--
++ python-fixtures.spec ++
#
# spec file for package python-fixtures
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:   python-fixtures
Version:0.3.12
Release:0
License:Apache-2.0 and BSD-3-Clause
Summary:Fixtures, reusable state for writing clean tests and more
Url:https://launchpad.net/python-fixtures
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-testtools = 0.9.22
# Test requirements:
BuildRequires:  python-unittest2
#BuildRequires:  python-bzrlib.tests
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to make it
easy to write your own fixtures using the fixtures contract. Glue code is
provided that makes using fixtures that meet the Fixtures contract in unittest
compatible test cases easy and straight forward.

%prep
%setup -q -n fixtures-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc Apache-2.0 BSD COPYING NEWS README
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org