commit d5ed71d650f84b20987f5e4643f5d3a35b6f3165a9deed71e9b3dbe9ce266e3d Author: OBS User unknown Date: Mon Jul 27 02:56:14 2009 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simplejson?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-simplejson.changes b/python-simplejson.changes new file mode 100644 index 0000000..5021981 --- /dev/null +++ b/python-simplejson.changes @@ -0,0 +1,26 @@ +------------------------------------------------------------------- +Mon May 25 00:00:00 UTC 2009 - James Oakley + +- Update to 2.0.9 +- Split off doc package + +------------------------------------------------------------------- +Wed Dec 03 00:00:00 UTC 2008 - James Oakley + +- Update to 2.0.5 + +------------------------------------------------------------------- +Wed Mar 19 00:00:00 UTC 2008 - James Oakley + +- Update to 1.7.5 + +------------------------------------------------------------------- +Tue Oct 30 00:00:00 UTC 2007 - James Oakley + +- Update to 1.7.3 + +------------------------------------------------------------------- +Sun Sep 09 00:00:00 UTC 2007 - Peter Nixon + +- first build + diff --git a/python-simplejson.spec b/python-simplejson.spec new file mode 100644 index 0000000..889520e --- /dev/null +++ b/python-simplejson.spec @@ -0,0 +1,84 @@ +# +# spec file for package python-simplejson (Version 2.0.9) +# +# Copyright (c) 2009 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/ +# + + +Summary: Simple, fast, extensible JSON encoder/decoder for Python + +Name: python-simplejson +Version: 2.0.9 +Release: 1 +License: BSD +Group: Development/Libraries/Python +Url: http://undefined.org/python/#simplejson +Source: simplejson-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes python python-devel python-setuptools +%py_requires + +%description +simplejson is a simple, fast, complete, correct and extensible JSON + encoder and decoder for Python 2.3+. It is pure Python code +with no dependencies, but includes an optional C extension for a serious speed +boost. + +Authors: +-------- + Bob Ippolito + +%package doc +License: BSD +Summary: Documentation for simplejson +Group: Development/Libraries/Python +Requires: %name = %version + +%description doc +simplejson is a simple, fast, complete, correct and extensible JSON + encoder and decoder for Python 2.3+. It is pure Python code +with no dependencies, but includes an optional C extension for a serious speed +boost. + +This package contains documentation for simplejson. + +Authors: +-------- + Bob Ippolito + + +%prep +%setup -q -n simplejson-%{version} + +%build +export CFLAGS="$RPM_OPT_FLAGS" +python setup.py build + +%install +python setup.py install --prefix=%{_prefix} --root="$RPM_BUILD_ROOT" +%fdupes $RPM_BUILD_ROOT + +%clean +%{__rm} -rf %{buildroot} + +%files +%defattr(-, root, root, 0755) +%doc LICENSE.txt +%{py_sitedir}* + +%files doc +%defattr(0644, root, root, 0755) +%doc docs index.rst + +%changelog diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/simplejson-2.0.9.tar.bz2 b/simplejson-2.0.9.tar.bz2 new file mode 100644 index 0000000..3320e8a --- /dev/null +++ b/simplejson-2.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd5f41074bb733c2fbc54a577ddedb99d170ff3af71361812a557a424e8b52c +size 103825