debian/0000755000000000000000000000000012245146114007166 5ustar debian/source/0000755000000000000000000000000012245146114010466 5ustar debian/source/format0000644000000000000000000000001412245146114011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015312245146114010216 0ustar version=3 http://bitbucket.org/ericgazoni/openpyxl/downloads \ /ericgazoni/openpyxl/get/([\d\.]*).tar.bz2 debian/changelog0000644000000000000000000000413112245146114011037 0ustar openpyxl (1.7.0+ds1-1) unstable; urgency=low * Fresh upstream release - removed cover/ generated reports -- Yaroslav Halchenko Tue, 26 Nov 2013 11:19:49 -0500 openpyxl (1.6.2-1) experimental; urgency=low * Fresh upstream release - provides optional support for embedded images. Adding Recommends to python-imaging -- Yaroslav Halchenko Mon, 15 Apr 2013 10:10:17 -0400 openpyxl (1.6.1+hg2-g4bff8e3-1) experimental; urgency=low * Fresh upstream release -- Yaroslav Halchenko Mon, 04 Feb 2013 12:08:47 -0500 openpyxl (1.5.8-1) unstable; urgency=low * Fresh upstream release - fixes unittests failures in upcoming pandas 0.7.3 -- Yaroslav Halchenko Thu, 12 Apr 2012 11:20:11 -0400 openpyxl (1.5.6-1) unstable; urgency=low * Fresh upstream release -- Yaroslav Halchenko Fri, 18 Nov 2011 15:56:52 -0500 openpyxl (1.5.5-1) unstable; urgency=low * Fresh upstream release -- Yaroslav Halchenko Tue, 11 Oct 2011 18:02:11 -0400 openpyxl (1.5.4-1) unstable; urgency=low * Fresh upstream release -- Yaroslav Halchenko Mon, 12 Sep 2011 16:35:25 -0400 openpyxl (1.5.3+hg365-1) unstable; urgency=low * Fresh post-release snapshot: addresses LibreOffice compatibility issues * Boosted standards version to 3.9.2 -- no changes -- Yaroslav Halchenko Thu, 21 Jul 2011 14:36:21 -0400 openpyxl (1.5.0-1) unstable; urgency=low * New upstream release - sources layout has changed - requires Python >= 2.6 now (Closes: #603793) * Boosted standards version to 3.9.1 -- no changes -- Yaroslav Halchenko Tue, 15 Mar 2011 13:24:29 -0400 openpyxl (1.1.0-1) unstable; urgency=low * New upstream release. -- Yaroslav Halchenko Sun, 01 Aug 2010 23:42:16 -0400 openpyxl (1.0.1+hg95-1) unstable; urgency=low * Initial release (Closes: #590536) -- Yaroslav Halchenko Tue, 27 Jul 2010 16:40:40 -0400 debian/pyversions0000644000000000000000000000000512245146114011325 0ustar 2.6- debian/copyright0000644000000000000000000000356712245146114011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: openpyxl Maintainer: NeuroDebian Team Source: http://bitbucket.org/ericgazoni/openpyxl Files: * Copyright: 2010-2011, openpyxl License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: openpyxl/writer/odict.py Copyright: 2001-2011, Python Software Foundation 2011 Raymond Hettinger License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 See /usr/share/doc/python-minimal/copyright for the full list of terms Note: backport changes by Raymond were originally distributed under MIT license, but since the original license for Python is more restrictive than MIT, code cannot be released under its terms and still adheres to the limitations of Python license. Files: debian/* Copyright: 2010-2011, NeuroDebian Team License: MIT debian/rules0000755000000000000000000000022712245146114010247 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_clean: rm -rf openpyxl.egg-info dh_clean override_dh_auto_test: python setup.py test debian/README.source0000644000000000000000000000105112245146114011342 0ustar openpyxl for Debian ------------------- Sources of this package generated directly from git repository which was obtained from original mercurial repository hosted at bitbucket. This is done to ease cherry picking of bugfixes and provide users (and debcheckout-ers) with actual sources, not source distribution. To convert hg to git repository following project was used: git://repo.or.cz/fast-export.git Command was: fast-export/hg-fast-export.sh -r ../openpyxl-hg -- Yaroslav Halchenko , Tue, 27 Jul 2010 17:07:58 -0400 debian/docs0000644000000000000000000000001012245146114010030 0ustar AUTHORS debian/gbp.conf0000644000000000000000000000130512245146114010604 0ustar [DEFAULT] # the default build command: builder = debuild -i'\.(git\.*|gbp.conf|gitignore)' # the default clean command: cleaner = fakeroot debian/rules clean # the default branch for upstream sources: upstream-branch = dfsg # the default branch for the debian patch: debian-branch = debian-release # the default tag formats used: upstream-tag = %(version)s debian-tag = debian/%(version)s # Options only affecting git-buildpackage [git-buildpackage] # ignore some any non-gitted files #ignore-new = True #upstream-branch = dfsgclean # uncomment this to automatically GPG sign tags sign-tags = True # use this for more svn-buildpackage like bahaviour: export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/TODO0000644000000000000000000000011212245146114007650 0ustar * unittest against all supported python versions not just the default one debian/control0000644000000000000000000000150612245146114010573 0ustar Source: openpyxl Section: python Priority: optional Maintainer: NeuroDebian Team Uploaders: Yaroslav Halchenko , Michael Hanke Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6), python-support (>= 0.6), python-setuptools(>= 0.6), python-nose, python-pil | python-imaging Standards-Version: 3.9.2 Homepage: http://bitbucket.org/ericgazoni/openpyxl/ XS-Vcs-Git: git://git.debian.org/git/pkg-exppsy/openpyxl.git XS-Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/openpyxl.git Package: python-openpyxl Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: python-nose, python-pil, python-imaging Description: module to read/write OpenXML xlsx/xlsm files Openpyxl is a pure Python module to read/write Excel 2007 (OpenXML) xlsx/xlsm files. debian/compat0000644000000000000000000000000212245146114010364 0ustar 7