Accepting request 107139 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/107139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-grappelli?expand=0&rev=1
This commit is contained in:
Stephan Kulow 2012-02-28 13:15:26 +00:00 committed by Git OBS Bridge
commit 68ddf1daf5
5 changed files with 185 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a5acd0523effb137328a7eb7f102ad2ae96d0c832250818dba05bc41ca1a834
size 1152838

View File

@ -0,0 +1,98 @@
-------------------------------------------------------------------
Mon Feb 27 10:10:59 UTC 2012 - cfarrell@suse.com
- license update: BSD-2-Clause and LGPL-2.1+
tinymce is LGPL-2.1+ licensed
-------------------------------------------------------------------
Mon Feb 13 02:29:25 UTC 2012 - alexandre@exatati.com.br
- Update to 2.3.7:
* Fixed compatibility issue with Python 2.5.
* Fixed some translations.
-------------------------------------------------------------------
Fri Feb 10 18:36:54 UTC 2012 - alexandre@exatati.com.br
- Update to 2.3.6:
* Fixed issue where autocomplete/related settings could not use tuples.
* Fixed a bug with toggle all actions on the changlist
* Fixed a bug with adding dynamic-forms to tabular and stacked inlines
(which caused the remove-handler to throw an error)
* Autocompletes: Only do a lookup with generics, if content-type
is defined.
* Support for new URL tags, see https://docs.djangoproject.com/en/dev/releases/1.3/#changes-to-url-and-ssi.
* Fixed a bug with m2m-lookups (return obj.pk instead of obj.id).
* Fixed a bug with very long filters (hidden behind the footer).
* Added german and french UI-datepicker.
* Added support for non-integer IDs with generic relations.
* Added pre_content and post_content to dashboard.
* Added inline_classes.
* Added polish translation for TinyMCE and grappelli contextmenu.
* Removed ``title_url`` from dashboard-docs (it hasn´t been used
anyway so far).
-------------------------------------------------------------------
Tue Oct 11 11:42:40 UTC 2011 - alexandre@exatati.com.br
- Update to 2.3.5:
- Improved performance for autocomplete lookups (staticmethod
autocomplete_search_fields is required from now on)
-------------------------------------------------------------------
Thu Sep 8 16:22:25 UTC 2011 - alexandre@exatati.com.br
- Update to 2.3.4:
* Moved grappelli to GitHub
* Fixed a bug with the View on Site link (tabular/stacked inlines)
* Added a placeholder for inline sortables
* Fixed a bug with collapse all (stacked inlines)
* Added autocompletes
* Updated jQuery (to 1.6.2) and jQueryUI (to 1.8.15)
* Added error-messages to the login form
* Fixed a bug with hidden-fields in tabular-inlines
-------------------------------------------------------------------
Wed Jun 29 15:50:15 UTC 2011 - alexandre@exatati.com.br
- Update to 2.3.3:
- Documentation update
- FileBrowser-related updates
- Fixed a bug with delete-confirmation
- Removed the js for adding nowrap-class (fixed with the latest
django-version)
- Stable sorting for dashboard.ModelList
- Added collapse-handler to h4 for stacked-inlines
- Help-text is now available with tabular-inlines
- Fixed some translation-issues
- Fixed loading-issues with Chrome
- Reversed asc-/desc-icons
- Updated TinyMCE to 3.4.2
-------------------------------------------------------------------
Tue Apr 19 16:42:55 UTC 2011 - alexandre@exatati.com.br
- Update to 2.3.2 to match Django 1.3;
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Wed Nov 3 22:06:42 UTC 2010 - alexandre@exatati.com.br
- Update to 2.2.
-------------------------------------------------------------------
Wed Sep 8 21:27:24 UTC 2010 - alexandre@exatati.com.br
- Update to 2.1;
- Bzip2 source file;
- Spec file cleaned with spec-cleaner.
-------------------------------------------------------------------
Mon Jan 25 16:00:51 UTC 2010 - alexandre@exatati.com.br
- Update to 2.0.
-------------------------------------------------------------------
Tue Sep 15 01:35:04 UTC 2009 - alexandre@exatati.com.br
- Initial package (0.1) for openSUSE.

View File

@ -0,0 +1,60 @@
#
# spec file for package python-django-grappelli
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-django-grappelli
Version: 2.3.7
Release: 0
Url: http://code.google.com/p/django-grappelli/
Summary: A jazzy skin for the Django Admin-Interface
License: BSD-2-Clause and LGPL-2.1+
Group: Development/Languages/Python
Source: django-grappelli-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
Requires: python-django
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
%description
A jazzy skin for the Django Admin-Interface (only available for standard-compliant browsers).
%prep
%setup -q -n django-grappelli-%{version}
find -name *.orig -o -name .\* -type f -delete
# Fix wrong-script-end-of-line-encoding.
find -name 'de*.js' -print0 | xargs -0 sed -i 's|\r||'
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%changelog