typer (0.19.2-1) unstable; urgency=medium

  * New upstream version 0.19.2.
  * Replace d/watch with d/u/metadata new Github option.
  * d/control:
    - Remove Rules-Requires-Root field.
    - Remove comment that is not useful.

 -- Sérgio de Almeida Cipriano Júnior <cipriano@debian.org>  Tue, 23 Sep 2025 12:06:20 -0300

typer (0.16.0-1) unstable; urgency=medium

  [ Arlisson Jaques ]
  * Team upload.
  * New upstream version 0.16.0.
  * Rediff patches.

  [ Sérgio de Almeida Cipriano Júnior ]
  * d/control:
    - Update my email.
    - Standards-Version to 4.7.2, no changes needed.
  * d/t/control: Do not allow stderr.
  * d/copyright: Bump my copyright year and use my Debian email.

 -- Arlisson Jaques <arlissonjaques@gmail.com>  Fri, 15 Aug 2025 16:46:41 -0300

typer (0.15.2-1) unstable; urgency=medium

  * New upstream version 0.15.2 (Closes: #1099431).

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Wed, 05 Mar 2025 09:31:28 -0300

typer (0.15.1-1) unstable; urgency=medium

  * New upstream version 0.15.1.
  * Rediff patches.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Fri, 07 Feb 2025 15:22:27 -0300

typer (0.13.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.13.1.
  * debian/patches/0002-Replace-mkdocs-material-remove-mkdocs-extensions.patch:
    Minimum update to unfuzz the patch.

 -- Boyuan Yang <byang@debian.org>  Thu, 02 Jan 2025 12:08:52 -0500

typer (0.12.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.12.5.
  * d/patches: Refresh patches for new upstream version.
  * d/control: Bump Standards-Version to 4.7.0, no changes needed.
  * d/control: Remove unnecessary dependency on python3-mypy.

 -- Antonio Igor Carvalho <antonioigorcarvalho@gmail.com>  Sun, 01 Sep 2024 22:38:56 -0300

typer (0.12.3-2) unstable; urgency=medium

  * Upload to unstable.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Tue, 25 Jun 2024 20:15:05 -0300

typer (0.12.3-1) unstable; urgency=medium

  * New upstream version 0.12.3.
  * Update d/p/0002-Replace-mkdocs-material-remove-mkdocs-extensions.patch
    description to better explain the need for it.
  * Add manpages for the typer binary.
  * d/rules:
    - Skip mkdocs build if nodoc is enabled.
    - Move /bin/typer from python3-typer to typer.
  * d/control:
    - Add typer binary package.
    - Suggest typer for python3-typer.
    - Add details to the description of python* packages.
    - Remove build dependencies that are not being used.
    - Remove mkdocs dependencies from python-typer-doc.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Mon, 20 May 2024 15:02:18 -0300

typer (0.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.12.0.
  * Refresh patches against 0.12.0.
  * d/control:
    - Add mkdocs-redirects plugin.
    - Change buildsystem to pdm-backend.
  * Remove the use of coveragerc and numprocesses in tests.

 -- Washington Bispo Arishita Junior <juniorbispo515@gmail.com>  Tue, 02 Apr 2024 16:46:47 -0300

typer (0.9.0-2) unstable; urgency=medium

  * d/clean: Clean up html folder and coverage files (Closes: #1045487).
  * d/rules: Change the mkdocs build command to be more descriptive.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Fri, 26 Jan 2024 11:09:13 -0300

typer (0.9.0-1) unstable; urgency=medium

  * New upstream version 0.9.0.
  * Refresh patches against 0.9.0.
  * Remove d/p/0001-Rename-converage-calls-to-python3-coverage.patch:
    - Upstream is now explicitly invoking coverage as a module on
    sys.executable, which ensures that the same binary that is also
    running the tests is used.
  * Remove d/p/0003-Improve-installation-of-bash-completion.patch:
    - The reason why tests related to shell completion fails is that these
    tests need us to be running under a supported shell, that is, bash rather
    than sh. Shell detection with shellingham is so thorough it is not
    possible to fool it easily. That said, affected tests have been excluded
    as the feature is working even though those are failing.
  * d/copyright: Bump my copyright year to cover 2023
  * d/control: Bump Standards-Version from 4.6.1 to 4.6.2, no changes needed.
  * d/rules:
    - Export option that disables terminal detection.
    - Simplify targets by using the new execute_after_* targets from dh 13.
    - Add condition for nocheck build profile.
    - Use .coveragerc instead of specifying test files in the CLI.
    - Remove test progress output, it was polluting the log.
    - Add parameters to ignore tests that override the PYTHONPATH and to
    exclude shell completion tests in PYBUILD_TEST_ARGS.
  * d/t/control: Allow stderr for test run-pytest.
  * d/t/run-pytest: Updates made to d/rules were replicated in the script. It
    was not necessary to remove the tests that override the PYTHONPATH since
    typer was installed.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Wed, 16 Aug 2023 20:47:02 -0300

typer (0.7.0-1) unstable; urgency=medium

  * New upstream version 0.7.0.
  * Rediff patches.
  * d/tests/run-pytest, d/rules:
    - Remove unrecognized argument --forked from pytest-3 (Closes: 1026577).

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Fri, 23 Dec 2022 09:19:32 -0300

typer (0.6.1-2) unstable; urgency=medium

  * d/control:
    - Update copyright year from 2021 to 2021-2022.
    - Bump Standards-Version from 4.6.0 to 4.6.1 (No changes needed).
    - Add pybuild-plugin-pyproject in Build-Depends.
      - Pybuild now supports building with PEP-517 standard interfaces natively.
      - The generic pybuild-plugin-pyproject is a prerequisite.
  * d/rules: Export TERMINAL_WIDTH variable.
    - Rich library respects some standard environment variables such as
    COLUMNS, but this variable may break tests that perform string comparisons
    if the terminal width is small. Tests now run with a large terminal width
    as this is how upstream is solving the issue.
  * d/t/run-pytest: Export TERMINAL_WIDTH variable.
  * d/t/control:
    - Remove allow-stderr as deprecation warnings were solved upstream.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Fri, 07 Oct 2022 11:06:56 -0300

typer (0.6.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Security-Contact.

  [ Sergio de Almeida Cipriano Junior ]
  * New upstream version 0.6.1.
  * Rediff patches.
  * d/control:
    - Add python3-rich as build dependency.
    - Remove python3-click from Depends field.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Sat, 01 Oct 2022 09:09:49 -0300

typer (0.4.1-1) unstable; urgency=medium

  * New upstream version 0.4.1 (Closes: #1009202).
    - Refresh patches so that it works on latest version.
  * Add patch 0006-Removing-bot-that-is-using-external-scripts.patches.
    - Removing qabot as it is not packaged and causes privacy-breach-generic.
  * d/t/control: Add allow-stderr restriction.
    - Allow stderr because of warning "DeprecationWarning: The distutils
    package is deprecated and slated for removal in Python 3.12. Use
    setuptools or check PEP 632 for potential alternatives"

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Sun, 17 Apr 2022 19:03:26 -0300

typer (0.4.0-1) unstable; urgency=medium

  * New upstream version 0.4.0 (Closes: #997496).
  * Update patches:
     - 0001-Rename-converage-calls-to-python3-coverage.patch
     - 0003-Improve-installation-of-bash-completion.patch
    so that it works on latest version.
  * d/control:
     - Update my email.
     - Bump Standards-Version to 4.6.0.

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Fri, 12 Nov 2021 23:45:46 -0300

typer (0.3.2-1) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Thu, 19 Aug 2021 20:14:32 -0400

typer (0.3.2-1~exp1) experimental; urgency=medium

  * Initial release (Closes: #978694).

 -- Sergio de Almeida Cipriano Junior <sergiosacj@hotmail.com.br>  Sat, 23 Jan 2021 18:19:27 -0300
