From 0538638088b732da03e5d1d4cf3e77344a6f4c0a2ddf3d1e9d62b0edf86bd5d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Apr 2019 12:58:12 +0000 Subject: [PATCH] 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 --- _service | 4 ++-- oslo.concurrency-3.27.0.tar.gz | 3 --- oslo.concurrency-3.29.1.tar.gz | 3 +++ python-oslo.concurrency.changes | 28 ++++++++++++++++++++++++++++ python-oslo.concurrency.spec | 23 ++++++++--------------- 5 files changed, 41 insertions(+), 20 deletions(-) delete mode 100644 oslo.concurrency-3.27.0.tar.gz create mode 100644 oslo.concurrency-3.29.1.tar.gz diff --git a/_service b/_service index ab7228f..428f52b 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.concurrency/oslo.concurrency.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.concurrency/oslo.concurrency.spec.j2 python-oslo.concurrency.spec - https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/rocky/requirements.txt + https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/stein/requirements.txt cloud-devel@suse.de gh,openstack,oslo.concurrency diff --git a/oslo.concurrency-3.27.0.tar.gz b/oslo.concurrency-3.27.0.tar.gz deleted file mode 100644 index 32655b4..0000000 --- a/oslo.concurrency-3.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09a8105e7817585004b3ab554dde9c5d7dedf0263cecde7dbc2a68c9398e627d -size 49604 diff --git a/oslo.concurrency-3.29.1.tar.gz b/oslo.concurrency-3.29.1.tar.gz new file mode 100644 index 0000000..ebf04ad --- /dev/null +++ b/oslo.concurrency-3.29.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f5ccca934a7e736b934044e1a347da2e139db6e4df3a2ac5dedc15e5287c81 +size 51785 diff --git a/python-oslo.concurrency.changes b/python-oslo.concurrency.changes index 44aec00..7326fb8 100644 --- a/python-oslo.concurrency.changes +++ b/python-oslo.concurrency.changes @@ -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 diff --git a/python-oslo.concurrency.spec b/python-oslo.concurrency.spec index 1848a1f..619776d 100644 --- a/python-oslo.concurrency.spec +++ b/python-oslo.concurrency.spec @@ -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