From 88c0c0adeb774604140d4adcb73ea3a1660485559436efb3dafd5320ad31fd66 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 9 Sep 2015 07:00:47 +0000 Subject: [PATCH] - update to 2.6.0: * Removes unused posix-ipc requirement * Updated from global requirements - Adjust Requires according to requirements.txt OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=9 --- oslo.concurrency-2.5.0.tar.gz | 3 --- oslo.concurrency-2.6.0.tar.gz | 3 +++ python-oslo.concurrency.changes | 8 ++++++++ python-oslo.concurrency.spec | 5 ++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 oslo.concurrency-2.5.0.tar.gz create mode 100644 oslo.concurrency-2.6.0.tar.gz diff --git a/oslo.concurrency-2.5.0.tar.gz b/oslo.concurrency-2.5.0.tar.gz deleted file mode 100644 index 230d819..0000000 --- a/oslo.concurrency-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 -size 35903 diff --git a/oslo.concurrency-2.6.0.tar.gz b/oslo.concurrency-2.6.0.tar.gz new file mode 100644 index 0000000..d43c2f2 --- /dev/null +++ b/oslo.concurrency-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbd90167213d822d248274362253b33b88dcf3729f7b10089fd39805460e325 +size 35799 diff --git a/python-oslo.concurrency.changes b/python-oslo.concurrency.changes index cddbf92..c201501 100644 --- a/python-oslo.concurrency.changes +++ b/python-oslo.concurrency.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 9 06:59:22 UTC 2015 - tbechtold@suse.com + +- update to 2.6.0: + * Removes unused posix-ipc requirement + * Updated from global requirements +- Adjust Requires according to requirements.txt + ------------------------------------------------------------------- Thu Aug 27 14:24:23 UTC 2015 - tbechtold@suse.com diff --git a/python-oslo.concurrency.spec b/python-oslo.concurrency.spec index 0efb2c6..027d603 100644 --- a/python-oslo.concurrency.spec +++ b/python-oslo.concurrency.spec @@ -17,7 +17,7 @@ Name: python-oslo.concurrency -Version: 2.5.0 +Version: 2.6.0 Release: 0 Summary: OpenStack Oslo concurrency library License: Apache-2.0 @@ -43,10 +43,9 @@ BuildRequires: python-testrepository Requires: python-Babel >= 1.3 Requires: python-fasteners >= 0.7 Requires: python-iso8601 >= 0.1.9 -Requires: python-oslo.config >= 2.1.0 +Requires: python-oslo.config >= 2.3.0 Requires: python-oslo.i18n >= 1.5.0 Requires: python-oslo.utils >= 2.0.0 -Requires: python-posix_ipc Requires: python-retrying >= 1.2.3 Requires: python-six >= 1.9.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build