15
0
Files
python-click-man/python-click-man.changes
Markéta Machová 5a51ab118c Accepting request 1244814 from home:glaubitz:branches:devel:languages:python
- Update to 0.5.0
  * Fix typo
  * Explicitly require setuptools, __main__.py imports pkg_resources
  * Fix typos
  * Update README.md
  * Fix typo
  * tests: Switch to pytest
  * Add GitHub Actions workflow, remove Travis
  * Fix man generation for CLI with hidden options
  * Move 'cli()' method to 'click_man.shell'
  * Add shell unit tests
  * cli: Expose knobs for date and version
  * README: Remove references to distutils command
  * Remove distutils command
  * Remove use of pkg_resources
  * Drop support for Python < 3.9
  * Add ruff configuration
  * Format with ruff-format
  * Add pre-commit
  * Add lint CI job
  * Migrate to pyproject.toml
- from version 0.4.2
  * get_short_help method only exists in Click 7.
- Add update-alternatives to Requires(post) and Requires(postun)
- Drop get-short-help.patch, merged upstream
- Limit Python files matched in %files section
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions
- Switch build system from setuptools to pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1244814
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-man?expand=0&rev=9
2025-02-11 09:08:29 +00:00

66 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 10 16:48:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.5.0
* Fix typo
* Explicitly require setuptools, __main__.py imports pkg_resources
* Fix typos
* Update README.md
* Fix typo
* tests: Switch to pytest
* Add GitHub Actions workflow, remove Travis
* Fix man generation for CLI with hidden options
* Move 'cli()' method to 'click_man.shell'
* Add shell unit tests
* cli: Expose knobs for date and version
* README: Remove references to distutils command
* Remove distutils command
* Remove use of pkg_resources
* Drop support for Python < 3.9
* Add ruff configuration
* Format with ruff-format
* Add pre-commit
* Add lint CI job
* Migrate to pyproject.toml
- from version 0.4.2
* get_short_help method only exists in Click 7.
- Add update-alternatives to Requires(post) and Requires(postun)
- Drop get-short-help.patch, merged upstream
- Limit Python files matched in %files section
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
-------------------------------------------------------------------
Thu May 16 14:47:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro: allows us to eliminate usage of deprecated
%patchN syntax.
-------------------------------------------------------------------
Tue Mar 31 12:35:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.1
* Discover command if not in entry_points
- Reapplied patch get-short-help.patch
- No need to use upstream tarball, download PyPI tarball instead
-------------------------------------------------------------------
Thu Dec 5 11:03:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to github archive as the tests are not present on pypi
version
-------------------------------------------------------------------
Mon Nov 25 20:45:00 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
- Initial release. v0.3.0
- get-short-help.patch adds get_short_help_str function and
supports older versions of python-click. get_short_help_str was
added to Click in version >= 7.0.0.
- Use pytest instead of nose for unit tests.