osc copypac from project:Cloud:OpenStack:Stein:Staging package:python-oslo.concurrency revision:2, using keep-link, using expand

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=42
This commit is contained in:
Dirk Mueller 2019-04-08 12:58:12 +00:00 committed by Git OBS Bridge
parent caaccd5223
commit 0538638088
5 changed files with 41 additions and 20 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="output-name">python-oslo.concurrency.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/rocky/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/stein/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.concurrency</param>
</service>

View File

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

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Apr 8 11:44:31 UTC 2019 - cloud-devel@suse.de
- update to version 3.29.1
- Switch to stestr
- Imported Translations from Zanata
- Update mailinglist from dev to discuss
- Remove PyPI downloads
- Change python3.5 job to python3.7 job on Stein+
- import zuul job settings from project-config
- ignore warning from bandit for using shell=
- Always build universal wheels
- Update reno for stable/rocky
- Reorganize that 'Release Notes' in README
- Don't quote {posargs} in tox.ini
- add python 3.6 unit test job
- add lib-forward-testing-python3 test job
- Remove stale pip-missing-reqs tox test
- Trivial: Update pypi url to new url
- Add support for fair locks
- fix tox python3 overrides
- Update hacking version
- Clean up .gitignore references to personal tools
- Stop using setup.py build_sphinx
- Add release notes link to README
- add python 3.7 unit test job
- Use templates for cover and lower-constraints
-------------------------------------------------------------------
Sat Sep 1 08:57:11 UTC 2018 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-oslo.concurrency
#
# 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
@ -12,18 +12,18 @@
# 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/
#
Name: python-oslo.concurrency
Version: 3.27.0
Version: 3.29.1
Release: 0
Summary: OpenStack oslo.concurrency library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/oslo.concurrency
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.27.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.29.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-enum34 >= 1.0.4
@ -37,7 +37,7 @@ BuildRequires: python2-oslo.i18n >= 3.15.3
BuildRequires: python2-oslo.utils >= 3.33.0
BuildRequires: python2-oslotest
BuildRequires: python2-pbr >= 2.0.0
BuildRequires: python2-testrepository
BuildRequires: python2-stestr
BuildRequires: python2-testscenarios
BuildRequires: python2-testtools
BuildRequires: python3-eventlet
@ -49,15 +49,13 @@ BuildRequires: python3-oslo.i18n >= 3.15.3
BuildRequires: python3-oslo.utils >= 3.33.0
BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-testrepository
BuildRequires: python3-stestr
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python-fasteners >= 0.7.0
Requires: python-iso8601
Requires: python-oslo.config >= 5.2.0
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.utils >= 3.33.0
Requires: python-retrying
Requires: python-six >= 1.10.0
BuildArch: noarch
%ifpython2
@ -91,9 +89,8 @@ external processes.
This package contains the documentation.
%prep
%autosetup -p1 -n oslo.concurrency-3.27.0
%autosetup -p1 -n oslo.concurrency-3.29.1
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{python_build}
@ -114,13 +111,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%python_uninstall_alternative lockutils-wrapper
%check
%{python_expand rm -rf .testrepository
# Test suite fails on 32 bit platforms
# ifarch/ifnarch can not be used in noarch packages
if [ "%_lib" = "lib64" ]; then
PYTHON=$python $python setup.py testr
%python_exec -m stestr.cli run
fi
}
%files %{python_files}
%license LICENSE