14
0

Accepting request 288071 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/288071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=16
This commit is contained in:
2015-02-27 14:38:35 +00:00
committed by Git OBS Bridge
parent 60b771f184
commit 81590ec89d
4 changed files with 18 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 8 14:06:07 UTC 2015 - tbechtold@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
-------------------------------------------------------------------
Mon Sep 15 09:16:54 UTC 2014 - tbechtold@suse.com

View File

@@ -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 @@ 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-pbr
BuildRequires: python-testrepository
BuildRequires: python-testtools >= 0.9.22
# Test requirements:
#BuildRequires: python-bzrlib.tests
@@ -55,7 +57,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python -m testtools.run discover
testr init && testr run
%files
%defattr(-,root,root,-)