1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
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
|