flask-login (0.6.3-2) unstable; urgency=medium * Team upload. [ Alexandre Detiste ] * Remove extraneous dependency on python3-mock [ Boyuan Yang ] * debian/gbp.conf: Add ignore-branch = True. * debian/patches/0004-use-datetime.now-with-timezone-instead-of-utcnow.patch: Add patch from Ubuntu (cherry-picked from upstream git trunk) to fix FTBFS with Python 3.12. * The package now builds correctly. (Closes: #1067794) -- Boyuan Yang Sat, 06 Apr 2024 10:30:40 -0400 flask-login (0.6.3-1) unstable; urgency=medium * Team upload * [6450193] d/watch: Switch over to use git mode * [2ebefe6] New upstream version 0.6.3 * [a865108] d/control: Bump Standards-Version to 4.6.2 No further changes needed. * [5cef840] d/rules: Correct the nodoc profile detection * [e887d2c] d/rules: Set and use $(SPHINXOPTS) in override_dh_sphinxdoc * [6cdaa21] d/control: Update B-D and add BuildProfileSpecs * [3d4120f] d/rules: Drop --with option in default target * [000dfcb] d/*: Running wrap-and-sort -ast -- Carsten Schoenert Fri, 24 Nov 2023 22:28:53 +0000 flask-login (0.6.2-1) unstable; urgency=medium * Team upload * New upstream version 0.6.2 (Closes: #1020730, #1020794) * Rebuild patch queue form patch-queue branch Added patches: 0002-docs-Use-installed-local-inventory-information.patch 0003-unittest-Skip-test-which-requires-a-packaged-aioflas.patch Removed patch (obsolete): 0002-Import-ABC-from-collections.abc.patch * d/control: Add python3-doc to Build-Depends * d/rules: Adjust PYBUILD exports before and after tests * d/rules: Adjust the sphinx build * d/control: Increase Standards-Version to 4.6.1 No further changes needed. * CI: Use suggested base files, drop not needed tests We don't build architecture related stuff and thus we don't need to run BLHC checking and building packages of typ ANY. * d/control: Keep binary packages list alphabetical * autopkgtest: Add a first basic setup -- Carsten Schoenert Tue, 11 Oct 2022 07:26:06 +0200 flask-login (0.5.0-2) unstable; urgency=low [ Debian Janitor ] * Set upstream metadata fields: Bug-Submit, Repository. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Daniele Tricoli ] * debian/patches/0002-Import-ABC-from-collections.abc.patch - Cherry pick upstream patch to make the package build using Python 3.10. Closes (#1002357) * Enable Salsa pipelines. * debian/control - Bump Standards-Version to 4.6.0 (no changes needed). - Bump compat version to 13. * debian/copyright - Update copyright years. -- Daniele Tricoli Sat, 22 Jan 2022 02:12:17 +0100 flask-login (0.5.0-1) unstable; urgency=medium * New upstream version 0.5.0. * debian/clean - Remove .pytest_cache directory. * debian/control - Bump Standards-Version to 4.5.0 (no changes needed). - Switch to pytest for testing as upstream. * debian/copyright - Update copyright years. * debian/patches/0001-disable-github-fork-ribbon.patch - Refresh. * debian/rules - Re-enable previously failing test. * debian/upstream/metadata - Add Bug-Database URL. -- Daniele Tricoli Thu, 02 Apr 2020 00:16:53 +0200 flask-login (0.4.1-3) unstable; urgency=medium [ Ondřej Nový ] * d/control: Remove ancient X-Python3-Version field * Convert git repository from git-dpm to gbp layout * Use 'python3 -m sphinx' instead of sphinx-build for building docs * Use debhelper-compat instead of debian/compat. [ Carl Suster ] * Remove myself as Uploader and add Daniele Tricoli. [ Daniele Tricoli ] * Set upstream metadata fields: Repository, Repository-Browse. * Follow DEP-14 style branch names. * debian/control - Bump debhelper compat level to 12 - Sort Build-Depends. - Bump Standards-Version to 4.4.1 (no changes needed). - Set Rules-Requires-Root: no. * debian/copyright - Add myself. * debian/rules - Use pybuild to perform tests. - Skip a test failing also upstream using Werkzeug>=0.15.0. -- Daniele Tricoli Sun, 22 Dec 2019 20:35:57 +0100 flask-login (0.4.1-2) unstable; urgency=medium * Team upload. * Fix Breaks/Replaces of python3-flask-login-doc. Spotted by Andreas Beckmann, thanks! (Closes: #891025 again) * The doc package Enhances the module package instead of Suggests. -- Christoph Berg Wed, 18 Apr 2018 09:35:46 +0200 flask-login (0.4.1-1) unstable; urgency=medium * Team upload. [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org [ Christoph Berg ] * New upstream version. + Remove 0002-allow-choice-of-nosetests-executable-in-run-tests.sh.patch. * Add python3-semantic-version test dependency. * Add missing docs/_themes copyright. (Closes: #889618) * python-flask-login-doc: Replaces: python3-flask-login-doc. (Closes: #891025) -- Christoph Berg Mon, 09 Apr 2018 20:56:02 +0200 flask-login (0.4.0-2) unstable; urgency=medium * Add Forwarded headers to patches. * Rename python{3,}-flask-login-doc (Closes: #854871) * Mark doc package as Multi-Arch: foreign as per hint. * Build-Depend on python3-nose-yanc now that it is built, allowing colour in the test output. * Update Standards-Version to 4.1.1: - Switch copyright-format URL to HTTPS * Add python autopkgtest suite. * Build-Depend on the py3 version of sphinx instead of py2. -- Carl Suster Fri, 01 Dec 2017 15:45:42 +1100 flask-login (0.4.0-1) unstable; urgency=medium * New upstream release. * New maintainer (Closes: #836501). * Update d/compat to 10 and raise B-D on debhelper accordingly. * Switch to using dh-python: - add B-D on dh-python. * Add myself to d/copyright for debian/. * Change d/watch to follow GitHub releases. * Change homepage to GitHub. * Build the Python 3 module (Closes: #802614): - replace B-Ds python{,3}-all and python{,3}-setuptools. * Stop building the Python 2 module (no rdepends). * Move Vcs to DPMT git. * Bump standards version to 3.9.8 (no changes). * Build the documentation in a -doc package: - add B-D on python-sphinx, - add links from the /usr/share/doc/python3-flask-login to /user/share/doc/python3-flask-login-doc, - register with doc-base, - make the Python 3 module and -doc package Suggest each other. * Install the upstream README file. * Add 0001-disable-github-fork-ribbon.patch to turn off the GitHub ribbon. * Add 0002-allow-choice-of-nosetests-executable-in-run-tests.sh.patch to allow the tests to be run with nosetests3 for the Python 3 package. * Run the test suite using upstream's makefile: - add B-Ds on python3-flask, python3-mock, python3-nose, python3-werkzeug and python3-blinker, - cleanup tests_output/ and .coverage in d/clean. * Use more general rule to ignore egg-info directory in d/clean and d/source/options. -- Carl Suster Wed, 11 Jan 2017 14:23:07 +1100 flask-login (0.2.6-1) unstable; urgency=low * Initial release. Closes: 718554 -- Tonnerre LOMBARD Thu, 01 Aug 2013 01:40:50 +0200