14
0

- update to 0.4.0:

* Remove docs build
  * Fix lint issues
  * Configure trusted publishing
  * Migrate to Python 3-style type annotations
  * Bump sphinx minimum
  * Remove pytest upper cap
  * Migrate to pre-commit
  * Drop Python < 3.8 support
  * Migrate from Travis to GitHub Actions
  * tests: Handle Sphinx < 7.2
  * fix tests with Sphinx 7.2
  * README: Fix typo
  * travis: Update PyPI password
- drop sphinx72.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-apidoc?expand=0&rev=14
This commit is contained in:
2023-10-05 09:07:33 +00:00
committed by Git OBS Bridge
parent e16bf15547
commit 7ece3ff7a3
5 changed files with 24 additions and 90 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Oct 5 09:06:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.4.0:
* Remove docs build
* Fix lint issues
* Configure trusted publishing
* Migrate to Python 3-style type annotations
* Bump sphinx minimum
* Remove pytest upper cap
* Migrate to pre-commit
* Drop Python < 3.8 support
* Migrate from Travis to GitHub Actions
* tests: Handle Sphinx < 7.2
* fix tests with Sphinx 7.2
* README: Fix typo
* travis: Update PyPI password
- drop sphinx72.patch (upstream)
-------------------------------------------------------------------
Wed Aug 30 11:27:32 UTC 2023 - Markéta Machová <mmachova@suse.com>