summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Declare fast forward from 0.1.0-2HEADarchive/debian/0.1.0-3masterCarl Suster2017-01-11
|\ | | | | | | [dgit --quilt=dpm --overwrite]
| * python-pynzb (0.1.0-2) unstable; urgency=lowHans-Christoph Steiner2014-10-23
| |\ | | | | | | | | | | | | | | | | | | * use https:// URL for pypi in debian/watch * clarify description (Closes: #749218) [dgit import unpatched python-pynzb 0.1.0-2]
| | * Import python-pynzb_0.1.0-2.debian.tar.xzHans-Christoph Steiner2014-10-23
| | | | | | | | [dgit import tarball python-pynzb 0.1.0-2 python-pynzb_0.1.0-2.debian.tar.xz]
| * Import python-pynzb_0.1.0.orig.tar.gzHans-Christoph Steiner2013-09-16
| | | | [dgit import orig python-pynzb_0.1.0.orig.tar.gz]
* Commit patch to update .gitignoreCarl Suster2017-01-11
| | | | [dgit (3.1) update-gitignore-quilt-fixup]
* Prepare release for uploaddebian/0.1.0-3Carl Suster2017-01-12
|
* merge patched into masterCarl Suster2017-01-12
|\
| * give lxml etree BytesIO in Python 3Carl Suster2017-01-12
| | | | | | | | | | | | | | | | The lxml etree API changed in Python 3 to take BytesIO instead of StringIO. This patch maintains the original behaviour in Python 2 but switches to BytesIO in Python 3, decoding the XML data as UTF-8. Forwarded: https://github.com/ericflo/pynzb/pull/6
| * enable use_2to3 in setup.pyCarl Suster2017-01-12
| | | | | | | | Forwarded: https://github.com/ericflo/pynzb/pull/5
| * set message_id properly in expat parserCarl Suster2017-01-12
| | | | | | | | | | | | | | Upstream had a typo in the expat parser wrapper which called the non-existent message_id() when set_message_id() was intended. Forwarded: https://github.com/ericflo/pynzb/pull/4
* | Prepare upload for releaseCarl Suster2017-01-11
| |
* | merge patched into masterCarl Suster2017-01-11
|\ \
| * | give lxml etree BytesIO in Python 3Carl Suster2017-01-11
| | | | | | | | | | | | | | | | | | The lxml etree API changed in Python 3 to take BytesIO instead of StringIO. This patch maintains the original behaviour in Python 2 but switches to BytesIO in Python 3, decoding the XML data as UTF-8.
* | | merge patched into masterCarl Suster2017-01-11
|\ \ \
| * | | give lxml etree BytesIO in Python 3Carl Suster2017-01-11
| |/ / | | | | | | | | | | | | | | | The lxml etree API changed in Python 3 to take BytesIO instead of StringIO. This patch maintains the original behaviour in Python 2 but switches to BytesIO in Python 3, decoding the XML data as UTF-8.
* | | Replace Python 3 hack with a proper patchCarl Suster2017-01-11
| | |
* | | merge patched into masterCarl Suster2017-01-11
|\ \ \
| * | | give lxml etree BytesIO in Python 3Carl Suster2017-01-11
| |/ / | | | | | | | | | | | | | | | The lxml etree API changed in Python 3 to take BytesIO instead of StringIO. This patch maintains the original behaviour in Python 2 but switches to BytesIO in Python 3, decoding the XML data as UTF-8.
* | | Call 2to3 within setup.py instead of the hackier d/rulesCarl Suster2017-01-11
| | |
* | | merge patched into masterCarl Suster2017-01-11
|\| |
| * | enable use_2to3 in setup.pyCarl Suster2017-01-11
| | |
* | | Mention B-D on pytest in d/chCarl Suster2017-01-11
| | |
* | | Document missing changes in d/chCarl Suster2017-01-11
| | |
* | | Call the version of 2to3 corresponding to PythonCarl Suster2017-01-11
| | |
* | | Prepare release for upload.Carl Suster2017-01-10
| | |
* | | Remove comment about last upstream release.Carl Suster2017-01-10
| | |
* | | Clarify how the Python 3 code is patchedCarl Suster2017-01-10
| | |
* | | Clarify changelog entry about lxml relationshipCarl Suster2017-01-10
| | |
* | | Reword changelog entry about py2 test suiteCarl Suster2017-01-10
| | |
* | | Fix watch file (although the last release was some time ago).Carl Suster2017-01-09
| | |
* | | Prepare for releaseCarl Suster2017-01-09
| | |
* | | For Python 3, decode strings -> bytes as utf-8 for lxml.Carl Suster2017-01-09
| | |
* | | Move lxml to Suggests since there are fallbacks, but Build-Depend on it to ↵Carl Suster2017-01-09
| | | | | | | | | | | | run the tests.
* | | 0001-set-message_id-properly-in-expat-parser.patch: fix an upstream code. ↵Carl Suster2017-01-09
| | | | | | | | | | | | Tests pass for Python 2 with only this change.
* | | merge patched into masterCarl Suster2017-01-09
|\| |
| * | set message_id properly in expat parserCarl Suster2017-01-09
| |/ | | | | | | | | Upstream had a typo in the expat parser wrapper which called the non-existent message_id() when set_message_id() was intended.
* | Restrict 2to3 to python3 build areaCarl Suster2017-01-09
| |
* | Initialize git-dpmCarl Suster2017-01-09
|\|
| * Import python-pynzb_0.1.0.orig.tar.gzCarl Suster2017-01-09
|
* Call 2to3 during auto build.Carl Suster2017-01-09
|
* Run the test suite with pytest.Carl Suster2017-01-09
|
* Explicitly set PYBUILD_NAMECarl Suster2017-01-09
|
* Build the Python 3 module and drop the Python 2 module (no rdeps).Carl Suster2017-01-09
|
* Change Homepage to GitHub.Carl Suster2017-01-09
|
* Change Vcs to DPMT git repository and use https.Carl Suster2017-01-09
|
* d/copyright: add myself and fix license short namesCarl Suster2017-01-09
| | | | | | * d/copyright: add myself and fix license short names - "public domain" -> public-domain - BSD -> BSD-3-clause.
* Bump standards-version to 3.9.8 (no changes).Carl Suster2017-01-09
|
* Bump d/compat to 10.Carl Suster2017-01-09
|
* Switch to pybuild and dh-python.Carl Suster2017-01-09
|
* Add myself to uploaders.Carl Suster2017-01-09
|