Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 882345 Details for
Bug 1048458
python-cliff-1.6.0 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch introducing a python3 subpackage and bump to latest upstream.
0001-Latest-upstream-with-python3-subpackage.patch (text/plain), 2.56 KB, created by
Ralph Bean
on 2014-04-03 15:23:32 UTC
(
hide
)
Description:
Patch introducing a python3 subpackage and bump to latest upstream.
Filename:
MIME Type:
Creator:
Ralph Bean
Created:
2014-04-03 15:23:32 UTC
Size:
2.56 KB
patch
obsolete
>From 7da95975c5c8cec20e2b5140417ff2177f14393d Mon Sep 17 00:00:00 2001 >From: Ralph Bean <rbean@redhat.com> >Date: Thu, 3 Apr 2014 11:20:06 -0400 >Subject: [PATCH] Latest upstream with python3 subpackage. > >--- > python-stevedore.spec | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 65 insertions(+), 1 deletion(-) > >diff --git a/python-stevedore.spec b/python-stevedore.spec >index f8104e8..ab9a346 100644 >--- a/python-stevedore.spec >+++ b/python-stevedore.spec >@@ -1,5 +1,9 @@ >+%if 0%{?fedora} >+%global with_python3 1 >+%endif >+ > Name: python-stevedore >-Version: 0.14 >+Version: 0.15 > Release: 1%{?dist} > Summary: Manage dynamic plugins for Python applications > >@@ -12,25 +16,85 @@ BuildArch: noarch > BuildRequires: python-devel > BuildRequires: python-setuptools > BuildRequires: python-pbr >+BuildRequires: python-nose >+BuildRequires: python-mock >+ >+Requires: python-setuptools >+ >+%if 0%{?with_python3} >+BuildRequires: python3-devel >+BuildRequires: python3-setuptools >+BuildRequires: python3-pbr >+BuildRequires: python3-nose >+BuildRequires: python3-mock >+%endif > > %description > Manage dynamic plugins for Python applications > >+%if 0%{?with_python3} >+%package -n python3-stevedore >+Summary: Manage dynamic plugins for Python applications >+Group: Development/Libraries >+ >+Requires: python3-setuptools >+ >+%description -n python3-stevedore >+Manage dynamic plugins for Python applications >+%endif >+ > %prep > %setup -q -n stevedore-%{version} > >+%if 0%{?with_python3} >+rm -rf %{py3dir} >+cp -a . %{py3dir} >+%endif >+ > %build > %{__python} setup.py build > >+%if 0%{?with_python3} >+pushd %{py3dir} >+%{__python3} setup.py build >+popd >+%endif >+ > %install >+%if 0%{?with_python3} >+pushd %{py3dir} >+%{__python3} setup.py install -O1 --skip-build --root=%{buildroot} >+popd >+%endif >+ > %{__python} setup.py install --skip-build --root %{buildroot} > >+%check >+PYTHONPATH=. nosetests >+ >+%if 0%{?with_python3} >+pushd %{py3dir} >+PYTHONPATH=. nosetests-%{python3_version} >+popd >+%endif >+ > %files > %doc README.rst LICENSE > %{python_sitelib}/stevedore > %{python_sitelib}/stevedore-%{version}-py?.?.egg-info > >+%files -n python3-stevedore >+%doc README.rst LICENSE >+%{python3_sitelib}/stevedore >+%{python3_sitelib}/stevedore-%{version}-py?.?.egg-info >+ > %changelog >+* Thu Apr 03 2014 Ralph Bean <rbean@redhat.com> - 0.15-1 >+- Latest upstream >+- Package python3-stevedore subpackage >+- Add Requires on python-setuptools. >+- Added a %%check section. >+ > * Mon Jan 27 2014 Pádraig Brady <pbrady@redhat.com> - 0.14-1 > - Latest upstream > >-- >1.9.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1048458
: 882345