[Python-modules-commits] [python-qrcode] branch master created (now 1219258)
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Wed Aug 3 11:44:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a change to branch master
in repository python-qrcode.
at 1219258 move package to python-modules team (Closes: #832329)
This branch includes the following new commits:
new 5fe26b5 Initial import.
new 0c87591 Initial Files.
new 7296a25 expanded supported QR versions from 10 to 40.
new 6f92652 Move pyqrnative code into a more standard module format, and tidy formatting to PEP8 standards
new 36199d9 Add example
new e0b386f Add license, readme and setup.py module
new 6d6066e Add the ability for codes to find the best fit for the data provided
new f61104e Some tidying of the base module
new 70bd876 More flexible image output
new 664c62e Use monochrome colorspace rather than RGB for more efficient images
new bca8adc Small change to example
new 4b8ba88 More cleanup and removing some redundant methods
new d4671bf Optimization to QR8bitByte.write
new 3e7fffe Remove the old pyqrnative source modules
new ff08e8a Tweak setup.py and add a MANIFEST.in so the LICENSE & readme end up in the source dist
new 67e051e Fix setup.py url
new 9c14875 Import PIL from both places it can be installed. Fixes #2
new 78cdb96 Pythonic refactor, some small speed tweaks.
new d52a897 A 'make' shortcut. Fixes #1
new 864195c Bump version number to 2.0
new 1539d2f Added method to output QR Code to a terminal (tty);
new 791dc7f Added a QR Code script. Simple of terminal use;
new eedc723 Remove cruft from merge and PEP8 tidy
new 1fe65d4 Add the ability for the qr script to use the first argument as its data
new ff5a319 2.1
new afb2fda Border should be user-configurable
new 142bfa8 Document the border parameter
new f79296f Make the qr script talk about itself when passed --help
new f9019c3 Make print_tty work on both black and white backgrounds. Fixes #4
new d851139 2.2
new e0c7bc9 Add a changelog
new 904df00 More efficient encoding for numbers and alphanumeric data. Fixes #6
new 4377dc2 2.3
new 4a60107 Convert data to a (utf-8 encoded) byte-string
new 94ead85 2.3.1
new 9a188fb Corrected minor error in example code.
new 2a60747 Merge pull request #8 from runejuhl/master
new fcbcc95 Ignore compiled Python files.
new 5b6a6bc Factor out PIL renderer to a separate module in preparation for adding other kinds of renderers.
new 90e8dab Rename image.PngImage to the more correct image.PilImage.
new eae0108 Rename image.PngImage to the more correct image.PilImage.
new dda864f Add image renderers for SVG fragment and standalone SVG document. Teach the qr script to generate the new image types.
new 49ceb92 Factor image renderers into separate modules, loaded on demand. For consistency, add --pil option to scripts/qr to force PIL/PNG output.
new 82ec845 Use a --factory option for the qr class allowing for custom image factory classes in addition to the built-in ones
new 0203f81 Use a pluggable backend system for generating images, thanks to Branko Čibej!
new 514376b 2.4
new 0e75183 Added qrcode.images to setup.py packages so that it would install the images sub-module on pip install and not throw an ImportError.
new 0637b20 Merge pull request #11 from jough/master
new 3b457d1 2.4.1
new 77fe7aa The package name for setup.py is qrcode.image, not qrcode.images
new 2800475 add show()function
new ad2c244 Merge pull request #14 from mozillazg/master
new 201a17c 2.4.2
new 50a6d84 Now, an instance of PilImage class have methods and attributes include all like an instance of PIL Image class.
new 6413d6d added man page for script qr
new 57e6e6d added comments by lincolnloop
new ceb30b9 fixed wrong path :-/
new dfc677f fixed lintian errors for manpage
new a2081f5 Add kwargs support for image_factory
new fd6d185 adding pure Python rendering
new 8bf1bdf added saving to stream for pure python
new 331f9bb Merge pull request #18 from mozillazg/master
new 9a716ec Merge pull request #20 from cornelinux/master
new c32c9e9 Fix missing first column of QR code!
new 61880fe Small PEP8 tidy
new d6a7fc7 2.5
new b826dc1 Fixed ValueError when install on Windows
new 6292680 Merge pull request #24 from mozillazg/patch-1
new 055f810 update man page
new b375117 Merge pull request #25 from cornelinux/master
new a372aa7 Fixed shift-by-one of column index for columns lesser than 5
new 6915726 Merge pull request #27 from jmgs/master
new 8cadba7 Ensure bits are correctly terminated
new 281fa37 2.6
new 4c6a314 Fixed order of appearance of padding sequences
new 89af2a0 Merge pull request #28 from jmgs/master
new 3985ae3 2.7
new 9729c79 Added getMatrix()
new 50badd3 addressed issues
new b587f68 PEP8 tidy
new 3719e54 Better docstring
new d326019 More efficient addition of border
new e5b6481 Add QRCode.get_matrix
new 8b8f3b2 Imported Upstream version 2.4.1
new 0bc1082 Python 2.6 SVG workaround
new e72ff1c Merge tag 'upstream/2.4.2'
new 06c535d Imported Upstream version 2.4.2
new c1fadc1 imported debian/ from 2.4.2-1 of http://mentors.debian.net/package/qrcode
new bd59810 added gbp.conf to configure git-buildpackage to do the right thing automatically
new 4f83bf5 making ITP closing line in changelog fit standard style
new a858aa4 rename source and binary to 'python-qrcode' to avoid name clashes
new 1139475 formatted control to have one package per line for readability
new bd944eb added Vcs-Git and Vcs-Browser
new c89ec26 Merge tag 'upstream/2.5'
new 7b03842 Imported Upstream version 2.5
new da863c5 add myself to Uploaders:
new d9563dc bump package version to 2.5-1
new 44270c1 remove patches, they are all included upstream in v2.5
new 5836512 Add some initial tests
new f4f054b Python 3 compatibility
new 04ac4c0 Add tox for easy testing across Python platforms
new 5f1f869 Prep for 3.0 release
new 8bdd452 Post-release version bump
new 0f4fa7d Merge https://github.com/Yeolar/python-qrcode
new 38877cb Add an SVG rendering test
new 29ff3a3 Fix bug incorrect regexp for alphanumeric mode, causing corrupted encoding.
new 3a1a14a Regression test for ALPHA_NUM regex fix
new 85fdce9 Improve compression with chunked encoding
new 14cd698 Prep for 3.1 release
new f208044 Version 3.1.1
new 1a99a09 Post release version bump
new 070d449 Fixed a (presumed) typo in a comment.
new 10296b1 Merge pull request #35 from tcely/master
new f19ed1f Replaced inline if else for 2.4 compatibility.
new 7098ac1 Used six.b function for 2.4 compatibility.
new 6cecbe7 Included qr.1 to prevent copy failure.
new 88d7388 Added a tox.ini case for py24.
new 35b7079 Switched to traditional if/else syntax.
new e246d37 Added SvgPathImage which renders whole QR code as one path
new 01eb50e Python 2.6+ compatibility
new 96e2c3b Merge pull request #36 from tcely/compat/python-2.4
new efdac5a Fix tox.ini to work with latest tox version
new 9bd04ea Proclaiming qrcode as a stable package
new 257266f Merge pull request #32 from adamw523/master
new c0a3c0c Fixes for the pymaging factory
new f955579 Update setup.py to include Python version troves
new 128a16e Documentation, covering factories and qr script.
new 5b3ab6c Merge pull request #37 from hareevs/master
new f1ddedf svg_path: add test and make code work on py25
new 293f317 More shortcut factories for qr script
new cc38992 Add some SVG factories that fill the background white
new 0164c30 4.0
new c027bf6 Fix distutils requires (not install_requires) in setup.py
new 81d1fc5 Post-release version bump
new f03a8db Fix the pymaging backend not able to save the image to a buffer
new 7c64300 Post-release version bump
new 0f0e9ca Allow Py2.5 tests to use pip insecurely
new be7f308 Add install_requires back into setup.py
new 156b3cc Update readme to recommend pillow over PIL
new 9fd7a43 Import setuptools for install_requires.
new eb58404 Make pymaging test optional.
new 4f1abbf Imported Upstream version 4.0.1
new 96cb61b Merge tag 'upstream/4.0.1'
new 5cd62b5 update changelog after including latest upstream release
new 471578f add missing python-six dependency (Closes: #724489)
new 16504a2 update debian/changelog in prep for uploading
new 25ef757 use https:// url for pypi in debian/watch
new d94174f Fix invalid alphanumeric qr codes due to incorrect regex
new cdafe5f Merge pull request #41 from mgorny/tests-without-pymaging
new 9a2c407 More work towards setuptools simplification
new 06a90ab Prep for 4.0.2 release
new 103f361 Post release bump
new 3befa04 hyphen-used-as-minus-sign in qr.1
new 7e29ddf Merge pull request #45 from ckorn/patch-1
new b5d06d6 Fix bad QR code generation due to previous fix of ALPHA_NUM
new ade83a4 Version 4.0.3 hotfix
new 7660f60 Version 4.0.4 (previous version number was bad)
new ef8d907 Post-release version bump
new 975cc8e Imported Upstream version 4.0.4
new da4a32e Merge tag 'upstream/4.0.4'
new a268f89 updated debian/changelog for new upstream version
new d085660 it now uses setuptools in setup.py, add it to Build-Depends:
new 2d37acb Small speed optimizations (~11% faster)
new 4a973b5 More optimizations
new b2553a3 Optimizations to map_data
new c391e75 Use bisect to speed up finding the best fit
new 3f780ac More lost_point optimizations
new d367de0 Minor speedup of Polynomial
new bb87846 Decent Pythonic Polynomial optimization
new 60aa75c Standards-Version: 3.9.5
new 59ccc5a add PGP sig to debian/watch
new d8cf181 Option to use ascii characters in print_tty
new 0f8584b Split print_ascii off from print_tty
new 2513e89 Add absolute_import directive to the PIL backend
new b3d095f Merge pull request #53 from malept/pil-absolute-import
new 7fe2f5b Optimizations for best_fit
new d2e816f util.py: remove BestFit class
new a275ffb Fix QRData.__repr__ in Python 3
new c43ff07 Fix conversion to byte code in Python 3
new 6383114 Merge pull request #56 from welshjf/master
new 683780a Fix version numbers
new f618328 Imported Upstream version 5.0.1
new 8fcfd98 Merge tag 'upstream/5.0.1'
new 3c3b12d document the format of this git repo
new c02444f add myself to uploaders, update changelog
new 9ee565e control, rules: Migrate to dh_python2.
new 5472589 control: Bump policy to 3.9.6, no changes.
new c30f583 releasing package python-qrcode version 5.0.1-1
new c2b722c Added Python 3 support.
new af50c75 Using debhelper >= 9.
new 4708ace Standards-Version: 3.9.8
new f6b1b53 debian/copyright in parseable format 1.0.
new e60599b Fixes URLs (using https everywhere).
new 9d8c97d Using update-alternatives to provide /usr/bin/qr.
new 0fabc5b rm debian/source/include-binaries.
new c1fe94d Fix path of manpage to avoid conflicts.
new d740d94 Switch to python{3,}-pil as depends.
new b5c60e9 ITP closes #830977
new 4ef5e8a update debian/watch to use upstream PGP signing key
new 1219258 move package to python-modules team (Closes: #832329)
The 200 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qrcode.git
More information about the Python-modules-commits
mailing list