[Python-modules-commits] r4446 - in packages/sympy/trunk/debian (3 files)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Mon Jan 28 15:59:51 UTC 2008
Date: Monday, January 28, 2008 @ 15:59:50
Author: certik-guest
Revision: 4446
new upstream release
Modified:
packages/sympy/trunk/debian/README.Debian
packages/sympy/trunk/debian/changelog
packages/sympy/trunk/debian/copyright
Modified: packages/sympy/trunk/debian/README.Debian
===================================================================
--- packages/sympy/trunk/debian/README.Debian 2008-01-27 14:57:50 UTC (rev 4445)
+++ packages/sympy/trunk/debian/README.Debian 2008-01-28 15:59:50 UTC (rev 4446)
@@ -21,4 +21,7 @@
/usr/share/doc/python-sympy/examples
+If you have any suggestions, wishes, tips, patches, feel free to file a bug
+report against this package, or simply report it upstream directly.
+
Ondrej Certik <ondrej at certik.cz>
Modified: packages/sympy/trunk/debian/changelog
===================================================================
--- packages/sympy/trunk/debian/changelog 2008-01-27 14:57:50 UTC (rev 4445)
+++ packages/sympy/trunk/debian/changelog 2008-01-28 15:59:50 UTC (rev 4446)
@@ -1,3 +1,11 @@
+sympy (0.5.12-1) unstable; urgency=low
+
+ * New upstream version (Closes: #459313)
+ * debian/copyright updated
+ * README.Debian improved
+
+ -- Ondrej Certik <ondrej at certik.cz> Mon, 28 Jan 2008 16:49:25 +0100
+
sympy (0.5.11-1) unstable; urgency=low
* New upstream version (Closes: #459076)
Modified: packages/sympy/trunk/debian/copyright
===================================================================
--- packages/sympy/trunk/debian/copyright 2008-01-27 14:57:50 UTC (rev 4445)
+++ packages/sympy/trunk/debian/copyright 2008-01-28 15:59:50 UTC (rev 4446)
@@ -17,65 +17,56 @@
Goutham Lakshminarayan <dl.goutham at gmail.com>
David Lawrence <dmlawrence at gmail.com>
Jaroslaw Tworek <dev.jrx at gmail.com>
+ David Marek <h4wk.cz at gmail.com>
+ Bernhard R. Link <brlink at debian.org>
+ Andrej TokarÄÃk <androsis at gmail.com>
+ Or Dvory <gidesa at gmail.com>
+ Saroj Adhikari <adh.saroj at gmail.com>
-Copyright 2006, 2007 SymPy developers
+Copyright (c) 2006, 2007, 2008 SymPy developers
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
+All rights reserved.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
- You should have received a copy of the GNU General Public License with
- the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
- if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
- Floor, Boston, MA 02110-1301, USA.
+ a. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ b. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ c. Neither the name of the SymPy nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
-On Debian systems, the complete text of the GNU General Public
-License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
+
This package was debianized by Fabian Seoane <fabian at fseoane.net> on
Wed, 21 Mar 2007 13:56:19 +0100.
Current maintainer is Ondrej Certik <ondrej at certik.cz>.
-The file sympy/modules/decorator.py is Copyright Michele Simionato
-(http://www.phyast.pitt.edu/~micheles/python/documentation.html)
-
- Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- Redistributions in bytecode form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
-
-The files sympy/modules/mathml/data/mmlctop.xsl and
+The files sympy/utilities/mathml/data/mmlctop.xsl and
sympy/modules/mathml/data/simple_mmlctop.xsl are
(C) Copyright 2000-2003 Symbolic Computation Laboratory,
University of Western Ontario,
London, Canada N6A 5B7.
-The file sympy/modules/mathml/data/mmltex.xsl is
+The file sympy/utilities/mathml/data/mmltex.xsl is
Copyright (C) 2001, 2002 Vasil Yaroshevich
Permission is hereby granted, free of charge, to any person
@@ -149,3 +140,36 @@
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
+
+
+The mpmath module is:
+
+Copyright (c) 2005-2008 Fredrik Johansson
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ a. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ b. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ c. Neither the name of mpmath nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
+
More information about the Python-modules-commits
mailing list