Accepting request 214240 from Cloud:OpenStack:Master

- Update to version 0.5.23.36.g00fbbd1:
- Install from tarballs.openstack.org (rather than PyPI) and use _service file

OBS-URL: https://build.opensuse.org/request/show/214240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=9
This commit is contained in:
Sascha Peilicke 2014-01-17 15:14:30 +00:00 committed by Git OBS Bridge
parent c41ff4c455
commit 9861a59005
5 changed files with 23 additions and 6 deletions

11
_service Normal file
View File

@ -0,0 +1,11 @@
<services>
<service name="git_tarballs" mode="disabled">
<param name="url">http://tarballs.openstack.org/pbr/pbr-master.tar.gz</param>
<param name="email">opensuse-cloud@opensuse.org</param>
<param name="plain-version">True</param>
</service>
<service name="refresh_patches" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
</services>

View File

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

3
pbr-master.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 9 09:20:10 UTC 2014 - speilicke@suse.com
- Update to version 0.5.23.36.g00fbbd1:
- Install from tarballs.openstack.org (rather than PyPI) and use _service file
-------------------------------------------------------------------
Mon Nov 25 13:58:28 UTC 2013 - speilicke@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pbr
#
# 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
@ -21,13 +21,13 @@
%bcond_with test
Name: python-pbr
Version: 0.5.23
Version: 0.5.23.36.g00fbbd1
Release: 0
Summary: Python Build Reasonableness
License: Apache-2.0
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/pbr
Source: http://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
Source: http://tarballs.openstack.org/pbr/pbr-master.tar.gz
BuildRequires: python-devel
# Documentation requirements:
BuildRequires: python-Sphinx >= 1.1.2