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 828716 Details for
Bug 1034305
add python3-django-south subpackage
[?]
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]
git commit adding python3 subpackage
0001-add-python3-subpackage.patch (text/plain), 2.78 KB, created by
Jakub Dorňák
on 2013-11-25 14:51:13 UTC
(
hide
)
Description:
git commit adding python3 subpackage
Filename:
MIME Type:
Creator:
Jakub Dorňák
Created:
2013-11-25 14:51:13 UTC
Size:
2.78 KB
patch
obsolete
>From 62f657fa3b506ae46275ee195d844957aec83eca Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jakub=20Dor=C5=88=C3=A1k?= <jdornak@redhat.com> >Date: Mon, 25 Nov 2013 15:49:01 +0100 >Subject: [PATCH] add python3 subpackage > >--- > python-django-south.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 48 insertions(+), 1 deletion(-) > >diff --git a/python-django-south.spec b/python-django-south.spec >index d609515..487ac42 100644 >--- a/python-django-south.spec >+++ b/python-django-south.spec >@@ -1,6 +1,10 @@ >+%if 0%{?fedora} > 19 || 0%{?rhel} > 6 >+%global with_python3 1 >+%endif >+ > Name: python-django-south > Version: 0.8.2 >-Release: 3%{?dist} >+Release: 4%{?dist} > Summary: Intelligent schema migrations for Django apps > > Group: Development/Languages >@@ -12,6 +16,10 @@ BuildArch: noarch > BuildRequires: python2-devel > BuildRequires: python-setuptools > Requires: python-django >+%if 0%{?with_python3} >+BuildRequires: python3-devel >+BuildRequires: python3-setuptools >+%endif > > # last built as Django-south-0:0.7.3-2.fc15.noarch > Provides: Django-south = %{version}-%{release} >@@ -22,23 +30,62 @@ South brings migrations to Django applications. Its main objectives are to > provide a simple, stable and database-independent migration layer to prevent > all the hassle schema changes over time bring to your Django applications. > >+%if 0%{?with_python3} >+%package -n python3-django-south >+Summary: Intelligent schema migrations for Django apps >+Group: Development/Languages >+ >+Requires: python3-django >+ >+%description -n python3-django-south >+South brings migrations to Django applications. Its main objectives are to >+provide a simple, stable and database-independent migration layer to prevent >+all the hassle schema changes over time bring to your Django applications. >+%endif >+ > %prep > %setup -q -n South-%{version} > # remove bundled egg-info > rm -rf South.egg-info > >+%if 0%{?with_python3} >+cp -a . %{py3dir} >+%endif >+ > %build > %{__python} setup.py build > >+%if 0%{?with_python3} >+pushd %{py3dir} >+%{__python3} setup.py build >+popd >+%endif >+ > %install > %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT > >+%if 0%{?with_python3} >+pushd %{py3dir} >+%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT >+popd >+%endif >+ > %files > %doc README > %{python_sitelib}/south > %{python_sitelib}/South-%{version}-py?.?.egg-info > >+%if 0%{?with_python3} >+%files -n python3-django-south >+%doc README >+%{python3_sitelib}/south >+%{python3_sitelib}/South-%{version}-py?.?.egg-info >+%endif >+ > %changelog >+* Mon Nov 25 2013 Jakub DorÅák <jdornak@redhat.com> - 0.8.2-4 >+- add python3 subpackage >+ > * Mon Sep 16 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 0.8.2-3 > - correct Django-south obs_ver (#1002074) > >-- >1.8.4.2 >
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 1034305
:
828716
|
831272