Accepting request 1077693 from home:pgajdos:python

- version update to 1.8.1
  * Update URL for RFC by @nijel in #63
  * Copy parse_rule since it was removed in werkzeug 2.2 by @Klikini in #61
  * mulitcore: Fix false positive warnings in merge_domaindata by @phlax in #59
  * Fix typos by @kianmeng in #56
  * I18n and l10n support by @olivier-heurtier in #57
- added patches
  fix https://github.com/sphinx-contrib/httpdomain/issues/70
  + python-sphinxcontrib-httpdomain-fix-version.patch
  fix https://github.com/sphinx-contrib/httpdomain/issues/69
  + python-sphinxcontrib-httpdomain-pyupgrade3.patch

OBS-URL: https://build.opensuse.org/request/show/1077693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-httpdomain?expand=0&rev=50
This commit is contained in:
2023-04-07 07:50:24 +00:00
committed by Git OBS Bridge
parent efecfbfe51
commit 09398a5d55
6 changed files with 148 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Apr 6 09:11:28 UTC 2023 - pgajdos@suse.com
- version update to 1.8.1
* Update URL for RFC by @nijel in #63
* Copy parse_rule since it was removed in werkzeug 2.2 by @Klikini in #61
* mulitcore: Fix false positive warnings in merge_domaindata by @phlax in #59
* Fix typos by @kianmeng in #56
* I18n and l10n support by @olivier-heurtier in #57
- added patches
fix https://github.com/sphinx-contrib/httpdomain/issues/70
+ python-sphinxcontrib-httpdomain-fix-version.patch
fix https://github.com/sphinx-contrib/httpdomain/issues/69
+ python-sphinxcontrib-httpdomain-pyupgrade3.patch
-------------------------------------------------------------------
Mon Mar 14 07:24:41 UTC 2022 - Matej Cepl <mcepl@suse.com>