public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oslo-concurrency] noevent: Update to upstream 2.1.0
@ 2026-06-07 12:40 Alan Pevec
0 siblings, 0 replies; only message in thread
From: Alan Pevec @ 2026-06-07 12:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-oslo-concurrency
Branch : noevent
Commit : 973c74ff40379dad37810992b18cb4a6981a705f
Author : Alan Pevec <alan.pevec@redhat.com>
Date : 2015-06-26T02:27:07+02:00
Stats : +17/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/973c74ff40379dad37810992b18cb4a6981a705f?branch=noevent
Log:
Update to upstream 2.1.0
Merge --squash rpm-master (liberty)
Change-Id: I45a3e67245c2df624c2c0bb2458775727df620f5
---
diff --git a/.gitignore b/.gitignore
index e2f11ad..9eddc45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/oslo.concurrency-1.4.1.tar.gz
/oslo.concurrency-1.6.0.tar.gz
/oslo.concurrency-1.8.0.tar.gz
+/oslo.concurrency-2.1.0.tar.gz
diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index 5f8bf00..259ba88 100644
--- a/python-oslo-concurrency.spec
+++ b/python-oslo-concurrency.spec
@@ -1,9 +1,9 @@
-# Created by pyp2rpm-1.1.2
%global pypi_name oslo.concurrency
+%global pkg_name oslo-concurrency
Name: python-oslo-concurrency
-Version: 1.8.0
-Release: 2%{?dist}
+Version: 2.1.0
+Release: 1%{?dist}
Summary: OpenStack Oslo concurrency library
License: ASL 2.0
@@ -16,14 +16,14 @@ BuildRequires: python-pbr
Requires: python-babel
Requires: python-iso8601
+Requires: python-fixtures
Requires: python-oslo-config
Requires: python-oslo-i18n
Requires: python-oslo-utils
Requires: python-posix_ipc
Requires: python-retrying
Requires: python-six
-# FIXME exported testing infra which should be sub-packaged
-Requires: python-fixtures
+Requires: python-fasteners
%description
Oslo concurrency library has utilities for safely running multi-thread,
@@ -35,7 +35,10 @@ Summary: Documentation for the Oslo concurrency library
Group: Documentation
BuildRequires: python-sphinx
-BuildRequires: python-oslo-sphinx >= 2.5.0
+BuildRequires: python-oslo-sphinx
+BuildRequires: python-fixtures
+BuildRequires: python-oslo-utils
+BuildRequires: python-fasteners
%description doc
Documentation for the Oslo concurrency library.
@@ -57,22 +60,23 @@ rm -rf html/.{doctrees,buildinfo}
%{__python2} setup.py install --skip-build --root %{buildroot}
#delete tests
-rm -fr %{buildroot}%{python2_sitelib}/oslo_concurrency/tests/
+rm -fr %{buildroot}%{python2_sitelib}/%{pypi_name}/tests/
%files
%doc README.rst
%license LICENSE
-%{python2_sitelib}/oslo_concurrency
-%{python2_sitelib}/oslo
-%{python2_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth
-%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%{_bindir}/lockutils-wrapper
+%{python2_sitelib}/oslo_concurrency
+%{python2_sitelib}/*.egg-info
%files doc
%license LICENSE
%doc html
%changelog
+* Fri Jun 26 2015 Alan Pevec <alan.pevec@redhat.com> 2.1.0-1
+- Update to upstream 2.1.0
+
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
diff --git a/sources b/sources
index 7be0116..59b2f32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec2774ab12c0e3c14b21cab52d047951 oslo.concurrency-1.8.0.tar.gz
+c081d8f0c303b4a41e2297f7253037a4 oslo.concurrency-2.1.0.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 12:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 12:40 [rpms/python-oslo-concurrency] noevent: Update to upstream 2.1.0 Alan Pevec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox